pkgsrc/audio/ladspa/PLIST
nia b707f186a0 ladspa: Update to 1.15
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-10-05 17:39:38 +00:00

22 lines
606 B
Text

@comment $NetBSD: PLIST,v 1.4 2019/10/05 17:39:38 nia Exp $
bin/analyseplugin
bin/applyplugin
bin/listplugins
include/ladspa.h
lib/ladspa/amp.la
lib/ladspa/delay.la
lib/ladspa/filter.la
lib/ladspa/noise.la
lib/ladspa/sine.la
share/doc/ladspa/COPYING
share/doc/ladspa/background.html
share/doc/ladspa/changes.html
share/doc/ladspa/download.html
share/doc/ladspa/example_plugins.html
share/doc/ladspa/index.html
share/doc/ladspa/installation.html
share/doc/ladspa/ladspa.h.txt
share/doc/ladspa/license.html
share/doc/ladspa/overview.html
share/doc/ladspa/shared_plugins.html
share/doc/ladspa/unique_ids.html