diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-06-29 14:15:43 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-06-29 14:15:43 +0000 |
commit | 32ad8e3c531fb77554254141a971375e736abee1 (patch) | |
tree | bd00bad59f6d5052f154d6485e06c2e618b9e891 /media-video | |
parent | quoting (diff) | |
download | historical-32ad8e3c531fb77554254141a971375e736abee1.tar.gz historical-32ad8e3c531fb77554254141a971375e736abee1.tar.bz2 historical-32ad8e3c531fb77554254141a971375e736abee1.zip |
add remoteosd useflag
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.25.7 x86_64
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/vlc/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/vlc/vlc-0.9.0_alpha20080625.ebuild | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/media-video/vlc/ChangeLog b/media-video/vlc/ChangeLog index 2213bba9203a..1cad65e9014e 100644 --- a/media-video/vlc/ChangeLog +++ b/media-video/vlc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/vlc # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.349 2008/06/29 11:07:06 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.350 2008/06/29 14:15:43 aballier Exp $ + + 29 Jun 2008; Alexis Ballier <aballier@gentoo.org> + vlc-0.9.0_alpha20080625.ebuild: + add remoteosd useflag 29 Jun 2008; Alexis Ballier <aballier@gentoo.org> -files/0001-Include-altivec.h-before-any-other-vlc-header-as-inc.patch, diff --git a/media-video/vlc/vlc-0.9.0_alpha20080625.ebuild b/media-video/vlc/vlc-0.9.0_alpha20080625.ebuild index bc73cacef9cd..3a8f2e2083c5 100644 --- a/media-video/vlc/vlc-0.9.0_alpha20080625.ebuild +++ b/media-video/vlc/vlc-0.9.0_alpha20080625.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20080625.ebuild,v 1.8 2008/06/28 14:20:05 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20080625.ebuild,v 1.9 2008/06/29 14:15:43 aballier Exp $ EAPI="1" @@ -44,7 +44,7 @@ IUSE="a52 aac aalib alsa altivec arts atmo avahi bidi cdda cddb cdio dbus dc1394 debug directfb dts dvb dvd esd fbcon fluidsynth +ffmpeg flac ggi gnome gnutls hal httpd id3tag jack libcaca libnotify lirc live lua matroska mmx modplug mp3 mpeg musepack musicbrainz ncurses nsplugin ogg opengl optimisememory oss png pulseaudio pvr +qt4 - rtsp samba sdl sdl-image seamonkey shout skins speex sse stream svg svga taglib + remoteosd rtsp samba sdl sdl-image seamonkey shout skins speex sse stream svg svga taglib theora truetype twolame upnp v4l v4l2 vcd vcdx vlm vorbis win32codecs X x264 xinerama xml xosd xulrunner xv" @@ -107,6 +107,7 @@ RDEPEND=" png? ( media-libs/libpng ) pulseaudio? ( >=media-sound/pulseaudio-0.9.8 ) qt4? ( || ( ( x11-libs/qt-gui x11-libs/qt-core ) >=x11-libs/qt-4.2.0:4 ) ) + remoteosd? ( >=dev-libs/libgcrypt-1.2.0 ) samba? ( net-fs/samba ) sdl? ( >=media-libs/libsdl-1.2.8 sdl-image? ( media-libs/sdl-image ) ) @@ -275,7 +276,7 @@ src_compile () { $(use_enable pulseaudio pulse) \ $(use_enable pvr) \ $(use_enable qt4) \ - $(use_enable gnutls remoteosd) \ + $(use_enable remoteosd) \ $(use_enable rtsp realrtsp) \ $(use_enable samba smb) \ $(use_enable sdl) \ |