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: pd-extended debian-wheezy-amd64 2012-12-17
      06.27.33 (pd buildbot)
   2. autobuild: pd-extended debian-wheezy-i386 2012-12-17      06.27.33
      (pd buildbot)
   3. [git]pure-data branch master updated.
      2b8a4c13904f6b8bef3a8ae52b5258a131eb6a19 (Miller Puckette)
   4. [git]pure-data branch master updated.
      9931f1c048219cdd02ebb010c8dde6e04766aa11 (Miller Puckette)
   5. [git]Pd-extended branch patch_series updated.
      27c5e27422afc6bd6f5604c91d859f80a8a565c5 (Hans-Christoph Steiner)
   6. [git]Pd-extended branch master updated.
      0e097b4ef28e43a9d785d3358dd850af5dfce7ef (Hans-Christoph Steiner)


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

Message: 1
Date: Mon, 17 Dec 2012 06:54:05 -0500 (EST)
From: [email protected] (pd buildbot)
Subject: [PD-cvs] autobuild: pd-extended debian-wheezy-amd64
        2012-12-17      06.27.33
To: [email protected]
Message-ID: <[email protected]>

last 20 errors ----------------------------------------
CPPExtern.cpp:171:17: error: 'close' was not declared in this scope
rsync error: syntax or usage error (code 1) at main.c(1246) [Receiver=3.0.9]
last 15 lines ----------------------------------------
debian
default.pdextended
generate_install_makefile.bash
pd-extended-48x48.png
pd-extended.desktop
pd-extended.menu
pd-extended.png
pd-extended.xml
pd-extended.xpm
text-x-puredata.png
+ [ -e ]
+ rsync -a --chmod=a+r -e ssh 
[email protected]:/home/apt/www/auto-build/2012-12-17/Makefile README build 
debian default.pdextended generate_install_makefile.bash pd-extended-48x48.png 
pd-extended.desktop pd-extended.menu pd-extended.png pd-extended.xml 
pd-extended.xpm text-x-puredata.png
Unexpected local arg: README
If arg is a remote file/dir, prefix it with a colon (:).
rsync error: syntax or usage error (code 1) at main.c(1246) [Receiver=3.0.9]

the full logfile - if it has been succesfully uploaded - can be viewed at:
http://autobuild.puredata.info/auto-build/2012-12-17/logs/2012-12-17_06.27.33_linux_debian-wheezy-amd64_pd-extended.txt



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

Message: 2
Date: Mon, 17 Dec 2012 07:18:00 -0500 (EST)
From: [email protected] (pd buildbot)
Subject: [PD-cvs] autobuild: pd-extended debian-wheezy-i386 2012-12-17
        06.27.33
To: [email protected]
Message-ID: <[email protected]>

last 20 errors ----------------------------------------
CPPExtern.cpp:171:17: error: 'close' was not declared in this scope
rsync error: syntax or usage error (code 1) at main.c(1246) [Receiver=3.0.9]
last 15 lines ----------------------------------------
debian
default.pdextended
generate_install_makefile.bash
pd-extended-48x48.png
pd-extended.desktop
pd-extended.menu
pd-extended.png
pd-extended.xml
pd-extended.xpm
text-x-puredata.png'
+ '[' -e ']'
+ rsync -a --chmod=a+r -e ssh 
[email protected]:/home/apt/www/auto-build/2012-12-17/Makefile README build 
debian default.pdextended generate_install_makefile.bash pd-extended-48x48.png 
pd-extended.desktop pd-extended.menu pd-extended.png pd-extended.xml 
pd-extended.xpm text-x-puredata.png
Unexpected local arg: README
If arg is a remote file/dir, prefix it with a colon (:).
rsync error: syntax or usage error (code 1) at main.c(1246) [Receiver=3.0.9]

the full logfile - if it has been succesfully uploaded - can be viewed at:
http://autobuild.puredata.info/auto-build/2012-12-17/logs/2012-12-17_06.27.33_linux_debian-wheezy-i386_pd-extended.txt



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

Message: 3
Date: Mon, 17 Dec 2012 18:39:31 +0000
From: "Miller Puckette" <[email protected]>
Subject: [PD-cvs] [git]pure-data branch master updated.
        2b8a4c13904f6b8bef3a8ae52b5258a131eb6a19
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  2b8a4c13904f6b8bef3a8ae52b5258a131eb6a19 (commit)
       via  775f8d67b6bf53ceb78b19f00d8391eb3088972c (commit)
      from  6c1140e9ce6bd4ecffe2f3280a64e0a6617e9ea3 (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 2b8a4c13904f6b8bef3a8ae52b5258a131eb6a19
Author: IOhannes m zmoelnig <[email protected]>
Date:   Mon Dec 17 11:53:52 2012 +0100

    provide sys_close(),... on all platforms
    
    removing sys_close (as was done with commit:78b81aa3) will break binary
    compatibility with externals compiled against Pd-0.43.
    this patch re-introduces sys_close() and also provides stubs for the rest
    of the open/close family.
    
    while we are there, we also run the filename through sys_bashfilename
    (which currently is a noop on non-w32 platforms)

commit 775f8d67b6bf53ceb78b19f00d8391eb3088972c
Author: IOhannes m zmoelnig <[email protected]>
Date:   Mon Dec 17 16:45:13 2012 +0100

    portaudio's Makefile is generated by own configure
    
    no need to generate it from both configure and portaudio/configure.
    in fact, this makes problems...

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

Summary of changes:
 configure.ac |    1 -
 src/m_pd.h   |   12 +-----------
 src/s_path.c |   47 ++++++++++++++++++++++++++++++++++++++++++-----
 3 files changed, 43 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
pure-data



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

Message: 4
Date: Mon, 17 Dec 2012 20:02:27 +0000
From: "Miller Puckette" <[email protected]>
Subject: [PD-cvs] [git]pure-data branch master updated.
        9931f1c048219cdd02ebb010c8dde6e04766aa11
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  9931f1c048219cdd02ebb010c8dde6e04766aa11 (commit)
       via  733ad3849ebb951bc6071350b883f43a1d7a93d4 (commit)
       via  9583360aa53398744c149fd25fbbd30c5c03fcae (commit)
      from  2b8a4c13904f6b8bef3a8ae52b5258a131eb6a19 (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 9931f1c048219cdd02ebb010c8dde6e04766aa11
Author: Hans-Christoph Steiner <[email protected]>
Date:   Sun Sep 25 14:03:33 2011 -0400

    bind Ctrl-< and Ctrl-> to cycle thru open windows

commit 733ad3849ebb951bc6071350b883f43a1d7a93d4
Author: Hans-Christoph Steiner <[email protected]>
Date:   Tue Oct 23 23:56:13 2012 -0400

    split out window placement into proc so plugins can easily override it
    
    This makes it easy for people to customize these calculations based on
    their Window Manager, desires, etc.

commit 9583360aa53398744c149fd25fbbd30c5c03fcae
Author: Hans-Christoph Steiner <[email protected]>
Date:   Wed Dec 12 17:26:33 2012 -0500

    Win32: implement check_for_running_instances with dde for file 
double-clicking

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

Summary of changes:
 tcl/pd-gui.tcl      |   17 +++++++++++++++--
 tcl/pd_bindings.tcl |    2 ++
 tcl/pdtk_canvas.tcl |   21 ++++++++++++++++-----
 3 files changed, 33 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
pure-data



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

Message: 5
Date: Tue, 18 Dec 2012 03:46:13 +0000
From: "Hans-Christoph Steiner" <[email protected]>
Subject: [PD-cvs] [git]Pd-extended branch patch_series updated.
        27c5e27422afc6bd6f5604c91d859f80a8a565c5
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 "Pd-extended".

The branch, patch_series has been updated
       via  27c5e27422afc6bd6f5604c91d859f80a8a565c5 (commit)
       via  2a55ed2d03857fffe4fe93ab457466d65976ca68 (commit)
       via  68938cae0eb90392d2ea2be769baa1e94062b605 (commit)
      from  e7acbc6823968c97efc874686541751798b42521 (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 27c5e27422afc6bd6f5604c91d859f80a8a565c5
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Dec 17 22:23:19 2012 -0500

    add Danish translation

commit 2a55ed2d03857fffe4fe93ab457466d65976ca68
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Dec 17 22:22:42 2012 -0500

    update Korean translation

commit 68938cae0eb90392d2ea2be769baa1e94062b605
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Dec 17 22:19:57 2012 -0500

    Revert "Win32: use "binary" file mode by default, we don't want the 
translations"
    
    This reverts commit 9d2256081aa83e32d5d19f0c2978f574c059cefc.
    
    This patch breaks [soundfiler] file loading and loading patches from 
unicode paths.

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

Summary of changes:
 po/Makefile.am      |    2 +-
 po/{sv.po => da.po} |  455 +++++++++++++++++++++++++--------------------------
 po/ko.po            |  102 ++++++------
 src/s_main.c        |    9 -
 src/s_path.c        |    9 +-
 5 files changed, 284 insertions(+), 293 deletions(-)
 copy po/{sv.po => da.po} (81%)


hooks/post-receive
-- 
Pd-extended



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

Message: 6
Date: Tue, 18 Dec 2012 03:50:51 +0000
From: "Hans-Christoph Steiner" <[email protected]>
Subject: [PD-cvs] [git]Pd-extended branch master updated.
        0e097b4ef28e43a9d785d3358dd850af5dfce7ef
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 "Pd-extended".

The branch, master has been updated
       via  0e097b4ef28e43a9d785d3358dd850af5dfce7ef (commit)
       via  27c5e27422afc6bd6f5604c91d859f80a8a565c5 (commit)
       via  2a55ed2d03857fffe4fe93ab457466d65976ca68 (commit)
       via  68938cae0eb90392d2ea2be769baa1e94062b605 (commit)
      from  7df5dc3c68a4b0f8a5ac06c24064fd2a5fbd0fd6 (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 0e097b4ef28e43a9d785d3358dd850af5dfce7ef
Merge: 7df5dc3 27c5e27
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Dec 17 22:50:28 2012 -0500

    Merge branch 'patch_series'

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

Summary of changes:
 po/Makefile.am      |    2 +-
 po/{sv.po => da.po} |  455 +++++++++++++++++++++++++--------------------------
 po/ko.po            |  102 ++++++------
 src/s_main.c        |    9 -
 src/s_path.c        |    9 +-
 5 files changed, 284 insertions(+), 293 deletions(-)
 copy po/{sv.po => da.po} (81%)


hooks/post-receive
-- 
Pd-extended



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

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


End of Pd-cvs Digest, Vol 94, Issue 15
**************************************

Reply via email to