aboutsummaryrefslogtreecommitdiff
path: root/packages/darwin_app/Makefile
AgeCommit message (Collapse)Author
2005-11-23added target to compile Info.plist and used the common $(PACKAGE_NAME) ↵Hans-Christoph Steiner
instead of local variables svn path=/trunk/; revision=4020
2005-11-22generated first Windows release, but using a Pd core compiled by miller. ↵Hans-Christoph Steiner
Compiling Pd on win is a massive pain in the butt. Some bug fixes svn path=/trunk/; revision=4017
2005-11-21created Pd-0.38.4-extendedRC3.app releaseHans-Christoph Steiner
svn path=/trunk/; revision=4012
2005-11-21a few tweaks to make sure everything is assemblingHans-Christoph Steiner
svn path=/trunk/; revision=3995
2005-11-21Lots of changes, got the first complete(-ish) build with the new extendedHans-Christoph Steiner
build system. I left as much of the old functionality in place as possible, definitely were it was being used. But there are some changes that break backwards compatibility, thought they should be noticed by few, and be easy to fix going forward. Some highlights: - centralized patch system (packages/patches with targets patch_pd and unpatch_pd) - easily redirected builds, using INSTALL_PREFIX and all of the *_DEST variables. This makes building packages like Pd.app, .deb, .rpm, etc. much easier. - libdir format: basically a libdir is a directory that has both the objects and the help files together in one folder. It can be added using -lib or the StartUp preferences, or you can access them via geiger namespaces, i.e. [mylibrary/myobject]. - special characters allow in setup function/file names for objects. This makes objects like [||~] possible without having to be in a library. Now they can be either .pd files or individual .pd_darwin files (thanks IOhannes for the patch). svn path=/trunk/; revision=3993
2005-07-25- updated build system for Pd-0.38.4-extended-RC2Hans-Christoph Steiner
- got optional Jack linking working using "weak" linking - updated Pd version grabbing regexps and added extended version to "about pd.." dialog svn path=/trunk/; revision=3377
2005-06-09cleaned up build system, tweaked flext buildHans-Christoph Steiner
svn path=/trunk/; revision=3135
2005-06-08updates for flext buildThomas Grill
svn path=/trunk/; revision=3132
2005-06-06- fixed typo in DESTDIR (there was a space after "installroot")Hans-Christoph Steiner
- added generated config files to darwin_app_externals_flext_clean target svn path=/trunk/; revision=3116
2005-06-05updates for flext and flext-based externalsThomas Grill
svn path=/trunk/; revision=3115
2005-06-03removed jack compilation; added lots of abstractions and objects writen in PdHans-Christoph Steiner
svn path=/trunk/; revision=3110
2005-05-22successful builds now; numerous minor fixes; added krzysztof's new pddp objectsHans-Christoph Steiner
svn path=/trunk/; revision=3053
2005-04-20added Thomas' new flext targetHans-Christoph Steiner
svn path=/trunk/; revision=2798
2005-04-20made the Pd-0.38-2hcs0 release based on the Pd.app from Ben Bogard/PixelTANGOHans-Christoph Steiner
svn path=/trunk/; revision=2797
2005-04-19builds into a prebuilt Pd.app, but I still don't have the build working with ↵Hans-Christoph Steiner
Tcl 8.4.9; removed some obsolete cruft from various other packaging attempts svn path=/trunk/; revision=2786
2005-04-07removed Pd-for-UNIX.pkg stuff since I have thought of a much better way to ↵Hans-Christoph Steiner
do it; started updating build system to work with Miller's Pd.app/AppMain.tcl code as of 0.38 svn path=/trunk/; revision=2693
2004-10-01added Gem targets and modified flextHans-Christoph Steiner
svn path=/trunk/; revision=2060
2004-09-02fixed makefile version bug; generalized Wish Shell.app locationHans-Christoph Steiner
svn path=/trunk/; revision=1995
2004-08-31macosx app styleN.N.
svn path=/trunk/; revision=1989
2004-08-30first attempts at building a package using PackageMaker from the command lineHans-Christoph Steiner
svn path=/trunk/; revision=1977
2004-08-14first working version of Pd.app, released as a test releaseHans-Christoph Steiner
svn path=/trunk/; revision=1955