Age | Commit message (Collapse) | Author |
|
svn path=/trunk/; revision=4861
|
|
handle the ~
svn path=/trunk/; revision=4858
|
|
svn path=/trunk/; revision=4835
|
|
svn path=/trunk/; revision=4819
|
|
svn path=/trunk/; revision=4720
|
|
svn path=/trunk/; revision=4585
|
|
release of Pd-0.38.4-extended. A couple of minor changes:
- added liblist to the config files since [list] was backported to 0.38.4 in
the form of liblist
- removed the MACOSX -> __APPLE__ regexp stuff since it was just for testing
until Miller accepted those changes.
- tried to make the org.puredata.pd.plist file get installed with write
permissions so that people can overwrite and change the default file after
they install it.
svn path=/trunk/; revision=4584
|
|
and loadlib statements; the installer only shows one readme now
svn path=/trunk/; revision=4444
|
|
installing the new ones. Otherwise, the previous cruft could cause problems. Yes, this might blow away settings, but it only affects loadlib and path, so the damage is limited.
svn path=/trunk/; revision=4442
|
|
help browser doesn't work. arg. Documented the basic process of making the installer on the website
svn path=/trunk/; revision=4441
|
|
scripts/generate-pd-settings-files.sh
svn path=/trunk/; revision=4438
|
|
svn path=/trunk/; revision=4415
|
|
svn path=/trunk/; revision=4308
|
|
stuff so that everything can compile using MinGW; reorged things to use the full name 'windows' rather than just 'win'. This matches 'darwin' and 'linux'; this is windows RC6
svn path=/trunk/; revision=4260
|
|
svn path=/trunk/; revision=4251
|
|
- added script which searches thru all of the .pd_darwin files for
dependencies from Fink. It then copies those libs into the Pd.app and sets
everything up for them to be sourced by the objects.
- added Guenter's quick hack to allow international characters in Pd patches
svn path=/trunk/; revision=4241
|
|
svn path=/trunk/; revision=4205
|
|
different package types
svn path=/trunk/; revision=4193
|
|
svn path=/trunk/; revision=4192
|
|
addition to the Windows/MacOSX-style dir layout; fixed random bugs; added more the clean targets
svn path=/trunk/; revision=4120
|
|
svn path=/trunk/; revision=4086
|
|
svn path=/trunk/; revision=4074
|
|
- built a tar.bz2 package maker with a generated Makefile for installing and
uninstalling
- switched all Makefiles to follow GNU $(DESTDIR)/$(prefix) standards
svn path=/trunk/; revision=4064
|
|
binary files, including many flext externals. this will probably be pd-0.38.4-extended-RC5
svn path=/trunk/; revision=4051
|
|
svn path=/trunk/; revision=4036
|
|
bugs reported on the list; added platform-specific noncvs handling
svn path=/trunk/; revision=4035
|
|
svn path=/trunk/; revision=4026
|
|
compilation works for the most part
svn path=/trunk/; revision=4019
|
|
Compiling Pd on win is a massive pain in the butt. Some bug fixes
svn path=/trunk/; revision=4017
|
|
build system. I left as much of the old functionality in place as possible,
definitely were it was being used. But there are some changes that break
backwards compatibility, thought they should be noticed by few, and be easy to
fix going forward.
Some highlights:
- centralized patch system (packages/patches with targets patch_pd and
unpatch_pd)
- easily redirected builds, using INSTALL_PREFIX and all of the *_DEST
variables. This makes building packages like Pd.app, .deb, .rpm,
etc. much easier.
- libdir format: basically a libdir is a directory that has both the objects
and the help files together in one folder. It can be added using -lib or
the StartUp preferences, or you can access them via geiger namespaces,
i.e. [mylibrary/myobject].
- special characters allow in setup function/file names for objects. This
makes objects like [||~] possible without having to be in a library. Now
they can be either .pd files or individual .pd_darwin files (thanks
IOhannes for the patch).
svn path=/trunk/; revision=3993
|
|
svn path=/trunk/; revision=1501
|
|
downloaded from the web
svn path=/trunk/; revision=1472
|
|
svn path=/trunk/; revision=1421
|
|
svn path=/trunk/; revision=1420
|
|
files via right-click help.
svn path=/trunk/; revision=1397
|
|
svn path=/trunk/; revision=1393
|
|
svn path=/trunk/; revision=1391
|
|
svn path=/trunk/; revision=1137
|
|
svn path=/trunk/; revision=1117
|
|
svn path=/trunk/; revision=1116
|
|
on Start Menu; start of a makefile to compile everything
svn path=/trunk/; revision=1114
|
|
svn path=/trunk/; revision=1094
|
|
svn path=/trunk/; revision=1093
|
|
binaries, it needs a Makefile to compile everything first; its based on the Inno free installer maker
svn path=/trunk/; revision=1092
|