diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2013-05-16 05:52:11 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2013-05-16 05:52:11 +0000 |
commit | be18f9c24de52297c253644630bf4f1a2b122714 (patch) | |
tree | c0f42436e6bfa440f8c2f10b816570e8ded5f115 | |
parent | Fix to leak in qemu-system, reported in Bug #467200 and tested by László Sz... (diff) | |
download | gentoo-2-be18f9c24de52297c253644630bf4f1a2b122714.tar.gz gentoo-2-be18f9c24de52297c253644630bf4f1a2b122714.tar.bz2 gentoo-2-be18f9c24de52297c253644630bf4f1a2b122714.zip |
Changed slot of libmp4v2 dependency from 1 to 0 since 0 installs the required include files whereas 1 doesn't.
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
-rw-r--r-- | media-video/handbrake/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/handbrake/handbrake-0.9.9_pre5441-r1.ebuild | 4 | ||||
-rw-r--r-- | media-video/handbrake/handbrake-9999.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/media-video/handbrake/ChangeLog b/media-video/handbrake/ChangeLog index bc59838b072e..f067cbef470e 100644 --- a/media-video/handbrake/ChangeLog +++ b/media-video/handbrake/ChangeLog @@ -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.4 2013/05/07 18:40:04 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/ChangeLog,v 1.5 2013/05/16 05:52:11 tomwij Exp $ + + 16 May 2013; Tom Wijsman <TomWij@gentoo.org> + handbrake-0.9.9_pre5441-r1.ebuild, handbrake-9999.ebuild: + Changed slot of libmp4v2 dependency from 1 to 0 since 0 installs the required + include files whereas 1 doesn't. *handbrake-0.9.9_pre5441-r1 (07 May 2013) diff --git a/media-video/handbrake/handbrake-0.9.9_pre5441-r1.ebuild b/media-video/handbrake/handbrake-0.9.9_pre5441-r1.ebuild index 4c257dc8709c..29759cfc6ffc 100644 --- a/media-video/handbrake/handbrake-0.9.9_pre5441-r1.ebuild +++ b/media-video/handbrake/handbrake-0.9.9_pre5441-r1.ebuild @@ -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-r1.ebuild,v 1.1 2013/05/07 18:40:04 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-0.9.9_pre5441-r1.ebuild,v 1.2 2013/05/16 05:52:11 tomwij Exp $ EAPI="5" @@ -35,7 +35,7 @@ RDEPEND=" media-libs/libdvdnav media-libs/libdvdread media-libs/libmpeg2 - media-libs/libmp4v2:1 + media-libs/libmp4v2:0 media-libs/libmkv media-libs/libsamplerate media-libs/libtheora diff --git a/media-video/handbrake/handbrake-9999.ebuild b/media-video/handbrake/handbrake-9999.ebuild index c99f5f9aec58..25e77eac3064 100644 --- a/media-video/handbrake/handbrake-9999.ebuild +++ b/media-video/handbrake/handbrake-9999.ebuild @@ -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-9999.ebuild,v 1.3 2013/05/07 18:40:04 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-9999.ebuild,v 1.4 2013/05/16 05:52:11 tomwij Exp $ EAPI="5" @@ -35,7 +35,7 @@ RDEPEND=" media-libs/libdvdnav media-libs/libdvdread media-libs/libmpeg2 - media-libs/libmp4v2:1 + media-libs/libmp4v2:0 media-libs/libmkv media-libs/libsamplerate media-libs/libtheora |