aboutsummaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)Author
2007-01-06added some detection for OPT_FLAGS; made find statement compatible with ↵Hans-Christoph Steiner
older versions svn path=/trunk/; revision=7222
2007-01-01added Luke Iannini's updated iconsHans-Christoph Steiner
svn path=/trunk/; revision=7118
2006-12-31added libdir to the default library listHans-Christoph Steiner
svn path=/trunk/; revision=7114
2006-12-29minor tweaks to turn of Fat building and disable some kludgesHans-Christoph Steiner
svn path=/trunk/; revision=7097
2006-12-29more fixes for compiling Pd-extended against 0.40.x, including 64-bitHans-Christoph Steiner
svn path=/trunk/; revision=7095
2006-12-29removed extraneous uname info from package nameHans-Christoph Steiner
svn path=/trunk/; revision=7094
2006-12-23updated patch collection to apply and build against stable_0_40, which is ↵Hans-Christoph Steiner
currently at 0.40.1 svn path=/trunk/; revision=7049
2006-12-19remove extra declaration that causes linker problems when all the ↵Hans-Christoph Steiner
optimizations are turned on svn path=/trunk/; revision=6963
2006-12-18tweaked things to allow for setting CPU-specific build flagsHans-Christoph Steiner
svn path=/trunk/; revision=6937
2006-12-17added working CPU flags for gcc-3.3 :-/Hans-Christoph Steiner
svn path=/trunk/; revision=6930
2006-12-16switched to more basic optimization flags since gcc 3 crashes when using sse ↵Hans-Christoph Steiner
flags svn path=/trunk/; revision=6920
2006-12-15only try to include gripd if it existsHans-Christoph Steiner
svn path=/trunk/; revision=6917
2006-12-14gripd is no longer supported by its author, and the old binaries don't ↵Hans-Christoph Steiner
really work with newer versions of Pd, so I am removing the gripd kludge frmo the build svn path=/trunk/; revision=6887
2006-12-13enable auto-vectorization on gcc 4.1.2; try out building with pentium3 and sseHans-Christoph Steiner
svn path=/trunk/; revision=6848
2006-12-11- added pentium3 optimization flags on Intel Macs, since it highly unlikely toHans-Christoph Steiner
run on older hardware, and Apple only supports Pentium4 and above - added /Applications link to dmg svn path=/trunk/; revision=6777
2006-12-06added program versions to test target so they are in the build logsHans-Christoph Steiner
svn path=/trunk/; revision=6666
2006-12-05only embed the Tcl/Tk frameworks if not using the built-in one in /System. ↵Hans-Christoph Steiner
i.e. only embed the frameworks if building on a machine where other Tcl/Tk Frameworks have been installed svn path=/trunk/; revision=6650
2006-12-04disable NVidia-specific stuff when building GemIOhannes m zmölnig
svn path=/trunk/; revision=6612
2006-12-04fixed case typo (from patch 1608063 submitted by kunowoudt); added a little ↵Hans-Christoph Steiner
extra info to test_location target svn path=/trunk/; revision=6606
2006-12-02added much clearer install instructionsHans-Christoph Steiner
svn path=/trunk/; revision=6587
2006-11-30fixed building with older Tcl/Tk Frameworks, like the included Apple versionsHans-Christoph Steiner
svn path=/trunk/; revision=6530
2006-11-28updated to use the PDDP standard -meta.pd file nowHans-Christoph Steiner
svn path=/trunk/; revision=6481
2006-11-28another attempt to make the Tcl/Tk Frameworks embed properlyHans-Christoph Steiner
svn path=/trunk/; revision=6480
2006-11-23replaced script and standalone Wish package with a Makefile targetHans-Christoph Steiner
svn path=/trunk/; revision=6395
2006-10-27minor tweaks to support building Pd.app for pd-MAIN in the auto-buildsHans-Christoph Steiner
svn path=/trunk/; revision=6169
2006-10-27fixed package_clean to work properly on the auto-buildsHans-Christoph Steiner
svn path=/trunk/; revision=6168
2006-10-21cleaned up version handling to make more sense; removed some obsolete chmodsHans-Christoph Steiner
svn path=/trunk/; revision=6151
2006-10-19added standard package_clean targetHans-Christoph Steiner
svn path=/trunk/; revision=6139
2006-10-18changed distclean targets to prevent seemingly endless loops; this stuff ↵Hans-Christoph Steiner
definitely could be a lot more cleanly implemented... svn path=/trunk/; revision=6136
2006-10-18minor build and clean tweaksHans-Christoph Steiner
svn path=/trunk/; revision=6130
2006-10-17added hardware libHans-Christoph Steiner
svn path=/trunk/; revision=6127
2006-10-17replaced all X11 fontspecs with Tk font specs on the road to making the ↵Hans-Christoph Steiner
fonts/graphics appear the same on all platforms svn path=/trunk/; revision=6123
2006-10-17make console font normal for readabilityHans-Christoph Steiner
svn path=/trunk/; revision=6122
2006-10-17added blank 'flags' section for Mac OS X so its easy to add flagsHans-Christoph Steiner
svn path=/trunk/; revision=6121
2006-10-17switched test version number to use the current dateHans-Christoph Steiner
svn path=/trunk/; revision=6119
2006-10-06added lots of --without- flags for compiling Gem on Mac OS X at IOhannes' ↵Hans-Christoph Steiner
recommendation svn path=/trunk/; revision=6078
2006-09-29disable test_package because it hangs waiting for a human to type Y to the ↵Hans-Christoph Steiner
license prompt... hmm how to work around that... svn path=/trunk/; revision=6054
2006-09-29added blank test_package target so the auto-build doesn't throw an errorHans-Christoph Steiner
svn path=/trunk/; revision=6053
2006-09-29fixed minor typoHans-Christoph Steiner
svn path=/trunk/; revision=6051
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