aboutsummaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)Author
2010-04-22check whether Gem backends are available before attempting to install themIOhannes m zmölnig
svn path=/trunk/; revision=13463
2010-04-21got flags for building Gem on OSX (esp: make sure to use glibtool!)Hans-Christoph Steiner
and include the backend plugins svn path=/trunk/; revision=13460
2010-04-21Gem's build process needs /sw/bin in the PATHIOhannes m zmölnig
svn path=/trunk/; revision=13458
2010-04-19remove Gem help patches from Pd-vanilla 5.reference sectionHans-Christoph Steiner
svn path=/trunk/; revision=13456
2010-04-13added headers to Windows package to hopefully make it easier to build ↵Hans-Christoph Steiner
externals, prompted by feature request #2974565 svn path=/trunk/; revision=13445
2010-04-13removed some cruft related to pddplinkHans-Christoph Steiner
svn path=/trunk/; revision=13444
2010-04-13zexy's [matchbox] and [regex] need libgnurx-0.dll, so include it in the packageHans-Christoph Steiner
svn path=/trunk/; revision=13443
2010-04-12converted to use 'Pd-extended' as the folder for the registry settings; ↵Hans-Christoph Steiner
fixed missing " doublequote from flags svn path=/trunk/; revision=13422
2010-04-09make 'pdextended' symlink to 'pd' executableHans-Christoph Steiner
svn path=/trunk/; revision=13414
2010-04-09added pasuspender to launch command of XDG menu itemHans-Christoph Steiner
svn path=/trunk/; revision=13413
2010-04-08also delete pdsend and pdreceive man pages since that's provided by the ↵Hans-Christoph Steiner
'puredata' package svn path=/trunk/; revision=13411
2010-04-08updated name of Exec from pd-extended to pdextendedHans-Christoph Steiner
svn path=/trunk/; revision=13410
2010-04-07move 'puredata' from Conflicts: to Recommends: since this Pd-extended ↵Hans-Christoph Steiner
package will now rely on 'puredata' to provide things like pdsend and headers svn path=/trunk/; revision=13408
2010-04-07leave executable as 'pdextended' and don't make 'pd' symlink; also remove ↵Hans-Christoph Steiner
pdsend and pdreceive since 'puredata' will provide that svn path=/trunk/; revision=13407
2010-04-07updated location of pmpd.cHans-Christoph Steiner
svn path=/trunk/; revision=13404
2010-04-07renamed the GNU/Linux preference file from .pdsettings to .pdextended so ↵Hans-Christoph Steiner
that Pd-extended has separate preferences from Pd-vanilla svn path=/trunk/; revision=13403
2010-04-07renamed Mac OS X preferences root from org.puredata.pd to ↵Hans-Christoph Steiner
org.puredata.pdextended so that Pd-extended has separate prefs from Pd-vanilla svn path=/trunk/; revision=13402
2010-04-07fixed up echo statements for cleaned loggingHans-Christoph Steiner
svn path=/trunk/; revision=13401
2010-04-04missed a 'pdp_help_hack' line to removeHans-Christoph Steiner
svn path=/trunk/; revision=13372
2010-04-03- moved pdp_help_hack stuff to the specific pdp/3dp/pidip targets Hans-Christoph Steiner
- changed pdp/3dp/pidip to install in a more libdir-like way svn path=/trunk/; revision=13365
2010-03-18more changes to separate 'pd-extended' files from 'puredata' filesHans-Christoph Steiner
svn path=/trunk/; revision=13224
2010-03-17switched install location on GNU/Linux from lib/pd to lib/pd-extended so ↵Hans-Christoph Steiner
that the pd-extended package can coexist with the official packages svn path=/trunk/; revision=13223
2010-03-10converted freeverb folder to have the same name as the object, therefore it ↵Hans-Christoph Steiner
doesn't need to be loaded as a library svn path=/trunk/; revision=13201
2010-02-15fixed crash bug when banging switch~ when DSP is off, #2929284Hans-Christoph Steiner
svn path=/trunk/; revision=13172
2010-02-07doh, need close quoteHans-Christoph Steiner
svn path=/trunk/; revision=13144
2010-01-28obsolete patchHans-Christoph Steiner
svn path=/trunk/; revision=13117
2010-01-26set up 10.6 builds to do 64-bitHans-Christoph Steiner
svn path=/trunk/; revision=13098
2010-01-22more specific definition of package with DejaVu Sans MonoHans-Christoph Steiner
svn path=/trunk/; revision=13077
2010-01-21changed Pd-extended's registry dir to Pd-extended to separate settings from ↵Hans-Christoph Steiner
Pd-vanilla svn path=/trunk/; revision=13060
2010-01-21remove the rsrc file stuff since its been deprecated since Mac OS X 10.4 and ↵Hans-Christoph Steiner
is no longer included in Mac OS X 10.6 svn path=/trunk/; revision=13058
2009-12-14Paul Brossier has become the maintainer for the 'puredata' package and has ↵Hans-Christoph Steiner
put his files into the Debian git repo: http://wiki.debian.org/Alioth/Git http://git.debian.org/?p=collab-maint/puredata.git;a=summary Therefore, I am removing trunk/packages/debian in favor of that git repo. svn path=/trunk/; revision=12837
2009-11-19updated with the files from puredata_0.41.4-1.diff.gz on the Debian page for ↵Hans-Christoph Steiner
the puredata package svn path=/trunk/; revision=12794
2009-11-04added one more pass to catch dylibs that depend on dylibsHans-Christoph Steiner
svn path=/trunk/; revision=12721
2009-11-01added set_version to the build when using the old build system too, i.e. ↵Hans-Christoph Steiner
Pd-extended svn path=/trunk/; revision=12711
2009-10-31set the Pd-extended version with the date before building PdHans-Christoph Steiner
svn path=/trunk/; revision=12710
2009-10-31switched font from Bitstream Vera to DejaVuHans-Christoph Steiner
svn path=/trunk/; revision=12704
2009-10-31switched font from Bitstream Vera to DejaVuHans-Christoph Steiner
svn path=/trunk/; revision=12703
2009-10-20switched Conflicts: from pd to puredata to allow other pd packages to ↵Hans-Christoph Steiner
co-exist with pd-extended svn path=/trunk/; revision=12626
2009-10-13more jack fixes: when switching to jack, check whether the functions are != ↵IOhannes m zmölnig
NULL (might happen on OSX if weak-linked and jack-framework is not available on target machine) svn path=/trunk/; revision=12585
2009-09-22added Inconsolata to the installer, since its a very nice font with PdHans-Christoph Steiner
svn path=/trunk/; revision=12428
2009-09-21setup separate pd_install targets, one for each the old and new build systemsHans-Christoph Steiner
svn path=/trunk/; revision=12419
2009-09-20more DESTDIR fixes, looks like a complete build on Mac OS XHans-Christoph Steiner
svn path=/trunk/; revision=12414
2009-09-16more DESTDIR fixesHans-Christoph Steiner
svn path=/trunk/; revision=12379
2009-09-16more DESTDIR fixes and also included 'tcl8', 'dde1.3' and 'reg1.2' Tcl ↵Hans-Christoph Steiner
libraries in order to support 'msgcat', 'dde', and 'registry' commands svn path=/trunk/; revision=12369
2009-09-15a couple more DESTDIR fixesHans-Christoph Steiner
svn path=/trunk/; revision=12349
2009-08-27build system DESTDIR correctiondmotd
svn path=/trunk/; revision=12106
2009-07-30fixes to make .deb building more fault-tolerantHans-Christoph Steiner
svn path=/trunk/; revision=11890
2009-06-15set CC as gcc globally since MinGW seems to lack a 'cc' command... I wonder ↵Hans-Christoph Steiner
how this worked before svn path=/trunk/; revision=11777
2009-06-14slight change for readabilityHans-Christoph Steiner
svn path=/trunk/; revision=11773
2009-06-14oops, missed one DESTDIR fixHans-Christoph Steiner
svn path=/trunk/; revision=11772