Age | Commit message (Collapse) | Author |
|
svn path=/trunk/; revision=5132
|
|
svn path=/trunk/; revision=5024
|
|
svn path=/trunk/; revision=5007
|
|
svn path=/trunk/; revision=4741
|
|
replacement to 'make install'; 'make unpatch_pd' now does the reverse of 'make patch_pd'; and PD_TEST_VERSION is now retrieved from m_pd.h
svn path=/trunk/; revision=4623
|
|
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
|
|
complete_version_defines patch, and the regexps in packages/Makefile now rely on that patch
svn path=/trunk/; revision=4608
|
|
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
|
|
svn path=/trunk/; revision=4415
|
|
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
|
|
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
|
|
svn path=/trunk/; revision=4022
|
|
svn path=/trunk/; revision=4021
|
|
svn path=/trunk/; revision=4012
|
|
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=3966
|
|
on the destinations which are part of Makefile.buildlayout
svn path=/trunk/; revision=3964
|
|
centralized build system; also added is a way to specify Makefile.biuldlayout from the main Makefile, so then it doesn't realy matter if the other copies of Makefile.buildlayout get out of sync
svn path=/trunk/; revision=3952
|
|
other Makefiles
svn path=/trunk/; revision=3948
|