summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2007-02-10 15:57:35 +0000
committerAlexis Ballier <aballier@gentoo.org>2007-02-10 15:57:35 +0000
commitfb54b9f8ab8bacd7e26c3f8257499880c48cf43a (patch)
tree69a3f028839b0a509c49f0b5b669d9d166975c97 /media-video/vlc
parentstable on amd64; bug 136924 (diff)
downloadgentoo-2-fb54b9f8ab8bacd7e26c3f8257499880c48cf43a.tar.gz
gentoo-2-fb54b9f8ab8bacd7e26c3f8257499880c48cf43a.tar.bz2
gentoo-2-fb54b9f8ab8bacd7e26c3f8257499880c48cf43a.zip
Jack useflag, bug #157899
(Portage version: 2.1.2-r9)
Diffstat (limited to 'media-video/vlc')
-rw-r--r--media-video/vlc/ChangeLog5
-rw-r--r--media-video/vlc/vlc-0.8.6_p18636.ebuild9
2 files changed, 9 insertions, 5 deletions
diff --git a/media-video/vlc/ChangeLog b/media-video/vlc/ChangeLog
index 8ac78edebfad..702a1d196d66 100644
--- a/media-video/vlc/ChangeLog
+++ b/media-video/vlc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-video/vlc
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.217 2007/02/10 15:09:33 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.218 2007/02/10 15:57:35 aballier Exp $
+
+ 10 Feb 2007; Alexis Ballier <aballier@gentoo.org> vlc-0.8.6_p18636.ebuild:
+ Jack useflag, bug #157899
10 Feb 2007; Alexis Ballier <aballier@gentoo.org> vlc-0.8.6-r1.ebuild:
Fix also sdl-image automagic in stable vlc
diff --git a/media-video/vlc/vlc-0.8.6_p18636.ebuild b/media-video/vlc/vlc-0.8.6_p18636.ebuild
index 6fd56f2ab90e..68bbda9f5b37 100644
--- a/media-video/vlc/vlc-0.8.6_p18636.ebuild
+++ b/media-video/vlc/vlc-0.8.6_p18636.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.6_p18636.ebuild,v 1.4 2007/02/10 14:35:40 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.6_p18636.ebuild,v 1.5 2007/02/10 15:57:35 aballier Exp $
WANT_AUTOMAKE=latest
WANT_AUTOCONF=latest
@@ -38,7 +38,7 @@ dvb dvd vcd dts flac mpeg vorbis theora X opengl truetype svg fbcon svga
oss aalib ggi libcaca esd arts alsa wxwindows ncurses xosd lirc stream
mp3 xv bidi sdl sdl-image png xml samba daap corba mod speex shout rtsp
win32codecs skins hal avahi xinerama cddb directfb upnp nsplugin seamonkey
-optimisememory libnotify"
+optimisememory libnotify jack"
RDEPEND="
>=media-video/ffmpeg-0.4.9_p20050226-r1
@@ -112,7 +112,8 @@ RDEPEND="
!seamonkey? ( www-client/mozilla-firefox )
seamonkey? ( www-client/seamonkey )
)
- libnotify? ( x11-libs/libnotify )"
+ libnotify? ( x11-libs/libnotify )
+ jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1 )"
DEPEND="${RDEPEND}
X? ( xinerama? ( || ( x11-proto/xineramaproto <virtual/x11-7 ) ) )
@@ -238,9 +239,9 @@ src_compile () {
$(use_enable upnp) \
$(use_enable optimisememory optimize-memory) \
$(use_enable libnotify) \
+ $(use_enable jack) \
--enable-ffmpeg \
--disable-faad \
- --disable-jack \
--disable-dv \
--disable-libvc1 \
--disable-snapshot \