summaryrefslogtreecommitdiff
path: root/audio/timidity
diff options
context:
space:
mode:
authorshattered <shattered@pkgsrc.org>2009-02-06 19:35:07 +0000
committershattered <shattered@pkgsrc.org>2009-02-06 19:35:07 +0000
commit4bb46fe7ab0a49688df788a01273c6ebd597a6cc (patch)
treea0c029e1586e684fa11ad15c40f855b3f9873fb6 /audio/timidity
parentcaea2aa488ae1acdfb734f50cf88510562b5d517 (diff)
downloadpkgsrc-4bb46fe7ab0a49688df788a01273c6ebd597a6cc.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/timidity')
-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"