aboutsummaryrefslogtreecommitdiff
path: root/packages/darwin_app/patches
AgeCommit message (Collapse)Author
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-11-16a quick hack to allow + - * . ^ in setup functionsHans-Christoph Steiner
svn path=/trunk/; revision=3932
2005-11-16fixed a few bugs, including the one that was scattering -p around, the one ↵Hans-Christoph Steiner
that crashed Pd when it found a blank directory while building the Hlpe menu svn path=/trunk/; revision=3931
2005-11-15fixed up recursion so it only needs to be called once; added ↵Hans-Christoph Steiner
image/sound/movie launching support svn path=/trunk/; revision=3912
2005-11-12cleaned up the help menu; fixed the browser/openpanel item so that it works ↵Hans-Christoph Steiner
with symlinks rather than copying the whole thing; made the nested menu function recursive svn path=/trunk/; revision=3880
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-09added minor font/anti-aliasing tweak; removed old patchesHans-Christoph Steiner
svn path=/trunk/; revision=3152
2005-06-09changed comment to be more human readableHans-Christoph Steiner
svn path=/trunk/; revision=3148
2005-06-09cleaned up build system, tweaked flext buildHans-Christoph Steiner
svn path=/trunk/; revision=3135
2005-06-09changed Jack linking to 'weak'Hans-Christoph Steiner
svn path=/trunk/; revision=3134
2005-06-06added context to patchesHans-Christoph Steiner
svn path=/trunk/; revision=3123
2005-06-03removed jack compilation; added lots of abstractions and objects writen in PdHans-Christoph Steiner
svn path=/trunk/; revision=3110
2005-05-20removed cruft from first stab at building from TclTk disk imageHans-Christoph Steiner
svn path=/trunk/; revision=3039
2005-04-04made new patch for building with pd-0.38; removed obsolete patches; ↵Hans-Christoph Steiner
../Makefile now properly unpatches, so I removed the stupid script svn path=/trunk/; revision=2678
2004-09-01macosx style appN.N.
svn path=/trunk/; revision=1990