summaryrefslogtreecommitdiff
path: root/audio/ladspa/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2019-10-05ladspa: Update to 1.15nia1-1/+13
Version 1.14 - 3 Jan 2019 Rename Makefile. Modernise C++ #include style. Make some globals static. Use mkdir -p rather than mkdirhier during build. Use GCC export map to ensure only the ladspa_descriptor() exported. Put libraries at the end of link instructions. Package with version number in archive and directory names. Tweaks to documentation processing. Fix bug in LADSPA plugin search which did not handle shared libraries that are not plugins correctly. Introduce a default LADSPA plugin search path. Version 1.15 - 6 Jan 2019 Perform macro string expansion in C code rather than in Makefile for better portability. Modernise init()/fini() style in GNU C plugin builds (not C++), tweak link line to correspond.
2019-07-15ladspa: various portability improvements from clément bouviernia1-6/+6
* Add libtool support in install and build targets * Add libtool support to test target * Add endian.h header for macosx * Bump PKGREVISION closes PR pkg/54368
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2005-01-12Initial import of ladspa-1.12 from pkgsrc-wip.xtraeme1-0/+11
Many audio synthesis and recording packages are in use or in development. These work in many different ways. LADSPA provides a standard way for `plugin' audio processors to be used with a wide range of these packages. For instance, this allows a developer to make a reverb program and bundle it into a LADSPA `plugin library.' Ordinary users can then use this reverb within any LADSPA-friendly audio application.