aboutsummaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)Author
2012-11-15include search-plugin.tcl by defaultHans-Christoph Steiner
svn path=/trunk/; revision=16551
2012-11-02commit Gem 0.93.3 from http://gem.iem.at/releases/0.93.3/Gem-0.93.3-W32-i686.zipHans-Christoph Steiner
svn path=/trunk/; revision=16521
2012-11-02commit windows binaries from old rsync auto-build setup, including Gem 0.93.1Hans-Christoph Steiner
svn path=/trunk/; revision=16520
2012-10-24only try to install Gem videos into media/ if they existHans-Christoph Steiner
svn path=/trunk/; revision=16489
2012-10-24on MinGW, move media_install symlinking to the Inno Setup packaging: MinGW's ↵Hans-Christoph Steiner
ln is cp, so you can't ln a file that doesn't exist svn path=/trunk/; revision=16488
2012-10-24when launching Pd-extended on Windows from zip via pd-extended.bat, using ↵Hans-Christoph Steiner
'Lucida Console' as default font svn path=/trunk/; revision=16487
2012-10-23new and improved zip package that doesn't need admin to generate, based on ↵Hans-Christoph Steiner
'innounp' aka Inno Setup Unpacker svn path=/trunk/; revision=16484
2012-10-23use zip from MinGW instead of Cygwin, now that you can get it from mingw-getHans-Christoph Steiner
svn path=/trunk/; revision=16483
2012-10-23use PROGRAMFILES variable instead of hard-coded path so things work on ↵Hans-Christoph Steiner
machines in other languages besides English svn path=/trunk/; revision=16482
2012-10-23make Inno Setup get the required fonts from SVN rather than relying on ↵Hans-Christoph Steiner
people to install the fonts in their system svn path=/trunk/; revision=16481
2012-10-23simplify rsyncing of Tcl libsHans-Christoph Steiner
svn path=/trunk/; revision=16480
2012-10-23fix bindir installsHans-Christoph Steiner
svn path=/trunk/; revision=16479
2012-10-23fix libcurl ABI versionHans-Christoph Steiner
svn path=/trunk/; revision=16478
2012-10-23update oscx version scrapeHans-Christoph Steiner
svn path=/trunk/; revision=16477
2012-10-23add some more codec DLLsHans-Christoph Steiner
svn path=/trunk/; revision=16476
2012-10-22update list of included DLLs to include more libs based on current MinGW setupHans-Christoph Steiner
svn path=/trunk/; revision=16462
2012-10-22replace cp with rsync in order to prevent .svn and other SCM files from ↵Hans-Christoph Steiner
being included in the final distro package svn path=/trunk/; revision=16461
2012-10-20when building from scratch, unzip asiosdk2.2.zip into pd/asioHans-Christoph Steiner
svn path=/trunk/; revision=16446
2012-10-17remove exec perms from all file types used in docs and examplesHans-Christoph Steiner
svn path=/trunk/; revision=16420
2012-10-17menu, icons, init.d, and bash_completion fixesHans-Christoph Steiner
svn path=/trunk/; revision=16419
2012-10-17in final assembly, remove executable perms from all sorts of doc and image filesHans-Christoph Steiner
svn path=/trunk/; revision=16413
2012-09-24purge references to 'extensions/' from Pd-extended build system, since its ↵Hans-Christoph Steiner
long since unused svn path=/trunk/; revision=16276
2012-04-19switch to using @loader_path in dylibs to result in shorter paths, so we ↵Hans-Christoph Steiner
don't run into the error 'install_name_tool: changing install names can't be redone for: libvorbisenc.2.dylib (for architecture ppc) because larger updated load commands do not fit (the program must be relinked)' svn path=/trunk/; revision=16127
2012-04-18include src/ as alias to include/ since Miller's Pd.app has headers thereHans-Christoph Steiner
svn path=/trunk/; revision=16126
2012-03-12use = instead of := for getting the results of dpkg-shlibdeps so that the ↵Hans-Christoph Steiner
command is only run when its actually needed ( := was making it run everytime) svn path=/trunk/; revision=16069
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