diff options
author | Ian Whyman <thev00d00@gentoo.org> | 2014-02-06 21:35:41 +0000 |
---|---|---|
committer | Ian Whyman <thev00d00@gentoo.org> | 2014-02-06 21:35:41 +0000 |
commit | ac75008d028bf536d1246d3174c4ef6d46fda886 (patch) | |
tree | 9458c57d0e1c53ca755b45a83be3c8ed329e527e /media-video | |
parent | Reintroduce use flag system-mpmath to allow using bundled mpmath, bug #500284 (diff) | |
download | gentoo-2-ac75008d028bf536d1246d3174c4ef6d46fda886.tar.gz gentoo-2-ac75008d028bf536d1246d3174c4ef6d46fda886.tar.bz2 gentoo-2-ac75008d028bf536d1246d3174c4ef6d46fda886.zip |
Drop --enable-ff-mpeg2 and deps as per #500274
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/handbrake/ChangeLog | 8 | ||||
-rw-r--r-- | media-video/handbrake/handbrake-0.9.9.ebuild | 4 | ||||
-rw-r--r-- | media-video/handbrake/handbrake-9999.ebuild | 7 |
3 files changed, 10 insertions, 9 deletions
diff --git a/media-video/handbrake/ChangeLog b/media-video/handbrake/ChangeLog index cb69180b94ed..f4de76f0b306 100644 --- a/media-video/handbrake/ChangeLog +++ b/media-video/handbrake/ChangeLog @@ -1,6 +1,10 @@ # 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.17 2013/12/14 02:15:05 tomwij Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/ChangeLog,v 1.18 2014/02/06 21:35:41 thev00d00 Exp $ + + 06 Feb 2014; Ian Whyman <thev00d00@gentoo.org> handbrake-0.9.9.ebuild, + handbrake-9999.ebuild: + Drop --enable-ff-mpeg2 and deps as per #500274 14 Dec 2013; Tom Wijsman <TomWij@gentoo.org> +files/handbrake-0.9.9-fix-compilation-with-mp4v2-v1.9.1.patch, diff --git a/media-video/handbrake/handbrake-0.9.9.ebuild b/media-video/handbrake/handbrake-0.9.9.ebuild index 8238ba8a3ba9..45d9ca44a0af 100644 --- a/media-video/handbrake/handbrake-0.9.9.ebuild +++ b/media-video/handbrake/handbrake-0.9.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 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.ebuild,v 1.12 2013/12/14 02:15:04 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-0.9.9.ebuild,v 1.13 2014/02/06 21:35:41 thev00d00 Exp $ EAPI="5" diff --git a/media-video/handbrake/handbrake-9999.ebuild b/media-video/handbrake/handbrake-9999.ebuild index 3f6fb862520f..b446de979fa7 100644 --- a/media-video/handbrake/handbrake-9999.ebuild +++ b/media-video/handbrake/handbrake-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-9999.ebuild,v 1.14 2013/12/14 02:15:04 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-9999.ebuild,v 1.15 2014/02/06 21:35:41 thev00d00 Exp $ EAPI="5" @@ -42,7 +42,6 @@ RDEPEND=" media-libs/libbluray media-libs/libdvdnav media-libs/libdvdread - media-libs/libmpeg2 media-libs/libmp4v2:0 media-libs/libmkv media-libs/libsamplerate @@ -123,7 +122,6 @@ src_prepare() { # Don't run autogen.sh. # TODO: Document why we're not running this. sed -i '/autogen.sh/d' module.rules || die "Removing autogen.sh call failed" - eautoreconf } @@ -145,7 +143,6 @@ src_configure() { --enable-libmkv \ --enable-mp4v2 \ $(use_enable fdk fdk-aac) \ - $(use_enable ffmpeg ff-mpeg2) \ $(use_enable gtk) \ $(usex !gstreamer --disable-gst) || die "Configure failed." } |