Send Pd-cvs mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.puredata.info/listinfo/pd-cvs
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Pd-cvs digest..."


Today's Topics:

   1. autobuild:
      
/var/www/auto-build/2011-07-30/logs/2011-07-30_03.31.00_mingw32_nt-5.1_windowsxp-i386_pd-extended.txt
      (Pd user)
   2. [git]pure-data branch, master,    updated.
      7d5b191db44d84bd33bf68dcb828862364be9907 (Miller Puckette)
   3. [git]pure-data branch, master,    updated.
      1b28fa6d02964881b42bda52e110dc64d2b8329c (Miller Puckette)
   4. SF.net SVN: pure-data:[15171] trunk/externals/unauthorized
      ([email protected])
   5. [git]pure-data branch, master,    updated.
      35b59641a45a67ca38958d8f835d37d7a4a3a9fb (Miller Puckette)
   6. SF.net SVN: pure-data:[15172]
      trunk/externals/unauthorized/Makefile
      ([email protected])
   7. SF.net SVN: pure-data:[15173] trunk/externals/unauthorized
      ([email protected])
   8. SF.net SVN: pure-data:[15174] trunk/externals/unauthorized
      ([email protected])
   9. SF.net SVN: pure-data:[15175] trunk/externals/Makefile
      ([email protected])
  10. SF.net SVN: pure-data:[15176] trunk/externals/unauthorized
      ([email protected])
  11. SF.net SVN: pure-data:[15177] trunk/externals/unauthorized
      ([email protected])
  12. SF.net SVN: pure-data:[15178] trunk/externals/unauthorized
      ([email protected])
  13. SF.net SVN: pure-data:[15179] trunk/externals/unauthorized
      ([email protected])
  14. autobuild: pd-extended windowsxp-i386 2011-07-31 03.31.00
      (Windows XP Pd Build Server)


----------------------------------------------------------------------

Message: 1
Date: Sat, 30 Jul 2011 08:08:03 -0400 (EDT)
From: [email protected] (Pd user)
Subject: [PD-cvs] autobuild:
        
/var/www/auto-build/2011-07-30/logs/2011-07-30_03.31.00_mingw32_nt-5.1_windowsxp-i386_pd-extended.txt
        
To: [email protected]
Message-ID: <20110730120803.849242F0136@debian-stable-i386>

ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(711) [sender=3.0.7]
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]
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(711) [sender=3.0.7]
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]

the full logfile can be viewed at
http://autobuild.puredata.info/auto-build/2011-07-30/logs/



------------------------------

Message: 2
Date: Sat, 30 Jul 2011 19:50:34 +0000
From: "Miller Puckette" <[email protected]>
Subject: [PD-cvs] [git]pure-data branch, master,        updated.
        7d5b191db44d84bd33bf68dcb828862364be9907
To: [email protected]
Message-ID: <[email protected]>

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "pure-data".

The branch, master has been updated
       via  7d5b191db44d84bd33bf68dcb828862364be9907 (commit)
      from  1b28fa6d02964881b42bda52e110dc64d2b8329c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7d5b191db44d84bd33bf68dcb828862364be9907
Author: IOhannes m zmoelnig <[email protected]>
Date:   Wed May 25 15:00:47 2011 +0200

    segfault prevention in DSP-loop detection
    
    opening an pd-file containing inlet~ and outlet~ as a toplevel patch (so the
    iolet~s don't point anywhere) _and_ the patch contains a DSP-loop, then the
    DSP-loop exception handling will segfault (in the "fill borrowed outputs" 
loop
    around d_ugen.c:1064), since dc_iosigs==NULL (due to toplevel) and
    dc_noutlets==dc_ninlets==1 (due to the outlet~).
    
    this patch clamps the dc_niolets to 0 if the patch is toplevel

-----------------------------------------------------------------------

Summary of changes:
 src/d_ugen.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
pure-data



------------------------------

Message: 3
Date: Sat, 30 Jul 2011 19:36:17 +0000
From: "Miller Puckette" <[email protected]>
Subject: [PD-cvs] [git]pure-data branch, master,        updated.
        1b28fa6d02964881b42bda52e110dc64d2b8329c
To: [email protected]
Message-ID: <[email protected]>

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "pure-data".

The branch, master has been updated
       via  1b28fa6d02964881b42bda52e110dc64d2b8329c (commit)
      from  2965d5508d35a5e1b0c9c43dc71ec5ebd44b50e9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1b28fa6d02964881b42bda52e110dc64d2b8329c
Author: Hans-Christoph Steiner <[email protected]>
Date:   Sun Jun 26 23:08:33 2011 -0400

    removed bizarre 'k' character in 'package' command, causing Windows to not 
start

-----------------------------------------------------------------------

Summary of changes:
 tcl/pd_guiprefs.tcl |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
pure-data



------------------------------

Message: 4
Date: Sat, 30 Jul 2011 20:40:34 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[15171]
        trunk/externals/unauthorized
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 15171
          http://pure-data.svn.sourceforge.net/pure-data/?rev=15171&view=rev
Author:   eighthave
Date:     2011-07-30 20:40:34 +0000 (Sat, 30 Jul 2011)

Log Message:
-----------
added template-style README and LICENSE and purged cruft in prep for porting to 
the library template

Added Paths:
-----------
    trunk/externals/unauthorized/LICENSE.txt
    trunk/externals/unauthorized/README.txt

Removed Paths:
-------------
    trunk/externals/unauthorized/COPYING
    trunk/externals/unauthorized/SConscript
    trunk/externals/unauthorized/pd-unauthorized.info
    trunk/externals/unauthorized/stkdrone~/
    trunk/externals/unauthorized/stksitar~/


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



------------------------------

Message: 5
Date: Sat, 30 Jul 2011 21:46:40 +0000
From: "Miller Puckette" <[email protected]>
Subject: [PD-cvs] [git]pure-data branch, master,        updated.
        35b59641a45a67ca38958d8f835d37d7a4a3a9fb
To: [email protected]
Message-ID: <[email protected]>

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "pure-data".

The branch, master has been updated
       via  35b59641a45a67ca38958d8f835d37d7a4a3a9fb (commit)
      from  7d5b191db44d84bd33bf68dcb828862364be9907 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 35b59641a45a67ca38958d8f835d37d7a4a3a9fb
Author: Miller Puckette <[email protected]>
Date:   Sat Jul 30 14:46:08 2011 -0700

    fix bug 3212041 (pd~ hang on close)

-----------------------------------------------------------------------

Summary of changes:
 extra/pd~/pd~.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
pure-data



------------------------------

Message: 6
Date: Sat, 30 Jul 2011 22:06:04 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[15172]
        trunk/externals/unauthorized/Makefile
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 15172
          http://pure-data.svn.sourceforge.net/pure-data/?rev=15172&view=rev
Author:   eighthave
Date:     2011-07-30 22:06:03 +0000 (Sat, 30 Jul 2011)

Log Message:
-----------
remove old Makefile to make way for new

Removed Paths:
-------------
    trunk/externals/unauthorized/Makefile


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



------------------------------

Message: 7
Date: Sun, 31 Jul 2011 03:59:19 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[15173]
        trunk/externals/unauthorized
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 15173
          http://pure-data.svn.sourceforge.net/pure-data/?rev=15173&view=rev
Author:   eighthave
Date:     2011-07-31 03:59:16 +0000 (Sun, 31 Jul 2011)

Log Message:
-----------
got everything building using the template Makefile

Added Paths:
-----------
    trunk/externals/unauthorized/analyze-100.pd
    trunk/externals/unauthorized/audience~-help.pd
    trunk/externals/unauthorized/audience~.c
    trunk/externals/unauthorized/audience~.h
    trunk/externals/unauthorized/audience~.tcl
    trunk/externals/unauthorized/beatify~-help.pd
    trunk/externals/unauthorized/beatify~.c
    trunk/externals/unauthorized/blinkenlights-help.pd
    trunk/externals/unauthorized/blinkenlights.c
    trunk/externals/unauthorized/compressor~-help.pd
    trunk/externals/unauthorized/compressor~.c
    trunk/externals/unauthorized/cooled~-help.pd
    trunk/externals/unauthorized/cooled~.c
    trunk/externals/unauthorized/cooled~.tcl
    trunk/externals/unauthorized/countund-help.pd
    trunk/externals/unauthorized/countund.c
    trunk/externals/unauthorized/disto~-help.pd
    trunk/externals/unauthorized/disto~.c
    trunk/externals/unauthorized/examples/
    trunk/externals/unauthorized/examples/speaker.gif
    trunk/externals/unauthorized/examples/wanderer.gif
    trunk/externals/unauthorized/examples/yesterday.txt
    trunk/externals/unauthorized/exciter-help.pd
    trunk/externals/unauthorized/exciter.c
    trunk/externals/unauthorized/exciter.h
    trunk/externals/unauthorized/exciter.tcl
    trunk/externals/unauthorized/filterbank~-help.pd
    trunk/externals/unauthorized/filterbank~.c
    trunk/externals/unauthorized/filterbank~.h
    trunk/externals/unauthorized/filterbank~.tcl
    trunk/externals/unauthorized/filters.c
    trunk/externals/unauthorized/formant~-help.pd
    trunk/externals/unauthorized/formant~.c
    trunk/externals/unauthorized/g_grid.h
    trunk/externals/unauthorized/graphic-mp3amp~-help.pd
    trunk/externals/unauthorized/grid-help.pd
    trunk/externals/unauthorized/grid.c
    trunk/externals/unauthorized/grid.tcl
    trunk/externals/unauthorized/interface.h
    trunk/externals/unauthorized/lpc.c
    trunk/externals/unauthorized/mp3amp~-help.pd
    trunk/externals/unauthorized/mp3amp~.c
    trunk/externals/unauthorized/mp3cast~-help.pd
    trunk/externals/unauthorized/mp3cast~.c
    trunk/externals/unauthorized/mp3fileout~.c
    trunk/externals/unauthorized/mp3live~-help.pd
    trunk/externals/unauthorized/mp3streamin~.c
    trunk/externals/unauthorized/mp3streamout~.c
    trunk/externals/unauthorized/mp3write~-help.pd
    trunk/externals/unauthorized/mp3write~.c
    trunk/externals/unauthorized/mpglib.h
    trunk/externals/unauthorized/mrandtab.pd
    trunk/externals/unauthorized/pianoroll-help.pd
    trunk/externals/unauthorized/pianoroll.c
    trunk/externals/unauthorized/pianoroll.h
    trunk/externals/unauthorized/pianoroll.tcl
    trunk/externals/unauthorized/playlist-help.pd
    trunk/externals/unauthorized/playlist.c
    trunk/externals/unauthorized/playlist.tcl
    trunk/externals/unauthorized/probalizer-help.pd
    trunk/externals/unauthorized/probalizer.c
    trunk/externals/unauthorized/probalizer.h
    trunk/externals/unauthorized/probalizer.tcl
    trunk/externals/unauthorized/randomblock~-help.pd
    trunk/externals/unauthorized/randomblock~.c
    trunk/externals/unauthorized/randtab.pd
    trunk/externals/unauthorized/resynth-64.pd
    trunk/externals/unauthorized/rs-disto~.pd
    trunk/externals/unauthorized/rs-scratcher~.pd
    trunk/externals/unauthorized/rs-sonogram~.pd
    trunk/externals/unauthorized/rs-sonograph~.pd
    trunk/externals/unauthorized/rs-vocoder~.pd
    trunk/externals/unauthorized/rs-wahwah~.pd
    trunk/externals/unauthorized/samplebox~-help.pd
    trunk/externals/unauthorized/samplebox~.c
    trunk/externals/unauthorized/scratcher~-help.pd
    trunk/externals/unauthorized/scratcher~.c
    trunk/externals/unauthorized/scratcher~.tcl
    trunk/externals/unauthorized/scrolllist-help.pd
    trunk/externals/unauthorized/scrolllist.c
    trunk/externals/unauthorized/scrolllist.tcl
    trunk/externals/unauthorized/setosc.pd
    trunk/externals/unauthorized/sonogram~-help.pd
    trunk/externals/unauthorized/sonogram~.c
    trunk/externals/unauthorized/sonograph~-help.pd
    trunk/externals/unauthorized/speexin~.c
    trunk/externals/unauthorized/speexout~.c
    trunk/externals/unauthorized/speex~-help.pd
    trunk/externals/unauthorized/spigot~-help.pd
    trunk/externals/unauthorized/spigot~.c
    trunk/externals/unauthorized/tables.c
    trunk/externals/unauthorized/test-streaming-mp3.pd
    trunk/externals/unauthorized/timeval.h
    trunk/externals/unauthorized/vocoder~-help.pd
    trunk/externals/unauthorized/vocoder~.c
    trunk/externals/unauthorized/wahwah~-help.pd
    trunk/externals/unauthorized/wahwah~.c
    trunk/externals/unauthorized/xmms.pd

Removed Paths:
-------------
    trunk/externals/unauthorized/audience~/INSTALL
    trunk/externals/unauthorized/audience~/audience~-help.pd
    trunk/externals/unauthorized/audience~/audience~.c
    trunk/externals/unauthorized/audience~/audience~.h
    trunk/externals/unauthorized/audience~/audience~.tk
    trunk/externals/unauthorized/audience~/audience~.tk2c
    trunk/externals/unauthorized/audience~/speaker.gif
    trunk/externals/unauthorized/audience~/wanderer.gif
    trunk/externals/unauthorized/beatify~/INSTALL
    trunk/externals/unauthorized/beatify~/beatify~-help.pd
    trunk/externals/unauthorized/beatify~/beatify~.c
    trunk/externals/unauthorized/blinkenlights/INSTALL
    trunk/externals/unauthorized/blinkenlights/blinkenlights-help.pd
    trunk/externals/unauthorized/blinkenlights/blinkenlights.c
    trunk/externals/unauthorized/compressor~/INSTALL
    trunk/externals/unauthorized/compressor~/compressor~-help.pd
    trunk/externals/unauthorized/compressor~/compressor~.c
    trunk/externals/unauthorized/cooled~/INSTALL
    trunk/externals/unauthorized/cooled~/cooled~-help.pd
    trunk/externals/unauthorized/cooled~/cooled~.c
    trunk/externals/unauthorized/cooled~/cooled~.tk
    trunk/externals/unauthorized/cooled~/cooled~.tk2c
    trunk/externals/unauthorized/cooled~/tk2c.bash
    trunk/externals/unauthorized/countund/INSTALL
    trunk/externals/unauthorized/countund/countund-help.pd
    trunk/externals/unauthorized/countund/countund.c
    trunk/externals/unauthorized/disto~/INSTALL
    trunk/externals/unauthorized/disto~/disto~-help.pd
    trunk/externals/unauthorized/disto~/disto~.c
    trunk/externals/unauthorized/disto~/rs-disto~.pd
    trunk/externals/unauthorized/exciter/INSTALL
    trunk/externals/unauthorized/exciter/exciter-help.pd
    trunk/externals/unauthorized/exciter/exciter.c
    trunk/externals/unauthorized/exciter/exciter.h
    trunk/externals/unauthorized/exciter/exciter.tk
    trunk/externals/unauthorized/exciter/exciter.tk2c
    trunk/externals/unauthorized/exciter/timeval.h
    trunk/externals/unauthorized/exciter/tk2c.bash
    trunk/externals/unauthorized/filterbank~/INSTALL
    trunk/externals/unauthorized/filterbank~/analyze-100.pd
    trunk/externals/unauthorized/filterbank~/filterbank~-help.pd
    trunk/externals/unauthorized/filterbank~/filterbank~.c
    trunk/externals/unauthorized/filterbank~/filterbank~.h
    trunk/externals/unauthorized/filterbank~/filterbank~.tk
    trunk/externals/unauthorized/filterbank~/filterbank~.tk2c
    trunk/externals/unauthorized/filterbank~/resynth-64.pd
    trunk/externals/unauthorized/filterbank~/setosc.pd
    trunk/externals/unauthorized/filterbank~/tk2c.bash
    trunk/externals/unauthorized/formant~/INSTALL
    trunk/externals/unauthorized/formant~/formant~-help.pd
    trunk/externals/unauthorized/formant~/formant~.c
    trunk/externals/unauthorized/grid/INSTALL
    trunk/externals/unauthorized/grid/g_grid.h
    trunk/externals/unauthorized/grid/grid-help.pd
    trunk/externals/unauthorized/grid/grid.c
    trunk/externals/unauthorized/grid/grid.tk
    trunk/externals/unauthorized/grid/grid.tk2c
    trunk/externals/unauthorized/grid/tk2c.bash
    trunk/externals/unauthorized/mp3amp~/INSTALL
    trunk/externals/unauthorized/mp3amp~/graphic-mp3amp~-help.pd
    trunk/externals/unauthorized/mp3amp~/interface.h
    trunk/externals/unauthorized/mp3amp~/mp3amp~-help.pd
    trunk/externals/unauthorized/mp3amp~/mp3amp~.c
    trunk/externals/unauthorized/mp3amp~/mpglib.h
    trunk/externals/unauthorized/mp3cast~/INSTALL
    trunk/externals/unauthorized/mp3cast~/interface.h
    trunk/externals/unauthorized/mp3cast~/mp3cast~-help.pd
    trunk/externals/unauthorized/mp3cast~/mp3cast~.c
    trunk/externals/unauthorized/mp3cast~/mpglib.h
    trunk/externals/unauthorized/mp3live~/INSTALL
    trunk/externals/unauthorized/mp3live~/interface.h
    trunk/externals/unauthorized/mp3live~/mp3fileout~.c
    trunk/externals/unauthorized/mp3live~/mp3live~-help.pd
    trunk/externals/unauthorized/mp3live~/mp3streamin~.c
    trunk/externals/unauthorized/mp3live~/mp3streamout~.c
    trunk/externals/unauthorized/mp3live~/mpglib.h
    trunk/externals/unauthorized/mp3live~/test-streaming-mp3.pd
    trunk/externals/unauthorized/mp3write~/INSTALL
    trunk/externals/unauthorized/mp3write~/interface.h
    trunk/externals/unauthorized/mp3write~/mp3write~-help.pd
    trunk/externals/unauthorized/mp3write~/mp3write~.c
    trunk/externals/unauthorized/mp3write~/mpglib.h
    trunk/externals/unauthorized/pianoroll/INSTALL
    trunk/externals/unauthorized/pianoroll/pianoroll-help.pd
    trunk/externals/unauthorized/pianoroll/pianoroll.c
    trunk/externals/unauthorized/pianoroll/pianoroll.h
    trunk/externals/unauthorized/pianoroll/pianoroll.tk
    trunk/externals/unauthorized/pianoroll/pianoroll.tk2c
    trunk/externals/unauthorized/pianoroll/tk2c.bash
    trunk/externals/unauthorized/playlist/INSTALL
    trunk/externals/unauthorized/playlist/playlist-help.pd
    trunk/externals/unauthorized/playlist/playlist.c
    trunk/externals/unauthorized/playlist/playlist.tk
    trunk/externals/unauthorized/playlist/playlist.tk2c
    trunk/externals/unauthorized/playlist/tk2c.bash
    trunk/externals/unauthorized/playlist/xmms.pd
    trunk/externals/unauthorized/probalizer/INSTALL
    trunk/externals/unauthorized/probalizer/probalizer-help.pd
    trunk/externals/unauthorized/probalizer/probalizer.c
    trunk/externals/unauthorized/probalizer/probalizer.h
    trunk/externals/unauthorized/probalizer/probalizer.tk
    trunk/externals/unauthorized/probalizer/probalizer.tk2c
    trunk/externals/unauthorized/probalizer/tk2c.bash
    trunk/externals/unauthorized/randomblock~/INSTALL
    trunk/externals/unauthorized/randomblock~/mrandtab.pd
    trunk/externals/unauthorized/randomblock~/randomblock~-help.pd
    trunk/externals/unauthorized/randomblock~/randomblock~.c
    trunk/externals/unauthorized/randomblock~/randtab.pd
    trunk/externals/unauthorized/samplebox~/INSTALL
    trunk/externals/unauthorized/samplebox~/samplebox~-help.pd
    trunk/externals/unauthorized/samplebox~/samplebox~.c
    trunk/externals/unauthorized/scratcher~/INSTALL
    trunk/externals/unauthorized/scratcher~/rs-scratcher~.pd
    trunk/externals/unauthorized/scratcher~/scratcher~-help.pd
    trunk/externals/unauthorized/scratcher~/scratcher~.c
    trunk/externals/unauthorized/scratcher~/scratcher~.tk
    trunk/externals/unauthorized/scratcher~/scratcher~.tk2c
    trunk/externals/unauthorized/scratcher~/timeval.h
    trunk/externals/unauthorized/scratcher~/tk2c.bash
    trunk/externals/unauthorized/scrolllist/INSTALL
    trunk/externals/unauthorized/scrolllist/ave-lucifer.txt
    trunk/externals/unauthorized/scrolllist/scrolllist-help.pd
    trunk/externals/unauthorized/scrolllist/scrolllist.c
    trunk/externals/unauthorized/scrolllist/scrolllist.tk
    trunk/externals/unauthorized/scrolllist/scrolllist.tk2c
    trunk/externals/unauthorized/scrolllist/tk2c.bash
    trunk/externals/unauthorized/scrolllist/yesterday.txt
    trunk/externals/unauthorized/sonogram~/INSTALL
    trunk/externals/unauthorized/sonogram~/rs-sonogram~.pd
    trunk/externals/unauthorized/sonogram~/rs-sonograph~.pd
    trunk/externals/unauthorized/sonogram~/sonogram~-help.pd
    trunk/externals/unauthorized/sonogram~/sonogram~-joge.c
    trunk/externals/unauthorized/sonogram~/sonogram~-yves.c
    trunk/externals/unauthorized/sonogram~/sonogram~.c
    trunk/externals/unauthorized/sonogram~/sonograph~-help.pd
    trunk/externals/unauthorized/speex~/INSTALL
    trunk/externals/unauthorized/speex~/speexin~.c
    trunk/externals/unauthorized/speex~/speexout~.c
    trunk/externals/unauthorized/speex~/speex~-help.pd
    trunk/externals/unauthorized/spigot~/INSTALL
    trunk/externals/unauthorized/spigot~/spigot~-help.pd
    trunk/externals/unauthorized/spigot~/spigot~.c
    trunk/externals/unauthorized/tk2c.bash
    trunk/externals/unauthorized/vocoder~/INSTALL
    trunk/externals/unauthorized/vocoder~/filters.c
    trunk/externals/unauthorized/vocoder~/lpc.c
    trunk/externals/unauthorized/vocoder~/rs-vocoder~.pd
    trunk/externals/unauthorized/vocoder~/tables.c
    trunk/externals/unauthorized/vocoder~/vocoder~-help.pd
    trunk/externals/unauthorized/vocoder~/vocoder~.c
    trunk/externals/unauthorized/wahwah~/INSTALL
    trunk/externals/unauthorized/wahwah~/rs-wahwah~.pd
    trunk/externals/unauthorized/wahwah~/wahwah~-help.pd
    trunk/externals/unauthorized/wahwah~/wahwah~.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



------------------------------

Message: 8
Date: Sun, 31 Jul 2011 04:00:37 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[15174]
        trunk/externals/unauthorized
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 15174
          http://pure-data.svn.sourceforge.net/pure-data/?rev=15174&view=rev
Author:   eighthave
Date:     2011-07-31 04:00:36 +0000 (Sun, 31 Jul 2011)

Log Message:
-----------
added Makefile and meta

Added Paths:
-----------
    trunk/externals/unauthorized/Makefile
    trunk/externals/unauthorized/mpg123.h
    trunk/externals/unauthorized/unauthorized-meta.pd


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



------------------------------

Message: 9
Date: Sun, 31 Jul 2011 04:03:47 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[15175]
        trunk/externals/Makefile
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 15175
          http://pure-data.svn.sourceforge.net/pure-data/?rev=15175&view=rev
Author:   eighthave
Date:     2011-07-31 04:03:47 +0000 (Sun, 31 Jul 2011)

Log Message:
-----------
switched 'unauthorized' to template Makefile style

Modified Paths:
--------------
    trunk/externals/Makefile


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



------------------------------

Message: 10
Date: Sun, 31 Jul 2011 04:27:28 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[15176]
        trunk/externals/unauthorized
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 15176
          http://pure-data.svn.sourceforge.net/pure-data/?rev=15176&view=rev
Author:   eighthave
Date:     2011-07-31 04:27:27 +0000 (Sun, 31 Jul 2011)

Log Message:
-----------
sorted out the examples and help files and got 'make install' working

Modified Paths:
--------------
    trunk/externals/unauthorized/Makefile

Added Paths:
-----------
    trunk/externals/unauthorized/examples/analyze-100.pd
    trunk/externals/unauthorized/examples/mrandtab.pd
    trunk/externals/unauthorized/examples/randtab.pd
    trunk/externals/unauthorized/examples/resynth-64.pd
    trunk/externals/unauthorized/examples/setosc.pd
    trunk/externals/unauthorized/examples/test-streaming-mp3.pd
    trunk/externals/unauthorized/examples/xmms.pd
    trunk/externals/unauthorized/mp3fileout~-help.pd
    trunk/externals/unauthorized/mp3streamin~-help.pd
    trunk/externals/unauthorized/mp3streamout~-help.pd
    trunk/externals/unauthorized/speexin~-help.pd
    trunk/externals/unauthorized/speexout~-help.pd

Removed Paths:
-------------
    trunk/externals/unauthorized/analyze-100.pd
    trunk/externals/unauthorized/graphic-mp3amp~-help.pd
    trunk/externals/unauthorized/mp3amp~/mp3amp~.libs
    trunk/externals/unauthorized/mp3amp~/mpg123.h
    trunk/externals/unauthorized/mp3cast~/mp3cast~.libs
    trunk/externals/unauthorized/mp3cast~/mpg123.h
    trunk/externals/unauthorized/mp3live~/mp3fileout~.libs
    trunk/externals/unauthorized/mp3live~/mp3streamin~.libs
    trunk/externals/unauthorized/mp3live~/mp3streamout~.libs
    trunk/externals/unauthorized/mp3live~/mpg123.h
    trunk/externals/unauthorized/mp3live~-help.pd
    trunk/externals/unauthorized/mp3write~/mp3write~.libs
    trunk/externals/unauthorized/mp3write~/mpg123.h
    trunk/externals/unauthorized/mrandtab.pd
    trunk/externals/unauthorized/randtab.pd
    trunk/externals/unauthorized/resynth-64.pd
    trunk/externals/unauthorized/setosc.pd
    trunk/externals/unauthorized/sonograph~-help.pd
    trunk/externals/unauthorized/speex~/speexin~.libs
    trunk/externals/unauthorized/speex~/speexout~.libs
    trunk/externals/unauthorized/speex~-help.pd
    trunk/externals/unauthorized/test-streaming-mp3.pd
    trunk/externals/unauthorized/xmms.pd

Property Changed:
----------------
    trunk/externals/unauthorized/scrolllist.tcl


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



------------------------------

Message: 11
Date: Sun, 31 Jul 2011 04:29:24 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[15177]
        trunk/externals/unauthorized
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 15177
          http://pure-data.svn.sourceforge.net/pure-data/?rev=15177&view=rev
Author:   eighthave
Date:     2011-07-31 04:29:23 +0000 (Sun, 31 Jul 2011)

Log Message:
-----------
removed unneeded Makefiles

Removed Paths:
-------------
    trunk/externals/unauthorized/audience~/Makefile
    trunk/externals/unauthorized/beatify~/Makefile
    trunk/externals/unauthorized/blinkenlights/Makefile
    trunk/externals/unauthorized/compressor~/Makefile
    trunk/externals/unauthorized/cooled~/Makefile
    trunk/externals/unauthorized/countund/Makefile
    trunk/externals/unauthorized/disto~/Makefile
    trunk/externals/unauthorized/exciter/Makefile
    trunk/externals/unauthorized/filterbank~/Makefile
    trunk/externals/unauthorized/formant~/Makefile
    trunk/externals/unauthorized/grid/Makefile
    trunk/externals/unauthorized/mp3amp~/Makefile
    trunk/externals/unauthorized/mp3cast~/Makefile
    trunk/externals/unauthorized/mp3live~/Makefile
    trunk/externals/unauthorized/mp3write~/Makefile
    trunk/externals/unauthorized/pianoroll/Makefile
    trunk/externals/unauthorized/playlist/Makefile
    trunk/externals/unauthorized/probalizer/Makefile
    trunk/externals/unauthorized/randomblock~/Makefile
    trunk/externals/unauthorized/samplebox~/Makefile
    trunk/externals/unauthorized/scratcher~/Makefile
    trunk/externals/unauthorized/scrolllist/Makefile
    trunk/externals/unauthorized/sonogram~/Makefile
    trunk/externals/unauthorized/speex~/Makefile
    trunk/externals/unauthorized/spigot~/Makefile
    trunk/externals/unauthorized/wahwah~/Makefile


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



------------------------------

Message: 12
Date: Sun, 31 Jul 2011 04:30:42 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[15178]
        trunk/externals/unauthorized
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 15178
          http://pure-data.svn.sourceforge.net/pure-data/?rev=15178&view=rev
Author:   eighthave
Date:     2011-07-31 04:30:42 +0000 (Sun, 31 Jul 2011)

Log Message:
-----------
merged all READMEs into one

Removed Paths:
-------------
    trunk/externals/unauthorized/audience~/README
    trunk/externals/unauthorized/beatify~/README
    trunk/externals/unauthorized/blinkenlights/README
    trunk/externals/unauthorized/compressor~/README
    trunk/externals/unauthorized/cooled~/README
    trunk/externals/unauthorized/disto~/README
    trunk/externals/unauthorized/exciter/README
    trunk/externals/unauthorized/filterbank~/README
    trunk/externals/unauthorized/formant~/README
    trunk/externals/unauthorized/grid/README
    trunk/externals/unauthorized/mp3amp~/README
    trunk/externals/unauthorized/mp3cast~/README
    trunk/externals/unauthorized/mp3live~/README
    trunk/externals/unauthorized/mp3write~/README
    trunk/externals/unauthorized/pianoroll/README
    trunk/externals/unauthorized/playlist/README
    trunk/externals/unauthorized/probalizer/README
    trunk/externals/unauthorized/samplebox~/README
    trunk/externals/unauthorized/scratcher~/README
    trunk/externals/unauthorized/scrolllist/README
    trunk/externals/unauthorized/sonogram~/README
    trunk/externals/unauthorized/speex~/README
    trunk/externals/unauthorized/spigot~/README
    trunk/externals/unauthorized/wahwah~/README


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



------------------------------

Message: 13
Date: Sun, 31 Jul 2011 04:32:36 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[15179]
        trunk/externals/unauthorized
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 15179
          http://pure-data.svn.sourceforge.net/pure-data/?rev=15179&view=rev
Author:   eighthave
Date:     2011-07-31 04:32:36 +0000 (Sun, 31 Jul 2011)

Log Message:
-----------
removed extra license files

Removed Paths:
-------------
    trunk/externals/unauthorized/beatify~/COPYING
    trunk/externals/unauthorized/disto~/COPYING
    trunk/externals/unauthorized/wahwah~/COPYING


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



------------------------------

Message: 14
Date: Sun, 31 Jul 2011 05:39:10 -0400
From: "Windows XP Pd Build Server" <[email protected]>
Subject: [PD-cvs] autobuild: pd-extended windowsxp-i386 2011-07-31
        03.31.00
To: <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain

last 20 errors ----------------------------------------
rsync error: timeout in data send/receive (code 30) at io.c(137) [sender=3.0.7]
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(711) [sender=3.0.7]
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]
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(711) [sender=3.0.7]
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]
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
last 15 lines ----------------------------------------
/pd-settings.reg: line 4: flags=: command not found
/pd-settings.reg: line 5: loadlib1=vanilla/list: No such file or directory
/pd-settings.reg: line 6: loadlib2=vanilla: command not found
/pd-settings.reg: line 7: loadlib3=extra: command not found
/pd-settings.reg: line 8: loadlib4=Gem: command not found
/pd-settings.reg: line 9: loadlib5=cyclone: command not found
/pd-settings.reg: line 10: loadlib6=zexy: command not found
/pd-settings.reg: line 11: nloadlib=6: command not found
/pd-settings.reg: line 12: syntax error near unexpected token `;'
/pd-settings.reg: line 12: `; delete any previous loadlib flags'

C:\msys\1.0\home\pd\auto-build\pd-extended\packages\win32_inno>"bin\pd.exe" 
-font 10 -path "doc\vasp" -lib cyclone -lib Gem -lib OSC -lib vasp -lib xeq 
-lib xsample -listdev          
The system cannot find the path specified.
/pd.ico: ./pd.ico: cannot execute binary file
/pdpatch.ico: ./pdpatch.ico: cannot execute binary file

the full logfile - if it has been succesfully uploaded - can be viewed at:
http://autobuild.puredata.info/auto-build/2011-07-31/logs/2011-07-31_03.31.00_mingw32_nt-5.1_windowsxp-i386_pd-extended.txt






------------------------------

_______________________________________________
Pd-cvs mailing list
[email protected]
http://lists.puredata.info/listinfo/pd-cvs


End of Pd-cvs Digest, Vol 77, Issue 31
**************************************

Reply via email to