summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-12-05 08:59:38 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-12-05 08:59:38 +0000
commite7d6435071c6fe8e8a8fa18bc70743a51ddb935e (patch)
treef013d9c9058eb6665c0cbd0954c347f1dff8612a /media-video
parentUse selected CC and LDFLAGS (#293577). Install pptpsetup and man pages (#2938... (diff)
downloadgentoo-2-e7d6435071c6fe8e8a8fa18bc70743a51ddb935e.tar.gz
gentoo-2-e7d6435071c6fe8e8a8fa18bc70743a51ddb935e.tar.bz2
gentoo-2-e7d6435071c6fe8e8a8fa18bc70743a51ddb935e.zip
Add sqlite useflag
(Portage version: 2.2_rc55/cvs/Linux x86_64)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/vlc/ChangeLog5
-rw-r--r--media-video/vlc/vlc-9999.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/media-video/vlc/ChangeLog b/media-video/vlc/ChangeLog
index 6681e038f98e..a2a1fe77494a 100644
--- a/media-video/vlc/ChangeLog
+++ b/media-video/vlc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-video/vlc
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.534 2009/12/05 08:43:26 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.535 2009/12/05 08:59:38 aballier Exp $
+
+ 05 Dec 2009; Alexis Ballier <aballier@gentoo.org> vlc-9999.ebuild:
+ Add sqlite useflag
05 Dec 2009; Alexis Ballier <aballier@gentoo.org> vlc-9999.ebuild:
xvmc is gone
diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild
index ffd067115742..a58c2bbfb2e9 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.49 2009/12/05 08:43:26 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.50 2009/12/05 08:59:38 aballier Exp $
EAPI="2"
@@ -50,7 +50,7 @@ IUSE="a52 aac aalib alsa altivec atmo avahi bidi cdda cddax cddb cdio dbus dc139
libnotify libproxy libsysfs libtiger libv4l libv4l2 lirc live lua matroska mmx
modplug mp3 mpeg mtp musepack ncurses nsplugin ogg opengl optimisememory oss
png projectm pulseaudio pvr +qt4 remoteosd rtsp run-as-root samba
- schroedinger sdl sdl-image seamonkey shine shout skins speex sse stream
+ schroedinger sdl sdl-image seamonkey shine shout skins speex sqlite sse stream
svg svga taglib theora truetype twolame udev upnp v4l v4l2 vcdinfo vcdx vlm
vorbis win32codecs wma-fixed X x264 xcb xml xosd xv zvbi"
@@ -126,6 +126,7 @@ RDEPEND="
shout? ( media-libs/libshout )
skins? ( x11-libs/qt-gui:4 x11-libs/qt-core:4 x11-libs/libXext x11-libs/libX11 )
speex? ( media-libs/speex )
+ sqlite? ( dev-db/sqlite:3 )
svg? ( >=gnome-base/librsvg-2.9.0 )
svga? ( media-libs/svgalib )
taglib? ( >=media-libs/taglib-1.5 sys-libs/zlib )
@@ -323,6 +324,7 @@ src_configure() {
$(use_enable shout) \
$(use_enable skins skins2) \
$(use_enable speex) \
+ $(use_enable sqlite) \
$(use_enable sse) \
$(use_enable stream sout) \
$(use_enable svg) \