public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/handbrake: handbrake-0.9.9_pre5441.ebuild metadata.xml ChangeLog
@ 2013-05-07 17:26 Ian Whyman (thev00d00)
  0 siblings, 0 replies; only message in thread
From: Ian Whyman (thev00d00) @ 2013-05-07 17:26 UTC (permalink / raw
  To: gentoo-commits

thev00d00    13/05/07 17:26:24

  Modified:             handbrake-0.9.9_pre5441.ebuild metadata.xml
                        ChangeLog
  Log:
  Fix build with automake 1.13 #468694, call eautoreconf instead of autogen.sh, add myself to maintainers
  
  (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  media-video/handbrake/handbrake-0.9.9_pre5441.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-0.9.9_pre5441.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-0.9.9_pre5441.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-0.9.9_pre5441.ebuild?r1=1.2&r2=1.3

Index: handbrake-0.9.9_pre5441.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-0.9.9_pre5441.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- handbrake-0.9.9_pre5441.ebuild	5 May 2013 20:59:23 -0000	1.2
+++ handbrake-0.9.9_pre5441.ebuild	7 May 2013 17:26:23 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-0.9.9_pre5441.ebuild,v 1.2 2013/05/05 20:59:23 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-0.9.9_pre5441.ebuild,v 1.3 2013/05/07 17:26:23 thev00d00 Exp $
 
 EAPI="5"
 
@@ -42,7 +42,7 @@
 	media-libs/libvorbis
 	media-libs/x264
 	media-sound/lame
-	ffmpeg? ( >=media-video/ffmpeg-1.2 )
+	ffmpeg? ( =virtual/ffmpeg-9 )
 	sys-libs/glibc:2.2
 	sys-libs/zlib
 	gstreamer? (
@@ -95,6 +95,18 @@
 
 	# Make use of an unpatched version of a52 that does not make a private field public.
 	epatch "${FILESDIR}"/handbrake-9999-use-unpatched-a52.patch
+
+	# Fixup configure.ac with newer automake
+	cd "${S}/gtk"
+	sed -i \
+		-e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:g' \
+		-e 's:AM_PROG_CC_STDC:AC_PROG_CC:g' \
+		-e 's:am_cv_prog_cc_stdc:ac_cv_prog_cc_stdc:g' \
+		configure.ac || die "Fixing up configure.ac failed"
+
+	# Don't run autogen.sh
+	sed -i '/autogen.sh/d' module.rules || die "Removing autogen.sh call failed"
+	eautoreconf
 }
 
 src_configure() {
@@ -154,4 +166,4 @@
 
 pkg_postrm() {
 	gnome2_icon_cache_update
-}
\ No newline at end of file
+}



1.3                  media-video/handbrake/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/metadata.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/metadata.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/metadata.xml?r1=1.2&r2=1.3

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/handbrake/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml	5 May 2013 20:59:23 -0000	1.2
+++ metadata.xml	7 May 2013 17:26:23 -0000	1.3
@@ -5,6 +5,10 @@
     <email>TomWij@gentoo.org</email>
     <name>Tom Wijsman</name>
   </maintainer>
+  <maintainer>
+    <email>thev00d00@gentoo.org</email>
+	<name>Ian Whyman</name>
+  </maintainer>
   <longdescription>
     Open-source, GPL-licensed, multiplatform, multithreaded video transcoder.
   </longdescription>



1.3                  media-video/handbrake/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/handbrake/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	5 May 2013 20:59:23 -0000	1.2
+++ ChangeLog	7 May 2013 17:26:24 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for media-video/handbrake
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/ChangeLog,v 1.2 2013/05/05 20:59:23 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/ChangeLog,v 1.3 2013/05/07 17:26:24 thev00d00 Exp $
+
+  07 May 2013; Ian Whyman <thev00d00@gentoo.org> handbrake-0.9.9_pre5441.ebuild,
+  metadata.xml:
+  Fix build with automake 1.13 #468694, call eautoreconf instead of autogen.sh,
+  add myself to maintainers
 
   05 May 2013; Tom Wijsman <TomWij@gentoo.org> handbrake-0.9.9_pre5441.ebuild,
   handbrake-9999.ebuild, metadata.xml:





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-05-07 17:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-07 17:26 [gentoo-commits] gentoo-x86 commit in media-video/handbrake: handbrake-0.9.9_pre5441.ebuild metadata.xml ChangeLog Ian Whyman (thev00d00)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox