pkgsrc/audio/zam-plugins/Makefile
nia b025e754ca add audio/zam-plugins
zam-plugins is a collection of LV2/LADSPA/VST/JACK audio plugins for sound
processing. It includes:

* ZaMaximX2: brickwall limiter for mastering.
* ZamAutoSat: automatic saturation plugin.
* ZamComp: powerful mono compressor strip.
* ZamCompX2: stereo version of ZamComp with knee slew control.
* ZamEQ2: two band parametric equaliser with high and low shelving circuits.
* ZamGEQ31: 31 band graphic equaliser.
* ZamPhono: collection of phono filters for restoring vinyl records, or
  preparing to cut new ones.
* ZamGate: gate plugin for ducking low gain sounds.
* ZamGateX2: gate plugin for ducking low gain sounds, stereo version.
* ZamTube: distortion effect. wave digital filter physical model of a triode
  tube amplifier stage, with modelled tone stacks from real guitar amplifiers.
* ZamDelay: simple feedback delay unit with sync-to-host BPM feature and
  filter.
* ZamDynamicEQ: dynamic equalizer that changes its gain based on detecting
  a narrow band of frequencies.
* ZaMultiComp: mono multiband compressor, with 3 adjustable bands.
* ZaMultiCompX2: stereo version of ZaMultiComp, with individual threshold
  controls for each band and real-time visualisation of comp curves.
2022-04-06 16:32:21 +00:00

23 lines
613 B
Makefile

# $NetBSD: Makefile,v 1.1 2022/04/06 16:32:21 nia Exp $
DISTNAME= zam-plugins-3.14
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=zamaudio/}
MAINTAINER= nia@NetBSD.org
HOMEPAGE= https://www.zamaudio.com/?p=976
COMMENT= Collection of LADSPA/LV2/VST/JACK audio plugins
LICENSE= gnu-gpl-v2
GITHUB_SUBMODULES= \
DISTRHO DPF 08669d1bc30c6e971fde800eade4ca40104ba8b2 dpf
USE_TOOLS+= gmake pkg-config
USE_LANGUAGES= c c++
REPLACE_SH+= dpf/utils/generate-ttl.sh
.include "options.mk"
.include "../../audio/libsamplerate/buildlink3.mk"
.include "../../math/fftw/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"