From 914e7e0ecdff7af747f548a9d168e6b56ed8763f Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 14 Apr 2004 14:41:34 +0000 Subject: Changes 2.13.0: * New supported platforms: MacOSX, Alsa, Ogg Vorbis, Jack, PortAudio, etc. * New input format: MFi, RMI * Temperament control * Not pseudo reverb engine * Plate reverberator * Modulation envelope support * voice-by-voice LPF * Insertion/Varidation effect support * more --- audio/timidity/Makefile | 22 ++++++++++------------ audio/timidity/distinfo | 10 +++++----- audio/timidity/patches/patch-aa | 6 +++--- audio/timidity/patches/patch-ae | 10 +++++----- 4 files changed, 23 insertions(+), 25 deletions(-) (limited to 'audio/timidity') diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile index 2964a292eae..d14bc38bae5 100644 --- a/audio/timidity/Makefile +++ b/audio/timidity/Makefile @@ -1,26 +1,24 @@ -# $NetBSD: Makefile,v 1.45 2004/04/12 00:31:18 snj Exp $ +# $NetBSD: Makefile,v 1.46 2004/04/14 14:41:34 adam Exp $ # -DISTNAME= TiMidity++-2.11.3 +DISTNAME= TiMidity++-2.13.0 PKGNAME= ${DISTNAME:S/TiMidity++/timidity/} -PKGREVISION= 5 CATEGORIES= audio -MASTER_SITES= http://www.goice.co.jp/member/mo/timidity/dist/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=timidity/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= wiz@NetBSD.org -HOMEPAGE= http://www.goice.co.jp/member/mo/timidity/ +HOMEPAGE= http://timidity.sourceforge.net/ COMMENT= MIDI to WAV renderer and player CONFLICTS= kdemultimedia-[0-9]* -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--enable-vt100 --enable-audio=sun,vorbis --disable-debug \ - --enable-gtk --enable-wrd --enable-xaw --enable-ncurses \ - --with-ogg-prefix="${BUILDLINK_DIR}/include" \ - --with-vorbis-prefix="${BUILDLINK_DIR}/include" - -USE_BUILDLINK3= yes +USE_BUILDLINK3= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --enable-vt100 --enable-audio=sun,vorbis +CONFIGURE_ARGS+= --enable-gtk --enable-wrd --enable-xaw --enable-ncurses +CONFIGURE_ARGS+= --with-ogg-prefix="${BUILDLINK_DIR}/include" +CONFIGURE_ARGS+= --with-vorbis-prefix="${BUILDLINK_DIR}/include" .include "../../audio/libvorbis/buildlink3.mk" .include "../../devel/ncurses/buildlink3.mk" diff --git a/audio/timidity/distinfo b/audio/timidity/distinfo index 7f1dc0318a4..44a40d1ef42 100644 --- a/audio/timidity/distinfo +++ b/audio/timidity/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2002/08/31 13:04:10 wiz Exp $ +$NetBSD: distinfo,v 1.8 2004/04/14 14:41:34 adam Exp $ -SHA1 (TiMidity++-2.11.3.tar.bz2) = af2617fa3b2e232901cdcba8b3507b5d1d6fd6a5 -Size (TiMidity++-2.11.3.tar.bz2) = 964222 bytes -SHA1 (patch-aa) = 35b267d74ff4e1bec8f12acad81a0e6d092cc8a7 -SHA1 (patch-ae) = 0b0695e5f0ce6c4c83b05be2b898c361c13483f5 +SHA1 (TiMidity++-2.13.0.tar.bz2) = 2850784523ffc4c198d57baae6fb7406ad51d722 +Size (TiMidity++-2.13.0.tar.bz2) = 1418739 bytes +SHA1 (patch-aa) = 3e006fe39bcc2644b7cea30ffce318091e1b8915 +SHA1 (patch-ae) = 3f55ea58e91bd97ff42fbe67e8c89514c29aa2e9 diff --git a/audio/timidity/patches/patch-aa b/audio/timidity/patches/patch-aa index dd1a840ccfd..62b47231fa2 100644 --- a/audio/timidity/patches/patch-aa +++ b/audio/timidity/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.5 2002/01/17 01:20:39 wiz Exp $ +$NetBSD: patch-aa,v 1.6 2004/04/14 14:41:34 adam Exp $ ---- timidity/sun_a.c.orig Wed Jan 9 11:13:16 2002 +--- timidity/sun_a.c.orig 2002-07-19 00:43:58.000000000 +0000 +++ timidity/sun_a.c -@@ -69,7 +69,11 @@ +@@ -70,7 +70,11 @@ #define SUNAUDIO_AENC_SIGWORD AENC_SIGWORDB #endif diff --git a/audio/timidity/patches/patch-ae b/audio/timidity/patches/patch-ae index 3ff262e841f..3c849265b65 100644 --- a/audio/timidity/patches/patch-ae +++ b/audio/timidity/patches/patch-ae @@ -1,12 +1,12 @@ -$NetBSD: patch-ae,v 1.4 2002/07/19 04:09:26 mycroft Exp $ +$NetBSD: patch-ae,v 1.5 2004/04/14 14:41:34 adam Exp $ ---- timidity/output.c.orig Wed Jan 9 10:14:35 2002 -+++ timidity/output.c Fri Jul 19 04:01:18 2002 +--- timidity/output.c.orig 2004-02-11 16:08:15.000000000 +0000 ++++ timidity/output.c @@ -25,6 +25,7 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* HAVE_CONFIG_H */ +#include - #ifndef NO_STRING_H + #ifdef STDC_HEADERS #include - #else + #include -- cgit v1.2.3