aboutsummaryrefslogtreecommitdiff
path: root/packages/darwin_app/Makefile
AgeCommit message (Collapse)Author
2006-04-28added package_clean target as per standardHans-Christoph Steiner
svn path=/trunk/; revision=5025
2006-04-11fixed minor bug in the version of Info.plistHans-Christoph Steiner
svn path=/trunk/; revision=4874
2006-03-19fixed things up for a Pd-0.39.2-extended-test2 buildHans-Christoph Steiner
svn path=/trunk/; revision=4741
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-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-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-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-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-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