diff options
author | beech <beech@FreeBSD.org> | 2007-09-11 03:12:15 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2007-09-11 03:12:15 +0800 |
commit | 327166906efc1586bc71299cda19bc85e3914a52 (patch) | |
tree | db8def794ceb52f3fb61c07b7ac980e9b0f82bbe /audio/spiralsynthmodular | |
parent | dd5d78e6334cf903d3a62c4af458d1f4bf26ac8d (diff) | |
download | freebsd-ports-graphics-327166906efc1586bc71299cda19bc85e3914a52.tar.gz freebsd-ports-graphics-327166906efc1586bc71299cda19bc85e3914a52.tar.zst freebsd-ports-graphics-327166906efc1586bc71299cda19bc85e3914a52.zip |
- Fix build with gcc42
Approved by: David Yeske <dyeske@gmail.com> (maintainer),
sat (mentor)
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 8c2424abd3c..209b46f2362 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 e8c5032fc6b..aa0c3482b56 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 |