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.

WWW:	http://quitte.de/dsp/caps.html

PR:		ports/109990
Submitted by:	trasz <trasz at pin.if.uz.zgora.pl>
This commit is contained in:
Martin Wilke 2007-03-06 18:45:54 +00:00
parent 8a1644b8ef
commit f5206942b9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186693
5 changed files with 59 additions and 0 deletions

View File

@ -68,6 +68,7 @@
SUBDIR += cam
SUBDIR += cantus
SUBDIR += cantus_3
SUBDIR += caps-plugins
SUBDIR += ccaudio
SUBDIR += cd-console
SUBDIR += cd-discid

View File

@ -0,0 +1,31 @@
# New ports collection makefile for: caps-plugins
# Date created: 2007-03-06
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
#
# $FreeBSD$
#
PORTNAME= caps-plugins
PORTVERSION= 0.3.0
CATEGORIES= audio
MASTER_SITES= http://quitte.de/dsp/
DISTNAME= caps_${PORTVERSION}
MAINTAINER= trasz@pin.if.uz.zgora.pl
COMMENT= The C* Audio Plugin Suite
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
RUN_DEPENDS= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/caps-${PORTVERSION}
USE_GMAKE= yes
PLIST_FILES= lib/ladspa/caps.so
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_OPTIMIZED_CFLAGS)
CFLAGS+= -O6 -ffast-math -funroll-loops
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (caps_0.3.0.tar.gz) = ece235ac353092f39a4f15d365cfa46f
SHA256 (caps_0.3.0.tar.gz) = 1cf3dd09f2b9f734a2e637a1919df87fc806667db4a2d5d40dc6773716e121ff
SIZE (caps_0.3.0.tar.gz) = 209075

View File

@ -0,0 +1,17 @@
--- Makefile.orig Tue Mar 6 12:39:47 2007
+++ Makefile Tue Mar 6 12:40:24 2007
@@ -1,11 +1,11 @@
PREFIX = /usr/local
-CC = g++
-OPTS = -O6 -ffast-math -funroll-loops -Wall -fPIC -DPIC
+CC = $(CXX)
+OPTS = -Wall -fPIC -DPIC
# users of later iterations of the x86 architecture may want to add these:
# OPTS = -msse2 -mfpmath=sse -pipe -ftracer
-CFLAGS = $(OPTS)
+CFLAGS += $(OPTS)
PLUG = caps
VERSION = 0.3.0

View File

@ -0,0 +1,7 @@
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.
WWW: http://quitte.de/dsp/caps.html