diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-09-15 21:01:35 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-09-15 21:01:35 +0000 |
commit | 9e77b3cad6afcce5902a3dead78d9b6a62d803e9 (patch) | |
tree | 041f297e55e46ffb61c9bc72a7325fafb46940af /media-video | |
parent | Set correct homepage, bug 285131. (diff) | |
download | gentoo-2-9e77b3cad6afcce5902a3dead78d9b6a62d803e9.tar.gz gentoo-2-9e77b3cad6afcce5902a3dead78d9b6a62d803e9.tar.bz2 gentoo-2-9e77b3cad6afcce5902a3dead78d9b6a62d803e9.zip |
Backport a patch from master to allow older xcb-xv versions.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/vlc/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/vlc/vlc-1.0.1.ebuild | 6 | ||||
-rw-r--r-- | media-video/vlc/vlc-1.0.9999.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/media-video/vlc/ChangeLog b/media-video/vlc/ChangeLog index ead3cc09739e..2249109ad9c8 100644 --- a/media-video/vlc/ChangeLog +++ b/media-video/vlc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/vlc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.501 2009/09/11 13:40:53 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.502 2009/09/15 21:01:35 aballier Exp $ + + 15 Sep 2009; Alexis Ballier <aballier@gentoo.org> vlc-1.0.1.ebuild, + vlc-1.0.9999.ebuild: + Backport a patch from master to allow older xcb-xv versions. 11 Sep 2009; Alexis Ballier <aballier@gentoo.org> metadata.xml: update live useflag description, by Michael diff --git a/media-video/vlc/vlc-1.0.1.ebuild b/media-video/vlc/vlc-1.0.1.ebuild index b00677195afb..ae865c698acb 100644 --- a/media-video/vlc/vlc-1.0.1.ebuild +++ b/media-video/vlc/vlc-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.1.ebuild,v 1.6 2009/08/25 06:01:44 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.1.ebuild,v 1.7 2009/09/15 21:01:35 aballier Exp $ EAPI="2" @@ -23,7 +23,7 @@ MY_PV="${MY_PV/-beta/-test}" MY_P="${PN}-${MY_PV}" VLC_SNAPSHOT_TIME="0013" -PATCHLEVEL="71" +PATCHLEVEL="73" M4_TARBALL_VERSION="1" DESCRIPTION="VLC media player - Video player and streamer" HOMEPAGE="http://www.videolan.org/vlc/" @@ -151,7 +151,7 @@ RDEPEND=" opengl? ( virtual/opengl ) ) x264? ( media-libs/x264 ) - xcb? ( >=x11-libs/libxcb-1.1.90.1 x11-libs/xcb-util ) + xcb? ( x11-libs/libxcb x11-libs/xcb-util ) xml? ( dev-libs/libxml2 ) xosd? ( x11-libs/xosd ) zvbi? ( >=media-libs/zvbi-0.2.25 ) diff --git a/media-video/vlc/vlc-1.0.9999.ebuild b/media-video/vlc/vlc-1.0.9999.ebuild index f96bad767cae..de72dd1484a0 100644 --- a/media-video/vlc/vlc-1.0.9999.ebuild +++ b/media-video/vlc/vlc-1.0.9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild,v 1.24 2009/08/21 12:13:27 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild,v 1.25 2009/09/15 21:01:35 aballier Exp $ EAPI="2" @@ -23,7 +23,7 @@ MY_PV="${MY_PV/-beta/-test}" MY_P="${PN}-${MY_PV}" VLC_SNAPSHOT_TIME="0013" -PATCHLEVEL="70" +PATCHLEVEL="74" M4_TARBALL_VERSION="1" DESCRIPTION="VLC media player - Video player and streamer" HOMEPAGE="http://www.videolan.org/vlc/" @@ -151,7 +151,7 @@ RDEPEND=" opengl? ( virtual/opengl ) ) x264? ( media-libs/x264 ) - xcb? ( >=x11-libs/libxcb-1.1.90.1 x11-libs/xcb-util ) + xcb? ( x11-libs/libxcb x11-libs/xcb-util ) xml? ( dev-libs/libxml2 ) xosd? ( x11-libs/xosd ) zvbi? ( >=media-libs/zvbi-0.2.25 ) |