aboutsummaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)Author
2012-03-12create Debian docs/pd-extended dir and add links to all relevant docs thereHans-Christoph Steiner
svn path=/trunk/; revision=16068
2012-03-08set --prefix for ./configure for things like pkgconfigHans-Christoph Steiner
svn path=/trunk/; revision=16058
2012-02-28added lua5.1 to Depends: since pdlua requires it, and things like gdebi ↵Hans-Christoph Steiner
ignore Recommends: svn path=/trunk/; revision=16035
2012-02-16move tk8.5 from Recommends: to Depends: since gdebi, python-apt, and other ↵Hans-Christoph Steiner
installers ignore Recommends svn path=/trunk/; revision=15966
2012-02-11make find statements handle paths with spaces in themHans-Christoph Steiner
svn path=/trunk/; revision=15959
2012-02-07added tk8.5 to Recommends: to make sure its installed when it should beHans-Christoph Steiner
svn path=/trunk/; revision=15956
2012-02-02move x-ttcidfont-conf and tcllib to Recommends since they not absolutely ↵Hans-Christoph Steiner
essential svn path=/trunk/; revision=15933
2012-01-29force use of built-in sed so testing works with or w/o fink or macports sedHans-Christoph Steiner
svn path=/trunk/; revision=15903
2012-01-28hard-coded 'en' localization since that's the built-in language of Pd and ↵Hans-Christoph Steiner
Mac OS X seems to need to that set to work properly svn path=/trunk/; revision=15899
2012-01-27embed the included languages into the Info.plist to enable per-app language ↵Hans-Christoph Steiner
selection svn path=/trunk/; revision=15894
2012-01-16default to ALSA since that seems to work fine on Pulseaudio systemsHans-Christoph Steiner
svn path=/trunk/; revision=15872
2011-12-12add -Wstrict-aliasing=2 to everything to try to catch all type-punningHans-Christoph Steiner
svn path=/trunk/; revision=15815
2011-11-16streamlined global debug flags and added -fno-inline-functions for valgrindHans-Christoph Steiner
svn path=/trunk/; revision=15771
2011-10-28make tar exclude flags compatible with BSD tarHans-Christoph Steiner
svn path=/trunk/; revision=15672
2011-10-23purged the unneeded remnamts of readmesdir, examplesdir, and stopped using ↵Hans-Christoph Steiner
manualsdir for libraries svn path=/trunk/; revision=15645
2011-10-20for the final step in eliminating the 'flatspace' hacked collection from ↵Hans-Christoph Steiner
Pd-extended, add the 'chaos' lib as its own standalone library, but load by default since flatspace was loaded by default svn path=/trunk/; revision=15627
2011-10-18make the Pd headers available in the standard locationsHans-Christoph Steiner
svn path=/trunk/; revision=15618
2011-10-18added new 'flatgui' to default load list to replace old 'flatspace'Hans-Christoph Steiner
svn path=/trunk/; revision=15613
2011-10-14add an Installed-Size: field to the package so Ubuntu Software Center ↵Hans-Christoph Steiner
doesn't complain svn path=/trunk/; revision=15598
2011-10-13add tclpd to the 'startup' folder to load at startup by defaultHans-Christoph Steiner
svn path=/trunk/; revision=15583
2011-10-12make 64-bit builds on 10.6 compatible with 10.5 using -mmacosx-version-min=10.5Hans-Christoph Steiner
svn path=/trunk/; revision=15575
2011-10-08-ftree-vectorize forces -fstrict-aliasing so disable tree-vectorize before ↵Hans-Christoph Steiner
strict-aliasing svn path=/trunk/; revision=15547
2011-10-06updated Gem version fetchingHans-Christoph Steiner
svn path=/trunk/; revision=15527
2011-10-05remove -mmacosx-version-min so that the build defaults to the system that ↵Hans-Christoph Steiner
its being built on svn path=/trunk/; revision=15507
2011-10-05enable setting STRIP from the global package-specific Makefile and set ↵Hans-Christoph Steiner
STRIP=echo to keep debug symbols svn path=/trunk/; revision=15506
2011-10-04turned on debug symbols -g and set up gcc 4.x optimization flagsHans-Christoph Steiner
svn path=/trunk/; revision=15495
2011-10-03recurse into pd/startup when building the Windows installerHans-Christoph Steiner
svn path=/trunk/; revision=15486
2011-10-03updated Windows READMEHans-Christoph Steiner
svn path=/trunk/; revision=15485
2011-10-02added LN_S variable so it can be set to 'cp -a' on MinGWHans-Christoph Steiner
svn path=/trunk/; revision=15456
2011-09-30created pd_startup_install target for setting up pd/startup and works with ↵Hans-Christoph Steiner
makefile.mingw builds; also add all phony targets to .PHONY svn path=/trunk/; revision=15428
2011-09-30update to include link to GettingPdSourceHans-Christoph Steiner
svn path=/trunk/; revision=15427
2011-09-30made libpddir be /. on Windows to try to deal with the blank -rpath arg ↵Hans-Christoph Steiner
issue with zexy and Gem's automake build systems, I hope it doesn't break anything else... svn path=/trunk/; revision=15426
2011-09-28move pd-settings.reg to bin/ so that its easy to tell that pd-extended.bat ↵Hans-Christoph Steiner
is the thing to run svn path=/trunk/; revision=15379
2011-09-26included pd-extended.bat in installer and .zipHans-Christoph Steiner
svn path=/trunk/; revision=15348
2011-09-26add -noprefs to pd-extended.bat so that it only loads libs from the command ↵Hans-Christoph Steiner
line flags, not the registry svn path=/trunk/; revision=15347
2011-09-26set global lib load list back to 0.42.5 styleHans-Christoph Steiner
svn path=/trunk/; revision=15346
2011-09-26added ordered libdir and list in startup/, and added vanilla and extra to ↵Hans-Christoph Steiner
startup/ svn path=/trunk/; revision=15345
2011-09-25add -f to ln to force creation of links so that install targets can install ↵Hans-Christoph Steiner
over existing builds (Closes #3413815 from Jacob Lee) svn path=/trunk/; revision=15344
2011-09-22centralize loader startup installing and set pdlua to start automaticallyHans-Christoph Steiner
svn path=/trunk/; revision=15343
2011-09-21sort out the .desktop file and rename all icons to 'pd-extended' to avoid ↵Hans-Christoph Steiner
clashes svn path=/trunk/; revision=15324
2011-09-21don't forget the backslash...Hans-Christoph Steiner
svn path=/trunk/; revision=15323
2011-09-20make pd-extended support the 'pdextended' command via /etc/alternatives to ↵Hans-Christoph Steiner
ease the transition to the upcoming 'pdextended' package svn path=/trunk/; revision=15320
2011-09-20cleaned up formattingHans-Christoph Steiner
svn path=/trunk/; revision=15319
2011-09-19include tcllib 1.13 for things like base64, etc.Hans-Christoph Steiner
svn path=/trunk/; revision=15313
2011-09-19as IOhannes pointed out, 'pd-extended' still conflicts with old versions of ↵Hans-Christoph Steiner
the 'puredata' package svn path=/trunk/; revision=15311
2011-09-19include tkdnd 2.2 in the Pd-extended packageHans-Christoph Steiner
svn path=/trunk/; revision=15308
2011-09-19added a .menu file and an 32x32 .xpm icon to try to make the menu item show ↵Hans-Christoph Steiner
up again svn path=/trunk/; revision=15303
2011-09-19added prerm script for update-alternativesHans-Christoph Steiner
svn path=/trunk/; revision=15302
2011-09-18added update-alternatives supportHans-Christoph Steiner
svn path=/trunk/; revision=15301
2011-09-18fixed man page to not collide with 'puredata'Hans-Christoph Steiner
svn path=/trunk/; revision=15300