aboutsummaryrefslogtreecommitdiff
path: root/packages/darwin_app
AgeCommit message (Collapse)Author
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
2006-08-04arg it should be a tab, not spacesHans-Christoph Steiner
svn path=/trunk/; revision=5478
2006-08-02fixed minor errors in 'package' and 'test_package' targetsHans-Christoph Steiner
svn path=/trunk/; revision=5462
2006-08-02added test_package target which just mounts then ejects the disk image. ↵Hans-Christoph Steiner
Real tests should happen there... svn path=/trunk/; revision=5456
2006-08-02cleaned things up to make operation clearer; darwin_app_doc_format was ↵Hans-Christoph Steiner
having trouble with too many open files, so switched to find with -exec svn path=/trunk/; revision=5454
2006-08-01minor clean up while in search of the real problem...argHans-Christoph Steiner
svn path=/trunk/; revision=5450
2006-08-01oops, the clean target was removed files from the source rather than the ↵Hans-Christoph Steiner
target. I normally don't compile as root so I never noticed... svn path=/trunk/; revision=5445
2006-07-29fixed up logic for tracking down which Wish.app to use and whether to copy ↵Hans-Christoph Steiner
it has embedded Frameworks svn path=/trunk/; revision=5432
2006-07-28initial support for devel branch (scons) via pd_devel targetJamie Tittle
svn path=/trunk/; revision=5426
2006-07-28oops, had to bump up Makefile.buildlayout in the list so theat scripts_src ↵Hans-Christoph Steiner
would work svn path=/trunk/; revision=5421
2006-07-28fixed up the tracking down of the Wish.app to support both Mac OS X/Intel ↵Hans-Christoph Steiner
and the auto-builds svn path=/trunk/; revision=5420
2006-07-21more work on centralizing the CPU optimization flags. With GNU/Linux on ↵Hans-Christoph Steiner
PowerPC and Mac OS X on Intel, things are becoming more complicated... ;) svn path=/trunk/; revision=5389
2006-04-28added package_clean target as per standardHans-Christoph Steiner
svn path=/trunk/; revision=5025
2006-04-27removed non-existant libraries and fixed up the registry stuff to work properly.Hans-Christoph Steiner
svn path=/trunk/; revision=5010
2006-04-11fixed minor bug in the version of Info.plistHans-Christoph Steiner
svn path=/trunk/; revision=4874
2006-04-11realtime mode is really needed with audio...Hans-Christoph Steiner
svn path=/trunk/; revision=4870
2006-04-09added creb and user font folder for Mac OS X, but I don't think Pd will ↵Hans-Christoph Steiner
handle the ~ svn path=/trunk/; revision=4858
2006-04-07removed flext libs from startup since they cause crashesHans-Christoph Steiner
svn path=/trunk/; revision=4835
2006-04-06added fontpaths to the pd-settings filesHans-Christoph Steiner
svn path=/trunk/; revision=4819
2006-03-19fixed things up for a Pd-0.39.2-extended-test2 buildHans-Christoph Steiner
svn path=/trunk/; revision=4741
2006-03-17added mapping lib; and defeatrt on Mac OS XHans-Christoph Steiner
svn path=/trunk/; revision=4720
2006-02-27fixed app renaming so that you can properly rename the Pd.app with one ↵Hans-Christoph Steiner
setting; fixed Pd version regexps to look in m_pd.h after complete_version_defines-0.39.2.patch is applied; upgraded to TclTk 8.4.10 and make automatic Wish.app/Wish Shell.app name handling svn path=/trunk/; revision=4620
2006-02-22updated to use Wish.app for TclTk 8.4.10Hans-Christoph Steiner
svn path=/trunk/; revision=4607
2006-02-18made final Pd-0.38.4-extended release from RC8Hans-Christoph Steiner
svn path=/trunk/; revision=4595
2006-02-13This should be the final Pd-0.38.4-extendedRC8 build, which should be theHans-Christoph Steiner
release of Pd-0.38.4-extended. A couple of minor changes: - added liblist to the config files since [list] was backported to 0.38.4 in the form of liblist - removed the MACOSX -> __APPLE__ regexp stuff since it was just for testing until Miller accepted those changes. - tried to make the org.puredata.pd.plist file get installed with write permissions so that people can overwrite and change the default file after they install it. svn path=/trunk/; revision=4584
2006-01-17- generated new default settings files for Mac OS X and Windows using ↵Hans-Christoph Steiner
scripts/generate-pd-settings-files.sh svn path=/trunk/; revision=4438
2006-01-16fixed bug in library copy where it would copy over libs that had already ↵Hans-Christoph Steiner
been copied. Then the newly copied lib would have the only library paths in it rather than the adjusted ones. svn path=/trunk/; revision=4414
2006-01-16trying a more proper Makefile way to use environment variables, this should ↵Hans-Christoph Steiner
be inherited by Makefiles that are called from this one svn path=/trunk/; revision=4413
2005-12-28created pdogg libdir and build targetsHans-Christoph Steiner
svn path=/trunk/; revision=4308
2005-12-16- Lots of bug fixesHans-Christoph Steiner
- added script which searches thru all of the .pd_darwin files for dependencies from Fink. It then copies those libs into the Pd.app and sets everything up for them to be sourced by the objects. - added Guenter's quick hack to allow international characters in Pd patches svn path=/trunk/; revision=4241
2005-12-14working towards RC6... soonHans-Christoph Steiner
svn path=/trunk/; revision=4205
2005-12-12made standard shortcut target so I don't have to remember the names of the ↵Hans-Christoph Steiner
different package types svn path=/trunk/; revision=4193
2005-12-12added targets for testing the final destinations that are currently setHans-Christoph Steiner
svn path=/trunk/; revision=4192
2005-12-02generalized locations so that UNIX-style dir layout can also be used in ↵Hans-Christoph Steiner
addition to the Windows/MacOSX-style dir layout; fixed random bugs; added more the clean targets svn path=/trunk/; revision=4120
2005-11-30preparing for RC6, bug fixes and tweaks, things are look ing goodHans-Christoph Steiner
svn path=/trunk/; revision=4086
2005-11-28- finally got a Linux Pd-extended release out, RC5Hans-Christoph Steiner
- built a tar.bz2 package maker with a generated Makefile for installing and uninstalling - switched all Makefiles to follow GNU $(DESTDIR)/$(prefix) standards svn path=/trunk/; revision=4064
2005-11-27lots of build bug fixes and additions, including pixeltango and lots of ↵Hans-Christoph Steiner
binary files, including many flext externals. this will probably be pd-0.38.4-extended-RC5 svn path=/trunk/; revision=4051
2005-11-26updated names to be more GNU-like and easier to readHans-Christoph Steiner
svn path=/trunk/; revision=4036