aboutsummaryrefslogtreecommitdiff
path: root/packages/darwin_app
AgeCommit message (Collapse)Author
2007-10-27removed old CPU OPT_CFLAGS and turned on DEBUG_SOUNDFILE to test writesf~ bugHans-Christoph Steiner
svn path=/trunk/; revision=8892
2007-10-27reverted ggee back to original order since it was conflicting with vbapHans-Christoph Steiner
svn path=/trunk/; revision=8890
2007-10-22removed a cruft build target that was never used; added post build hack to ↵Hans-Christoph Steiner
switch pdp_v4l to pdp_ieee1394 on the mac builds svn path=/trunk/; revision=8855
2007-10-20moved dmg code from branch-v0-39-2-extended, the disk image icon works, but ↵Hans-Christoph Steiner
not the background... svn path=/trunk/; revision=8853
2007-09-25updated to load libdir first, so it'll actually load the rest of the libdirs ↵Hans-Christoph Steiner
properly afterwards; wrote the generating script in the process to ignore pdp and pidip on windows svn path=/trunk/; revision=8758
2007-08-29added Ed Kelly's library to the list for libs to load by defaultHans-Christoph Steiner
svn path=/trunk/; revision=8694
2007-08-29added minor fix found during build on tgrils's computerHans-Christoph Steiner
svn path=/trunk/; revision=8693
2007-08-01added external help path to startup settingsHans-Christoph Steiner
svn path=/trunk/; revision=8335
2007-07-12added standard locations to the path for putting your own pd libs for ↵Hans-Christoph Steiner
GNU/Linux and Mac OS X (where should this go on Windows?); simplified GNU/Linux font path svn path=/trunk/; revision=8037
2007-07-11added some handy variables that I discovered from the Apple docs. Right ↵Hans-Christoph Steiner
now, they don't do anything, but they are there so that they can be easily edited when someone desires svn path=/trunk/; revision=8019
2007-07-11added path for fonts from the msttcorefonts Fink packageHans-Christoph Steiner
svn path=/trunk/; revision=8000
2007-07-09added flib to the list of libs to load by deafultHans-Christoph Steiner
svn path=/trunk/; revision=7931
2007-07-08added ggee to standard libs to loadHans-Christoph Steiner
svn path=/trunk/; revision=7911
2007-06-13oops, the libquicktime plugins also need to be fixed by the embed script, so ↵Hans-Christoph Steiner
switch the order svn path=/trunk/; revision=7771
2007-06-13fixed the embedding of libquicktime plugins, I think I actually got it ↵Hans-Christoph Steiner
working now svn path=/trunk/; revision=7768
2007-06-02fixed minor color issueHans-Christoph Steiner
svn path=/trunk/; revision=7744
2007-05-31updated to embed the org.puredata.pd.plist into the Pd.appHans-Christoph Steiner
svn path=/trunk/; revision=7733
2007-05-19stopped downsizing the help patch font since the fonts are the same size nowHans-Christoph Steiner
svn path=/trunk/; revision=7693
2007-05-17set the name of the mounted disk image to always be 'Pd-extended so that ↵Hans-Christoph Steiner
.DS_Store and other settings will work svn path=/trunk/; revision=7689
2007-05-17embed libquicktime pluginsHans-Christoph Steiner
svn path=/trunk/; revision=7679
2007-05-17attempts at adding some disk image dressingHans-Christoph Steiner
svn path=/trunk/; revision=7676
2007-04-19added handling for fink libs that are in subdirs of /sw/lib to support ↵Hans-Christoph Steiner
freetype2. See https://pow.idmi.poly.edu/weblog/hans/MacOSX/2007/04/18/install_name_toolchangingins.html for details svn path=/trunk/; revision=7579
2007-02-25added iem_anything as a lib so that [any] is available by defaultHans-Christoph Steiner
svn path=/trunk/; revision=7446
2007-01-06added some detection for OPT_FLAGS; made find statement compatible with ↵Hans-Christoph Steiner
older versions svn path=/trunk/; revision=7222
2007-01-01added Luke Iannini's updated iconsHans-Christoph Steiner
svn path=/trunk/; revision=7118
2006-12-31added libdir to the default library listHans-Christoph Steiner
svn path=/trunk/; revision=7114
2006-12-29minor tweaks to turn of Fat building and disable some kludgesHans-Christoph Steiner
svn path=/trunk/; revision=7097
2006-12-18tweaked things to allow for setting CPU-specific build flagsHans-Christoph Steiner
svn path=/trunk/; revision=6937
2006-12-11- added pentium3 optimization flags on Intel Macs, since it highly unlikely toHans-Christoph Steiner
run on older hardware, and Apple only supports Pentium4 and above - added /Applications link to dmg svn path=/trunk/; revision=6777
2006-12-06added program versions to test target so they are in the build logsHans-Christoph Steiner
svn path=/trunk/; revision=6666
2006-12-05only embed the Tcl/Tk frameworks if not using the built-in one in /System. ↵Hans-Christoph Steiner
i.e. only embed the frameworks if building on a machine where other Tcl/Tk Frameworks have been installed svn path=/trunk/; revision=6650
2006-12-04fixed case typo (from patch 1608063 submitted by kunowoudt); added a little ↵Hans-Christoph Steiner
extra info to test_location target svn path=/trunk/; revision=6606
2006-11-30fixed building with older Tcl/Tk Frameworks, like the included Apple versionsHans-Christoph Steiner
svn path=/trunk/; revision=6530
2006-11-28another attempt to make the Tcl/Tk Frameworks embed properlyHans-Christoph Steiner
svn path=/trunk/; revision=6480
2006-11-23replaced script and standalone Wish package with a Makefile targetHans-Christoph Steiner
svn path=/trunk/; revision=6395
2006-10-27minor tweaks to support building Pd.app for pd-MAIN in the auto-buildsHans-Christoph Steiner
svn path=/trunk/; revision=6169
2006-10-27fixed package_clean to work properly on the auto-buildsHans-Christoph Steiner
svn path=/trunk/; revision=6168
2006-10-21cleaned up version handling to make more sense; removed some obsolete chmodsHans-Christoph Steiner
svn path=/trunk/; revision=6151
2006-10-17added hardware libHans-Christoph Steiner
svn path=/trunk/; revision=6127
2006-10-17added blank 'flags' section for Mac OS X so its easy to add flagsHans-Christoph Steiner
svn path=/trunk/; revision=6121
2006-09-29disable test_package because it hangs waiting for a human to type Y to the ↵Hans-Christoph Steiner
license prompt... hmm how to work around that... svn path=/trunk/; revision=6054
2006-09-29fixed minor typoHans-Christoph Steiner
svn path=/trunk/; revision=6051
2006-09-28Makefile tune ups and clean ups, hopefully to allow things to build faster, ↵Hans-Christoph Steiner
especially when using make -j svn path=/trunk/; revision=6040
2006-09-19added miniscript to shorten path namesHans-Christoph Steiner
svn path=/trunk/; revision=5964
2006-09-18updated pref files for more libs that are included in the auto-buildsHans-Christoph Steiner
svn path=/trunk/; revision=5962
2006-09-03added flatspace and deprecatedHans-Christoph Steiner
svn path=/trunk/; revision=5856
2006-08-13did some TODO-o-ramaHans-Christoph Steiner
svn path=/trunk/; revision=5587
2006-08-10fixed up dmg/package target on 10.3Hans-Christoph Steiner
svn path=/trunk/; revision=5549
2006-08-10The disk image now mounts with a pretty color background, big icons and fonts,Hans-Christoph Steiner
and a nice arrangement. The background image needs to have a static file name for the disk image, so the current ones with the version in it won't work because the .DS_Store has to be manually generated. Here's some more on that topic: http://jwz.livejournal.com/608927.html The "dmg" target is much improved, the mkdmg script is no longer necessary, same with sudo. The package_clean target should work better too. svn path=/trunk/; revision=5547
2006-08-09added to the clean targets so the clean more; fixed up chmod u-w on the doc ↵Hans-Christoph Steiner
dir so it should work on the auto-build svn path=/trunk/; revision=5544