summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorshattered <shattered>2009-02-06 19:35:07 +0000
committershattered <shattered>2009-02-06 19:35:07 +0000
commit7408ec026b2ca457e8bdae18506d49f21fb9bab9 (patch)
treea0c029e1586e684fa11ad15c40f855b3f9873fb6 /audio
parent7e8bc4e2f33a4207e224f6daed4ab38df8a84841 (diff)
downloadpkgsrc-7408ec026b2ca457e8bdae18506d49f21fb9bab9.tar.gz
Always include libao support.
At the moment, timidity cannot use pulseaudio on NetBSD -- it has no native driver and padsp wrapper is only for ossaudio-using applications. However, it supports libao, and libao has pulseaudio driver. Since timidity always builds with vorbis support, which requires libao anyway. OK by wiz@.
Diffstat (limited to 'audio')
-rw-r--r--audio/timidity/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile
index 23b08f7cc25..c58f6a7bc0a 100644
--- a/audio/timidity/Makefile
+++ b/audio/timidity/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.64 2008/11/10 17:21:33 wiz Exp $
+# $NetBSD: Makefile,v 1.65 2009/02/06 19:35:07 shattered Exp $
DISTNAME= TiMidity++-2.13.2
PKGNAME= ${DISTNAME:S/TiMidity++/timidity/}
-PKGREVISION= 9
+PKGREVISION= 10
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=timidity/}
EXTRACT_SUFX= .tar.bz2
@@ -35,7 +35,7 @@ SUBST_SED.confdir= -e 's,/usr/local/share/timidity,${PKG_SYSCONFDIR},g'
.include "../../mk/bsd.prefs.mk"
-TIMIDITY_NATIVE_AUDIO= # empty
+TIMIDITY_NATIVE_AUDIO= ao
.if ${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS"
TIMIDITY_NATIVE_AUDIO= sun
@@ -47,6 +47,7 @@ TIMIDITY_NATIVE_AUDIO= darwin
# see above for reason this is not included
#.include "../../audio/flac/buildlink3.mk"
+.include "../../audio/libao/buildlink3.mk"
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../audio/speex/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"