diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2009-08-27 06:07:56 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2009-08-27 06:07:56 +0000 |
commit | e8585a459a0ed59a22b82ada58ee31d862c05da0 (patch) | |
tree | 40cb6fb6d23598120af7c33cf6d22059edc8fdcf /audio/calf | |
parent | 680502314ddd9a722cae659d10c28dedd47b00a1 (diff) | |
download | ports-e8585a459a0ed59a22b82ada58ee31d862c05da0.tar.gz ports-e8585a459a0ed59a22b82ada58ee31d862c05da0.zip |
The Calf project aims at providing a set of high quality open source
audio plugins for musicians. All the included plugins are designed
to be used with multitrack software, as software replacement for
instruments and guitar stomp boxes.
The plugins are available in following formats:
- DSSI (both synthesizers and effects, GTK+ GUI is included)
- Standalone JACK client application with GTK+-based GUI
- LADSPA (only effect plugins, GUI not available unless host supports
DSSI-style GUI for LADSPA), with LRDF. Note that use of LADSPA
is strongly discouraged, as the limitations of the standard may cause
serious inconvenience.
WWW: http://calf.sourceforge.net/
Notes
Notes:
svn path=/head/; revision=240377
Diffstat (limited to 'audio/calf')
-rw-r--r-- | audio/calf/Makefile | 37 | ||||
-rw-r--r-- | audio/calf/distinfo | 3 | ||||
-rw-r--r-- | audio/calf/pkg-descr | 17 | ||||
-rw-r--r-- | audio/calf/pkg-plist | 30 |
4 files changed, 87 insertions, 0 deletions
diff --git a/audio/calf/Makefile b/audio/calf/Makefile new file mode 100644 index 000000000000..fa15974410b7 --- /dev/null +++ b/audio/calf/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: calf +# Date created: 2009-08-26 +# Whom: <trasz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= calf +PORTVERSION= 0.0.18.5 +CATEGORIES= audio +MASTER_SITES= SF + +MAINTAINER= trasz@FreeBSD.org +COMMENT= Calf audio plugin pack + +LIB_DEPENDS= dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \ + lo.7:${PORTSDIR}/audio/liblo \ + jack.0:${PORTSDIR}/audio/jack \ + lash.2:${PORTSDIR}/audio/lash +BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi \ + ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa +RUN_DEPENDS= ${BUILD_DEPENDS} + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_GNOME= gtk20 libglade2 +CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/dssi -L${LOCALBASE}/lib + +MAN1= calfjackhost.1 +MAN7= calf.7 +INSTALLS_ICONS= yes + +post-patch: + @${FIND} ${BUILD_WRKSRC} -name '*.cpp' | ${XARGS} \ + ${REINPLACE_CMD} -e "s|<malloc.h>|<stdlib.h>|g" + +.include <bsd.port.mk> diff --git a/audio/calf/distinfo b/audio/calf/distinfo new file mode 100644 index 000000000000..9c86aa38045c --- /dev/null +++ b/audio/calf/distinfo @@ -0,0 +1,3 @@ +MD5 (calf-0.0.18.5.tar.gz) = b844eac59bb16354b8dc25a15a0576f6 +SHA256 (calf-0.0.18.5.tar.gz) = e25d69f1b949a952d78d51b992fdeb8e1d5d746ca632797bc5622fe246ceafe1 +SIZE (calf-0.0.18.5.tar.gz) = 583875 diff --git a/audio/calf/pkg-descr b/audio/calf/pkg-descr new file mode 100644 index 000000000000..7eed0c77a594 --- /dev/null +++ b/audio/calf/pkg-descr @@ -0,0 +1,17 @@ +The Calf project aims at providing a set of high quality open source +audio plugins for musicians. All the included plugins are designed +to be used with multitrack software, as software replacement for +instruments and guitar stomp boxes. + +The plugins are available in following formats: + + - DSSI (both synthesizers and effects, GTK+ GUI is included) + + - Standalone JACK client application with GTK+-based GUI + + - LADSPA (only effect plugins, GUI not available unless host supports + DSSI-style GUI for LADSPA), with LRDF. Note that use of LADSPA + is strongly discouraged, as the limitations of the standard may cause + serious inconvenience. + +WWW: http://calf.sourceforge.net/ diff --git a/audio/calf/pkg-plist b/audio/calf/pkg-plist new file mode 100644 index 000000000000..d8f520c19782 --- /dev/null +++ b/audio/calf/pkg-plist @@ -0,0 +1,30 @@ +bin/calfjackhost +lib/ladspa/calf.so +lib/dssi/calf/calf_gtk +lib/dssi/calf.so +share/calf/presets.xml +share/calf/knob.png +share/calf/gui-filter.xml +share/calf/gui-filterclavier.xml +share/calf/gui-flanger.xml +share/calf/gui-reverb.xml +share/calf/gui-monosynth.xml +share/calf/gui-vintagedelay.xml +share/calf/gui-organ.xml +share/calf/gui-rotaryspeaker.xml +share/calf/gui-phaser.xml +share/calf/gui-multichorus.xml +share/calf/gui-compressor.xml +share/calf/calf.glade +share/ladspa/rdf/calf.rdf +share/icons/hicolor/16x16/apps/calf.png +share/icons/hicolor/24x24/apps/calf.png +share/icons/hicolor/32x32/apps/calf.png +share/icons/hicolor/48x48/apps/calf.png +share/icons/hicolor/icon-theme.cache +share/applications/calf.desktop +@dirrm lib/dssi/calf +@dirrm share/calf +@dirrmtry share/ladspa/rdf +@dirrmtry share/ladspa +@dirrmtry share/applications |