Revision: 9466
http://pure-data.svn.sourceforge.net/pure-data/?rev=9466&view=rev
Author: eighthave
Date: 2008-02-21 20:07:44 -0800 (Thu, 21 Feb 2008)
Log Message:
-----------
Creating 'sources' section to keep track of all of the sources needed for the
Windows build environment.
Added Paths:
-----------
sources/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 9465
http://pure-data.svn.sourceforge.net/pure-data/?rev=9465&view=rev
Author: eighthave
Date: 2008-02-21 19:41:37 -0800 (Thu, 21 Feb 2008)
Log Message:
-----------
upgraded to JackOSX 0.76, which has a framework with a different name. The old version was called 'Jack.framework', this one is called 'Jackmp.framework'
Added Paths:
-----------
trunk/packages/patches/support_new_jackosx-0.41.2.patch
Added: trunk/packages/patches/support_new_jackosx-0.41.2.patch
===================================================================
--- trunk/packages/patches/support_new_jackosx-0.41.2.patch (rev 0)
+++ trunk/packages/patches/support_new_jackosx-0.41.2.patch 2008-02-22 03:41:37 UTC (rev 9465)
@@ -0,0 +1,18 @@
+Index: configure.in
+===================================================================
+--- configure.in (revision 9464)
++++ configure.in (working copy)
+@@ -347,11 +347,11 @@
+ OSNUMBER=2
+ if test x$jack = "xyes";
+ then
+- LDFLAGS=$LDFLAGS" -weak_framework Jack"
++ LDFLAGS=$LDFLAGS" -weak_framework Jackmp"
+ fi
+ if test x$jack = "xrun";
+ then
+- LDFLAGS=$LDFLAGS" -weak_framework Jack"
++ LDFLAGS=$LDFLAGS" -weak_framework Jackmp"
+ fi
+ fi
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 9464
http://pure-data.svn.sourceforge.net/pure-data/?rev=9464&view=rev
Author: eighthave
Date: 2008-02-21 19:38:43 -0800 (Thu, 21 Feb 2008)
Log Message:
-----------
upgraded to JackOSX 0.76, which has a framework with a different name. The old version was called 'Jack.framework', this one is called 'Jackmp.framework'
Modified Paths:
--------------
branches/pd-extended/v0-40/pd/src/configure.in
Modified: branches/pd-extended/v0-40/pd/src/configure.in
===================================================================
--- branches/pd-extended/v0-40/pd/src/configure.in 2008-02-20 16:30:38 UTC (rev 9463)
+++ branches/pd-extended/v0-40/pd/src/configure.in 2008-02-22 03:38:43 UTC (rev 9464)
@@ -329,11 +329,11 @@
OSNUMBER=2
if test x$jack == "xyes";
then
- LDFLAGS=$LDFLAGS" -weak_framework Jack"
+ LDFLAGS=$LDFLAGS" -weak_framework Jackmp"
fi
if test x$jack == "xrun";
then
- LDFLAGS=$LDFLAGS" -weak_framework Jack"
+ LDFLAGS=$LDFLAGS" -weak_framework Jackmp"
fi
fi
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 9462
http://pure-data.svn.sourceforge.net/pure-data/?rev=9462&view=rev
Author: zmoelnig
Date: 2008-02-20 08:27:24 -0800 (Wed, 20 Feb 2008)
Log Message:
-----------
bumped version to 2.2.1
Modified Paths:
--------------
trunk/externals/zexy/src/zexy.h
Modified: trunk/externals/zexy/src/zexy.h
===================================================================
--- trunk/externals/zexy/src/zexy.h 2008-02-20 16:24:52 UTC (rev 9461)
+++ trunk/externals/zexy/src/zexy.h 2008-02-20 16:27:24 UTC (rev 9462)
@@ -15,6 +15,7 @@
*
* if you are looking for the latest release of the ZEXY-external you should have another look at
+ http://puredata.info/community/projects/software/zexy/
ftp://iem.at/pd/Externals/ZEXY
*
@@ -59,7 +60,7 @@
#include <math.h>
-#define VERSION "2.2.0"
+#define VERSION "2.2.1"
/* these pragmas are only used for MSVC, not MinGW or Cygwin */
#ifdef _MSC_VER
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 9459
http://pure-data.svn.sourceforge.net/pure-data/?rev=9459&view=rev
Author: zmoelnig
Date: 2008-02-20 08:16:35 -0800 (Wed, 20 Feb 2008)
Log Message:
-----------
...
Modified Paths:
--------------
trunk/externals/zexy/reference/msgfile-help.pd
Modified: trunk/externals/zexy/reference/msgfile-help.pd
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.