diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2013-07-10 03:16:50 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2013-07-10 03:16:50 +0000 |
commit | acdbfaa5396f2d7c3a46261589237e9d6a5475be (patch) | |
tree | ce0ed9d3957427b0ab441a039967e2413440af34 /media-video/vlc/vlc-2.0.9999.ebuild | |
parent | Add subslot support for x264, thanks to Nikoli for the patch (diff) | |
download | gentoo-2-acdbfaa5396f2d7c3a46261589237e9d6a5475be.tar.gz gentoo-2-acdbfaa5396f2d7c3a46261589237e9d6a5475be.tar.bz2 gentoo-2-acdbfaa5396f2d7c3a46261589237e9d6a5475be.zip |
Add subslot support for x264, thanks to Nikoli for the patch
(Portage version: 2.1.12.12/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-video/vlc/vlc-2.0.9999.ebuild')
-rw-r--r-- | media-video/vlc/vlc-2.0.9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/vlc/vlc-2.0.9999.ebuild b/media-video/vlc/vlc-2.0.9999.ebuild index 10ad63576c37..65ba1d4efafa 100644 --- a/media-video/vlc/vlc-2.0.9999.ebuild +++ b/media-video/vlc/vlc-2.0.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/vlc/vlc-2.0.9999.ebuild,v 1.23 2013/05/16 19:21:23 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.0.9999.ebuild,v 1.24 2013/07/10 03:16:50 lu_zero Exp $ EAPI="5" @@ -135,7 +135,7 @@ RDEPEND=" vcdx? ( >=dev-libs/libcdio-0.78.2 >=media-video/vcdimager-0.7.22 ) vorbis? ( media-libs/libvorbis ) X? ( x11-libs/libX11 ) - x264? ( >=media-libs/x264-0.0.20090923 ) + x264? ( >=media-libs/x264-0.0.20090923:= ) xcb? ( >=x11-libs/libxcb-1.6 >=x11-libs/xcb-util-0.3.4 ) xml? ( dev-libs/libxml2 ) xosd? ( x11-libs/xosd ) |