diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-12-07 18:05:12 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-12-07 18:05:12 +0000 |
commit | 2a64cbe5960bcd31c0dc83ef393d7fbcde3d8b3a (patch) | |
tree | f156be516fa9ab5097b0e814ea96ea50cab34533 /audio/gsi/files/patch-ah | |
parent | Don't do isprint(3) filtering, just print it. (diff) |
Add GSI. GSI is an easy to use audio system which can be used over a network
and which gives applications, through a very simple API, sample playing with
stereo, 3D, doppler effects, music playing (MIDI, HMP, MUS), cd playing and
ejecting/changing.
Notes
Notes:
svn path=/head/; revision=35752
Diffstat (limited to 'audio/gsi/files/patch-ah')
-rw-r--r-- | audio/gsi/files/patch-ah | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/audio/gsi/files/patch-ah b/audio/gsi/files/patch-ah new file mode 100644 index 000000000000..1a2fbfd3e526 --- /dev/null +++ b/audio/gsi/files/patch-ah @@ -0,0 +1,20 @@ +--- ../gsi/lib/gsimidi_pcm/Makefile Wed Feb 2 19:03:27 2000 ++++ ./lib/gsimidi_pcm/Makefile Thu Dec 7 18:59:21 2000 +@@ -23,7 +23,7 @@ + STATIC_LIB = libgsimidi_pcm.a + DYNAMIC_LIB = libgsimidi_pcm.so + LIB_NAME = $(LIBGSIMIDI_PCM) +-VERSION = .2.0 ++VERSION = .2 + LIB_SRCS = patchgram.c patchlex.c + LIB_OBJS = debug.o midi.o midiparse.o mididata.o input/midifile.o \ + init.o input/midiin.o match.o volume.o instrum.o error.o \ +@@ -33,7 +33,7 @@ + INSTRUM_DIR = $(SHRDIR)/share/gsi/gsimidi_pcm + INSTRUM_MAP = $(INSTRUM_DIR)/patch.mp + +-DEBUG_FLAGS = -DKPMIDI_DEBUG -Wall -Wstrict-prototypes ++DEBUG_FLAGS = -DKPMIDI_DEBUG -Wall #-Wstrict-prototypes + #OTHER_FLAGS = -DPOSIX_REALTIME -DREPLACED_GUS_C + #OUTPUT_SRCS = output/gsi.c + #OUTPUT_OBJS = output/gsi.o |