Rename patches, so that update-patches will be usable.

This commit is contained in:
espie 2001-07-05 10:48:12 +00:00
parent 603cd55243
commit a5ee580fe3
7 changed files with 36 additions and 37 deletions

View File

@ -1,6 +1,6 @@
diff -u ../timidity-0.2i/Makefile ./Makefile
--- ../timidity-0.2i/Makefile Sun May 26 04:26:46 1996
+++ ./Makefile Fri Feb 5 11:59:22 1999
$OpenBSD: patch-Makefile,v 1.1 2001/07/05 10:48:12 espie Exp $
--- Makefile.orig Sun May 26 11:26:46 1996
+++ Makefile Fri Apr 27 08:01:39 2001
@@ -24,22 +24,22 @@
# But where to change without revealing my secret identity?
@ -30,7 +30,7 @@ diff -u ../timidity-0.2i/Makefile ./Makefile
# Where to install the Tcl code, if you use the Tcl code that is.
TCL_DIR = $(TIMID_DIR)
@@ -59,6 +59,10 @@
@@ -59,6 +59,10 @@ SYSEXTRAS += linux_a.c
#EXTRAINCS +=
#EXTRALIBS +=
@ -41,7 +41,7 @@ diff -u ../timidity-0.2i/Makefile ./Makefile
## Select the HP-UX network audio server
#SYSTEM += -DHPUX -DAU_HPUX
#SYSEXTRAS += hpux_a.c
@@ -91,10 +95,10 @@
@@ -91,10 +95,10 @@ SYSEXTRAS += linux_a.c
# messages.
# Select the ncurses full-screen interface
@ -56,7 +56,7 @@ diff -u ../timidity-0.2i/Makefile ./Makefile
## Select the S-Lang full-screen interface
#SYSTEM += -DIA_SLANG
@@ -102,19 +106,19 @@
@@ -102,19 +106,19 @@ EXTRALIBS += -lncurses
#EXTRAINCS += -I/usr/include/slang
#EXTRALIBS += -lslang
@ -86,7 +86,7 @@ diff -u ../timidity-0.2i/Makefile ./Makefile
#EXTRAINCS +=
#EXTRALIBS +=
@@ -136,7 +140,7 @@
@@ -136,7 +140,7 @@ DISTZIP = timid$(FNVERSION).zip
SDIST = timidity-lib-$(SUPPVERSION).tar.gz
SDISTZIP = tilib$(FNSUPPVERSION).zip
@ -95,7 +95,7 @@ diff -u ../timidity-0.2i/Makefile ./Makefile
-DTIMID_VERSION=\"$(VERSION)\" $(SYSTEM) $(EXTRAINCS)
########### All relevant files.. Anybody know autoconf?
@@ -228,10 +232,10 @@
@@ -228,10 +232,10 @@ bag: bag.c
wav2pat: wav2pat.c
$(CC) $(CFLAGS) -o wav2pat wav2pat.c
@ -110,7 +110,7 @@ diff -u ../timidity-0.2i/Makefile ./Makefile
########### Installation targets
@@ -262,9 +266,9 @@
@@ -262,9 +266,9 @@ install.config: $(CONFIGF)
mkdir -p $(TIMID_DIR)
$(INSTALL) -m 644 $(CONFIGF) $(TIMID_DIR)

View File

@ -1,6 +1,6 @@
diff -u ../timidity-0.2i/config.h ./config.h
--- ../timidity-0.2i/config.h Sat Jun 1 07:54:49 1996
+++ ./config.h Fri Feb 5 12:01:15 1999
$OpenBSD: patch-config_h,v 1.1 2001/07/05 10:48:21 espie Exp $
--- config.h.orig Sat Jun 1 14:54:49 1996
+++ config.h Fri Apr 27 08:01:39 2001
@@ -121,7 +121,7 @@
/* Make envelopes twice as fast. Saves ~20% CPU time (notes decay
faster) and sounds more like a GUS. There is now a command line
@ -23,7 +23,7 @@ diff -u ../timidity-0.2i/config.h ./config.h
/* Win32 on Intel machines */
#ifdef __WIN32__
# define LITTLE_ENDIAN
@@ -267,7 +273,7 @@
@@ -267,7 +273,7 @@ typedef char int8;
/* You could specify a complete path, e.g. "/etc/timidity.cfg", and
then specify the library directory in the configuration file. */

View File

@ -1,6 +1,6 @@
diff -u ../timidity-0.2i/instrum.c ./instrum.c
--- ../timidity-0.2i/instrum.c Mon May 20 08:15:10 1996
+++ ./instrum.c Fri Feb 5 11:53:23 1999
$OpenBSD: patch-instrum_c,v 1.1 2001/07/05 10:48:22 espie Exp $
--- instrum.c.orig Mon May 20 15:15:10 1996
+++ instrum.c Fri Apr 27 08:01:39 2001
@@ -31,7 +31,7 @@
#include <strings.h>
#endif

View File

@ -1,6 +1,6 @@
diff -u ../timidity-0.2i/linux_a.c ./linux_a.c
--- ../timidity-0.2i/linux_a.c Mon May 20 08:09:46 1996
+++ ./linux_a.c Fri Feb 5 11:54:12 1999
$OpenBSD: patch-linux_a_c,v 1.1 2001/07/05 10:48:22 espie Exp $
--- linux_a.c.orig Mon May 20 15:09:46 1996
+++ linux_a.c Fri Apr 27 08:01:39 2001
@@ -37,6 +37,11 @@
#include <machine/soundcard.h>
#endif
@ -13,7 +13,7 @@ diff -u ../timidity-0.2i/linux_a.c ./linux_a.c
#include "config.h"
#include "output.h"
#include "controls.h"
@@ -71,12 +76,15 @@
@@ -71,12 +76,15 @@ PlayMode dpm = {
then 8-bit unsigned if it fails. If you have a sound device that
can't handle either, let me know. */
@ -30,7 +30,7 @@ diff -u ../timidity-0.2i/linux_a.c ./linux_a.c
if (fd<0)
{
ctl->cmsg(CMSG_ERROR, VERB_NORMAL, "%s: %s",
@@ -84,6 +92,23 @@
@@ -84,6 +92,23 @@ static int open_output(void)
return -1;
}
@ -54,7 +54,7 @@ diff -u ../timidity-0.2i/linux_a.c ./linux_a.c
/* They can't mean these */
dpm.encoding &= ~(PE_ULAW|PE_BYTESWAP);
@@ -92,6 +117,29 @@
@@ -92,6 +117,29 @@ static int open_output(void)
the other one. */
i=tmp=(dpm.encoding & PE_16BIT) ? 16 : 8;
@ -84,7 +84,7 @@ diff -u ../timidity-0.2i/linux_a.c ./linux_a.c
if (ioctl(fd, SNDCTL_DSP_SAMPLESIZE, &tmp)<0 || tmp!=i)
{
/* Try the other one */
@@ -109,6 +157,7 @@
@@ -109,6 +157,7 @@ static int open_output(void)
dpm.encoding ^= PE_16BIT;
warnings=1;
}
@ -92,7 +92,7 @@ diff -u ../timidity-0.2i/linux_a.c ./linux_a.c
if (dpm.encoding & PE_16BIT)
dpm.encoding |= PE_SIGNED;
else
@@ -163,6 +212,8 @@
@@ -163,6 +212,8 @@ static int open_output(void)
/* Set buffer fragments (in extra_param[0]) */
tmp=AUDIO_BUFFER_BITS;
@ -101,7 +101,7 @@ diff -u ../timidity-0.2i/linux_a.c ./linux_a.c
if (!(dpm.encoding & PE_MONO)) tmp++;
if (dpm.encoding & PE_16BIT) tmp++;
tmp |= (dpm.extra_param[0]<<16);
@@ -189,28 +240,35 @@
@@ -189,28 +240,35 @@ static int open_output(void)
return warnings;
}
@ -150,7 +150,7 @@ diff -u ../timidity-0.2i/linux_a.c ./linux_a.c
}
static void close_output(void)
@@ -220,10 +278,10 @@
@@ -220,10 +278,10 @@ static void close_output(void)
static void flush_output(void)
{

View File

@ -1,6 +1,6 @@
diff -u ../timidity-0.2i/mix.c ./mix.c
--- ../timidity-0.2i/mix.c Mon May 20 08:09:46 1996
+++ ./mix.c Fri Feb 5 11:49:36 1999
$OpenBSD: patch-mix_c,v 1.1 2001/07/05 10:48:23 espie Exp $
--- mix.c.orig Mon May 20 15:09:46 1996
+++ mix.c Fri Apr 27 08:01:39 2001
@@ -23,7 +23,12 @@
#include <math.h>

View File

@ -1,6 +1,6 @@
diff -u ../timidity-0.2i/resample.c ./resample.c
--- ../timidity-0.2i/resample.c Mon May 20 08:09:47 1996
+++ ./resample.c Fri Feb 5 11:49:53 1999
$OpenBSD: patch-resample_c,v 1.1 2001/07/05 10:48:24 espie Exp $
--- resample.c.orig Mon May 20 15:09:47 1996
+++ resample.c Fri Apr 27 08:01:39 2001
@@ -22,7 +22,12 @@
#include <math.h>

View File

@ -1,6 +1,6 @@
diff -u ../timidity-0.2i/timidity.cfg ./timidity.cfg
--- ../timidity-0.2i/timidity.cfg Sun May 21 17:40:27 1995
+++ ./timidity.cfg Fri Feb 5 11:52:22 1999
$OpenBSD: patch-timidity_cfg,v 1.1 2001/07/05 10:48:24 espie Exp $
--- timidity.cfg.orig Mon May 22 00:40:27 1995
+++ timidity.cfg Fri Apr 27 08:01:39 2001
@@ -34,9 +34,9 @@
# This sets up the default patches in the TiMidity support package
# "timidity-lib-0.1.tar.gz":
@ -14,7 +14,7 @@ diff -u ../timidity-0.2i/timidity.cfg ./timidity.cfg
##############################################################################
# If you have Dustin McCartney's "wowpats" patches, you can source the
@@ -70,6 +70,7 @@
@@ -70,6 +70,7 @@ bank 0
#source midia.cfg
#
@ -22,4 +22,3 @@ diff -u ../timidity-0.2i/timidity.cfg ./timidity.cfg
##############################################################################
# End of configuration file
Common subdirectories: ../timidity-0.2i/tkbitmaps and ./tkbitmaps