Subject: CVS commit: pkgsrc/audio/ladspa
From: Nia Alarie
Date: 2019-10-05 19:39:38
Message id: 20191005173938.9D8D4FBF4@cvs.NetBSD.org

Log Message:
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.

Files:
RevisionActionfile
1.16modifypkgsrc/audio/ladspa/Makefile
1.4modifypkgsrc/audio/ladspa/PLIST
1.16modifypkgsrc/audio/ladspa/distinfo
1.1addpkgsrc/audio/ladspa/patches/patch-src_Makefile
1.1addpkgsrc/audio/ladspa/patches/patch-src_applyplugin.c
1.9removepkgsrc/audio/ladspa/patches/patch-aa
1.5removepkgsrc/audio/ladspa/patches/patch-ab
1.2removepkgsrc/audio/ladspa/patches/patch-ac
1.1removepkgsrc/audio/ladspa/patches/patch-plugins_amp.c
1.1removepkgsrc/audio/ladspa/patches/patch-plugins_delay.c
1.1removepkgsrc/audio/ladspa/patches/patch-plugins_filter.c
1.1removepkgsrc/audio/ladspa/patches/patch-plugins_noise.c