summaryrefslogtreecommitdiff
path: root/audio/timidity/patches
diff options
context:
space:
mode:
authorwiz <wiz>2002-01-17 01:20:39 +0000
committerwiz <wiz>2002-01-17 01:20:39 +0000
commitcd62c6c3b7bab9615efbf0a73d0e25ccba65a0d8 (patch)
tree235ef8c04526f03ec09307e64076d222f8599fa4 /audio/timidity/patches
parent7ea94792a5149b57ee1a8c746f414414572471ba (diff)
downloadpkgsrc-cd62c6c3b7bab9615efbf0a73d0e25ccba65a0d8.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/patches')
-rw-r--r--audio/timidity/patches/patch-aa6
-rw-r--r--audio/timidity/patches/patch-ab17
-rw-r--r--audio/timidity/patches/patch-ad21
3 files changed, 41 insertions, 3 deletions
diff --git a/audio/timidity/patches/patch-aa b/audio/timidity/patches/patch-aa
index 41ac5535e07..dd1a840ccfd 100644
--- a/audio/timidity/patches/patch-aa
+++ b/audio/timidity/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.4 2001/03/31 02:13:03 mycroft Exp $
+$NetBSD: patch-aa,v 1.5 2002/01/17 01:20:39 wiz Exp $
---- timidity/sun_a.c.orig Wed Nov 1 04:20:33 2000
-+++ timidity/sun_a.c Sat Mar 31 02:11:02 2001
+--- timidity/sun_a.c.orig Wed Jan 9 11:13:16 2002
++++ timidity/sun_a.c
@@ -69,7 +69,11 @@
#define SUNAUDIO_AENC_SIGWORD AENC_SIGWORDB
#endif
diff --git a/audio/timidity/patches/patch-ab b/audio/timidity/patches/patch-ab
new file mode 100644
index 00000000000..61768b77384
--- /dev/null
+++ b/audio/timidity/patches/patch-ab
@@ -0,0 +1,17 @@
+$NetBSD: patch-ab,v 1.11 2002/01/17 01:20:39 wiz Exp $
+
+--- doc/C/timidity.1.orig Wed Jan 9 09:11:59 2002
++++ doc/C/timidity.1
+@@ -359,10 +359,10 @@
+ .TP
+ .B \-k " msec"
+ Specify audio queue time limit to reduce voices.
+-If the remaining audio buffer is less than \fImsec\fB milliseconds,
++If the remaining audio buffer is less than \fImsec\fP milliseconds,
+ TiMidity tries to kill some voices.
+ This feature makes it possible to play complicated MIDI files on slow CPUs.
+-Setting \fImsec\fB to zero tells TiMidity to never remove any voices.
++Setting \fImsec\fP to zero tells TiMidity to never remove any voices.
+
+ .TP
+ .B \-L " directory"
diff --git a/audio/timidity/patches/patch-ad b/audio/timidity/patches/patch-ad
new file mode 100644
index 00000000000..d4fdb0a1832
--- /dev/null
+++ b/audio/timidity/patches/patch-ad
@@ -0,0 +1,21 @@
+$NetBSD: patch-ad,v 1.5 2002/01/17 01:20:40 wiz Exp $
+
+--- configure.orig Wed Jan 9 09:09:24 2002
++++ configure
+@@ -1591,16 +1591,6 @@
+ CPPFLAGS="$CPPFLAGS -I${i}"
+ done
+
+-LDFLAGS="$LDFLAGS -L${PREFIX-/usr/local}/lib"
+-CPPFLAGS="$CPPFLAGS -I${PREFIX-/usr/local}/include"
+-SHLDFLAGS=${SHLDFLAGS-$LDFLAGS}
+-
+-if test "x$prefix" != xNONE -a "x$prefix" != "x$ac_default_prefix" -a "x$prefix" != "x/usr"; then
+- LDFLAGS="-L$prefix/lib $LDFLAGS"
+- SHLDFLAGS="-L$prefix/lib $SHLDFLAGS"
+- CPPFLAGS="-I$prefix/include $CPPFLAGS"
+-fi
+-
+ # Check whether --with-includes or --without-includes was given.
+ if test "${with_includes+set}" = set; then
+ withval="$with_includes"