summaryrefslogtreecommitdiff
path: root/audio/timidity/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2002-01-17 01:20:39 +0000
committerwiz <wiz>2002-01-17 01:20:39 +0000
commit853b7a30e189cec2db891c712c5b3112a40be697 (patch)
tree235ef8c04526f03ec09307e64076d222f8599fa4 /audio/timidity/Makefile
parentd2feb72cd2a9f44aad48521762f87b79d02dbc87 (diff)
downloadpkgsrc-853b7a30e189cec2db891c712c5b3112a40be697.tar.gz
Update to 2.11.2. Package changes: output directly to sound device now
works, compiles in ogg output support. Changes since last version: Bug fixes, output improvements, vorbis support, mod-to-midi conversion.
Diffstat (limited to 'audio/timidity/Makefile')
-rw-r--r--audio/timidity/Makefile15
1 files changed, 10 insertions, 5 deletions
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile
index 1531ac108e7..25e5867a460 100644
--- a/audio/timidity/Makefile
+++ b/audio/timidity/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2001/12/19 14:40:59 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2002/01/17 01:20:39 wiz Exp $
#
-DISTNAME= TiMidity++-2.10.4
+DISTNAME= TiMidity++-2.11.2
PKGNAME= ${DISTNAME:S/TiMidity++/timidity/}
CATEGORIES= audio
MASTER_SITES= http://www.goice.co.jp/member/mo/timidity/dist/
@@ -12,10 +12,15 @@ HOMEPAGE= http://www.goice.co.jp/member/mo/timidity/
COMMENT= MIDI to WAV renderer and player
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--enable-vt100 --enable-audio=sun --disable-debug \
- --enable-gtk
-USE_CONFIG_WRAPPER= yes
+CONFIGURE_ARGS+=--enable-vt100 --enable-audio=sun,vorbis --disable-debug \
+ --enable-gtk --enable-wrd \
+ --with-ogg-prefix="${BUILDLINK_DIR}/include" \
+ --with-vorbis-prefix="${BUILDLINK_DIR}/include"
+USE_BUILDLINK_ONLY= yes
+
+.include "../../audio/libvorbis/buildlink.mk"
+.include "../../graphics/png/buildlink.mk"
.include "../../x11/gtk/buildlink.mk"
.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"