aboutsummaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)Author
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
2011-09-18rename binary to 'pd-extended' so this package and live with 'puredata'Hans-Christoph Steiner
svn path=/trunk/; revision=15299
2011-09-16remove files from pd-extended package that are provided by puredata-dev and ↵Hans-Christoph Steiner
puredata-utils svn path=/trunk/; revision=15298
2011-09-15make test return True and execute on False so that make doesn't think there ↵Hans-Christoph Steiner
is an error when the noncvs dir is not found svn path=/trunk/; revision=15297
2011-09-15make pentium4 the minimum CPU so we can use SSE2 (p4 arrived in 2000).Hans-Christoph Steiner
svn path=/trunk/; revision=15295
2011-09-14test whether noncvs exists before trying to install itHans-Christoph Steiner
svn path=/trunk/; revision=15294
2011-09-14use tar to copy noncvs into place while omitting .svn dirsHans-Christoph Steiner
svn path=/trunk/; revision=15293
2011-09-13include pthreadVC.dll from pd-vanilla to support libs that use itHans-Christoph Steiner
svn path=/trunk/; revision=15292
2011-09-08oops, typo, forgot the c in libstdc++-6.dllHans-Christoph Steiner
svn path=/trunk/; revision=15291
2011-09-07added libstd++-6.dll to packageHans-Christoph Steiner
svn path=/trunk/; revision=15290
2011-09-05added some new DLLs needed from builds using MinGW's gcc 4.5Hans-Christoph Steiner
svn path=/trunk/; revision=15285
2011-08-16removed some ancient history, circa 2003Hans-Christoph Steiner
svn path=/trunk/; revision=15220
2011-08-16removed very out of date windows batch filesHans-Christoph Steiner
svn path=/trunk/; revision=15219
2011-07-15updated README to purge old stuffHans-Christoph Steiner
svn path=/trunk/; revision=15154
2011-06-28add the 'startup' folder contents to the Windows installer and therefore ↵Hans-Christoph Steiner
.zip too svn path=/trunk/; revision=15119
2011-06-28run the zip command in the cygwin sh to make sure its in its native envHans-Christoph Steiner
svn path=/trunk/; revision=15118
2011-06-27fixed stupid recursive variable in $(zippackagefolder)Hans-Christoph Steiner
svn path=/trunk/; revision=15117
2011-06-27make GUI start first from menu so that files opened via file associations ↵Hans-Christoph Steiner
open in the same process svn path=/trunk/; revision=15116
2011-06-27make zip only have a single folder of depthHans-Christoph Steiner
svn path=/trunk/; revision=15114
2011-06-26added zip: target to create a zip from the contents of the Inno installerHans-Christoph Steiner
svn path=/trunk/; revision=15111
2011-06-26remove Ok dialog since its unneeded and interferes with automating the ↵Hans-Christoph Steiner
installer to make the zip package svn path=/trunk/; revision=15110
2011-06-17removed blank line to fix parsing issue, updated versionHans-Christoph Steiner
svn path=/trunk/; revision=15106
2011-06-09added Standards-Version: 3.8.2, its a bit old but we build for old releasesHans-Christoph Steiner
svn path=/trunk/; revision=15101
2011-05-24fixed utf8 encoding issueHans-Christoph Steiner
svn path=/trunk/; revision=15094
2011-04-19copy libdir.dll into place, stop the ln -s trickeryHans-Christoph Steiner
svn path=/trunk/; revision=15081
2011-04-16move libdir ln -s statement since on MinGW ln is actually cp, and the target ↵Hans-Christoph Steiner
needs to be there first svn path=/trunk/; revision=15072
2011-04-13create pd/startup and include libdir.dll; add notes.txt to Help Browser; ↵Hans-Christoph Steiner
install tcllib into its own tcllib1.13 folder svn path=/trunk/; revision=15070