diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-03-08 18:17:28 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-03-08 18:17:28 +0000 |
commit | cfb74d0b5b107e4ed5d7e32e2f14bf0ac765b067 (patch) | |
tree | 0eae8b5e771704dd240c0b6850fad75e36c0530a /media-video/vlc | |
parent | Migrate to EAPI 2. (diff) | |
download | gentoo-2-cfb74d0b5b107e4ed5d7e32e2f14bf0ac765b067.tar.gz gentoo-2-cfb74d0b5b107e4ed5d7e32e2f14bf0ac765b067.tar.bz2 gentoo-2-cfb74d0b5b107e4ed5d7e32e2f14bf0ac765b067.zip |
add xcb useflag
(Portage version: 2.2_rc23/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, 9 insertions, 3 deletions
diff --git a/media-video/vlc/ChangeLog b/media-video/vlc/ChangeLog index 1a8e54fe5bb2..b4febf85c18e 100644 --- a/media-video/vlc/ChangeLog +++ b/media-video/vlc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/vlc # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.423 2009/03/08 16:04:13 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.424 2009/03/08 18:17:28 aballier Exp $ + + 08 Mar 2009; Alexis Ballier <aballier@gentoo.org> vlc-9999.ebuild: + add xcb useflag *vlc-0.9.9_rc2 (08 Mar 2009) diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index 9af5a12af6a7..2186d7fc3b21 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.1 2009/02/27 10:34:43 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.2 2009/03/08 18:17:28 aballier Exp $ EAPI="1" @@ -55,7 +55,7 @@ IUSE="a52 aac aalib alsa altivec atmo avahi bidi cdda cddax cddb cdio dbus dc139 musepack ncurses nsplugin ogg opengl optimisememory oss pda png pulseaudio pvr +qt4 remoteosd rtsp run-as-root samba schroedinger sdl sdl-image seamonkey shine shout skins speex sse stream svg svga taglib theora truetype twolame upnp v4l v4l2 vcdinfo vcdx vlm vorbis win32codecs wma-fixed - X x264 xinerama xml xosd xv zvbi" + X x264 xcb xinerama xml xosd xv zvbi" RDEPEND=" sys-libs/zlib @@ -146,6 +146,7 @@ RDEPEND=" opengl? ( virtual/opengl ) ) x264? ( media-libs/x264 ) + xcb? ( x11-libs/libxcb x11-libs/xcb-util ) xml? ( dev-libs/libxml2 ) xosd? ( x11-libs/xosd ) zvbi? ( >=media-libs/zvbi-0.2.25 ) @@ -160,6 +161,7 @@ DEPEND="${RDEPEND} v4l? ( sys-kernel/linux-headers ) v4l2? ( sys-kernel/linux-headers ) X? ( xinerama? ( x11-proto/xineramaproto ) ) + xcb? ( x11-proto/xproto ) dev-util/pkgconfig" S="${WORKDIR}/${MY_P}" @@ -333,6 +335,7 @@ src_compile () { $(use_enable wma-fixed) \ $(use_enable X x11) $(use_enable X screen) \ $(use_enable x264) \ + $(use_enable xcb) \ $(use_enable xinerama) \ $(use_enable xml libxml2) \ $(use_enable xosd) \ |