aboutsummaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)Author
2009-08-27build system DESTDIR correctiondmotd
svn path=/trunk/; revision=12106
2009-07-30fixes to make .deb building more fault-tolerantHans-Christoph Steiner
svn path=/trunk/; revision=11890
2009-06-15set CC as gcc globally since MinGW seems to lack a 'cc' command... I wonder ↵Hans-Christoph Steiner
how this worked before svn path=/trunk/; revision=11777
2009-06-14slight change for readabilityHans-Christoph Steiner
svn path=/trunk/; revision=11773
2009-06-14oops, missed one DESTDIR fixHans-Christoph Steiner
svn path=/trunk/; revision=11772
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-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-10updated README to reflect the current code, fixing bug 2803998Hans-Christoph Steiner
svn path=/trunk/; revision=11736
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-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-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-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-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-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-05-2110.4 is the minimum supported version for the Pd-extended 0.42 releaseHans-Christoph Steiner
svn path=/trunk/; revision=11476
2009-05-03upgraded Mac OS X build machines to libquicktime 1.1.1Hans-Christoph Steiner
svn path=/trunk/; revision=11218
2009-05-01removed xmms as suggestion since its ancient, plus qjackctl since I am not ↵Hans-Christoph Steiner
sure it is current svn path=/trunk/; revision=11216
2009-04-29removed failed attempt of getting asio4all.com to launch after installer ↵Hans-Christoph Steiner
completes svn path=/trunk/; revision=11195
2009-04-26added new url files for delete upon uninstall; new attempt at getting the ↵Hans-Christoph Steiner
ASIO4all url to open at the end of the install svn path=/trunk/; revision=11162
2009-04-23added bit about flext binaries and fixed Mac OS X preference removal ↵Hans-Christoph Steiner
instructions svn path=/trunk/; revision=11100
2009-04-22forgot to uncomment Run section when enabling the ASIO4ALL URL to auto-launchHans-Christoph Steiner
svn path=/trunk/; revision=11096
2009-04-19Removing recursive new_anything() patch because its currently unused,Hans-Christoph Steiner
following this discussion: http://lists.puredata.info/pipermail/pd-dev/2009-04/013385.html svn path=/trunk/; revision=11057
2009-04-18making the Gem.dll kludge a bit more pedantic and completely ignored on all ↵Hans-Christoph Steiner
but windows svn path=/trunk/; revision=11056
2009-04-18custom kludge for installing the Gem binary on Windows :( Gem.dll needs to ↵Hans-Christoph Steiner
be in the extra/Gem folder for the help files to be found svn path=/trunk/; revision=11055
2009-04-18added links to the books that are freely available onlineHans-Christoph Steiner
svn path=/trunk/; revision=11054
2009-04-18added asio4all link to start menu and installer; switched license to GNU GPL v3Hans-Christoph Steiner
svn path=/trunk/; revision=11053
2009-04-16added info about ASIO4ALL to Windows READMEHans-Christoph Steiner
svn path=/trunk/; revision=11038
2009-04-16oops, forgot to remove some cruftHans-Christoph Steiner
svn path=/trunk/; revision=11037
2009-04-16found %CommonProgramFiles% env var which is needed since 'Common Files' is ↵Hans-Christoph Steiner
localized on Windows systems svn path=/trunk/; revision=11036
2009-04-16updated section in README on installing externalsHans-Christoph Steiner
svn path=/trunk/; revision=11035
2009-04-14fixed crasher bug #2030557 caused by % in GUI labels. So it turns out that ↵Hans-Christoph Steiner
BSD's sprintf() isn't as fault-tolerant as GNU's. It was crashing on unescaped %, I guess it was trying to replace them and failing miserably. This patch fixes it by only running the first % pattern thru the sprintf() then just copying the rest before sending it to sys_gui(); svn path=/trunk/; revision=11017
2009-04-09checked into Pd-extended branch:Hans-Christoph Steiner
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=10991 and added to the patch tracker for Miller: https://sourceforge.net/tracker/?func=detail&aid=2746054&group_id=55736&atid=478072 svn path=/trunk/; revision=10992
2009-04-09- hard-coded user install paths outlined in this FAQ entry. This makes it soHans-Christoph Steiner
that Pd-extended will look in the user install paths regardless of the prefs: http://puredata.info/docs/faq/how-do-i-install-externals-and-help-files-with-pd-extended - fixed prefs generating script to make the windows files properly - removed new hard-coded paths from the default prefs files svn path=/trunk/; revision=10991
2009-04-09this file needs an ENDHERE tag to be parsed properly by ↵Hans-Christoph Steiner
generate-pd-settings-files.sh svn path=/trunk/; revision=10990
2009-04-08created working ifeq test for autogen.sh, man Makefile's syntax is whackyHans-Christoph Steiner
svn path=/trunk/; revision=10982
2009-04-03added test for new autotools based build system for 'pd' that is checked ↵Hans-Christoph Steiner
into pd-devel 0.41.4 svn path=/trunk/; revision=10956
2009-03-21checked in patch #1851193 to allow spaces into symbol boxesHans-Christoph Steiner
svn path=/trunk/; revision=10885
2009-03-16iohannes included patch# 1990599 in the pd-extended branch back in 0.40Hans-Christoph Steiner
svn path=/trunk/; revision=10864
2009-02-17added .mxt, .mxb, .help since Pd-extended can now open these Max/MSP file ↵Hans-Christoph Steiner
types thanks to cyclist svn path=/trunk/; revision=10788
2009-02-12added more to make things more usable:Hans-Christoph Steiner
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=10760 svn path=/trunk/; revision=10761