aboutsummaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)Author
2006-09-28Makefile tune ups and clean ups, hopefully to allow things to build faster, ↵Hans-Christoph Steiner
especially when using make -j svn path=/trunk/; revision=6040
2006-09-24remove doubleclick as rightclick on Mac OS X since the OS provides a ↵Hans-Christoph Steiner
standard method to rightclick with one-button mice svn path=/trunk/; revision=6010
2006-09-22call Gem's own "configure" targetIOhannes m zmölnig
svn path=/trunk/; revision=6001
2006-09-22made aclocal and autoconf run everytime (at least until 'configure' is not ↵Hans-Christoph Steiner
in CVS, then it would be trivial to have them automatically triggered). disabled ffmpeg on GNU/Linux on IOhannes' request svn path=/trunk/; revision=5999
2006-09-22call aclocal before autoconf, just to be sureHans-Christoph Steiner
svn path=/trunk/; revision=5996
2006-09-20added sensible double-click actions for files, directory browsing still ↵Hans-Christoph Steiner
happens with single-clicks svn path=/trunk/; revision=5982
2006-09-19trying out IOhannes' bugfix 1549377 in Pd-extendedHans-Christoph Steiner
svn path=/trunk/; revision=5971
2006-09-19taken from Thomas' patch tracker 1473684, its been taken into 0.40Hans-Christoph Steiner
svn path=/trunk/; revision=5970
2006-09-19cleaned up clean targetsHans-Christoph Steiner
svn path=/trunk/; revision=5966
2006-09-19added miniscript to shorten path namesHans-Christoph Steiner
svn path=/trunk/; revision=5964
2006-09-18updated pref files for more libs that are included in the auto-buildsHans-Christoph Steiner
svn path=/trunk/; revision=5962
2006-09-18added IOhannes' closebang/initbang patch from the patch tracker, #1544041Hans-Christoph Steiner
svn path=/trunk/; revision=5961
2006-09-18oops, forgot to install Gem on Mac OS XHans-Christoph Steiner
svn path=/trunk/; revision=5959
2006-09-16added Gem.pd_darwin to the auto-buildHans-Christoph Steiner
svn path=/trunk/; revision=5955
2006-09-16this patch wasn't doing anything here, and miller added FFTW support in 0.40Hans-Christoph Steiner
svn path=/trunk/; revision=5953
2006-09-16added fix from tigital for d_array.cHans-Christoph Steiner
svn path=/trunk/; revision=5952
2006-09-16cleaned up macintel patchHans-Christoph Steiner
svn path=/trunk/; revision=5951
2006-09-16simple fix to configure.in to build PortAudio little-endian on Mac/IntelHans-Christoph Steiner
svn path=/trunk/; revision=5950
2006-09-16added two nice, small GUI patches from oskudeHans-Christoph Steiner
svn path=/trunk/; revision=5949
2006-09-15added gem to the standard build on GNU/LinuxHans-Christoph Steiner
svn path=/trunk/; revision=5935
2006-09-14Inno Setup now runs headless from the command lineHans-Christoph Steiner
svn path=/trunk/; revision=5931
2006-09-13added flatspace and deprecated libdirs to the standard load...Hans-Christoph Steiner
svn path=/trunk/; revision=5928
2006-09-13added .pdsettings file to install packageHans-Christoph Steiner
svn path=/trunk/; revision=5926
2006-09-03added flatspace and deprecatedHans-Christoph Steiner
svn path=/trunk/; revision=5856
2006-08-13did some TODO-o-ramaHans-Christoph Steiner
svn path=/trunk/; revision=5587
2006-08-10fixed up dmg/package target on 10.3Hans-Christoph Steiner
svn path=/trunk/; revision=5549
2006-08-10The disk image now mounts with a pretty color background, big icons and fonts,Hans-Christoph Steiner
and a nice arrangement. The background image needs to have a static file name for the disk image, so the current ones with the version in it won't work because the .DS_Store has to be manually generated. Here's some more on that topic: http://jwz.livejournal.com/608927.html The "dmg" target is much improved, the mkdmg script is no longer necessary, same with sudo. The package_clean target should work better too. svn path=/trunk/; revision=5547
2006-08-09added to the clean targets so the clean more; fixed up chmod u-w on the doc ↵Hans-Christoph Steiner
dir so it should work on the auto-build svn path=/trunk/; revision=5544
2006-08-07more info in the readme about software patentsHans-Christoph Steiner
svn path=/trunk/; revision=5499
2006-08-06fixed up README to only show the install instructions for the current ↵Hans-Christoph Steiner
platform, and added note about patented software svn path=/trunk/; revision=5484
2006-08-04arg it should be a tab, not spacesHans-Christoph Steiner
svn path=/trunk/; revision=5478
2006-08-02fixed minor errors in 'package' and 'test_package' targetsHans-Christoph Steiner
svn path=/trunk/; revision=5462
2006-08-02added test_package target which just mounts then ejects the disk image. ↵Hans-Christoph Steiner
Real tests should happen there... svn path=/trunk/; revision=5456
2006-08-02cleaned things up to make operation clearer; darwin_app_doc_format was ↵Hans-Christoph Steiner
having trouble with too many open files, so switched to find with -exec svn path=/trunk/; revision=5454
2006-08-01finally tracked down that pesky Pd++ related bug...Hans-Christoph Steiner
svn path=/trunk/; revision=5453
2006-08-01minor clean up while in search of the real problem...argHans-Christoph Steiner
svn path=/trunk/; revision=5450
2006-08-01spec file from nando for work in progressHans-Christoph Steiner
svn path=/trunk/; revision=5449
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