Age | Commit message (Collapse) | Author |
|
svn path=/trunk/; revision=5856
|
|
svn path=/trunk/; revision=5587
|
|
svn path=/trunk/; revision=5549
|
|
and a nice arrangement. The background image needs to have a static file name
for the disk image, so the current ones with the version in it won't work
because the .DS_Store has to be manually generated. Here's some more on that
topic:
http://jwz.livejournal.com/608927.html
The "dmg" target is much improved, the mkdmg script is no longer necessary,
same with sudo.
The package_clean target should work better too.
svn path=/trunk/; revision=5547
|
|
dir so it should work on the auto-build
svn path=/trunk/; revision=5544
|
|
svn path=/trunk/; revision=5478
|
|
svn path=/trunk/; revision=5462
|
|
Real tests should happen there...
svn path=/trunk/; revision=5456
|
|
having trouble with too many open files, so switched to find with -exec
svn path=/trunk/; revision=5454
|
|
svn path=/trunk/; revision=5450
|
|
target. I normally don't compile as root so I never noticed...
svn path=/trunk/; revision=5445
|
|
it has embedded Frameworks
svn path=/trunk/; revision=5432
|
|
svn path=/trunk/; revision=5426
|
|
would work
svn path=/trunk/; revision=5421
|
|
and the auto-builds
svn path=/trunk/; revision=5420
|
|
PowerPC and Mac OS X on Intel, things are becoming more complicated... ;)
svn path=/trunk/; revision=5389
|
|
svn path=/trunk/; revision=5025
|
|
svn path=/trunk/; revision=5010
|
|
svn path=/trunk/; revision=4874
|
|
svn path=/trunk/; revision=4870
|
|
handle the ~
svn path=/trunk/; revision=4858
|
|
svn path=/trunk/; revision=4835
|
|
svn path=/trunk/; revision=4819
|
|
svn path=/trunk/; revision=4741
|
|
svn path=/trunk/; revision=4720
|
|
setting; fixed Pd version regexps to look in m_pd.h after complete_version_defines-0.39.2.patch is applied; upgraded to TclTk 8.4.10 and make automatic Wish.app/Wish Shell.app name handling
svn path=/trunk/; revision=4620
|
|
svn path=/trunk/; revision=4607
|
|
svn path=/trunk/; revision=4595
|
|
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
|
|
scripts/generate-pd-settings-files.sh
svn path=/trunk/; revision=4438
|
|
been copied. Then the newly copied lib would have the only library paths in it rather than the adjusted ones.
svn path=/trunk/; revision=4414
|
|
be inherited by Makefiles that are called from this one
svn path=/trunk/; revision=4413
|
|
svn path=/trunk/; revision=4308
|
|
- 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
|
|
- 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
|
|
instead of local variables
svn path=/trunk/; revision=4020
|
|
Compiling Pd on win is a massive pain in the butt. Some bug fixes
svn path=/trunk/; revision=4017
|
|
svn path=/trunk/; revision=4012
|
|
svn path=/trunk/; revision=3995
|
|
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=3932
|
|
that crashed Pd when it found a blank directory while building the Hlpe menu
svn path=/trunk/; revision=3931
|