pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/timidity Changes 2.13.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c89fcb6a688
branches:  trunk
changeset: 472930:0c89fcb6a688
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Apr 14 14:41:34 2004 +0000

description:
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

diffstat:

 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(-)

diffs (91 lines):

diff -r 38eed2debda7 -r 0c89fcb6a688 audio/timidity/Makefile
--- a/audio/timidity/Makefile   Wed Apr 14 12:55:20 2004 +0000
+++ b/audio/timidity/Makefile   Wed Apr 14 14:41:34 2004 +0000
@@ -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@localhost
-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 -r 38eed2debda7 -r 0c89fcb6a688 audio/timidity/distinfo
--- a/audio/timidity/distinfo   Wed Apr 14 12:55:20 2004 +0000
+++ b/audio/timidity/distinfo   Wed Apr 14 14:41:34 2004 +0000
@@ -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 -r 38eed2debda7 -r 0c89fcb6a688 audio/timidity/patches/patch-aa
--- a/audio/timidity/patches/patch-aa   Wed Apr 14 12:55:20 2004 +0000
+++ b/audio/timidity/patches/patch-aa   Wed Apr 14 14:41:34 2004 +0000
@@ -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 -r 38eed2debda7 -r 0c89fcb6a688 audio/timidity/patches/patch-ae
--- a/audio/timidity/patches/patch-ae   Wed Apr 14 12:55:20 2004 +0000
+++ b/audio/timidity/patches/patch-ae   Wed Apr 14 14:41:34 2004 +0000
@@ -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 <stdlib.h>
- #ifndef NO_STRING_H
+ #ifdef STDC_HEADERS
  #include <string.h>
- #else
+ #include <ctype.h>



Home | Main Index | Thread Index | Old Index