diff options
author | 2009-08-21 09:58:10 +0000 | |
---|---|---|
committer | 2009-08-21 09:58:10 +0000 | |
commit | 0dd12096143207ecf27c082bc7070b699d38c61b (patch) | |
tree | 2dc0d17cf446bf8825232fa7d807f808a4d0243e /media-video/vlc | |
parent | xvideo output is now libxcb-xv based, no need to depend on libXv (diff) | |
download | gentoo-2-0dd12096143207ecf27c082bc7070b699d38c61b.tar.gz gentoo-2-0dd12096143207ecf27c082bc7070b699d38c61b.tar.bz2 gentoo-2-0dd12096143207ecf27c082bc7070b699d38c61b.zip |
libXext is now only used by the skins interface and glx module
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'media-video/vlc')
-rw-r--r-- | media-video/vlc/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/vlc/vlc-9999.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/media-video/vlc/ChangeLog b/media-video/vlc/ChangeLog index 65ac5ff3413c..65212c816d09 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.492 2009/08/21 09:53:21 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.493 2009/08/21 09:58:10 aballier Exp $ + + 21 Aug 2009; Alexis Ballier <aballier@gentoo.org> vlc-9999.ebuild: + libXext is now only used by the skins interface and glx module 21 Aug 2009; Alexis Ballier <aballier@gentoo.org> vlc-9999.ebuild: xvideo output is now libxcb-xv based, no need to depend on libXv diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index c61ae63b9ed7..fb04d785ffd4 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.33 2009/08/21 09:53:21 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.34 2009/08/21 09:58:10 aballier Exp $ EAPI="2" @@ -129,7 +129,7 @@ RDEPEND=" sdl? ( >=media-libs/libsdl-1.2.8 sdl-image? ( media-libs/sdl-image ) ) shout? ( media-libs/libshout ) - skins? ( x11-libs/qt-gui:4 x11-libs/qt-core:4 ) + skins? ( x11-libs/qt-gui:4 x11-libs/qt-core:4 x11-libs/libXext ) speex? ( media-libs/speex ) svg? ( >=gnome-base/librsvg-2.9.0 ) svga? ( media-libs/svgalib ) @@ -145,8 +145,7 @@ RDEPEND=" win32codecs? ( media-libs/win32codecs ) X? ( x11-libs/libX11 - x11-libs/libXext - opengl? ( virtual/opengl ) + opengl? ( virtual/opengl x11-libs/libXext ) ) x264? ( media-libs/x264 ) xcb? ( x11-libs/libxcb x11-libs/xcb-util ) |