From f5822d2fd5727254aa8d2d2abe5e0a900533fc1f Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 16 Jan 2010 17:10:31 +0000 Subject: Update to 0.1.18: 2009-06-29: devpcoreaudio didn't compile on darwin 2009-07-19: dev/smpman.c: x86_64 crashed when expanding loops 2009-07-20: configure.ac: missing AC_DEFINE, made compiling on ubuntu flash a lot of warnings due to we not knowing about some header files 2009-07-20: platit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Out-of-range_note_delays 2009-07-20: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Pattern_loop 2009-07-20: playit/itptrack.c: track-visualizer didn't show SBx commands (now appears like plx - pattern loop) 2009-07-20: *: use sysconf(_SC_PAGESIZE) if available, before trying to use PAGESIZE, and defaulting to 4096 2009-07-21: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Tremor_effect 2009-07-21: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Ping-pong_loop_and_sample_number 2009-07-22: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Retrigger 2009-07-22: stuff/*x11*: Borrowed some code from mplayer (don't attemt to use SHM on network connected X11 servers) 2009-07-23: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Pattern_row_delay 2009-07-23: stuff/poutput-x11.c: Added XSync() after resize-windows, else XGetImage sometimes fails, since local structure isn't ajour with server fast enough (window resize on remote X11 would sometime exit ocp with X11 error) 2009-07-23: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Random_waveform 2009-07-25: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Pan_swing_and_set_panning_effect 2009-07-26: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Zero_value_for_note_cut_and_note_delay 2009-07-26: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Portamento_with_no_note 2009-07-28: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Portamento_and_pitch_slide 2009-07-29: playgmi/*: Added buffer overrun protection to the MIDI file parser 2009-07-30: playit/itload.c: use Impulse Tracker 2.15 sample decompression, only when needed 2009-08-07: *: Remove the need for keep=1 on certain drivers. The drivers can tell themselfs if they need it. 2009-08-07: devp/devpcoreaudio.c: Major updates 2009-09-24: stuff/*: Added support for SDL video 2009-09-24: dev*/dev*oss.c: Only warn if GET_VERSION fails (some BSDs fails on this) 2009-09-24: ocp-*: Make even faster method for forcing SDL, etc video drivers 2009-09-25: Compiling SDL support without X11 gave a missing symbol 2009-11-18: configure.ac: AC_MSG_ERROR was used wrong some places 2009-12-25: *: medialib didn't handle archived files very well. This is now fixed, however, a rescan is needed in order to make them work (database didn't store archive data) 2009-12-26: playit/itload.c: Don't fail on loading samples with length set to zero, skip them instead 2009-12-26: VERSION 0.1.18 --- audio/ocp/patches/patch-ae | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'audio/ocp/patches/patch-ae') diff --git a/audio/ocp/patches/patch-ae b/audio/ocp/patches/patch-ae index 52e9dbbe575..8be17bee666 100644 --- a/audio/ocp/patches/patch-ae +++ b/audio/ocp/patches/patch-ae @@ -1,13 +1,14 @@ -$NetBSD: patch-ae,v 1.1.1.1 2009/08/16 15:52:11 wiz Exp $ +$NetBSD: patch-ae,v 1.2 2010/01/16 17:10:31 wiz Exp $ ---- stuff/Makefile.orig 2009-06-27 10:15:43.000000000 +0000 +--- stuff/Makefile.orig 2009-12-25 23:32:29.000000000 +0000 +++ stuff/Makefile -@@ -29,7 +29,7 @@ framelock$(LIB_SUFFIX): $(framelock_so) +@@ -34,7 +34,8 @@ framelock$(LIB_SUFFIX): $(framelock_so) $(CC) $(SHARED_FLAGS) -o $@ $^ poutput$(LIB_SUFFIX): $(poutput_so) -- $(CC) $(SHARED_FLAGS) $(LINUX_LIBS) -o $@ $^ -lncurses $(X11_LIBS) -+ $(CC) $(SHARED_FLAGS) $(LDFLAGS) $(LINUX_LIBS) -o $@ $^ -lncurses $(X11_LIBS) +- $(CC) $(SHARED_FLAGS) $(LINUX_LIBS) -o $@ $^ -lncurses $(poutput_so_libs) ++ $(CC) $(SHARED_FLAGS) $(LDFLAGS) $(LINUX_LIBS) -o $@ $^ -lncurses $(poutput_so_libs) ++ hardware$(LIB_SUFFIX): $(hardware_so) $(CC) $(SHARED_FLAGS) -o $@ $^ -- cgit v1.2.3