aboutsummaryrefslogtreecommitdiff
path: root/packages/linux_make
AgeCommit message (Collapse)Author
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
2009-06-12fixed for new more proper DESTDIR supportHans-Christoph Steiner
svn path=/trunk/; revision=11760
2009-06-07re-enabled setting the version in the package for the nightly buildsHans-Christoph Steiner
svn path=/trunk/; revision=11702
2009-06-07merged in Free Desktop files and fixes from the 0.41.4 release branchHans-Christoph Steiner
svn path=/trunk/; revision=11701
2009-06-05remove executable bit from pd filesHans-Christoph Steiner
svn path=/trunk/; revision=11691
2009-05-01removed xmms as suggestion since its ancient, plus qjackctl since I am not ↵Hans-Christoph Steiner
sure it is current svn path=/trunk/; revision=11216
2009-04-09- hard-coded user install paths outlined in this FAQ entry. This makes it soHans-Christoph Steiner
that Pd-extended will look in the user install paths regardless of the prefs: http://puredata.info/docs/faq/how-do-i-install-externals-and-help-files-with-pd-extended - fixed prefs generating script to make the windows files properly - removed new hard-coded paths from the default prefs files svn path=/trunk/; revision=10991
2009-01-21removed crufty ancient TODO files and moved a couple still-relevant notes to ↵Hans-Christoph Steiner
more appropriate places svn path=/trunk/; revision=10585
2008-08-14merged in changes from the v0-40 pd-extended release branchHans-Christoph Steiner
svn path=/trunk/; revision=10244
2008-07-30added a ~ between the Pd bugfix version and the build date for Debian packageHans-Christoph Steiner
since the test versions had '0.40.3cvs2008...' in them and Debian considers 0.40.3-1 older than 0.40.3cvs20080703-1. This is following the recommendation of the Debian manual: http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Version svn path=/trunk/; revision=10227
2008-06-21tcllib is now needed for colorgrid, and perhaps other handy thingsHans-Christoph Steiner
svn path=/trunk/; revision=10058
2008-05-15added npath and nloadlib to stop CPU spike at load; added ~/pd/ and ↵Hans-Christoph Steiner
~/Library/Pd for user-specific install paths. What to do on Windows... svn path=/trunk/; revision=9817
2008-05-15added xdg-utils to the recommends list since it provides xdg-open, which is ↵Hans-Christoph Steiner
very useful for opening URLs of all types svn path=/trunk/; revision=9811
2008-05-13changed to reflect path change from /usr/local to /usrHans-Christoph Steiner
svn path=/trunk/; revision=9794
2008-05-10fixed up Debian packages so that they now installed properly into /usr ↵Hans-Christoph Steiner
rather than /usr/local. The tarballs still install into /usr/local. Also limited the dpkg commands to machines that have dpkg-deb installed. Also, tweaked /usr/share/pd to be write-all so that people can install their own stuff there. svn path=/trunk/; revision=9778
2008-05-06got new .deb building code to work on Ubuntu/Hardy and cleaned up the ↵Hans-Christoph Steiner
package stuff a bit svn path=/trunk/; revision=9767
2008-05-04fixed depends and starting fixing package to that it installs into /usr ↵Hans-Christoph Steiner
instead of /usr/local, therefore conflicts with the exists pd packgess svn path=/trunk/; revision=9757
2008-05-03an attempt to clean up the Depends: and to add all of the needed packages ↵Hans-Christoph Steiner
that dpkg-shlibdeps doesn't know about svn path=/trunk/; revision=9756
2008-03-14now use dpkg-shlibdeps to generate the dependenciesGeorg Holzmann
svn path=/trunk/; revision=9583
2008-03-14fixed bug and added also dependencies from pd itselfGeorg Holzmann
svn path=/trunk/; revision=9582
2008-03-11svn path=/trunk/; revision=9556Georg Holzmann
2008-03-09automatic dependency check for debian/ubuntu/etc packagesGeorg Holzmann
svn path=/trunk/; revision=9550
2007-11-26fixed bug 1837649 according to IOhannes' suggestionHans-Christoph Steiner
svn path=/trunk/; revision=9042
2007-10-27reverted ggee back to original order since it was conflicting with vbapHans-Christoph Steiner
svn path=/trunk/; revision=8890
2007-10-16made more general powerpc option to try to fix FFT and freeverb bugsHans-Christoph Steiner
svn path=/trunk/; revision=8820
2007-10-13make deb target remove package that doesn't exist on powerpcHans-Christoph Steiner
svn path=/trunk/; revision=8813
2007-09-25updated to load libdir first, so it'll actually load the rest of the libdirs ↵Hans-Christoph Steiner
properly afterwards; wrote the generating script in the process to ignore pdp and pidip on windows svn path=/trunk/; revision=8758
2007-08-29added Ed Kelly's library to the list for libs to load by defaultHans-Christoph Steiner
svn path=/trunk/; revision=8694
2007-08-01added external help path to startup settings and made realtime setting explicitHans-Christoph Steiner
svn path=/trunk/; revision=8334
2007-07-24tweaks to make things more proper (I just read the freedesktop docs!)Hans-Christoph Steiner
svn path=/trunk/; revision=8232
2007-07-23added 48x48 png for the Applications menuHans-Christoph Steiner
svn path=/trunk/; revision=8212
2007-07-20added a missing Gem dependencyHans-Christoph Steiner
svn path=/trunk/; revision=8192
2007-07-12set Architecture to 'any' in CVS since the build arch is set at the time of ↵Hans-Christoph Steiner
making the package svn path=/trunk/; revision=8043
2007-07-12automatically set the package version and architectureHans-Christoph Steiner
svn path=/trunk/; revision=8042
2007-07-12added standard locations to the path for putting your own pd libs for ↵Hans-Christoph Steiner
GNU/Linux and Mac OS X (where should this go on Windows?); simplified GNU/Linux font path svn path=/trunk/; revision=8037