summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2010-11-07 18:13:16 +0000
committerAlexis Ballier <aballier@gentoo.org>2010-11-07 18:13:16 +0000
commit90ec8c726c1c83410c3eff985a392c10f88218cd (patch)
tree6d893405e1cb95b06de98301ad88f17d536963c4 /media-video/vlc
parentdev-lisp/cl-rfc2388-darcs removal, p.masked from 17Sep2010, wrt bug #337963 (diff)
downloadgentoo-2-90ec8c726c1c83410c3eff985a392c10f88218cd.tar.gz
gentoo-2-90ec8c726c1c83410c3eff985a392c10f88218cd.tar.bz2
gentoo-2-90ec8c726c1c83410c3eff985a392c10f88218cd.zip
Add game-music-emu support and bump pulseaudio dep
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'media-video/vlc')
-rw-r--r--media-video/vlc/ChangeLog6
-rw-r--r--media-video/vlc/metadata.xml1
-rw-r--r--media-video/vlc/vlc-9999.ebuild9
3 files changed, 11 insertions, 5 deletions
diff --git a/media-video/vlc/ChangeLog b/media-video/vlc/ChangeLog
index f878079894de..9ee53c64faa0 100644
--- a/media-video/vlc/ChangeLog
+++ b/media-video/vlc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/vlc
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.637 2010/11/04 21:48:06 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.638 2010/11/07 18:13:16 aballier Exp $
+
+ 07 Nov 2010; Alexis Ballier <aballier@gentoo.org> vlc-9999.ebuild,
+ metadata.xml:
+ Add game-music-emu support and bump pulseaudio dep
04 Nov 2010; Alexis Ballier <aballier@gentoo.org> -vlc-1.0.6.ebuild:
remove old
diff --git a/media-video/vlc/metadata.xml b/media-video/vlc/metadata.xml
index dcd9de1aa18a..b6d8042c5ed8 100644
--- a/media-video/vlc/metadata.xml
+++ b/media-video/vlc/metadata.xml
@@ -12,6 +12,7 @@
<flag name="dirac">Enable Dirac video support (an advanced royalty-free video compression format) via the reference library: dirac.</flag>
<flag name="fluidsynth">Enables Fluidsynth MIDI software synthesis (with external sound fonts).</flag>
<flag name="gcrypt">Enables cryptography support via libgcrypt.</flag>
+ <flag name="gme">Enables support for <pkg>media-libs/game-music-emu</pkg> for playing various video game music formats.</flag>
<flag name="gnome">Adds support for GNOME's filesystem abstraction layer, <pkg>gnome-base/gnome-vfs</pkg>. This flag is not GUI-related.</flag>
<flag name="httpd">Enables a web based interface for vlc.</flag>
<flag name="id3tag">Enables id3tag metadata reader plugin.</flag>
diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild
index 7d413427646f..2ffa32558edc 100644
--- a/media-video/vlc/vlc-9999.ebuild
+++ b/media-video/vlc/vlc-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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.98 2010/10/16 17:13:54 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.99 2010/11/07 18:13:16 aballier Exp $
EAPI="3"
@@ -47,7 +47,7 @@ else
fi
IUSE="a52 aac aalib alsa altivec atmo avahi bidi cdda cddb dbus dc1394
debug dirac directfb dts dvb dvd elibc_glibc fbcon fluidsynth +ffmpeg flac fontconfig
- +gcrypt gnome gnutls httpd ieee1394 jack kate kde libass libcaca
+ +gcrypt gme gnome gnutls httpd ieee1394 jack kate kde libass libcaca
libnotify libproxy libtiger libv4l2 lirc live lua matroska mmx
modplug mp3 mpeg mtp musepack ncurses ogg opengl optimisememory oss
png projectm pulseaudio pvr +qt4 remoteosd rtsp run-as-root samba
@@ -77,6 +77,7 @@ RDEPEND="
fluidsynth? ( media-sound/fluidsynth )
fontconfig? ( media-libs/fontconfig )
gcrypt? ( >=dev-libs/libgcrypt-1.2.0 )
+ gme? ( media-libs/game-music-emu )
gnome? ( gnome-base/gnome-vfs )
gnutls? ( >=net-libs/gnutls-1.7.4 >=dev-libs/libgcrypt-1.2.0 )
ieee1394? ( >=sys-libs/libraw1394-2.0.1 >=sys-libs/libavc1394-0.5.3 )
@@ -101,8 +102,7 @@ RDEPEND="
opengl? ( virtual/opengl || ( <x11-libs/libX11-1.3.99.901[xcb] >=x11-libs/libX11-1.3.99.901 ) )
png? ( media-libs/libpng sys-libs/zlib )
projectm? ( media-libs/libprojectm )
- pulseaudio? ( >=media-sound/pulseaudio-0.9.11
- !X? ( >=media-sound/pulseaudio-0.9.11[-X] ) )
+ pulseaudio? ( >=media-sound/pulseaudio-0.9.22 )
qt4? ( x11-libs/qt-gui:4 x11-libs/qt-core:4 x11-libs/libX11 )
remoteosd? ( >=dev-libs/libgcrypt-1.2.0 )
samba? ( || ( >=net-fs/samba-3.4.6[smbclient] <net-fs/samba-3.4 ) )
@@ -236,6 +236,7 @@ src_configure() {
$(use_enable flac) \
$(use_enable fluidsynth) \
$(use_enable fontconfig) \
+ $(use_enable gme) \
$(use_enable gnome gnomevfs) \
$(use_enable gnutls) \
$(use_enable httpd) \