initial import of audio/mcp-plugins
The MCP plugins consist of: - cs_phaser: a series connection of 1 to 30 first order allpass filters with feedback. - cs_chorus: two low frequency oscillators, each having 3 outputs that are 120 degree apart in phase. - mvclpf24: accurate digital implementation of voltage controlled lowpass Moog filter. - mvchpf24: digital implementation of voltage controlled hipass Moog filter. looks ok to landry@
This commit is contained in:
parent
36366790c5
commit
5264503d42
38
audio/mcp-plugins/Makefile
Normal file
38
audio/mcp-plugins/Makefile
Normal file
@ -0,0 +1,38 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/10/23 21:57:04 jakemsr Exp $
|
||||
|
||||
SHARED_ONLY = Yes
|
||||
|
||||
COMMENT = MCP LADSPA plugins
|
||||
DISTNAME = MCP-plugins-0.4.0
|
||||
PKGNAME = ${DISTNAME:L}
|
||||
|
||||
CATEGORIES = audio
|
||||
|
||||
HOMEPAGE = http://kokkinizita.net/linuxaudio/ladspa/index.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++
|
||||
|
||||
EXTRACT_SUFX = .tar.bz2
|
||||
|
||||
MASTER_SITES = http://kokkinizita.net/linuxaudio/downloads/
|
||||
|
||||
MAKE_FLAGS = CPPFLAGS="${CPPFLAGS} -D_REENTRANT -fPIC"
|
||||
|
||||
NO_REGRESS = Yes
|
||||
|
||||
post-patch:
|
||||
perl -pi -e 's#g\+\+ -shared#${CXX} -shared -fPIC#g' ${WRKSRC}/Makefile
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM_DIR} ${PREFIX}/lib/ladspa
|
||||
${INSTALL_PROGRAM} ${WRKBUILD}/*.so ${PREFIX}/lib/ladspa
|
||||
|
||||
.include <bsd.port.mk>
|
5
audio/mcp-plugins/distinfo
Normal file
5
audio/mcp-plugins/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (MCP-plugins-0.4.0.tar.bz2) = Kg/FAoGhUOt4Hbz+L7nFMg==
|
||||
RMD160 (MCP-plugins-0.4.0.tar.bz2) = 3eMMvq1Upp6WrwH03IfOe4byGPc=
|
||||
SHA1 (MCP-plugins-0.4.0.tar.bz2) = ZzFAHjIEW88H8eTytxC2tkQ72Kw=
|
||||
SHA256 (MCP-plugins-0.4.0.tar.bz2) = bFu6gSUeoDU4rDl4J5/qQGU0K0JnsM0CPa/KgmjISRk=
|
||||
SIZE (MCP-plugins-0.4.0.tar.bz2) = 23637
|
9
audio/mcp-plugins/pkg/DESCR
Normal file
9
audio/mcp-plugins/pkg/DESCR
Normal file
@ -0,0 +1,9 @@
|
||||
The MCP plugins consist of:
|
||||
- cs_phaser: a series connection of 1 to 30 first order allpass
|
||||
filters with feedback.
|
||||
- cs_chorus: two low frequency oscillators, each having 3 outputs
|
||||
that are 120 degree apart in phase.
|
||||
- mvclpf24: accurate digital implementation of voltage controlled
|
||||
lowpass Moog filter.
|
||||
- mvchpf24: digital implementation of voltage controlled hipass
|
||||
Moog filter.
|
6
audio/mcp-plugins/pkg/PLIST
Normal file
6
audio/mcp-plugins/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/10/23 21:57:04 jakemsr Exp $
|
||||
lib/ladspa/
|
||||
lib/ladspa/cs_chorus.so
|
||||
lib/ladspa/cs_phaser.so
|
||||
lib/ladspa/mvchpf24.so
|
||||
lib/ladspa/mvclpf24.so
|
Loading…
x
Reference in New Issue
Block a user