diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-12-13 11:02:43 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-12-13 11:02:43 +0000 |
commit | 82f1a908f31e16789f93c3ea6acd365281b2efa4 (patch) | |
tree | 104ef9e7c141bbf578a3d463555cf5b68cd63b52 /media-sound/amarok/amarok-1.2_beta2.ebuild | |
parent | Version bump (Manifest recommit) (diff) | |
download | gentoo-2-82f1a908f31e16789f93c3ea6acd365281b2efa4.tar.gz gentoo-2-82f1a908f31e16789f93c3ea6acd365281b2efa4.tar.bz2 gentoo-2-82f1a908f31e16789f93c3ea6acd365281b2efa4.zip |
Added mysql support.
Diffstat (limited to 'media-sound/amarok/amarok-1.2_beta2.ebuild')
-rw-r--r-- | media-sound/amarok/amarok-1.2_beta2.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/media-sound/amarok/amarok-1.2_beta2.ebuild b/media-sound/amarok/amarok-1.2_beta2.ebuild index 8d10489e9ce3..5322374e578d 100644 --- a/media-sound/amarok/amarok-1.2_beta2.ebuild +++ b/media-sound/amarok/amarok-1.2_beta2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.2_beta2.ebuild,v 1.1 2004/12/12 23:18:12 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.2_beta2.ebuild,v 1.2 2004/12/13 11:02:43 eradicator Exp $ -IUSE="noamazon cjk xmms opengl xine arts gstreamer" +IUSE="noamazon cjk xmms opengl xine arts gstreamer mysql" inherit kde eutils @@ -31,7 +31,8 @@ DEPEND=">=kde-base/kdemultimedia-3.2 >=kde-base/kdelibs-3.2 >=x11-libs/qt-3.3 gstreamer? ( >=media-libs/gst-plugins-0.8.1 - >=media-plugins/gst-plugins-mad-0.8.1 )" + >=media-plugins/gst-plugins-mad-0.8.1 ) + mysql? ( >=dev-db/mysql-3 )" need-kde 3.2 @@ -49,7 +50,7 @@ src_unpack() { src_compile() { PREFIX="`kde-config --prefix`" - myconf="`use_with arts` `use_with xine` `use_with gstreamer`" + myconf="`use_with arts` `use_with xine` `use_with gstreamer` `use_enable mysql`" myconf="${myconf} `use_with opengl` `use_enable !noamazon amazon`" kde_src_compile myconf configure make || die |