Update of /cvsroot/pure-data/packages/darwin_app In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7428/darwin_app
Modified Files: Makefile TODO org.puredata.pd.plist Log Message: created Pd-0.38.4-extendedRC3.app release
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/packages/darwin_app/Makefile,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** Makefile 21 Nov 2005 07:03:50 -0000 1.18 --- Makefile 21 Nov 2005 23:01:18 -0000 1.19 *************** *** 39,43 ****
#------------------------------------------------------------------------------# ! darwin_app: darwin_app_core extended_app_install
#------------------------------------------------------------------------------# --- 39,45 ----
#------------------------------------------------------------------------------# ! darwin_app: darwin_app_core extended_app_install rez ! @echo " " ! @echo "Pd.app build succeeded!"
#------------------------------------------------------------------------------# *************** *** 69,80 **** install -m0644 -p Info.plist "$(PD_APP_CONTENTS)" install -m0644 -p *.icns "$(PD_APP_CONTENTS)/Resources" - # rename the Wish Shell executable to "pd", the all lowercase is important - # since it needs to match the pd executable in order for the Gem windows to - # get focus properly mv "$(PD_APP_CONTENTS)/MacOS/Wish Shell" \ ! "$(PD_APP_CONTENTS)/MacOS/pd" # diskutil eject /Volumes/$(TCLTK)
#------------------------------------------------------------------------------# --- 71,89 ---- install -m0644 -p Info.plist "$(PD_APP_CONTENTS)" install -m0644 -p *.icns "$(PD_APP_CONTENTS)/Resources" mv "$(PD_APP_CONTENTS)/MacOS/Wish Shell" \ ! "$(PD_APP_CONTENTS)/MacOS/$(PD_APP_NAME)" # diskutil eject /Volumes/$(TCLTK)
+ #------------------------------------------------------------------------------# + # generate Info.plist using PD_APP_NAME and PD_VERSION + Info.plist: Info.plist.in + + + # tigital's Gem window focus black magic + rez: + install -p $(CWD)/mac.r $(BIN_DEST) + cd $(BIN_DEST) && /Developer/tools/Rez -t APPL mac.r -o pd +
#------------------------------------------------------------------------------# *************** *** 82,95 **** cd $(PACKAGES_SRC) && \ make $(DEST_PATHS) PD_CONFIGURE_FLAGS=--enable-jack pd_install - # tigital's Gem window focus black magic: - install -p $(CWD)/mac.r $(BIN_DEST) - cd $(BIN_DEST) && /Developer/tools/Rez -t APPL mac.r -o pd cd "$(PD_APP_CONTENTS)/Resources/Scripts" && \ ln -s ../bin/pd.tk AppMain.tcl # support for Info Panel Plugins mgmt cd "$(PD_APP_CONTENTS)" && ln -s Resources/extra Plugins - # Headers - install -d $(INSTALL_PREFIX)/include - install $(PD_SRC)/src/*.h $(INSTALL_PREFIX)/include # run script to move help-*.pd files to *-help.pd according to the standard cd $(DOCS_DEST) && \ --- 91,98 ---- *************** *** 97,100 **** --- 100,104 ----
+ darwin_app_doc_format: # set the font to 10pt on all help patches *************** *** 289,294 **** install -d "$(CWD)/$(DMG_NAME)" cd $(BUILD_BASE) && mv $(PD_APP_NAME).app "$(CWD)/$(DMG_NAME)/$(DMG_NAME).app" ! install -p -m0444 $(INSTALL_PREFIX)/*.txt $(INSTALL_PREFIX)/*.html \ ! "$(CWD)/$(DMG_NAME)" cd $(CWD) && /bin/sh mkdmg "$(DMG_NAME)"
--- 293,299 ---- install -d "$(CWD)/$(DMG_NAME)" cd $(BUILD_BASE) && mv $(PD_APP_NAME).app "$(CWD)/$(DMG_NAME)/$(DMG_NAME).app" ! # install -p -m0444 $(MANUALS_DEST)/$(PD_NAME)/PD\ LICENSE.txt \ ! # $(MANUALS_DEST)/*.html "$(CWD)/$(DMG_NAME)" ! install -p -m0444 org.puredata.pd.plist "$(CWD)/$(DMG_NAME)" cd $(CWD) && /bin/sh mkdmg "$(DMG_NAME)"
Index: TODO =================================================================== RCS file: /cvsroot/pure-data/packages/darwin_app/TODO,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** TODO 21 Nov 2005 07:03:50 -0000 1.10 --- TODO 21 Nov 2005 23:01:18 -0000 1.11 *************** *** 1,3 **** --- 1,5 ----
+ - make Info.plist.in template and have the Makefile create Info.plist + - check to make sure that Rez mac.r is working in Makefile
Index: org.puredata.pd.plist =================================================================== RCS file: /cvsroot/pure-data/packages/darwin_app/org.puredata.pd.plist,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** org.puredata.pd.plist 10 Nov 2005 18:51:50 -0000 1.2 --- org.puredata.pd.plist 21 Nov 2005 23:01:18 -0000 1.3 *************** *** 13,16 **** --- 13,24 ---- <key>loadlib5</key> <string>pmpd</string> + <key>loadlib6</key> + <string>cyclone</string> + <key>loadlib7</key> + <string>memento</string> + <key>loadlib8</key> + <string>toxy</string> + <key>loadlib9</key> + <string></string> <key>standardpath</key> <string>1</string>