Update of /cvsroot/pure-data/packages/darwin_app
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5052
Modified Files:
Tag: branch-v0-39-2-extended
Makefile
Log Message:
added option for both a default embedded preferences file which can be overridden by user prefs, and another embedded prefs file, which overrides both user and default. This allows the creation of standalone apps by including the pd patch into the Pd.app and opening it using the embedded prefs
Index: Makefile
===…
[View More]================================================================
RCS file: /cvsroot/pure-data/packages/darwin_app/Makefile,v
retrieving revision 1.65.2.12
retrieving revision 1.65.2.13
diff -C2 -d -r1.65.2.12 -r1.65.2.13
*** Makefile 13 Jun 2007 19:12:50 -0000 1.65.2.12
--- Makefile 17 Jun 2007 05:11:34 -0000 1.65.2.13
***************
*** 211,215 ****
cd "$(PD_APP_CONTENTS)" && ln -s Resources/extra Plugins
# embed preferences file into Pd.app to create default setup
! install -p -m0644 org.puredata.pd.plist "$(PD_APP_CONTENTS)/"
--- 211,216 ----
cd "$(PD_APP_CONTENTS)" && ln -s Resources/extra Plugins
# embed preferences file into Pd.app to create default setup
! install -p -m0644 org.puredata.pd.plist \
! "$(PD_APP_CONTENTS)/"org.puredata.pd.default.plist
[View Less]
Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22897
Modified Files:
Tag: branch-v0-39-2-extended
m_pd.h
Log Message:
bumped up the version
Index: m_pd.h
===================================================================
RCS file: /cvsroot/pure-data/pd/src/m_pd.h,v
retrieving revision 1.8.2.7
retrieving revision 1.8.2.8
diff -C2 -d -r1.8.2.7 -r1.8.2.8
*** m_pd.h 4 Jun 2007 20:30:51 -0000 1.8.2.7
--- m_pd.h 16 Jun 2007 16:03:25 -0000 1.8.2.8
*…
[View More]**************
*** 12,16 ****
#define PD_MINOR_VERSION 39
#define PD_BUGFIX_VERSION 2
! #define PD_TEST_VERSION "extended-rc3"
/* old name for "MSW" flag -- we have to take it for the sake of many old
--- 12,16 ----
#define PD_MINOR_VERSION 39
#define PD_BUGFIX_VERSION 2
! #define PD_TEST_VERSION "extended-rc4"
/* old name for "MSW" flag -- we have to take it for the sake of many old
[View Less]
Update of /cvsroot/pure-data/packages/win32_inno
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11922
Modified Files:
Tag: branch-v0-39-2-extended
pd-inno.iss.in
Log Message:
made Desktop Icon default off because it's annoying, but the Windows users are used to it
Index: pd-inno.iss.in
===================================================================
RCS file: /cvsroot/pure-data/packages/win32_inno/pd-inno.iss.in,v
retrieving revision 1.8.2.3
retrieving revision 1.8.2.4
diff -…
[View More]C2 -d -r1.8.2.3 -r1.8.2.4
*** pd-inno.iss.in 16 Jun 2007 04:27:13 -0000 1.8.2.3
--- pd-inno.iss.in 16 Jun 2007 04:30:11 -0000 1.8.2.4
***************
*** 23,27 ****
[Tasks]
; NOTE: The following entry contains English phrases ("Create a desktop icon" and "Additional icons"). You are free to translate them into another language if required.
! Name: desktopicon; Description: Create a &desktop icon; GroupDescription: Additional icons:
; NOTE: The following entry contains English phrases ("Create a Quick Launch icon" and "Additional icons"). You are free to translate them into another language if required.
Name: quicklaunchicon; Description: Create a &Quick Launch icon; GroupDescription: Additional icons:; Flags: unchecked
--- 23,27 ----
[Tasks]
; NOTE: The following entry contains English phrases ("Create a desktop icon" and "Additional icons"). You are free to translate them into another language if required.
! Name: desktopicon; Description: Create a &desktop icon; GroupDescription: Additional icons:; Flags: unchecked
; NOTE: The following entry contains English phrases ("Create a Quick Launch icon" and "Additional icons"). You are free to translate them into another language if required.
Name: quicklaunchicon; Description: Create a &Quick Launch icon; GroupDescription: Additional icons:; Flags: unchecked
[View Less]