diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-10-05 19:42:50 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-10-05 19:42:50 +0000 |
commit | 47d166220bd95149c4aad8a1fad93011265a3d86 (patch) | |
tree | f0f0ba943ce73230410541a1ac20985af030cc6e /media-sound/daapd | |
parent | fixed multilib problems (bug #64580). Fixed mime options in .desktop (bug #6... (diff) | |
download | gentoo-2-47d166220bd95149c4aad8a1fad93011265a3d86.tar.gz gentoo-2-47d166220bd95149c4aad8a1fad93011265a3d86.tar.bz2 gentoo-2-47d166220bd95149c4aad8a1fad93011265a3d86.zip |
removed zlib check.
Diffstat (limited to 'media-sound/daapd')
-rw-r--r-- | media-sound/daapd/daapd-0.2.3d.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/media-sound/daapd/daapd-0.2.3d.ebuild b/media-sound/daapd/daapd-0.2.3d.ebuild index e82c01a183f6..81b9c0299a5e 100644 --- a/media-sound/daapd/daapd-0.2.3d.ebuild +++ b/media-sound/daapd/daapd-0.2.3d.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/daapd/daapd-0.2.3d.ebuild,v 1.1 2004/10/05 08:49:45 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/daapd/daapd-0.2.3d.ebuild,v 1.2 2004/10/05 19:42:50 eradicator Exp $ IUSE="mpeg4 howl" @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~ppc" -DEPEND="zlib? ( sys-libs/zlib ) +DEPEND="sys-libs/zlib howl? ( >=net-misc/howl-0.9.6-r1 ) mpeg4? ( media-libs/faad2 ) >=media-libs/libid3tag-0.15.0b @@ -26,10 +26,6 @@ src_unpack() { epatch ${FILESDIR}/${P}-gentoo.patch cd ${S} - if ! use zlib; then - sed -ie 's/ZLIB_ENABLE = 1/ZLIB_ENABLE = 0/g' makefile - fi - if ! use howl; then sed -ie 's/HOWL_ENABLE = 1/HOWL_ENABLE = 0/g' makefile fi |