aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-10-21run 'make package_clean' to ensure that the old builds are really gone; ↵Hans-Christoph Steiner
removed obsolete test_package, perhaps that will come back some day svn path=/trunk/; revision=6152
2006-10-21cleaned up version handling to make more sense; removed some obsolete chmodsHans-Christoph Steiner
svn path=/trunk/; revision=6151
2006-10-21made rsync uploads use cygwin shells since Cygwin's rsync doesn't like ↵Hans-Christoph Steiner
MinGW's ssh, a requirement for uploading svn path=/trunk/; revision=6150
2006-10-19added standard package_clean targetHans-Christoph Steiner
svn path=/trunk/; revision=6139
2006-10-19the uname -s is now downcased in auto-build-common, so I adjusted the case ↵Hans-Christoph Steiner
statement accordingly svn path=/trunk/; revision=6138
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-18switched to a common file for common variables; downcased hostname and unameHans-Christoph Steiner
svn path=/trunk/; revision=6133
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-17split up patching and version munging into separate targets to support ↵Hans-Christoph Steiner
having the date in the version svn path=/trunk/; revision=6120
2006-10-17switched test version number to use the current dateHans-Christoph Steiner
svn path=/trunk/; revision=6119
2006-10-09noprefs for pd-0.40 addedFrank Barknecht
svn path=/trunk/; revision=6088
2006-10-09bugfixes... pd 0.40-1.Miller Puckette
svn path=/trunk/; revision=6082
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-10-04release 0.40-0Miller Puckette
svn path=/trunk/; revision=6076
2006-10-03Miller doesn't seem to want to support Jack on Mac OS X, and its been broken ↵Hans-Christoph Steiner
in CVS for a while now, so I am disabling it in the auto-builds svn path=/trunk/; revision=6069
2006-10-03deleted cruftHans-Christoph Steiner
svn path=/trunk/; revision=6067
2006-09-30reintroduced missing help messageThomas Grill
added success/error reporting for file operations fixed double-free on clearing values and dirs fixed bug in XML saving of nested folders changed obviously buggy pool name registering fixed clearing values and dirs, e.g. with messages clrall and clrrec use new ToSys* methods svn path=/trunk/; revision=6060
2006-09-29fixed up hostname so that the domain name is not included; added skeleton to ↵Hans-Christoph Steiner
pd-devel script svn path=/trunk/; revision=6055
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-29pdp and pidip now compile on Debian/stable, so let's try it in the ↵Hans-Christoph Steiner
auto-build farm svn path=/trunk/; revision=6052
2006-09-29fixed minor typoHans-Christoph Steiner
svn path=/trunk/; revision=6051
2006-09-28switched to old binary install command since the new one wasn't working in ↵Hans-Christoph Steiner
all contexts; replaced make commands with MAKE variables; added more to the zexy_clean target svn path=/trunk/; revision=6050
2006-09-28oops, sh didn't like that case syntax, let's try thisHans-Christoph Steiner
svn path=/trunk/; revision=6049
2006-09-28added status message for debuggingHans-Christoph Steiner
svn path=/trunk/; revision=6048
2006-09-28disable libquicktime in pdp until autodetection worksHans-Christoph Steiner
svn path=/trunk/; revision=6047
2006-09-28fixed up for windowsHans-Christoph Steiner
svn path=/trunk/; revision=6046
2006-09-28added fftw3 compile sectionHans-Christoph Steiner
svn path=/trunk/; revision=6045
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-28fixed up zexy targets to only run autoconf or ./configure when needed; added ↵Hans-Christoph Steiner
--with-pd flag, but it doesn't seem to work; added autoconf stuff to the clean target svn path=/trunk/; revision=6039
2006-09-27*** empty log message ***Thomas Grill
svn path=/trunk/; revision=6035
2006-09-26updated source versions as well as the howtoHans-Christoph Steiner
svn path=/trunk/; revision=6029
2006-09-25redirected email to pd-cvs; made this script run as the 'pd' userHans-Christoph Steiner
svn path=/trunk/; revision=6025
2006-09-25removed the "-Wall" flag (there is NO use for this flag in a generic build ↵IOhannes m zmölnig
system); build zexy using zexy's build system svn path=/trunk/; revision=6024
2006-09-25shorted paths to files and re-added ixHans-Christoph Steiner
svn path=/trunk/; revision=6015
2006-09-25shorted paths to filesHans-Christoph Steiner
svn path=/trunk/; revision=6014
2006-09-24enabled pdp on GNU/Linux since Tom's been fixing thingsHans-Christoph Steiner
svn path=/trunk/; revision=6012
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-22small fixes for tutorial examplesThomas Grill
fixed help methods fixed typos, dates, contact info added typed flext::NewAligned svn path=/trunk/; revision=6000
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-21removed ix guis from auto-builds since they stopped workingHans-Christoph Steiner
svn path=/trunk/; revision=5990
2006-09-21added more iemlib objectsHans-Christoph Steiner
svn path=/trunk/; revision=5988
2006-09-20added missing ~ in package.txt'sThomas Grill
svn path=/trunk/; revision=5984
2006-09-20oops, forgetting a backslash is a bitch...Hans-Christoph Steiner
svn path=/trunk/; revision=5983