diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-09-10 19:12:15 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-09-10 19:12:15 +0000 |
commit | f451894da91996b1e3b28d3a77142dc3fd923750 (patch) | |
tree | 4be4d986658692b52b52c31ce656af32b911ddab /audio/spiralsynthmodular | |
parent | aad6596e4e8165c44c1074c5bfb74244fff97a86 (diff) | |
download | ports-f451894da91996b1e3b28d3a77142dc3fd923750.tar.gz ports-f451894da91996b1e3b28d3a77142dc3fd923750.zip |
Notes
Diffstat (limited to 'audio/spiralsynthmodular')
-rw-r--r-- | audio/spiralsynthmodular/Makefile | 19 | ||||
-rw-r--r-- | audio/spiralsynthmodular/pkg-plist | 1 |
2 files changed, 17 insertions, 3 deletions
diff --git a/audio/spiralsynthmodular/Makefile b/audio/spiralsynthmodular/Makefile index 8c2424abd3c8..209b46f23622 100644 --- a/audio/spiralsynthmodular/Makefile +++ b/audio/spiralsynthmodular/Makefile @@ -7,7 +7,7 @@ PORTNAME= spiralsynthmodular PORTVERSION= 0.2.2a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= spiralmodular @@ -16,11 +16,12 @@ DISTNAME= spiralmodular-${PORTVERSION} MAINTAINER= dyeske@gmail.com COMMENT= An object orientated modular softsynth / sequencer / sampler -BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa +BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa \ + jackd:${PORTSDIR}/audio/jack LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk \ sndfile.1:${PORTSDIR}/audio/libsndfile -USE_X_PREFIX= yes +USE_XORG= x11 GNU_CONFIGURE= yes CONFIGURE_ENV= FLTK_CONFIG="${FLTK_CONFIG}" \ @@ -64,6 +65,18 @@ post-patch: 's|True|true|; s|False|false|' \ ${WRKSRC}/SpiralSound/Plugins/MatrixPlugin/MatrixPlugin.C + @${REINPLACE_CMD} -e \ + 's|JackPort::||' \ + ${WRKSRC}/SpiralSound/Plugins/JackPlugin/JackPlugin.h + + @${REINPLACE_CMD} -e \ + 's|CVGUI::||' \ + ${WRKSRC}/SpiralSound/Plugins/ControllerPlugin/ControllerPluginGUI.h + + @${REINPLACE_CMD} -e \ + 's|Sample::||' \ + ${WRKSRC}/SpiralSound/Sample.h + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -E -e \ 's|-ldl||; \ s|^CC[[:space:]]*=.+$$|CC=${CC}|; \ diff --git a/audio/spiralsynthmodular/pkg-plist b/audio/spiralsynthmodular/pkg-plist index e8c5032fc6bf..aa0c3482b568 100644 --- a/audio/spiralsynthmodular/pkg-plist +++ b/audio/spiralsynthmodular/pkg-plist @@ -13,6 +13,7 @@ lib/SpiralPlugins/EnvelopePlugin.so lib/SpiralPlugins/FilterPlugin.so lib/SpiralPlugins/FlipflopPlugin.so lib/SpiralPlugins/FormantFilterPlugin.so +lib/SpiralPlugins/JackPlugin.so lib/SpiralPlugins/KeyboardPlugin.so lib/SpiralPlugins/LADSPAPlugin.so lib/SpiralPlugins/LFOPlugin.so |