summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2006-05-31 07:56:20 +0000
committertonio <tonio@pkgsrc.org>2006-05-31 07:56:20 +0000
commitf30a78b46e1f58d71b80dac89c6fa074113e1e14 (patch)
tree2a8398757848dfa31cbe0bf32236762867402b4d /audio
parentac2144ca7c19d88133db1d848a55b53d09a0e824 (diff)
downloadpkgsrc-f30a78b46e1f58d71b80dac89c6fa074113e1e14.tar.gz
Change the "faad" option to "mpeg4ip", and adapt the dependency accordingly:
the faad2 package do no more give the functionality asked by daapd: this is given by multimedia/mpeg4ip
Diffstat (limited to 'audio')
-rw-r--r--audio/daapd/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/audio/daapd/Makefile b/audio/daapd/Makefile
index 559ba5abf82..b6ca4fb7de1 100644
--- a/audio/daapd/Makefile
+++ b/audio/daapd/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2006/04/23 18:25:27 tonio Exp $
+# $NetBSD: Makefile,v 1.19 2006/05/31 07:56:20 tonio Exp $
DISTNAME= daapd-0.2.4b
+PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${HOMEPAGE}
EXTRACT_SUFX= .tgz
@@ -16,14 +17,14 @@ MAKEFILE= makefile
RCD_SCRIPTS= daapd
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
-CONF_FILES= ${EGDIR}/daapd.conf ${PKG_SYSCONFDIR}/daapd.conf
+CONF_FILES= ${EGDIR}/daapd.conf ${PKG_SYSCONFDIR}/daapd.conf
PKG_OPTIONS_VAR=PKG_OPTIONS.daapd
-PKG_SUPPORTED_OPTIONS=faad
+PKG_SUPPORTED_OPTIONS=mpeg4ip
.include "../../mk/bsd.options.mk"
-.if !empty(PKG_OPTIONS:Mfaad)
-.include "../../audio/faad2/buildlink3.mk"
+.if !empty(PKG_OPTIONS:Mmpeg4ip)
+.include "../../multimedia/mpeg4ip/buildlink3.mk"
MAKE_ENV+= WITH_FAAD=1
.else
MAKE_ENV+= WITH_FAAD=0