aboutsummaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)Author
2006-08-01added 'all' target distinct from 'install'Hans-Christoph Steiner
svn path=/trunk/; revision=5447
2006-08-01switched back to working target for Pd-extended from pd++, I gues tigital ↵Hans-Christoph Steiner
forgot... svn path=/trunk/; revision=5446
2006-08-01oops, the clean target was removed files from the source rather than the ↵Hans-Christoph Steiner
target. I normally don't compile as root so I never noticed... svn path=/trunk/; revision=5445
2006-07-31make test_package clean up its cruftHans-Christoph Steiner
svn path=/trunk/; revision=5443
2006-07-29fixed up logic for tracking down which Wish.app to use and whether to copy ↵Hans-Christoph Steiner
it has embedded Frameworks svn path=/trunk/; revision=5432
2006-07-28initial support for devel branch (scons) via pd_devel targetJamie Tittle
svn path=/trunk/; revision=5426
2006-07-28oops, had to bump up Makefile.buildlayout in the list so theat scripts_src ↵Hans-Christoph Steiner
would work svn path=/trunk/; revision=5421
2006-07-28fixed up the tracking down of the Wish.app to support both Mac OS X/Intel ↵Hans-Christoph Steiner
and the auto-builds svn path=/trunk/; revision=5420
2006-07-25switched to more proper syntax for calling make from a Makefile, I believe ↵Hans-Christoph Steiner
it communicates the error status properly this way; also bumped up test version for auto-builders svn path=/trunk/; revision=5403
2006-07-21made default optimization options more genericHans-Christoph Steiner
svn path=/trunk/; revision=5390
2006-07-21more work on centralizing the CPU optimization flags. With GNU/Linux on ↵Hans-Christoph Steiner
PowerPC and Mac OS X on Intel, things are becoming more complicated... ;) svn path=/trunk/; revision=5389
2006-06-14removed duplicate version in package nameHans-Christoph Steiner
svn path=/trunk/; revision=5234
2006-06-14added patch that's already been accepted into 0.40Hans-Christoph Steiner
svn path=/trunk/; revision=5233
2006-05-25updated to test4Hans-Christoph Steiner
svn path=/trunk/; revision=5132
2006-04-29an attempt at automating package generation... that failedHans-Christoph Steiner
svn path=/trunk/; revision=5037
2006-04-28quick kludge to disable the super annoying close confirm dialogHans-Christoph Steiner
svn path=/trunk/; revision=5026
2006-04-28added package_clean target as per standardHans-Christoph Steiner
svn path=/trunk/; revision=5025
2006-04-28 set up manual folder for readmesHans-Christoph Steiner
svn path=/trunk/; revision=5024
2006-04-28cleaned up installing of extra flext docsHans-Christoph Steiner
svn path=/trunk/; revision=5023
2006-04-27added package_clean targetHans-Christoph Steiner
svn path=/trunk/; revision=5012
2006-04-27removed non-existant libraries and fixed up the registry stuff to work properly.Hans-Christoph Steiner
svn path=/trunk/; revision=5010
2006-04-26update version number to test3Hans-Christoph Steiner
svn path=/trunk/; revision=5007
2006-04-26fixed windows and linux bugs in the pdsettings file generationHans-Christoph Steiner
svn path=/trunk/; revision=5006
2006-04-20added patch files from ↵Hans-Christoph Steiner
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1469890&group_id=55736, which were converted to diff -uw format svn path=/trunk/; revision=4951
2006-04-15iemabs is now part of the iemlib libdir, so no need to do the help files ↵Hans-Christoph Steiner
separately there svn path=/trunk/; revision=4916
2006-04-15built Pd-0.39.2-extended-test2 on fever.idmi.poly.eduHans-Christoph Steiner
svn path=/trunk/; revision=4915
2006-04-11fixed minor bug in the version of Info.plistHans-Christoph Steiner
svn path=/trunk/; revision=4874
2006-04-11realtime mode is really needed with audio...Hans-Christoph Steiner
svn path=/trunk/; revision=4870
2006-04-10added test for dll before copying so things build without the gripd hackHans-Christoph Steiner
svn path=/trunk/; revision=4861
2006-04-09added creb and user font folder for Mac OS X, but I don't think Pd will ↵Hans-Christoph Steiner
handle the ~ svn path=/trunk/; revision=4858
2006-04-07removed flext libs from startup since they cause crashesHans-Christoph Steiner
svn path=/trunk/; revision=4835
2006-04-07added flext stuff, but its far from workingHans-Christoph Steiner
svn path=/trunk/; revision=4832
2006-04-06added fontpaths to the pd-settings filesHans-Christoph Steiner
svn path=/trunk/; revision=4819
2006-03-19fixed things up for a Pd-0.39.2-extended-test2 buildHans-Christoph Steiner
svn path=/trunk/; revision=4741
2006-03-17added mapping lib; and defeatrt on Mac OS XHans-Christoph Steiner
svn path=/trunk/; revision=4720
2006-03-14hopefully got curly brackets correct...IOhannes m zmölnig
svn path=/trunk/; revision=4704
2006-03-13changed to use sprintf since asprintf doesn't exist on WindowsHans-Christoph Steiner
svn path=/trunk/; revision=4701
2006-03-13removed patches that were included by MillerHans-Christoph Steiner
svn path=/trunk/; revision=4700
2006-02-27added patch to completely fix the versioning and move the PD_VERSION ↵Hans-Christoph Steiner
replacement to 'make install'; 'make unpatch_pd' now does the reverse of 'make patch_pd'; and PD_TEST_VERSION is now retrieved from m_pd.h svn path=/trunk/; revision=4623
2006-02-27only include the alsa_adddev function prototype if the ALSA API is enabledHans-Christoph Steiner
svn path=/trunk/; revision=4622
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-27make quick update to make dlopen patch apply cleanly to 0.39.2Hans-Christoph Steiner
svn path=/trunk/; revision=4619
2006-02-22version is now all defined in macros in m_pd.h in the ↵Hans-Christoph Steiner
complete_version_defines patch, and the regexps in packages/Makefile now rely on that patch svn path=/trunk/; revision=4608
2006-02-22updated to use Wish.app for TclTk 8.4.10Hans-Christoph Steiner
svn path=/trunk/; revision=4607
2006-02-22set ASIOSRC to blank, so only platforms that use ASIO will fill it inHans-Christoph Steiner
svn path=/trunk/; revision=4606
2006-02-22cleaned up patch so that it doesn't conflict with other existing patches, ↵Hans-Christoph Steiner
and its just a cleaner way to handle setting the env var svn path=/trunk/; revision=4605
2006-02-22ported help browser to 0.39.2Hans-Christoph Steiner
svn path=/trunk/; revision=4604
2006-02-22switched in Martin Peach's cleaner fix for the .. in pd_guidir on Windows, ↵Hans-Christoph Steiner
it shouldn't cause trouble on other platforms, but we shall see... svn path=/trunk/; revision=4603
2006-02-20porting patches to 0.39.2 and removing patches that got included into ↵Hans-Christoph Steiner
0.39.2; darwin_dlopen.patch still needs to be ported to 0.39.2 svn path=/trunk/; revision=4601
2006-02-18added some handy extra targets for cleaning up after the package build and ↵Hans-Christoph Steiner
testing the package once its built svn path=/trunk/; revision=4599