aboutsummaryrefslogtreecommitdiff
path: root/packages/linux_make
AgeCommit message (Collapse)Author
2013-02-01added completed Arabic and Korean translationsHans-Christoph Steiner
svn path=/trunk/; revision=17015
2013-02-01merge in build fixes from branches/pd-extended/0.43Hans-Christoph Steiner
svn path=/trunk/; revision=17014
2013-01-08use 'pd-gui.tcl -open' otherwise Pd doesn't open filenames with spacesHans-Christoph Steiner
svn path=/trunk/; revision=16845
2012-12-18try to make CPU arch detection less error prone... ('uname -m' sometimes ↵Hans-Christoph Steiner
gives the parent arch when used in dchroot) svn path=/trunk/; revision=16693
2012-12-13print out TARGET_PLATFORM and OPT_CFLAGS for debuggingHans-Christoph Steiner
svn path=/trunk/; revision=16676
2012-10-17menu, icons, init.d, and bash_completion fixesHans-Christoph Steiner
svn path=/trunk/; revision=16419
2012-03-12use = instead of := for getting the results of dpkg-shlibdeps so that the ↵Hans-Christoph Steiner
command is only run when its actually needed ( := was making it run everytime) svn path=/trunk/; revision=16069
2012-03-12create Debian docs/pd-extended dir and add links to all relevant docs thereHans-Christoph Steiner
svn path=/trunk/; revision=16068
2012-02-28added lua5.1 to Depends: since pdlua requires it, and things like gdebi ↵Hans-Christoph Steiner
ignore Recommends: svn path=/trunk/; revision=16035
2012-02-16move tk8.5 from Recommends: to Depends: since gdebi, python-apt, and other ↵Hans-Christoph Steiner
installers ignore Recommends svn path=/trunk/; revision=15966
2012-02-11make find statements handle paths with spaces in themHans-Christoph Steiner
svn path=/trunk/; revision=15959
2012-02-07added tk8.5 to Recommends: to make sure its installed when it should beHans-Christoph Steiner
svn path=/trunk/; revision=15956
2012-02-02move x-ttcidfont-conf and tcllib to Recommends since they not absolutely ↵Hans-Christoph Steiner
essential svn path=/trunk/; revision=15933
2012-01-16default to ALSA since that seems to work fine on Pulseaudio systemsHans-Christoph Steiner
svn path=/trunk/; revision=15872
2011-12-12add -Wstrict-aliasing=2 to everything to try to catch all type-punningHans-Christoph Steiner
svn path=/trunk/; revision=15815
2011-11-16streamlined global debug flags and added -fno-inline-functions for valgrindHans-Christoph Steiner
svn path=/trunk/; revision=15771
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