aboutsummaryrefslogtreecommitdiff
path: root/packages/linux_make
AgeCommit message (Collapse)Author
2011-10-20for the final step in eliminating the 'flatspace' hacked collection from ↵Hans-Christoph Steiner
Pd-extended, add the 'chaos' lib as its own standalone library, but load by default since flatspace was loaded by default svn path=/trunk/; revision=15627
2011-10-18added new 'flatgui' to default load list to replace old 'flatspace'Hans-Christoph Steiner
svn path=/trunk/; revision=15613
2011-10-14add an Installed-Size: field to the package so Ubuntu Software Center ↵Hans-Christoph Steiner
doesn't complain svn path=/trunk/; revision=15598
2011-10-05enable setting STRIP from the global package-specific Makefile and set ↵Hans-Christoph Steiner
STRIP=echo to keep debug symbols svn path=/trunk/; revision=15506
2011-10-04turned on debug symbols -g and set up gcc 4.x optimization flagsHans-Christoph Steiner
svn path=/trunk/; revision=15495
2011-09-30update to include link to GettingPdSourceHans-Christoph Steiner
svn path=/trunk/; revision=15427
2011-09-26set global lib load list back to 0.42.5 styleHans-Christoph Steiner
svn path=/trunk/; revision=15346
2011-09-25add -f to ln to force creation of links so that install targets can install ↵Hans-Christoph Steiner
over existing builds (Closes #3413815 from Jacob Lee) svn path=/trunk/; revision=15344
2011-09-21sort out the .desktop file and rename all icons to 'pd-extended' to avoid ↵Hans-Christoph Steiner
clashes svn path=/trunk/; revision=15324
2011-09-21don't forget the backslash...Hans-Christoph Steiner
svn path=/trunk/; revision=15323
2011-09-20make pd-extended support the 'pdextended' command via /etc/alternatives to ↵Hans-Christoph Steiner
ease the transition to the upcoming 'pdextended' package svn path=/trunk/; revision=15320
2011-09-20cleaned up formattingHans-Christoph Steiner
svn path=/trunk/; revision=15319
2011-09-19as IOhannes pointed out, 'pd-extended' still conflicts with old versions of ↵Hans-Christoph Steiner
the 'puredata' package svn path=/trunk/; revision=15311
2011-09-19added a .menu file and an 32x32 .xpm icon to try to make the menu item show ↵Hans-Christoph Steiner
up again svn path=/trunk/; revision=15303
2011-09-19added prerm script for update-alternativesHans-Christoph Steiner
svn path=/trunk/; revision=15302
2011-09-18added update-alternatives supportHans-Christoph Steiner
svn path=/trunk/; revision=15301
2011-09-18fixed man page to not collide with 'puredata'Hans-Christoph Steiner
svn path=/trunk/; revision=15300
2011-09-18rename binary to 'pd-extended' so this package and live with 'puredata'Hans-Christoph Steiner
svn path=/trunk/; revision=15299
2011-09-16remove files from pd-extended package that are provided by puredata-dev and ↵Hans-Christoph Steiner
puredata-utils svn path=/trunk/; revision=15298
2011-06-27make GUI start first from menu so that files opened via file associations ↵Hans-Christoph Steiner
open in the same process svn path=/trunk/; revision=15116
2011-06-17removed blank line to fix parsing issue, updated versionHans-Christoph Steiner
svn path=/trunk/; revision=15106
2011-06-09added Standards-Version: 3.8.2, its a bit old but we build for old releasesHans-Christoph Steiner
svn path=/trunk/; revision=15101
2011-05-24fixed utf8 encoding issueHans-Christoph Steiner
svn path=/trunk/; revision=15094
2011-02-22removed libdir since its in 'startup' and added vanilla/list since it must ↵Hans-Christoph Steiner
be pre-loaded to work svn path=/trunk/; revision=14943
2011-01-21one second thought, these two don't have path conflicts with the Pd-extended ↵Hans-Christoph Steiner
megalith package svn path=/trunk/; revision=14772
2011-01-21added new Pd-extended packages to conflictsHans-Christoph Steiner
svn path=/trunk/; revision=14771
2011-01-11added new 'extra' libdir to default libraries since its not built with ↵Hans-Christoph Steiner
Pd-extended anymore svn path=/trunk/; revision=14708
2010-12-15try a config stripped of almost all librariesHans-Christoph Steiner
svn path=/trunk/; revision=14649
2010-12-14fix installation of objects with a $ in the name and ease building of ↵Hans-Christoph Steiner
GNU/Linux distro tarball svn path=/trunk/; revision=14632
2010-12-12updated libraries to load by default and added pd-extended.bat for MS WindowsHans-Christoph Steiner
svn path=/trunk/; revision=14591
2010-09-14sanitize permissions before packaging into .debHans-Christoph Steiner
svn path=/trunk/; revision=14143
2010-09-09conflict/replace upcoming 'official' Debian pdextended packageHans-Christoph Steiner
svn path=/trunk/; revision=14012
2010-06-10forgot to change TryExec after renaming binary from 'pd' to 'pdextended'Hans-Christoph Steiner
svn path=/trunk/; revision=13637
2010-05-20removed conflicts with gem and other pd-externalsIOhannes m zmölnig
pd-extended now installs into /usr/lib/pd-extended/, so there is no more conflict with the files installed into /usr/lib/pd svn path=/trunk/; revision=13566
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-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-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-01-22more specific definition of package with DejaVu Sans MonoHans-Christoph Steiner
svn path=/trunk/; revision=13077
2009-10-31switched font from Bitstream Vera to DejaVuHans-Christoph Steiner
svn path=/trunk/; revision=12704
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-09-15a couple more DESTDIR fixesHans-Christoph Steiner
svn path=/trunk/; revision=12349
2009-07-30fixes to make .deb building more fault-tolerantHans-Christoph Steiner
svn path=/trunk/; revision=11890
2009-06-14fixed another DESTDIR install issueHans-Christoph Steiner
svn path=/trunk/; revision=11765
2009-06-13commented out test line that was printing errors in the nightly buildsHans-Christoph Steiner
svn path=/trunk/; revision=11761