From dad9630a427267e40a4a9e348c696cdf7deeebcc Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Wed, 7 Apr 2021 12:49:00 -0700 Subject: [PATCH] audio/caps-plugins: Clarify COMMENT and add to pkg-descr --- audio/caps-plugins/Makefile | 2 +- audio/caps-plugins/pkg-descr | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/audio/caps-plugins/Makefile b/audio/caps-plugins/Makefile index 0f6a2df5364f..fce7ddeb2e50 100644 --- a/audio/caps-plugins/Makefile +++ b/audio/caps-plugins/Makefile @@ -7,7 +7,7 @@ MASTER_SITES= http://quitte.de/dsp/ DISTNAME= caps_${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= The C* Audio Plugin Suite +COMMENT= The C* LADSPA Audio Plugin Suite BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa diff --git a/audio/caps-plugins/pkg-descr b/audio/caps-plugins/pkg-descr index e04d9c25c9f9..d81f276fa96d 100644 --- a/audio/caps-plugins/pkg-descr +++ b/audio/caps-plugins/pkg-descr @@ -4,4 +4,7 @@ includes DSP units emulating instrument amplifiers, stomp-box classics, versatile 'virtual analogue' oscillators, fractal oscillation, reverb, equalization and others. +LADSPA has been superceded by LV2. caps plugins were reimplemented based on +the LV2 technology and ported to FreeBSD as audio/caps-lv2. + WWW: http://quitte.de/dsp/caps.html