aboutsummaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)Author
2013-03-27include libjack.dll so that Pd-extended runs on computers without ↵Hans-Christoph Steiner
Jack-for-Windows installed svn path=/trunk/; revision=17068
2013-02-01added completed Arabic and Korean translationsHans-Christoph Steiner
svn path=/trunk/; revision=17015
2013-02-01merge in build fixes from branches/pd-extended/0.43Hans-Christoph Steiner
svn path=/trunk/; revision=17014
2013-01-29remove -DDEBUG_SOUNDFILE since setting it dies on missing pute() function ↵Hans-Christoph Steiner
that is within a #if 0 svn path=/trunk/; revision=16999
2013-01-22merge in updates from pd-extended/0.43Hans-Christoph Steiner
svn path=/trunk/; revision=16942
2013-01-18add more debug info and aliasing warnings to pd buildHans-Christoph Steiner
svn path=/trunk/; revision=16922
2013-01-18remove support for old pd-extended.git build system < 0.43Hans-Christoph Steiner
svn path=/trunk/; revision=16921
2013-01-18convert the random UNIX linefeeds to WindowsHans-Christoph Steiner
svn path=/trunk/; revision=16920
2013-01-18only clean files likely to have been made by this build systemHans-Christoph Steiner
svn path=/trunk/; revision=16919
2013-01-10update READMEHans-Christoph Steiner
svn path=/trunk/; revision=16851
2013-01-08use 'pd-gui.tcl -open' otherwise Pd doesn't open filenames with spacesHans-Christoph Steiner
svn path=/trunk/; revision=16845
2013-01-02include translation files in installer and zip (i.e. po/ folder)Hans-Christoph Steiner
svn path=/trunk/; revision=16808
2013-01-02make file associations open pd-gui instead of pd.exe to take advantage of ↵Hans-Christoph Steiner
the new logic to open the files in the Pd-extended instance that is already running svn path=/trunk/; revision=16807
2012-12-22when installing search-plugin, also include the translationsHans-Christoph Steiner
svn path=/trunk/; revision=16739
2012-12-21Win32: load zexy hex-named objects as libraries and kludge to get them ↵Hans-Christoph Steiner
working (>~ <~ ||~ &&~ . ==~) svn path=/trunk/; revision=16732
2012-12-21the 'extensions' section is no longer relevant hereHans-Christoph Steiner
svn path=/trunk/; revision=16731
2012-12-21the 'extensions' section is no longer relevant hereHans-Christoph Steiner
svn path=/trunk/; revision=16730
2012-12-18try to make CPU arch detection less error prone... ('uname -m' sometimes ↵Hans-Christoph Steiner
gives the parent arch when used in dchroot) svn path=/trunk/; revision=16693
2012-12-18make zip creation reliable by using proper 'make' dependency trackingHans-Christoph Steiner
svn path=/trunk/; revision=16688
2012-12-13use basic optmization when setup for debuggingHans-Christoph Steiner
svn path=/trunk/; revision=16682
2012-12-13print out TARGET_PLATFORM and OPT_CFLAGS for debuggingHans-Christoph Steiner
svn path=/trunk/; revision=16676
2012-12-01fix translation install locationHans-Christoph Steiner
svn path=/trunk/; revision=16632
2012-11-30force the libpddir installation location of po/Hans-Christoph Steiner
svn path=/trunk/; revision=16621
2012-11-30on Windows, use autoconf setup to install the translation filesHans-Christoph Steiner
svn path=/trunk/; revision=16619
2012-11-25tkdnd upgraded to 2.6Hans-Christoph Steiner
svn path=/trunk/; revision=16577
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