initial import of audio/caps-plugins
CAPS, the C* Audio Plugin Suite, is a collection of refined LADSPA audio plugins capable of (and mainly intended for) realtime operation. The suite includes DSP units emulating instrument amplifiers, stomp-box classics, versatile 'virtual analogue' oscillators, fractal oscillation, reverb, equalization and more. looks ok to landry@
This commit is contained in:
parent
c942ca1e00
commit
d4610492a5
36
audio/caps-plugins/Makefile
Normal file
36
audio/caps-plugins/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/10/23 21:59:58 jakemsr Exp $
|
||||
|
||||
SHARED_ONLY = Yes
|
||||
|
||||
COMMENT = CAPS LADSPA plugins
|
||||
V = 0.4.4
|
||||
DISTNAME = caps_${V}
|
||||
PKGNAME = caps-plugins-${V}
|
||||
|
||||
CATEGORIES = audio
|
||||
|
||||
HOMEPAGE = http://quite.de/dsp/caps.html
|
||||
|
||||
MAINTAINER = Jacob Meuser <jakemsr@openbsd.org>
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
WANTLIB = m stdc++
|
||||
|
||||
MASTER_SITES = http://quitte.de/dsp/
|
||||
|
||||
MAKE_FLAGS = CC=${CXX} \
|
||||
OPTS="${CFLAGS} -fPIC -DPIC"
|
||||
FAKE_FLAGS = PREFIX="${DESTDIR}${PREFIX}"
|
||||
|
||||
USE_GMAKE = Yes
|
||||
|
||||
NO_REGRESS = Yes
|
||||
|
||||
WRKDIST = ${WRKDIR}/caps-${V}
|
||||
|
||||
.include <bsd.port.mk>
|
5
audio/caps-plugins/distinfo
Normal file
5
audio/caps-plugins/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (caps_0.4.4.tar.gz) = H0qNUCV7bL2u/sx44wENJw==
|
||||
RMD160 (caps_0.4.4.tar.gz) = JBgcEWI38YaKvpjHQN2nOaYSkeE=
|
||||
SHA1 (caps_0.4.4.tar.gz) = exYi81Rfpd/H0ZjC28ERcEoHjps=
|
||||
SHA256 (caps_0.4.4.tar.gz) = GPAznOEpz7tQYHJoc5CSj+oj8rEWc+Q8fMsXR3CaHI4=
|
||||
SIZE (caps_0.4.4.tar.gz) = 789281
|
5
audio/caps-plugins/pkg/DESCR
Normal file
5
audio/caps-plugins/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
CAPS, the C* Audio Plugin Suite, is a collection of refined LADSPA audio
|
||||
plugins capable of (and mainly intended for) realtime operation. The
|
||||
suite includes DSP units emulating instrument amplifiers, stomp-box
|
||||
classics, versatile 'virtual analogue' oscillators, fractal oscillation,
|
||||
reverb, equalization and more.
|
6
audio/caps-plugins/pkg/PLIST
Normal file
6
audio/caps-plugins/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/10/23 21:59:58 jakemsr Exp $
|
||||
lib/ladspa/
|
||||
lib/ladspa/caps.so
|
||||
share/ladspa/
|
||||
share/ladspa/rdf/
|
||||
share/ladspa/rdf/caps.rdf
|
Loading…
Reference in New Issue
Block a user