aboutsummaryrefslogtreecommitdiff
path: root/packages/darwin_app
AgeCommit message (Collapse)Author
2009-06-08since the Universal/Fat flags and OPT_CFLAGS can clash, specify them both ↵Hans-Christoph Steiner
here so they can managed globally svn path=/trunk/; revision=11710
2009-06-05fixed up doc_format to remove .svn and removed old strip_hack; fixed Pd.app ↵Hans-Christoph Steiner
perms; added configure flags to Gem to try to get artlookit working svn path=/trunk/; revision=11690
2009-06-05removed old 10.3 cruft and cleaned up OPT_CFLAGS stuffHans-Christoph Steiner
svn path=/trunk/; revision=11689
2009-05-2110.4 is the minimum supported version for the Pd-extended 0.42 releaseHans-Christoph Steiner
svn path=/trunk/; revision=11476
2009-05-03upgraded Mac OS X build machines to libquicktime 1.1.1Hans-Christoph Steiner
svn path=/trunk/; revision=11218
2009-04-09- hard-coded user install paths outlined in this FAQ entry. This makes it soHans-Christoph Steiner
that Pd-extended will look in the user install paths regardless of the prefs: http://puredata.info/docs/faq/how-do-i-install-externals-and-help-files-with-pd-extended - fixed prefs generating script to make the windows files properly - removed new hard-coded paths from the default prefs files svn path=/trunk/; revision=10991
2009-02-17added .mxt, .mxb, .help since Pd-extended can now open these Max/MSP file ↵Hans-Christoph Steiner
types thanks to cyclist svn path=/trunk/; revision=10788
2009-02-06updated to GPL v3Hans-Christoph Steiner
svn path=/trunk/; revision=10746
2009-02-02removed crufty old READMEHans-Christoph Steiner
svn path=/trunk/; revision=10710
2009-01-26- fixed AppMain.tcl link for non pd-devel buildsHans-Christoph Steiner
- readded spotlight_importer, I mistakenly deleted it svn path=/trunk/; revision=10645
2009-01-25- changed the "Scripts" folder to being a link to "bin" so that whenHans-Christoph Steiner
AppMain.tcl is run from the Pd.app, it'll find the rest of the *.tcl files without and special tricks. - test if AppMain.tcl exists, like with pd-devel, if not create a symlink called AppMain.tcl to pd.tk for pd-vanilla and pd-extended svn path=/trunk/; revision=10637
2009-01-22DOH! Forgot to delete the .pd.bak files and instead was deleting the .pd filesHans-Christoph Steiner
svn path=/trunk/; revision=10602
2009-01-21removed crufty ancient TODO files and moved a couple still-relevant notes to ↵Hans-Christoph Steiner
more appropriate places svn path=/trunk/; revision=10585
2009-01-21- removed flext bits since they are broken. the flext files should beHans-Christoph Steiner
installed along with the binaries instead of here. - removed old Mac-only devel/pd++ build system that has been long abandoned svn path=/trunk/; revision=10584
2008-10-15for some reason, -march stopped working on Mac OS X/powerpcHans-Christoph Steiner
svn path=/trunk/; revision=10330
2008-08-18changed deprecated -mcpu flags to -marchHans-Christoph Steiner
svn path=/trunk/; revision=10253
2008-08-14merged in changes from the v0-40 pd-extended release branchHans-Christoph Steiner
svn path=/trunk/; revision=10244
2008-06-21added spotlight importer build and clean targetsLuke Iannini
svn path=/trunk/; revision=10061
2008-06-20checking in spotlight importer for future autobuildingLuke Iannini
svn path=/trunk/; revision=10057
2008-06-20added separate entry for .pat filesLuke Iannini
svn path=/trunk/; revision=10055
2008-06-20now creates directory inside .app to place Spotlight Importers intoHans-Christoph Steiner
svn path=/trunk/; revision=10054
2008-06-19added UTI declaration; enables plain-text quick-look support of pd-files ↵Luke Iannini
(tcl/pdf would be even cooler : ) ) and paves the way for a spotlight importer svn path=/trunk/; revision=10043
2008-05-17added -fast on Intel to enable full optimization and auto-vectorizationHans-Christoph Steiner
svn path=/trunk/; revision=9833
2008-05-15added npath and nloadlib to stop CPU spike at load; added ~/pd/ and ↵Hans-Christoph Steiner
~/Library/Pd for user-specific install paths. What to do on Windows... svn path=/trunk/; revision=9817
2008-05-12(Ported from Pd-extended 0.39.3) created two different kinds of embedded ↵Hans-Christoph Steiner
org.puredata.pd.plist prefs files on Mac OS X. The first is the default settings that come with Pd-extended.app, the second is a prefs file that overrides all others, so that people can make their own custom apps based on the Pd.app, and be sure that the user's prefs aren't going to override things. svn path=/trunk/; revision=9792
2008-05-12laid out options for easy editing when people are building their own ↵Hans-Christoph Steiner
embedded pd apps svn path=/trunk/; revision=9789
2008-05-11fixed up Info.plist versioning following Marius' research:Hans-Christoph Steiner
http://lists.puredata.info/pipermail/pd-list/2008-02/059627.html and this blog post: http://www.dribin.org/dave/blog/archives/2006/08/02/versioning_os_x_apps/ svn path=/trunk/; revision=9782
2007-10-27removed old CPU OPT_CFLAGS and turned on DEBUG_SOUNDFILE to test writesf~ bugHans-Christoph Steiner
svn path=/trunk/; revision=8892
2007-10-27reverted ggee back to original order since it was conflicting with vbapHans-Christoph Steiner
svn path=/trunk/; revision=8890
2007-10-22removed a cruft build target that was never used; added post build hack to ↵Hans-Christoph Steiner
switch pdp_v4l to pdp_ieee1394 on the mac builds svn path=/trunk/; revision=8855
2007-10-20moved dmg code from branch-v0-39-2-extended, the disk image icon works, but ↵Hans-Christoph Steiner
not the background... svn path=/trunk/; revision=8853
2007-09-25updated to load libdir first, so it'll actually load the rest of the libdirs ↵Hans-Christoph Steiner
properly afterwards; wrote the generating script in the process to ignore pdp and pidip on windows svn path=/trunk/; revision=8758
2007-08-29added Ed Kelly's library to the list for libs to load by defaultHans-Christoph Steiner
svn path=/trunk/; revision=8694
2007-08-29added minor fix found during build on tgrils's computerHans-Christoph Steiner
svn path=/trunk/; revision=8693
2007-08-01added external help path to startup settingsHans-Christoph Steiner
svn path=/trunk/; revision=8335
2007-07-12added standard locations to the path for putting your own pd libs for ↵Hans-Christoph Steiner
GNU/Linux and Mac OS X (where should this go on Windows?); simplified GNU/Linux font path svn path=/trunk/; revision=8037
2007-07-11added some handy variables that I discovered from the Apple docs. Right ↵Hans-Christoph Steiner
now, they don't do anything, but they are there so that they can be easily edited when someone desires svn path=/trunk/; revision=8019
2007-07-11added path for fonts from the msttcorefonts Fink packageHans-Christoph Steiner
svn path=/trunk/; revision=8000
2007-07-09added flib to the list of libs to load by deafultHans-Christoph Steiner
svn path=/trunk/; revision=7931
2007-07-08added ggee to standard libs to loadHans-Christoph Steiner
svn path=/trunk/; revision=7911
2007-06-13oops, the libquicktime plugins also need to be fixed by the embed script, so ↵Hans-Christoph Steiner
switch the order svn path=/trunk/; revision=7771
2007-06-13fixed the embedding of libquicktime plugins, I think I actually got it ↵Hans-Christoph Steiner
working now svn path=/trunk/; revision=7768
2007-06-02fixed minor color issueHans-Christoph Steiner
svn path=/trunk/; revision=7744
2007-05-31updated to embed the org.puredata.pd.plist into the Pd.appHans-Christoph Steiner
svn path=/trunk/; revision=7733
2007-05-19stopped downsizing the help patch font since the fonts are the same size nowHans-Christoph Steiner
svn path=/trunk/; revision=7693
2007-05-17set the name of the mounted disk image to always be 'Pd-extended so that ↵Hans-Christoph Steiner
.DS_Store and other settings will work svn path=/trunk/; revision=7689
2007-05-17embed libquicktime pluginsHans-Christoph Steiner
svn path=/trunk/; revision=7679
2007-05-17attempts at adding some disk image dressingHans-Christoph Steiner
svn path=/trunk/; revision=7676
2007-04-19added handling for fink libs that are in subdirs of /sw/lib to support ↵Hans-Christoph Steiner
freetype2. See https://pow.idmi.poly.edu/weblog/hans/MacOSX/2007/04/18/install_name_toolchangingins.html for details svn path=/trunk/; revision=7579
2007-02-25added iem_anything as a lib so that [any] is available by defaultHans-Christoph Steiner
svn path=/trunk/; revision=7446