aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-20remove calls to assert() since it does not make sense to quit Pd if one of ↵HEADsvn2git-headexternals/plugin_Hans-Christoph Steiner
the tests fail. Instead call error() or pd_error() svn path=/trunk/externals/plugin~/; revision=16003
2012-02-17bumped to v0.2.2Hans-Christoph Steiner
svn path=/trunk/externals/plugin~/; revision=15976
2011-08-19updated to version 1.0.10 for Android support, and fixed clean target to ↵Hans-Christoph Steiner
support EXTRA_SOURCES hack svn path=/trunk/externals/plugin~/; revision=15256
2011-01-19link to libdl for dlopen() on all platformsHans-Christoph Steiner
svn path=/trunk/externals/plugin~/; revision=14756
2010-12-21updated Makefile to latest versionHans-Christoph Steiner
svn path=/trunk/externals/plugin~/; revision=14669
2010-09-22fixed bug introduced by IOhannes' addition of unused HELPPATCHES variable thatHans-Christoph Steiner
stopped the help patches for abstractions from being installed svn path=/trunk/externals/plugin~/; revision=14178
2010-09-15remove -mcpu/-mtune flags as it breaks x64 build. we should eventually ↵mescalinum
figure a way of determining automatically the CPU, but 'uname -m' doesn't tell the truth svn path=/trunk/externals/plugin~/; revision=14145
2010-09-12uploaded to git.debian.org: ↵Hans-Christoph Steiner
http://git.debian.org/?p=pkg-multimedia/pd-plugin.git;a=summary svn path=/trunk/externals/plugin~/; revision=14097
2010-09-12add EXTRA_SOURCES to dist targetHans-Christoph Steiner
svn path=/trunk/externals/plugin~/; revision=14091
2010-09-12added Vcs fields for git.debian.orgHans-Christoph Steiner
svn path=/trunk/externals/plugin~/; revision=14089
2010-09-12added ladspa-sdk as Recommends so help patch works; reformatted to one ↵Hans-Christoph Steiner
package per line svn path=/trunk/externals/plugin~/; revision=14086
2010-09-12added ladspa-sdk Build-Depends and added all current LADSPA plugins as SuggestsHans-Christoph Steiner
svn path=/trunk/externals/plugin~/; revision=14085
2010-09-12added special case to clean targetHans-Christoph Steiner
svn path=/trunk/externals/plugin~/; revision=14084
2010-09-12fixed bug in libs/folders that end in ~; bumped to 1.0.4Hans-Christoph Steiner
svn path=/trunk/externals/plugin~/; revision=14083
2010-09-12updated to use Alessio Treglia's dh_auto_install tricks, which strip tooHans-Christoph Steiner
svn path=/trunk/externals/plugin~/; revision=14078
2010-09-12remove quilt dep since its not needed until patches are added to the packageHans-Christoph Steiner
svn path=/trunk/externals/plugin~/; revision=14073
2010-09-11fix lintian error that quilt is requiredHans-Christoph Steiner
svn path=/trunk/externals/plugin~/; revision=14061
2010-09-11prep to retag and re-release clean tarballs with Makefile updatesHans-Christoph Steiner
svn path=/trunk/externals/plugin~/; revision=14048
2010-09-11filed missing ITP bugs and polished in prep for upload to git.debian.orgHans-Christoph Steiner
svn path=/trunk/externals/plugin~/; revision=14047
2010-09-07updated to Makefile version 1.0.3Hans-Christoph Steiner
svn path=/trunk/externals/plugin~/; revision=13994
2010-09-05added override_dh_strip target from pd-wiimote to strip things properlyHans-Christoph Steiner
svn path=/trunk/externals/plugin~/; revision=13978
2010-08-24converted to utf8Hans-Christoph Steiner
svn path=/trunk/externals/plugin~/; revision=13940
2010-08-24added plugin~ using Makefile templateHans-Christoph Steiner
svn path=/trunk/externals/plugin~/; revision=13939
2010-08-24converted to library template and debianizedHans-Christoph Steiner
svn path=/trunk/externals/plugin~/; revision=13938
2010-06-10improved the helpfile and made it functionalHans-Christoph Steiner
svn path=/trunk/externals/plugin~/; revision=13639
2010-06-10changed msg 'print' to 'info' since that's what it is supposed to beHans-Christoph Steiner
svn path=/trunk/externals/plugin~/; revision=13638
2010-06-09set platform-specific search pathsHans-Christoph Steiner
svn path=/trunk/externals/plugin~/; revision=13632
2010-06-09on successfull loading of a plugin, report back the nameIOhannes m zmölnig
svn path=/trunk/externals/plugin~/; revision=13629
2010-06-09fixed another crasher-bug with "listplugins"IOhannes m zmölnig
deleting the stray dlclose() for listplugins fixes a remaining bug; use SETFLOAT and friends rather than directly setting atoms; cleaned up the use of push/pop-locales removed some assert()s svn path=/trunk/externals/plugin~/; revision=13627
2010-06-09added check for locale.hIOhannes m zmölnig
svn path=/trunk/externals/plugin~/; revision=13626
2010-06-09got rid of the "no LADSPA_PATH" warningIOhannes m zmölnig
svn path=/trunk/externals/plugin~/; revision=13625
2010-06-07fixed crasher bugs, workaround issues with locales; minor beautificationsIOhannes m zmölnig
this should fix most crasher bugs with plugin~, when no (ladspa) plugin could be loaded; also: when the LANG is set to non-C (e.g. "de"), the text in all boxes would vanish; fixed this by pushing the LANG to C also: use verbose/error where appropriate; use A_SYMBOL rather than A_DEFSYM and then checking whether a symbol has been given TODO: use of locale.h should be made optional svn path=/trunk/externals/plugin~/; revision=13604
2009-03-21removed unused variablesHans-Christoph Steiner
svn path=/trunk/externals/plugin~/; revision=10884
2009-03-21checking in patch #1944415 to fix crash when the plugin doesn't loadHans-Christoph Steiner
svn path=/trunk/externals/plugin~/; revision=10883
2006-12-05cleaned up help file situation to be usable while saving all patchesHans-Christoph Steiner
svn path=/trunk/externals/plugin~/; revision=6647
2005-10-10Added old, unfunky help patch.Frank Barknecht
svn path=/trunk/externals/plugin~/; revision=3689
2005-04-30adding 'active', fixing one of the segfaults...carmen rocco
svn path=/trunk/externals/plugin~/; revision=2860
2005-04-30enter the knifemancarmen rocco
svn path=/trunk/externals/plugin~/; revision=2859
2005-04-29poofcarmen rocco
svn path=/trunk/externals/plugin~/; revision=2851
2005-04-29yeahcarmen rocco
svn path=/trunk/externals/plugin~/; revision=2849
2003-01-23included patch from Jesse Chappell <jesse@essej.net>Guenter Geiger
svn path=/trunk/externals/plugin~/; revision=359
2002-11-19added version tag fileGuenter Geiger
svn path=/trunk/externals/plugin~/; revision=217
2002-11-19addedsvn2git-rootGuenter Geiger
svn path=/trunk/externals/plugin~/; revision=216