diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-02-12 02:12:36 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-02-12 02:12:36 +0000 |
commit | afcc6e537e8ff6d4a24c526635cc934083abb862 (patch) | |
tree | b74bab2d36f20c2be2f8b794060d14e58b27b5d9 /media-video/vlc | |
parent | rename selinux.so to selinux_aux.so (diff) | |
download | gentoo-2-afcc6e537e8ff6d4a24c526635cc934083abb862.tar.gz gentoo-2-afcc6e537e8ff6d4a24c526635cc934083abb862.tar.bz2 gentoo-2-afcc6e537e8ff6d4a24c526635cc934083abb862.zip |
Make cddb an useflag so that people can decide whether to use it or not, allowing to stop the up/down cycle with libcdio 0.76 that requires newer cddb.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'media-video/vlc')
-rw-r--r-- | media-video/vlc/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/vlc/vlc-0.8.4a.ebuild | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/media-video/vlc/ChangeLog b/media-video/vlc/ChangeLog index 01a18621e155..1c3aa38a5e9c 100644 --- a/media-video/vlc/ChangeLog +++ b/media-video/vlc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/vlc # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.140 2006/02/04 16:50:41 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.141 2006/02/12 02:12:36 flameeyes Exp $ + + 12 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.4a.ebuild: + Make cddb an useflag so that people can decide whether to use it or not, + allowing to stop the up/down cycle with libcdio 0.76 that requires newer + cddb. 04 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.4a.ebuild: Change dep on wxGTK 2.6.2-r1 as per bug #118631. Drop autotools dependencies. diff --git a/media-video/vlc/vlc-0.8.4a.ebuild b/media-video/vlc/vlc-0.8.4a.ebuild index 9bb8d67fa0b4..2e79441fc134 100644 --- a/media-video/vlc/vlc-0.8.4a.ebuild +++ b/media-video/vlc/vlc-0.8.4a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.4a.ebuild,v 1.9 2006/02/04 16:50:41 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.4a.ebuild,v 1.10 2006/02/12 02:12:36 flameeyes Exp $ inherit eutils wxwidgets flag-o-matic nsplugins multilib autotools toolchain-funcs @@ -25,10 +25,10 @@ IUSE="a52 3dfx nls debug altivec httpd vlm gnutls live v4l cdda ogg matroska dvb dvd vcd ffmpeg aac dts flac mpeg vorbis theora X opengl truetype svg fbcon svga oss aalib ggi libcaca esd arts alsa wxwindows ncurses xosd lirc joystick stream mp3 xv bidi sdl png xml2 samba daap corba screen mod speex nsplugin shout real -win32codecs skins hal avahi xinerama" +win32codecs skins hal avahi xinerama cddb" RDEPEND="cdda? ( >=dev-libs/libcdio-0.71 - >=media-libs/libcddb-0.9.5 ) + cddb? ( ~media-libs/libcddb-0.9.5 ) ) live? ( >=media-plugins/live-2005.01.29 ) dvd? ( media-libs/libdvdread media-libs/libdvdcss @@ -160,6 +160,7 @@ src_compile () { $(use_enable gnutls) \ $(use_enable v4l) \ $(use_enable cdda) $(use_enable cdda cddax)\ + $(use_enable cddb libcddb) \ $(use_enable vcd) $(use_enable vcd vcdx) \ $(use_enable dvb) $(use_enable dvb pvr) \ $(use_enable ogg) \ |