aboutsummaryrefslogtreecommitdiff
path: root/packages/linux_make
AgeCommit message (Collapse)Author
2007-07-11renamed the included .pdsettings to default.pdsettings since it's now ↵Hans-Christoph Steiner
embedded into the Pd distro svn path=/trunk/; revision=7996
2007-07-11fixed dpkg-deb test to fail nicely on fedoraHans-Christoph Steiner
svn path=/trunk/; revision=7995
2007-07-09added x-ttcidfont-conf as dependency since it provides a really easy way to ↵Hans-Christoph Steiner
get PiDiP to find all the fonts, plus it's standard part of Ubuntu and probably Debian svn path=/trunk/; revision=7939
2007-07-09added flib to the list of libs to load by deafultHans-Christoph Steiner
svn path=/trunk/; revision=7931
2007-07-09ran lintian to test package, plus updated version number to something saneHans-Christoph Steiner
svn path=/trunk/; revision=7925
2007-07-09copy pdsettings into place for embedded preferences on GNU/Linux; first stab ↵Hans-Christoph Steiner
at automated .deb building svn path=/trunk/; revision=7922
2007-07-08added ggee to standard libs to loadHans-Christoph Steiner
svn path=/trunk/; revision=7911
2007-07-02added emacs mode and scripts; fixed type that broke buildingHans-Christoph Steiner
svn path=/trunk/; revision=7884
2007-07-02added files from scripts to the pd-extended.deb on Frank's suggestionHans-Christoph Steiner
svn path=/trunk/; revision=7883
2007-06-30french translation thanks to carlos' girlriend julie_muleHans-Christoph Steiner
svn path=/trunk/; revision=7875
2007-06-30added some translations thanks to the gohan crewHans-Christoph Steiner
svn path=/trunk/; revision=7872
2007-06-30hacked together a .deb for Pd-extended at gohan/zaragozaHans-Christoph Steiner
svn path=/trunk/; revision=7862
2007-02-25added iem_anything as a lib so that [any] is available by defaultHans-Christoph Steiner
svn path=/trunk/; revision=7446
2006-12-31added libdir to the default library listHans-Christoph Steiner
svn path=/trunk/; revision=7114
2006-12-29removed extraneous uname info from package nameHans-Christoph Steiner
svn path=/trunk/; revision=7094
2006-12-17added working CPU flags for gcc-3.3 :-/Hans-Christoph Steiner
svn path=/trunk/; revision=6930
2006-12-16switched to more basic optimization flags since gcc 3 crashes when using sse ↵Hans-Christoph Steiner
flags svn path=/trunk/; revision=6920
2006-12-13enable auto-vectorization on gcc 4.1.2; try out building with pentium3 and sseHans-Christoph Steiner
svn path=/trunk/; revision=6848
2006-12-06added program versions to test target so they are in the build logsHans-Christoph Steiner
svn path=/trunk/; revision=6666
2006-12-02added much clearer install instructionsHans-Christoph Steiner
svn path=/trunk/; revision=6587
2006-10-21cleaned up version handling to make more sense; removed some obsolete chmodsHans-Christoph Steiner
svn path=/trunk/; revision=6151
2006-10-19added standard package_clean targetHans-Christoph Steiner
svn path=/trunk/; revision=6139
2006-10-17added hardware libHans-Christoph Steiner
svn path=/trunk/; revision=6127
2006-09-28Makefile tune ups and clean ups, hopefully to allow things to build faster, ↵Hans-Christoph Steiner
especially when using make -j svn path=/trunk/; revision=6040
2006-09-19cleaned up clean targetsHans-Christoph Steiner
svn path=/trunk/; revision=5966
2006-09-19added miniscript to shorten path namesHans-Christoph Steiner
svn path=/trunk/; revision=5964
2006-09-18updated pref files for more libs that are included in the auto-buildsHans-Christoph Steiner
svn path=/trunk/; revision=5962
2006-09-13added flatspace and deprecated libdirs to the standard load...Hans-Christoph Steiner
svn path=/trunk/; revision=5928
2006-09-13added .pdsettings file to install packageHans-Christoph Steiner
svn path=/trunk/; revision=5926
2006-08-01added 'all' target distinct from 'install'Hans-Christoph Steiner
svn path=/trunk/; revision=5447
2006-07-31make test_package clean up its cruftHans-Christoph Steiner
svn path=/trunk/; revision=5443
2006-07-21made default optimization options more genericHans-Christoph Steiner
svn path=/trunk/; revision=5390
2006-07-21more work on centralizing the CPU optimization flags. With GNU/Linux on ↵Hans-Christoph Steiner
PowerPC and Mac OS X on Intel, things are becoming more complicated... ;) svn path=/trunk/; revision=5389
2006-06-14removed duplicate version in package nameHans-Christoph Steiner
svn path=/trunk/; revision=5234
2006-04-27removed non-existant libraries and fixed up the registry stuff to work properly.Hans-Christoph Steiner
svn path=/trunk/; revision=5010
2006-04-26fixed windows and linux bugs in the pdsettings file generationHans-Christoph Steiner
svn path=/trunk/; revision=5006
2006-04-09added creb and user font folder for Mac OS X, but I don't think Pd will ↵Hans-Christoph Steiner
handle the ~ svn path=/trunk/; revision=4858
2006-04-07removed flext libs from startup since they cause crashesHans-Christoph Steiner
svn path=/trunk/; revision=4835
2006-04-06added fontpaths to the pd-settings filesHans-Christoph Steiner
svn path=/trunk/; revision=4819
2006-02-18added some handy extra targets for cleaning up after the package build and ↵Hans-Christoph Steiner
testing the package once its built svn path=/trunk/; revision=4599
2006-02-13This should be the final Pd-0.38.4-extendedRC8 build, which should be theHans-Christoph Steiner
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
2005-12-27remove all IEM files with a $ in the filename before building package. They ↵Hans-Christoph Steiner
are too hard to escape (for now) svn path=/trunk/; revision=4301
2005-12-20added in mingw_fixes patch which includes NT2_MSC_VER and lots of other ↵Hans-Christoph Steiner
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
2005-12-19fixed minor bugs in RC6 and re-releasedHans-Christoph Steiner
svn path=/trunk/; revision=4253
2005-12-18fixed linux package bug that left out pd-gui; tweaked optimization setupHans-Christoph Steiner
svn path=/trunk/; revision=4251
2005-12-12made standard shortcut target so I don't have to remember the names of the ↵Hans-Christoph Steiner
different package types svn path=/trunk/; revision=4193
2005-12-12added targets for testing the final destinations that are currently setHans-Christoph Steiner
svn path=/trunk/; revision=4192
2005-11-29added readme and separated out installation Makefile generation; this ↵Hans-Christoph Steiner
directory should realy be called 'unix_make' since it would work on any UNIX-ish system svn path=/trunk/; revision=4083
2005-11-28- finally got a Linux Pd-extended release out, RC5Hans-Christoph Steiner
- 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