aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-03Moved mtl examples to Pd-Extended examplesThomas O Fredericks
svn path=/trunk/; revision=12720
2009-11-01added set_version to the build when using the old build system too, i.e. ↵Hans-Christoph Steiner
Pd-extended svn path=/trunk/; revision=12711
2009-10-31set the Pd-extended version with the date before building PdHans-Christoph Steiner
svn path=/trunk/; revision=12710
2009-10-31switched font from Bitstream Vera to DejaVuHans-Christoph Steiner
svn path=/trunk/; revision=12704
2009-10-31switched font from Bitstream Vera to DejaVuHans-Christoph Steiner
svn path=/trunk/; revision=12703
2009-10-30made pdvjtools build using the new template that's in ext13Hans-Christoph Steiner
svn path=/trunk/; revision=12700
2009-10-29Fixed mtlThomas O Fredericks
svn path=/trunk/; revision=12696
2009-10-29removing 'mtl' from the nightly build since its broken the build for almost ↵Hans-Christoph Steiner
a week svn path=/trunk/; revision=12695
2009-10-25Modified mtl entry in the MakefileThomas O Fredericks
svn path=/trunk/; revision=12673
2009-10-25Added mtl to MakefileThomas O Fredericks
svn path=/trunk/; revision=12668
2009-10-23Max???N.N.
svn path=/trunk/; revision=12655
2009-10-23not used in DesireDataN.N.
svn path=/trunk/; revision=12654
2009-10-23Max?N.N.
svn path=/trunk/; revision=12653
2009-10-22remove <portaudio.h> (sf#2883658)N.N.
svn path=/trunk/; revision=12637
2009-10-20switched Conflicts: from pd to puredata to allow other pd packages to ↵Hans-Christoph Steiner
co-exist with pd-extended svn path=/trunk/; revision=12626
2009-10-18added instructions and made layout a bit clearerHans-Christoph Steiner
svn path=/trunk/; revision=12612
2009-10-18hi gridflow 0.9.5N.N.
svn path=/trunk/; revision=12611
2009-10-18bye gridflow 0.9.4N.N.
svn path=/trunk/; revision=12610
2009-10-13more jack fixes: when switching to jack, check whether the functions are != ↵IOhannes m zmölnig
NULL (might happen on OSX if weak-linked and jack-framework is not available on target machine) svn path=/trunk/; revision=12585
2009-09-24Updated the Makefile so that it includes my abstractionsThomas O Fredericks
svn path=/trunk/; revision=12442
2009-09-23Updated tof in MakefileThomas O Fredericks
svn path=/trunk/; revision=12436
2009-09-22added Inconsolata to the installer, since its a very nice font with PdHans-Christoph Steiner
svn path=/trunk/; revision=12428
2009-09-21setup separate pd_install targets, one for each the old and new build systemsHans-Christoph Steiner
svn path=/trunk/; revision=12419
2009-09-20more DESTDIR fixes, looks like a complete build on Mac OS XHans-Christoph Steiner
svn path=/trunk/; revision=12414
2009-09-20IOhannes forgot a $ on the varname, thanks to Arnout Engelen for reporting itHans-Christoph Steiner
svn path=/trunk/; revision=12413
2009-09-17added $(pd_src)/src as a place to search for pd.dll to support the new ↵Hans-Christoph Steiner
pd-devel/pd-extended build system svn path=/trunk/; revision=12388
2009-09-16more DESTDIR fixesHans-Christoph Steiner
svn path=/trunk/; revision=12379
2009-09-16more DESTDIR fixes and also included 'tcl8', 'dde1.3' and 'reg1.2' Tcl ↵Hans-Christoph Steiner
libraries in order to support 'msgcat', 'dde', and 'registry' commands svn path=/trunk/; revision=12369
2009-09-15fixed linker flag, it was using a very old version that now means something ↵Hans-Christoph Steiner
else (-export_dynamic versus --export-dynamic) svn path=/trunk/; revision=12356
2009-09-15a couple more DESTDIR fixesHans-Christoph Steiner
svn path=/trunk/; revision=12349
2009-09-14perhaps this fixes minor mingw hicupdmotd
svn path=/trunk/; revision=12339
2009-09-13rolled back tclpd changes since they have been breaking the build for two weeksHans-Christoph Steiner
svn path=/trunk/; revision=12327
2009-09-11oops committed in the wrong placeN.N.
svn path=/trunk/; revision=12313
2009-09-11oops comitted in the wrong placeN.N.
svn path=/trunk/; revision=12312
2009-09-11added hu momentsN.N.
svn path=/trunk/; revision=12311
2009-09-06fixed bug SF#2853052N.N.
svn path=/trunk/; revision=12248
2009-09-03add two variables to Makefile (TCL_RUNTIME_VERSION and TCL_HEADERS_VERSION), ↵mescalinum
and conditionally add tclpd only if OS == linux AND tcl-dev >= 8.5 svn path=/trunk/; revision=12210
2009-09-03removing tclpd from the auto-build until there is a test for tcl85-dev vs ↵Hans-Christoph Steiner
tcl84-dev. tclpd relies on Tcl/Tk 8.5 svn path=/trunk/; revision=12199
2009-09-01added pd-devel to get it rsyncing properly... arg windowsHans-Christoph Steiner
svn path=/trunk/; revision=12176
2009-09-01merge in HC's new tcl code and start taking patchesMiller Puckette
svn path=/trunk/; revision=12166
2009-08-27missing piecedmotd
svn path=/trunk/; revision=12108
2009-08-27added iemguts (old style build template)dmotd
svn path=/trunk/; revision=12107
2009-08-27build system DESTDIR correctiondmotd
svn path=/trunk/; revision=12106
2009-08-24fix path (from mescalinum)N.N.
svn path=/trunk/; revision=12063
2009-08-24add datarootdir, datadir, to remove warning in ./configure (thanks mescalinum)N.N.
svn path=/trunk/; revision=12062
2009-08-24don't use ldconfigN.N.
svn path=/trunk/; revision=12061
2009-08-24remove font bombN.N.
svn path=/trunk/; revision=12060
2009-08-23nothingN.N.
svn path=/trunk/; revision=12034
2009-08-17merge in new tcl implementation by Steiner & ChunMiller Puckette
svn path=/trunk/; revision=11934
2009-08-17fixing a problem with stdio.h being loaded _after_ the asprintf macros are ↵N.N.
defined. (from Carmen) svn path=/trunk/; revision=11931