pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/timidity Always include libao support.
details: https://anonhg.NetBSD.org/pkgsrc/rev/48db4a5cd69d
branches: trunk
changeset: 554014:48db4a5cd69d
user: shattered <shattered%pkgsrc.org@localhost>
date: Fri Feb 06 19:35:07 2009 +0000
description:
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:
audio/timidity/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (31 lines):
diff -r 3acf79febaec -r 48db4a5cd69d audio/timidity/Makefile
--- a/audio/timidity/Makefile Fri Feb 06 17:46:02 2009 +0000
+++ b/audio/timidity/Makefile Fri Feb 06 19:35:07 2009 +0000
@@ -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 @@
.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 @@
# 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"
Home |
Main Index |
Thread Index |
Old Index