Revision: 12764
http://pure-data.svn.sourceforge.net/pure-data/?rev=12764&view=rev
Author: eighthave
Date: 2009-11-14 05:40:43 +0000 (Sat, 14 Nov 2009)
Log Message:
-----------
replaced += with old style prepend, i.e. CFLAGS="$CFLAGS ..."
Modified Paths:
--------------
branches/pd-gui-rewrite/0.43/configure.ac
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
rsync error: timeout in data send/receive (code 30) at io.c(239) [sender=3.0.3]
rsync error: error in rsync protocol data stream (code 12) at /home/lapo/packaging/rsync-3.0.4-1/src/rsync-3.0.4/io.c(632) [receiver=3.0.4]
rsync error: error in rsync protocol data stream (code 12) at /home/lapo/packaging/rsync-3.0.4-1/src/rsync-3.0.4/io.c(632) [generator=3.0.4]
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(710) [sender=3.0.3]
rsync error: error in rsync protocol data stream (code 12) at /home/lapo/packaging/rsync-3.0.4-1/src/rsync-3.0.4/io.c(632) [receiver=3.0.4]
./pd-settings.reg: line 210: syntax error: unexpected end of file
the full logfile can be viewed at
http://autobuild.puredata.info/auto-build/2009-11-14/logs/
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(710) [sender=3.0.3]
rsync error: error in rsync protocol data stream (code 12) at /home/lapo/packaging/rsync-3.0.4-1/src/rsync-3.0.4/io.c(632) [receiver=3.0.4]
./pd-settings.reg: line 210: syntax error: unexpected end of file
the full logfile can be viewed at
http://autobuild.puredata.info/auto-build/2009-11-14/logs/
./gfsmCommon.h:82: error: syntax error before "gfsmEpsilon2"
./gfsmCommon.h:85: error: syntax error before "gfsmNoKey"
./gfsmCommon.h:88: error: syntax error before "gfsmNoLabel"
./gfsmCommon.h:91: error: syntax error before "gfsmNoState"
./gfsmCommon.h:96: error: syntax error before "gfsmNoWeight"
gfsmCommon.c:29: error: syntax error before "gfsmEpsilon"
gfsmCommon.c:31: error: syntax error before "gfsmNoKey"
gfsmCommon.c:33: error: syntax error before "gfsmNoLabel"
gfsmCommon.c:33: error: initializer element is not constant
gfsmCommon.c:35: error: syntax error before "gfsmEpsilon1"
gfsmCommon.c:35: error: initializer element is not constant
gfsmCommon.c:37: error: syntax error before "gfsmEpsilon2"
gfsmCommon.c:37: error: initializer element is not constant
gfsmCommon.c:39: error: syntax error before "gfsmNoState"
gfsmCommon.c:39: error: initializer element is not constant
gfsmCommon.c:41: error: syntax error before "gfsmNoWeight"
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(710) [sender=3.0.3]
rsync error: error in rsync protocol data stream (code 12) at /home/lapo/packaging/rsync-3.0.4-1/src/rsync-3.0.4/io.c(632) [receiver=3.0.4]
./pd-settings.reg: line 210: syntax error: unexpected end of file
the full logfile can be viewed at
http://autobuild.puredata.info/auto-build/2009-11-15/logs/
Revision: 12768
http://pure-data.svn.sourceforge.net/pure-data/?rev=12768&view=rev
Author: eighthave
Date: 2009-11-14 19:28:05 +0000 (Sat, 14 Nov 2009)
Log Message:
-----------
renamed file from audioqueue to audiounit
Modified Paths:
--------------
branches/by-author/eighthave/pd-mobile-0.43/src/Makefile.am
Added Paths:
-----------
branches/by-author/eighthave/pd-mobile-0.43/src/s_audio_audiounit.c
Removed Paths:
-------------
branches/by-author/eighthave/pd-mobile-0.43/src/s_audio_audioqueue.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 12767
http://pure-data.svn.sourceforge.net/pure-data/?rev=12767&view=rev
Author: eighthave
Date: 2009-11-14 19:27:03 +0000 (Sat, 14 Nov 2009)
Log Message:
-----------
renamed AudioQueue stuff to AudioUnit since that's what the Apple framework is actually called, also added detection of AudioUnit.h and made the audiounit build conditional based on that
Modified Paths:
--------------
branches/by-author/eighthave/pd-mobile-0.43/configure.ac
branches/by-author/eighthave/pd-mobile-0.43/src/Makefile.am
branches/by-author/eighthave/pd-mobile-0.43/src/s_audio.c
branches/by-author/eighthave/pd-mobile-0.43/src/s_audio_audioqueue.c
branches/by-author/eighthave/pd-mobile-0.43/src/s_main.c
branches/by-author/eighthave/pd-mobile-0.43/src/s_stuff.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 12766
http://pure-data.svn.sourceforge.net/pure-data/?rev=12766&view=rev
Author: eighthave
Date: 2009-11-14 17:47:37 +0000 (Sat, 14 Nov 2009)
Log Message:
-----------
added pa_ringbuffer.c since the new portaudio seems to require it on Windows now
Modified Paths:
--------------
branches/pd-extended/0.42/pd/src/makefile.mingw
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 12765
http://pure-data.svn.sourceforge.net/pure-data/?rev=12765&view=rev
Author: eighthave
Date: 2009-11-14 17:14:06 +0000 (Sat, 14 Nov 2009)
Log Message:
-----------
added pa_ringbuffer.c since the new portaudio seems to require it on Windows now
Modified Paths:
--------------
branches/pd-gui-rewrite/0.43/src/makefile.mingw
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 12763
http://pure-data.svn.sourceforge.net/pure-data/?rev=12763&view=rev
Author: eighthave
Date: 2009-11-14 05:26:48 +0000 (Sat, 14 Nov 2009)
Log Message:
-----------
updated with today's snapshot of portaudio v19 to get Mac OS X 10.6 Snow Leopard support. There are a lot of documentation changes, and some code changes, hopefully this will get us better alsa support too
Modified Paths:
--------------
branches/pd-gui-rewrite/0.43/portaudio/include/pa_asio.h
branches/pd-gui-rewrite/0.43/portaudio/include/pa_jack.h
branches/pd-gui-rewrite/0.43/portaudio/include/pa_linux_alsa.h
branches/pd-gui-rewrite/0.43/portaudio/include/pa_mac_core.h
branches/pd-gui-rewrite/0.43/portaudio/include/pa_win_waveformat.h
branches/pd-gui-rewrite/0.43/portaudio/include/pa_win_wmme.h
branches/pd-gui-rewrite/0.43/portaudio/include/portaudio.h
branches/pd-gui-rewrite/0.43/portaudio/src/common/pa_allocation.h
branches/pd-gui-rewrite/0.43/portaudio/src/common/pa_converters.c
branches/pd-gui-rewrite/0.43/portaudio/src/common/pa_debugprint.c
branches/pd-gui-rewrite/0.43/portaudio/src/common/pa_dither.c
branches/pd-gui-rewrite/0.43/portaudio/src/common/pa_dither.h
branches/pd-gui-rewrite/0.43/portaudio/src/common/pa_endianness.h
branches/pd-gui-rewrite/0.43/portaudio/src/common/pa_front.c
branches/pd-gui-rewrite/0.43/portaudio/src/common/pa_hostapi.h
branches/pd-gui-rewrite/0.43/portaudio/src/common/pa_process.c
branches/pd-gui-rewrite/0.43/portaudio/src/common/pa_ringbuffer.c
branches/pd-gui-rewrite/0.43/portaudio/src/common/pa_ringbuffer.h
branches/pd-gui-rewrite/0.43/portaudio/src/common/pa_skeleton.c
branches/pd-gui-rewrite/0.43/portaudio/src/common/pa_stream.c
branches/pd-gui-rewrite/0.43/portaudio/src/common/pa_stream.h
branches/pd-gui-rewrite/0.43/portaudio/src/common/pa_trace.c
branches/pd-gui-rewrite/0.43/portaudio/src/common/pa_trace.h
branches/pd-gui-rewrite/0.43/portaudio/src/common/pa_util.h
branches/pd-gui-rewrite/0.43/portaudio/src/hostapi/alsa/pa_linux_alsa.c
branches/pd-gui-rewrite/0.43/portaudio/src/hostapi/asio/pa_asio.cpp
branches/pd-gui-rewrite/0.43/portaudio/src/hostapi/coreaudio/pa_mac_core.c
branches/pd-gui-rewrite/0.43/portaudio/src/hostapi/coreaudio/pa_mac_core_blocking.c
branches/pd-gui-rewrite/0.43/portaudio/src/hostapi/coreaudio/pa_mac_core_blocking.h
branches/pd-gui-rewrite/0.43/portaudio/src/hostapi/coreaudio/pa_mac_core_internal.h
branches/pd-gui-rewrite/0.43/portaudio/src/hostapi/coreaudio/pa_mac_core_utilities.c
branches/pd-gui-rewrite/0.43/portaudio/src/hostapi/coreaudio/pa_mac_core_utilities.h
branches/pd-gui-rewrite/0.43/portaudio/src/hostapi/jack/pa_jack.c
branches/pd-gui-rewrite/0.43/portaudio/src/hostapi/oss/pa_unix_oss.c
branches/pd-gui-rewrite/0.43/portaudio/src/hostapi/wmme/pa_win_wmme.c
branches/pd-gui-rewrite/0.43/portaudio/src/os/unix/pa_unix_hostapis.c
branches/pd-gui-rewrite/0.43/portaudio/src/os/unix/pa_unix_util.c
branches/pd-gui-rewrite/0.43/portaudio/src/os/win/pa_win_hostapis.c
branches/pd-gui-rewrite/0.43/portaudio/src/os/win/pa_win_util.c
branches/pd-gui-rewrite/0.43/portaudio/src/os/win/pa_win_waveformat.c
branches/pd-gui-rewrite/0.43/portaudio/src/os/win/pa_x86_plain_converters.c
Added Paths:
-----------
branches/pd-gui-rewrite/0.43/portaudio/src/common/pa_memorybarrier.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 12762
http://pure-data.svn.sourceforge.net/pure-data/?rev=12762&view=rev
Author: eighthave
Date: 2009-11-14 05:24:22 +0000 (Sat, 14 Nov 2009)
Log Message:
-----------
updated with today's snapshot of portaudio v19 to get Mac OS X 10.6 Snow Leopard support. There are a lot of documentation changes, and some code changes, hopefully this will get us better alsa support too
Modified Paths:
--------------
branches/pd-extended/0.42/pd/portaudio/include/pa_asio.h
branches/pd-extended/0.42/pd/portaudio/include/pa_jack.h
branches/pd-extended/0.42/pd/portaudio/include/pa_linux_alsa.h
branches/pd-extended/0.42/pd/portaudio/include/pa_mac_core.h
branches/pd-extended/0.42/pd/portaudio/include/pa_win_ds.h
branches/pd-extended/0.42/pd/portaudio/include/pa_win_waveformat.h
branches/pd-extended/0.42/pd/portaudio/include/pa_win_wmme.h
branches/pd-extended/0.42/pd/portaudio/include/portaudio.h
branches/pd-extended/0.42/pd/portaudio/src/common/pa_allocation.h
branches/pd-extended/0.42/pd/portaudio/src/common/pa_converters.c
branches/pd-extended/0.42/pd/portaudio/src/common/pa_debugprint.c
branches/pd-extended/0.42/pd/portaudio/src/common/pa_dither.c
branches/pd-extended/0.42/pd/portaudio/src/common/pa_dither.h
branches/pd-extended/0.42/pd/portaudio/src/common/pa_endianness.h
branches/pd-extended/0.42/pd/portaudio/src/common/pa_front.c
branches/pd-extended/0.42/pd/portaudio/src/common/pa_hostapi.h
branches/pd-extended/0.42/pd/portaudio/src/common/pa_process.c
branches/pd-extended/0.42/pd/portaudio/src/common/pa_ringbuffer.c
branches/pd-extended/0.42/pd/portaudio/src/common/pa_ringbuffer.h
branches/pd-extended/0.42/pd/portaudio/src/common/pa_skeleton.c
branches/pd-extended/0.42/pd/portaudio/src/common/pa_stream.c
branches/pd-extended/0.42/pd/portaudio/src/common/pa_stream.h
branches/pd-extended/0.42/pd/portaudio/src/common/pa_trace.c
branches/pd-extended/0.42/pd/portaudio/src/common/pa_trace.h
branches/pd-extended/0.42/pd/portaudio/src/common/pa_util.h
branches/pd-extended/0.42/pd/portaudio/src/hostapi/alsa/pa_linux_alsa.c
branches/pd-extended/0.42/pd/portaudio/src/hostapi/asio/pa_asio.cpp
branches/pd-extended/0.42/pd/portaudio/src/hostapi/coreaudio/pa_mac_core.c
branches/pd-extended/0.42/pd/portaudio/src/hostapi/coreaudio/pa_mac_core_blocking.c
branches/pd-extended/0.42/pd/portaudio/src/hostapi/coreaudio/pa_mac_core_blocking.h
branches/pd-extended/0.42/pd/portaudio/src/hostapi/coreaudio/pa_mac_core_internal.h
branches/pd-extended/0.42/pd/portaudio/src/hostapi/coreaudio/pa_mac_core_utilities.c
branches/pd-extended/0.42/pd/portaudio/src/hostapi/coreaudio/pa_mac_core_utilities.h
branches/pd-extended/0.42/pd/portaudio/src/hostapi/dsound/pa_win_ds.c
branches/pd-extended/0.42/pd/portaudio/src/hostapi/dsound/pa_win_ds_dynlink.c
branches/pd-extended/0.42/pd/portaudio/src/hostapi/dsound/pa_win_ds_dynlink.h
branches/pd-extended/0.42/pd/portaudio/src/hostapi/jack/pa_jack.c
branches/pd-extended/0.42/pd/portaudio/src/hostapi/oss/pa_unix_oss.c
branches/pd-extended/0.42/pd/portaudio/src/hostapi/wdmks/pa_win_wdmks.c
branches/pd-extended/0.42/pd/portaudio/src/hostapi/wmme/pa_win_wmme.c
branches/pd-extended/0.42/pd/portaudio/src/os/unix/pa_unix_hostapis.c
branches/pd-extended/0.42/pd/portaudio/src/os/unix/pa_unix_util.c
branches/pd-extended/0.42/pd/portaudio/src/os/win/pa_win_hostapis.c
branches/pd-extended/0.42/pd/portaudio/src/os/win/pa_win_util.c
branches/pd-extended/0.42/pd/portaudio/src/os/win/pa_win_waveformat.c
branches/pd-extended/0.42/pd/portaudio/src/os/win/pa_x86_plain_converters.c
Added Paths:
-----------
branches/pd-extended/0.42/pd/portaudio/src/common/pa_memorybarrier.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.