aboutsummaryrefslogtreecommitdiff
path: root/packages/darwin_app
AgeCommit message (Collapse)Author
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
2005-11-26added in Jamie's dlopn patch so I can use his binaries; fixed a number of ↵Hans-Christoph Steiner
bugs reported on the list; added platform-specific noncvs handling svn path=/trunk/; revision=4035
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-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-11-10added all included libs to start on loadHans-Christoph Steiner
svn path=/trunk/; revision=3876
2005-11-09updateJamie Tittle
svn path=/trunk/; revision=3864
2005-09-01fixes to compile current HEAD using tcl/tk 8.4.10, flext buildsystem works, ↵Jamie Tittle
osx 10.3+ svn path=/trunk/; revision=3472
2005-09-01added resource file which, when added to pd via 'Rez -t APPL mac.r -o pd', ↵Jamie Tittle
makes pd/gem window focusable svn path=/trunk/; revision=3471
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-08updates for flext buildThomas Grill
svn path=/trunk/; revision=3132
2005-06-06added context to patchesHans-Christoph Steiner
svn path=/trunk/; revision=3123
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-05-20removed cruft from first stab at building from TclTk disk imageHans-Christoph Steiner
svn path=/trunk/; revision=3039
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
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-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-09-01macosx style appN.N.
svn path=/trunk/; revision=1990
2004-08-31macosx app styleN.N.
svn path=/trunk/; revision=1989
2004-08-31macosx app styleN.N.
svn path=/trunk/; revision=1988
2004-08-31macosx style appN.N.
svn path=/trunk/; revision=1987
2004-08-30first attempts at building a package using PackageMaker from the command lineHans-Christoph Steiner
svn path=/trunk/; revision=1977
2004-08-22cleaned up icons and created a MacOS X-style file iconHans-Christoph Steiner
svn path=/trunk/; revision=1967
2004-08-14first working version of Pd.app, released as a test releaseHans-Christoph Steiner
svn path=/trunk/; revision=1955