diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-08-21 09:53:21 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-08-21 09:53:21 +0000 |
commit | f5f0f9e2ed2a6165ae27cd883465867551e11efa (patch) | |
tree | d9288f21b49472ad1388f92b6cb3cc113e70e6ba /media-video | |
parent | version bump (diff) | |
download | gentoo-2-f5f0f9e2ed2a6165ae27cd883465867551e11efa.tar.gz gentoo-2-f5f0f9e2ed2a6165ae27cd883465867551e11efa.tar.bz2 gentoo-2-f5f0f9e2ed2a6165ae27cd883465867551e11efa.zip |
xvideo output is now libxcb-xv based, no need to depend on libXv
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/vlc/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/vlc/vlc-9999.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/media-video/vlc/ChangeLog b/media-video/vlc/ChangeLog index 5e1b497e2641..65ac5ff3413c 100644 --- a/media-video/vlc/ChangeLog +++ b/media-video/vlc/ChangeLog @@ -1,6 +1,9 @@ # 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.491 2009/08/19 21:52:36 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.492 2009/08/21 09:53:21 aballier Exp $ + + 21 Aug 2009; Alexis Ballier <aballier@gentoo.org> vlc-9999.ebuild: + xvideo output is now libxcb-xv based, no need to depend on libXv 19 Aug 2009; Alexis Ballier <aballier@gentoo.org> vlc-9999.ebuild: xinerama is gone in master diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index 18d305ba1f58..c61ae63b9ed7 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-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-9999.ebuild,v 1.32 2009/08/19 21:52:36 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.33 2009/08/21 09:53:21 aballier Exp $ EAPI="2" @@ -146,7 +146,6 @@ RDEPEND=" X? ( x11-libs/libX11 x11-libs/libXext - xv? ( x11-libs/libXv ) opengl? ( virtual/opengl ) ) x264? ( media-libs/x264 ) |