aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-14removed the 'extensions' section from the extended builds since neither ↵Hans-Christoph Steiner
gripd nor ix are functional in Pd-extended :(. If anyone wants to fix them, please do svn path=/trunk/; revision=11771
2009-06-14updated for Tcl/Tk 8.5 and better DESTDIR supportHans-Christoph Steiner
svn path=/trunk/; revision=11770
2009-06-14fixed another DESTDIR install issueHans-Christoph Steiner
svn path=/trunk/; revision=11765
2009-06-14don't know what this is, but it probably doesn't have anything to do with ↵N.N.
the makefile here. svn path=/trunk/; revision=11764
2009-06-13fix version when $Id$ lacksN.N.
svn path=/trunk/; revision=11763
2009-06-13commented out test line that was printing errors in the nightly buildsHans-Christoph Steiner
svn path=/trunk/; revision=11761
2009-06-12fixed for new more proper DESTDIR supportHans-Christoph Steiner
svn path=/trunk/; revision=11760
2009-06-12using namespace desire...N.N.
svn path=/trunk/; revision=11759
2009-06-11forgot to commit this (namespace desire)N.N.
svn path=/trunk/; revision=11746
2009-06-10add "using namespace" (for patrice)N.N.
svn path=/trunk/; revision=11745
2009-06-10to fix mingw32 problem: jump to label 'usage' crosses initialization of ↵N.N.
'short int version' svn path=/trunk/; revision=11744
2009-06-10remove some ld flags at the request of patriceN.N.
svn path=/trunk/; revision=11743
2009-06-10add 'using namespace desire' (from patrice)N.N.
svn path=/trunk/; revision=11742
2009-06-10rename env var OS to USE_OS because OS is already preset on Windows NT (name ↵N.N.
conflict) svn path=/trunk/; revision=11741
2009-06-10change -export-dynamic to --export-dynamicN.N.
svn path=/trunk/; revision=11739
2009-06-10updated README to reflect the current code, fixing bug 2803998Hans-Christoph Steiner
svn path=/trunk/; revision=11736
2009-06-10kill color_* and the use of "Slider bg" in ddrc (which was supposed to be ↵N.N.
"BlueBox bg" anyway) svn path=/trunk/; revision=11734
2009-06-10remove Slider bg from defaults (and thus from what .ddrc is required to contain)N.N.
svn path=/trunk/; revision=11733
2009-06-10attempt to fix problem with closing dialogue windowsN.N.
svn path=/trunk/; revision=11732
2009-06-10fix use of colour in [hradio],[vradio]N.N.
svn path=/trunk/; revision=11731
2009-06-09made [hradio],[vradio] look more like in pdN.N.
svn path=/trunk/; revision=11730
2009-06-09I removed hdspm_mixer from the auto-build based on IOhannes' comment onHans-Christoph Steiner
pd-dev, and reordered the targets since I was there... svn path=/trunk/; revision=11729
2009-06-09added "using namespace desire"; sorryN.N.
svn path=/trunk/; revision=11726
2009-06-09fixed up libpdir variable so it works properly with DESTDIR and the new ↵Hans-Christoph Steiner
DESTDIR support in pd/src/makefile.in svn path=/trunk/; revision=11725
2009-06-09replaced -export_dynamic with --export-dynamic and -Wl,--export-dynamic whereHans-Christoph Steiner
appropriate. It seems that once upon a time -export_dynamic was a real flag. Now it means -e xport_dynamic, meaning set the entry symbol to xport_dynamic, giving this error message: /usr/bin/ld: warning: cannot find entry symbol xport_dynamic; defaulting to 0000000000001b60 svn path=/trunk/; revision=11724
2009-06-09rename Macro_Rect to MacroRectN.N.
svn path=/trunk/; revision=11723
2009-06-08fixed Gem compilation issues related to FTGL/freetype from FinkHans-Christoph Steiner
svn path=/trunk/; revision=11722
2009-06-08it seems that Gem's --with-ftgl-includes option has changed, so try it like thisHans-Christoph Steiner
svn path=/trunk/; revision=11721
2009-06-08added configure dependencies so it gens generatedHans-Christoph Steiner
svn path=/trunk/; revision=11718
2009-06-08made script print IP addressHans-Christoph Steiner
svn path=/trunk/; revision=11717
2009-06-08changed gem targets to use the Gem autogen.sh scriptHans-Christoph Steiner
svn path=/trunk/; revision=11716
2009-06-08submitted this patch #2803092 created from commit #11714Hans-Christoph Steiner
svn path=/trunk/; revision=11715
2009-06-08misleading obsolete commentN.N.
svn path=/trunk/; revision=11713
2009-06-08since the Universal/Fat flags and OPT_CFLAGS can clash, specify them both ↵Hans-Christoph Steiner
here so they can managed globally svn path=/trunk/; revision=11710
2009-06-08switched 'apple' lib over to new standalone MakefileHans-Christoph Steiner
svn path=/trunk/; revision=11709
2009-06-07make [cnv] look like in Pd.N.N.
svn path=/trunk/; revision=11707
2009-06-07use more reliable way of finding main window (may help open dialogues ↵N.N.
correctly on other platforms such as mingw) svn path=/trunk/; revision=11706
2009-06-07merged in OPT_CFLAGS changes from the pd-extended 0.41.4 branchHans-Christoph Steiner
svn path=/trunk/; revision=11703
2009-06-07re-enabled setting the version in the package for the nightly buildsHans-Christoph Steiner
svn path=/trunk/; revision=11702
2009-06-07merged in Free Desktop files and fixes from the 0.41.4 release branchHans-Christoph Steiner
svn path=/trunk/; revision=11701
2009-06-07checked in georg's patch that 'patch that checks for previous version and ↵Hans-Christoph Steiner
offers unistall choice' #2800683 svn path=/trunk/; revision=11699
2009-06-07sorry.N.N.
svn path=/trunk/; revision=11697
2009-06-07reformat and stuffN.N.
svn path=/trunk/; revision=11693
2009-06-06removed this script since its totally replaced by the python versionHans-Christoph Steiner
svn path=/trunk/; revision=11692
2009-06-05remove executable bit from pd filesHans-Christoph Steiner
svn path=/trunk/; revision=11691
2009-06-05fixed up doc_format to remove .svn and removed old strip_hack; fixed Pd.app ↵Hans-Christoph Steiner
perms; added configure flags to Gem to try to get artlookit working svn path=/trunk/; revision=11690
2009-06-05removed old 10.3 cruft and cleaned up OPT_CFLAGS stuffHans-Christoph Steiner
svn path=/trunk/; revision=11689
2009-06-05added changes from motex/Makefile and convert externals/Makefile to use the ↵Hans-Christoph Steiner
new ext13 one svn path=/trunk/; revision=11688
2009-06-05fixes to make this new Makefile work with the Pd-extended makefileHans-Christoph Steiner
svn path=/trunk/; revision=11687
2009-06-05checking in meta file to SVN to make the motex folder an instant libdirHans-Christoph Steiner
svn path=/trunk/; revision=11677