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 @@ -1,35 +1,35 @@ # Created by: trasz PORTNAME= caps-plugins PORTVERSION= 0.4.5 CATEGORIES= audio 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 OPTIONS_DEFINE= OPTIMIZED_CFLAGS LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual WRKSRC= ${WRKDIR}/caps-${PORTVERSION} USES= gmake MAKE_ARGS= CC="${CXX}" CFLAGS="${CXXFLAGS} -fPIC -DPIC" PLIST_FILES= lib/ladspa/caps.so share/ladspa/rdf/caps.rdf OPTIMIZED_CFLAGS_CFLAGS= -O2 -ffast-math -funroll-loops do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/ladspa ${INSTALL_LIB} ${WRKSRC}/caps.so ${STAGEDIR}${PREFIX}/lib/ladspa @${MKDIR} ${STAGEDIR}${PREFIX}/share/ladspa/rdf ${INSTALL_DATA} ${WRKSRC}/caps.rdf ${STAGEDIR}${PREFIX}/share/ladspa/rdf .include 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 @@ -1,7 +1,10 @@ The C* Audio Plugin Suite, is a collection of highly refined LADSPA units capable of (and intended for) realtime operation. The suite 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