Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-15 | fixed crash bug when banging switch~ when DSP is off, #2929284 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13172 | |||
2010-02-07 | doh, need close quote | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13144 | |||
2010-01-28 | obsolete patch | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13117 | |||
2010-01-26 | set up 10.6 builds to do 64-bit | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13098 | |||
2010-01-22 | more specific definition of package with DejaVu Sans Mono | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13077 | |||
2010-01-21 | changed Pd-extended's registry dir to Pd-extended to separate settings from ↵ | Hans-Christoph Steiner | |
Pd-vanilla svn path=/trunk/; revision=13060 | |||
2010-01-21 | remove the rsrc file stuff since its been deprecated since Mac OS X 10.4 and ↵ | Hans-Christoph Steiner | |
is no longer included in Mac OS X 10.6 svn path=/trunk/; revision=13058 | |||
2009-12-14 | Paul Brossier has become the maintainer for the 'puredata' package and has ↵ | Hans-Christoph Steiner | |
put his files into the Debian git repo: http://wiki.debian.org/Alioth/Git http://git.debian.org/?p=collab-maint/puredata.git;a=summary Therefore, I am removing trunk/packages/debian in favor of that git repo. svn path=/trunk/; revision=12837 | |||
2009-11-19 | updated with the files from puredata_0.41.4-1.diff.gz on the Debian page for ↵ | Hans-Christoph Steiner | |
the puredata package svn path=/trunk/; revision=12794 | |||
2009-11-04 | added one more pass to catch dylibs that depend on dylibs | Hans-Christoph Steiner | |
svn path=/trunk/; revision=12721 | |||
2009-11-01 | added 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-31 | set the Pd-extended version with the date before building Pd | Hans-Christoph Steiner | |
svn path=/trunk/; revision=12710 | |||
2009-10-31 | switched font from Bitstream Vera to DejaVu | Hans-Christoph Steiner | |
svn path=/trunk/; revision=12704 | |||
2009-10-31 | switched font from Bitstream Vera to DejaVu | Hans-Christoph Steiner | |
svn path=/trunk/; revision=12703 | |||
2009-10-20 | switched 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-13 | more 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-22 | added Inconsolata to the installer, since its a very nice font with Pd | Hans-Christoph Steiner | |
svn path=/trunk/; revision=12428 | |||
2009-09-21 | setup separate pd_install targets, one for each the old and new build systems | Hans-Christoph Steiner | |
svn path=/trunk/; revision=12419 | |||
2009-09-20 | more DESTDIR fixes, looks like a complete build on Mac OS X | Hans-Christoph Steiner | |
svn path=/trunk/; revision=12414 | |||
2009-09-16 | more DESTDIR fixes | Hans-Christoph Steiner | |
svn path=/trunk/; revision=12379 | |||
2009-09-16 | more 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-15 | a couple more DESTDIR fixes | Hans-Christoph Steiner | |
svn path=/trunk/; revision=12349 | |||
2009-08-27 | build system DESTDIR correction | dmotd | |
svn path=/trunk/; revision=12106 | |||
2009-07-30 | fixes to make .deb building more fault-tolerant | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11890 | |||
2009-06-15 | set 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-14 | slight change for readability | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11773 | |||
2009-06-14 | oops, missed one DESTDIR fix | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11772 | |||
2009-06-14 | removed 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-14 | updated for Tcl/Tk 8.5 and better DESTDIR support | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11770 | |||
2009-06-14 | fixed another DESTDIR install issue | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11765 | |||
2009-06-13 | commented out test line that was printing errors in the nightly builds | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11761 | |||
2009-06-12 | fixed for new more proper DESTDIR support | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11760 | |||
2009-06-10 | updated README to reflect the current code, fixing bug 2803998 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11736 | |||
2009-06-09 | fixed 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-08 | fixed Gem compilation issues related to FTGL/freetype from Fink | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11722 | |||
2009-06-08 | it seems that Gem's --with-ftgl-includes option has changed, so try it like this | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11721 | |||
2009-06-08 | added configure dependencies so it gens generated | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11718 | |||
2009-06-08 | changed gem targets to use the Gem autogen.sh script | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11716 | |||
2009-06-08 | submitted this patch #2803092 created from commit #11714 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11715 | |||
2009-06-08 | since 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-07 | re-enabled setting the version in the package for the nightly builds | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11702 | |||
2009-06-07 | merged in Free Desktop files and fixes from the 0.41.4 release branch | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11701 | |||
2009-06-07 | checked 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-05 | remove executable bit from pd files | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11691 | |||
2009-06-05 | fixed 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-05 | removed old 10.3 cruft and cleaned up OPT_CFLAGS stuff | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11689 | |||
2009-05-21 | 10.4 is the minimum supported version for the Pd-extended 0.42 release | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11476 | |||
2009-05-03 | upgraded Mac OS X build machines to libquicktime 1.1.1 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11218 | |||
2009-05-01 | removed 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-29 | removed failed attempt of getting asio4all.com to launch after installer ↵ | Hans-Christoph Steiner | |
completes svn path=/trunk/; revision=11195 |