summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-03-26 08:13:14 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-03-26 08:13:14 +0000
commite86c84149df45a2129f962e2e76ebd18835e18c3 (patch)
treeff957d7ea037ee9ce25406b00f32d1ca21f4a0a0 /media-sound
parentfixed typo (diff)
downloadgentoo-2-e86c84149df45a2129f962e2e76ebd18835e18c3.tar.gz
gentoo-2-e86c84149df45a2129f962e2e76ebd18835e18c3.tar.bz2
gentoo-2-e86c84149df45a2129f962e2e76ebd18835e18c3.zip
Added USE flags to control more configure options.
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/mpd/ChangeLog5
-rw-r--r--media-sound/mpd/mpd-0.10.2.ebuild15
2 files changed, 13 insertions, 7 deletions
diff --git a/media-sound/mpd/ChangeLog b/media-sound/mpd/ChangeLog
index 0c6937f2809a..8b608239e4a7 100644
--- a/media-sound/mpd/ChangeLog
+++ b/media-sound/mpd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/mpd
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.16 2004/03/25 16:08:07 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.17 2004/03/26 08:13:14 eradicator Exp $
+
+ 26 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org> mpd-0.10.2.ebuild:
+ Added USE flags to control more configure options.
*mpd-0.10.2 (25 Mar 2004)
diff --git a/media-sound/mpd/mpd-0.10.2.ebuild b/media-sound/mpd/mpd-0.10.2.ebuild
index 11e8b48905be..fbfadda6046e 100644
--- a/media-sound/mpd/mpd-0.10.2.ebuild
+++ b/media-sound/mpd/mpd-0.10.2.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.10.2.ebuild,v 1.1 2004/03/25 16:08:07 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.10.2.ebuild,v 1.2 2004/03/26 08:13:14 eradicator Exp $
-IUSE="oggvorbis mad"
+IUSE="oggvorbis mad aac audiofile ipv6"
DESCRIPTION="Music Player Daemon (mpd)"
SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz"
@@ -15,13 +15,16 @@ LICENSE="GPL-2"
DEPEND="oggvorbis? ( media-libs/libvorbis )
mad? ( media-sound/mad )
- >=media-libs/flac-1.1.0
+ aac? ( >=media-libs/faad2-2.0_rc2 )
+ audiofile? ( media-libs/audiofile )
+ flac? ( >=media-libs/flac-1.1.0 )
+ media-libs/libid3tag
media-libs/libao
sys-libs/zlib"
src_compile() {
local myconf
- myconf=""
+ myconf="`use_enable aac` `use_enable audiofile` `use_enable ipv6` `use_enable flac`"
use oggvorbis \
|| myconf="${myconf} --disable-ogg --disable-oggtest \
@@ -46,8 +49,8 @@ src_install() {
}
pkg_postinst() {
- einfo "libao has issues with the ALSA drivers, please refer to the FAQ"
- einfo "http://musicpd.sourceforge.net/faq.php"
+ einfo "libao prior to 0.8.4 has issues with the ALSA drivers, please refer to the FAQ"
+ einfo "http://musicpd.sourceforge.net/faq.php if you are having problems."
einfo
einfo " You need to set PORT, MUSIC_DIR, PLAYLIST_DIR,"
einfo " LOG_FILE and ERROR_FILE in /etc/conf.d/mpd"