Revision: 10106
http://pure-data.svn.sourceforge.net/pure-data/?rev=10106&view=rev
Author: eighthave
Date: 2008-06-26 05:00:59 -0700 (Thu, 26 Jun 2008)
Log Message:
-----------
removed spotlight importer from release build since it is already in release candidate phase, meaning no new features. I left Info.plist changes intact since they seem harmless, hopefully
Modified Paths:
--------------
branches/pd-extended/v0-40/packages/darwin_app/Makefile
Modified: branches/pd-extended/v0-40/packages/darwin_app/Makefile
===================================================================
--- branches/pd-extended/v0-40/packages/darwin_app/Makefile 2008-06-26 11:39:40 UTC (rev 10105)
+++ branches/pd-extended/v0-40/packages/darwin_app/Makefile 2008-06-26 12:00:59 UTC (rev 10106)
@@ -62,7 +62,7 @@
devel_install: darwin_app_devel
#------------------------------------------------------------------------------#
-darwin_app: darwin_app_core extended_install rez_install darwin_app_embed_libs spotlight_importer_install
+darwin_app: darwin_app_core extended_install rez_install darwin_app_embed_libs
@echo " "
@echo "Pd.app build succeeded!"
@@ -163,7 +163,7 @@
sed 's/CFBUNDLESHORTVERSIONSTRING/$(PD_MAJOR_VERSION).$(PD_MINOR_VERSION).$(PD_BUGFIX_VERSION)/' | \
sed 's/CFBUNDLEVERSION/$(CFBUNDLEVERSION_DATE)/' > \
Info.plist
-
+
spotlight_importer_install:
cd spotlight_importer && xcodebuild
install -d -m0755 "$(PD_APP_CONTENTS)/Library/Spotlight"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 10105
http://pure-data.svn.sourceforge.net/pure-data/?rev=10105&view=rev
Author: eighthave
Date: 2008-06-26 04:39:40 -0700 (Thu, 26 Jun 2008)
Log Message:
-----------
updated README for Mac OS X with X11 instructions and extra links
Modified Paths:
--------------
branches/pd-extended/v0-40/packages/Makefile
Modified: branches/pd-extended/v0-40/packages/Makefile
===================================================================
--- branches/pd-extended/v0-40/packages/Makefile 2008-06-26 09:16:34 UTC (rev 10104)
+++ branches/pd-extended/v0-40/packages/Makefile 2008-06-26 11:39:40 UTC (rev 10105)
@@ -610,7 +610,8 @@
endif
ifeq ($(OS_NAME),darwin)
echo "<p>To install Pd, drag the $(PD_APP_NAME).app into your <b>/Applications</b> folder or to the shortcut in the disk image. (<i>You might need to put the old one in the trash before copying this one to <b>/Applications</b></i>)</p>" >> $(README_FILE)
- echo "<p>By default, most of the included libraries are loaded at startup. To change this, set your own preferences in the <b>Startup...</b> Preferences pane usings the <b>Save all settings</b> button. If you want to start with a blank set of preferences, run this command in the Terminal.app: </p><p><code>touch ~/Library/Preferences/org.puredata.pd.plist</code> (<code>~</code> <i>means your home folder</i>)</p><p>The Preferences panels in Pd are currently buggy, so you might have better luck with the Apple utility, Property List Editor, which is freely available as part of XCode or the Server Tools.</p>" >> $(README_FILE)
+ echo "<p>By default, most of the included libraries are loaded at startup. To change this, set your own preferences in the <b>Startup...</b> Preferences pane usings the <b>Save all settings</b> button. If you want to start with a blank set of preferences, run this command in the Terminal.app: </p><p><code>touch ~/Library/Preferences/org.puredata.pd.plist</code> (<code>~</code> <i>means your home folder</i>)</p><p>The Preferences panels in Pd are currently buggy, so you might have better luck with the Apple utilities: <code>defaults read org.puredata.pd</code>, or, <b>Property List Editor</b>, which is freely available as part of <a href=\"http://developer.apple.com/tools/xcode/download/\" target=\"_blank\">XCode</a> or the <a href=\"http://www.apple.com/support/downloads/serveradmintools104.html\" target=\"_blank\">Server Tools</a>.</p>" >> $(README_FILE)
+ echo "If you want to use PDP on Mac OS X 10.4/Tiger or 10.3/Panther, you will need to install X11 (X11 comes installed with 10.5/Leopard). It comes on the install CD/DVD that your computer came with. For more detail, see <a href=\"http://www.simplehelp.net/2006/10/22/how-to-install-x11-in-os-x/\" target=\"_blank\">How to install X11 in OS X</a> or <a href=\"http://puredata.info/docs/faq/macosx\" target=\"_blank\">How do I install Pd on MacOS X?</a>." >> $(README_FILE)
endif
ifeq ($(OS_NAME),windows)
echo "<p>To install, run the installer.</p>" >> $(README_FILE)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.