diff options
author | bf <bf@FreeBSD.org> | 2011-10-17 18:08:33 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-10-17 18:08:33 +0800 |
commit | c5df546f91d4ce945b2de2e01f71d31243158164 (patch) | |
tree | 28381e3e9e9a82d3a2b45f40fb8df8fd26cc5894 /audio | |
parent | 86b4e4efcff2f1578c68c8821ff20594cc982a82 (diff) | |
download | freebsd-ports-gnome-c5df546f91d4ce945b2de2e01f71d31243158164.tar.gz freebsd-ports-gnome-c5df546f91d4ce945b2de2e01f71d31243158164.tar.zst freebsd-ports-gnome-c5df546f91d4ce945b2de2e01f71d31243158164.zip |
- update fftw3* to 3.3 [1], and adjust dependent ports
- make use of optimizations by default, where possible
(quad flavor to follow shortly, and mpi at a later date)
Suggestions and patches from: ache, C. Burns, wen
Diffstat (limited to 'audio')
29 files changed, 52 insertions, 41 deletions
diff --git a/audio/aacplusenc/Makefile b/audio/aacplusenc/Makefile index 78b9de8d10ec..1877af4166d3 100644 --- a/audio/aacplusenc/Makefile +++ b/audio/aacplusenc/Makefile @@ -7,6 +7,7 @@ PORTNAME= aacplusenc PORTVERSION= 0.17.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://teknoraver.net/software/mp4tools/ @@ -25,8 +26,8 @@ PLIST_FILES= bin/aacplusenc .if defined(WITHOUT_FFTW3) MAKE_ARGS+= NOFFTW3=1 .else -LIB_DEPENDS+= fftw3f.5:${PORTSDIR}/math/fftw3-float \ - fftw3.5:${PORTSDIR}/math/fftw3 +LIB_DEPENDS+= fftw3f:${PORTSDIR}/math/fftw3-float \ + fftw3:${PORTSDIR}/math/fftw3 CFLAGS+= -I${LOCALBASE}/include .endif diff --git a/audio/ardour/Makefile b/audio/ardour/Makefile index 383fb00952eb..e9c2a323b81e 100644 --- a/audio/ardour/Makefile +++ b/audio/ardour/Makefile @@ -7,7 +7,7 @@ PORTNAME= ardour PORTVERSION= 2.8.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://freebsd.nsu.ru/distfiles/ \ diff --git a/audio/arss/Makefile b/audio/arss/Makefile index 51fb6b5bda77..d43a34f53974 100644 --- a/audio/arss/Makefile +++ b/audio/arss/Makefile @@ -7,6 +7,7 @@ PORTNAME= arss PORTVERSION= 0.2.3 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -14,7 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= beyert@cs.ucr.edu COMMENT= Additive Image Synthesizer (convert audio to images, images to audio) -LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3 +LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 WRKSRC= ${WRKDIR}/${DISTNAME}/src diff --git a/audio/aubio/Makefile b/audio/aubio/Makefile index 7f480947780c..a4c670b1417a 100644 --- a/audio/aubio/Makefile +++ b/audio/aubio/Makefile @@ -7,7 +7,7 @@ PORTNAME= aubio PORTVERSION= 0.3.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://aubio.org/pub/ diff --git a/audio/denemo/Makefile b/audio/denemo/Makefile index 5085749ccb4f..3359534cd6ad 100644 --- a/audio/denemo/Makefile +++ b/audio/denemo/Makefile @@ -7,7 +7,7 @@ PORTNAME= denemo PORTVERSION= 0.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= GNU @@ -19,7 +19,7 @@ LIB_DEPENDS= aubio.3:${PORTSDIR}/audio/aubio \ fluidsynth.4:${PORTSDIR}/audio/fluidsynth \ jack.0:${PORTSDIR}/audio/jack \ guile.21:${PORTSDIR}/lang/guile \ - fftw3.5:${PORTSDIR}/math/fftw3 + fftw3:${PORTSDIR}/math/fftw3 RUN_DEPENDS= portaudio>=19:${PORTSDIR}/audio/portaudio2 OPTIONS+= LILYPOND "Install LilyPond (Printing)" off diff --git a/audio/extace/Makefile b/audio/extace/Makefile index bcd95fcf6fed..e21296b0e0d7 100644 --- a/audio/extace/Makefile +++ b/audio/extace/Makefile @@ -7,14 +7,14 @@ PORTNAME= extace PORTVERSION= 1.9.9 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/eXtace/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= An Audio Visualization plugin for the X Window System -LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3 +LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 USE_GNOME= esound gnomehack gnomehier gtk20 GNU_CONFIGURE= yes diff --git a/audio/fdmf/Makefile b/audio/fdmf/Makefile index 8c116c604a64..65837232f861 100644 --- a/audio/fdmf/Makefile +++ b/audio/fdmf/Makefile @@ -7,7 +7,7 @@ PORTNAME= fdmf DISTVERSION= 0.0.9s -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://w140.com/audio/ CENKES @@ -16,7 +16,7 @@ COMMENT= Find similar music by perceptual hashing LIB_DEPENDS= gdbm.4:${PORTSDIR}/databases/gdbm \ plot.4:${PORTSDIR}/graphics/plotutils \ - fftw3.5:${PORTSDIR}/math/fftw3 + fftw3:${PORTSDIR}/math/fftw3 RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer \ mpg123:${PORTSDIR}/audio/mpg123 \ ogg123:${PORTSDIR}/audio/vorbis-tools \ diff --git a/audio/fmit/Makefile b/audio/fmit/Makefile index 4a56a28e191f..ae45a19e1ea0 100644 --- a/audio/fmit/Makefile +++ b/audio/fmit/Makefile @@ -7,6 +7,7 @@ PORTNAME= fmit PORTVERSION= 0.99.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://download.gna.org/fmit/ DISTNAME= ${PORTNAME}-${PORTVERSION}-Source @@ -18,7 +19,7 @@ LICENSE= GPLv2 # (or later) LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \ - fftw3.5:${PORTSDIR}/math/fftw3 + fftw3:${PORTSDIR}/math/fftw3 BROKEN= does not configure diff --git a/audio/gkrellmss2/Makefile b/audio/gkrellmss2/Makefile index efea49ade964..e154e6456860 100644 --- a/audio/gkrellmss2/Makefile +++ b/audio/gkrellmss2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gkrellmss PORTVERSION= 2.7 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://members.dslextreme.com/users/billw/gkrellmss/ @@ -14,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A plugin for GKrellM with a VU meter showing left/right channel audio BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 -LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3 +LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 USE_XORG= x11 diff --git a/audio/gstreamer-plugins-moodbar/Makefile b/audio/gstreamer-plugins-moodbar/Makefile index 35b7987db817..678fa9ca59fc 100644 --- a/audio/gstreamer-plugins-moodbar/Makefile +++ b/audio/gstreamer-plugins-moodbar/Makefile @@ -7,7 +7,7 @@ PORTNAME= gstreamer-plugins-moodbar PORTVERSION= 0.1.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://pwsp.net/~qbob/ \ http://redundancy.redundancy.org/mirror/ diff --git a/audio/jamin/Makefile b/audio/jamin/Makefile index 7e61cc3f3eb2..b38be852fbb0 100644 --- a/audio/jamin/Makefile +++ b/audio/jamin/Makefile @@ -7,7 +7,7 @@ PORTNAME= jamin PORTVERSION= 0.95.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= SF diff --git a/audio/last.fm/Makefile b/audio/last.fm/Makefile index 0409ddd80489..e8c5a4dca6df 100644 --- a/audio/last.fm/Makefile +++ b/audio/last.fm/Makefile @@ -7,7 +7,7 @@ PORTNAME= last.fm PORTVERSION= 1.4.2.58240 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio net MASTER_SITES= http://cdn.last.fm/client/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}.src @@ -19,7 +19,7 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash LIB_DEPENDS= gpod.7:${PORTSDIR}/audio/libgpod \ mad.2:${PORTSDIR}/audio/libmad \ samplerate.1:${PORTSDIR}/audio/libsamplerate \ - fftw3f.5:${PORTSDIR}/math/fftw3-float + fftw3f:${PORTSDIR}/math/fftw3-float LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/audio/libaacplus/Makefile b/audio/libaacplus/Makefile index bbeec691d976..12a8a2b3a750 100644 --- a/audio/libaacplus/Makefile +++ b/audio/libaacplus/Makefile @@ -7,6 +7,7 @@ PORTNAME= libaacplus PORTVERSION= 2.0.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://tipok.org.ua/downloads/media/aac+/libaacplus/:site1\ http://217.20.164.161/~tipok/aacplus/:site1\ diff --git a/audio/libconvolve/Makefile b/audio/libconvolve/Makefile index 98f37ce6bec0..0575e3e30b71 100644 --- a/audio/libconvolve/Makefile +++ b/audio/libconvolve/Makefile @@ -7,7 +7,7 @@ PORTNAME= libconvolve PORTVERSION= 0.0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/heaven/Audio%20Applications/Jack%20Related/jack_convolve/ EXTRACT_SUFX= .tgz @@ -18,7 +18,7 @@ COMMENT= Simple C library for partitioned convolution LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -LIB_DEPENDS= fftw3f.5:${PORTSDIR}/math/fftw3-float \ +LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float \ samplerate.1:${PORTSDIR}/audio/libsamplerate \ sndfile.1:${PORTSDIR}/audio/libsndfile diff --git a/audio/liblastfm/Makefile b/audio/liblastfm/Makefile index 4647c47228f2..54a65c7ba893 100644 --- a/audio/liblastfm/Makefile +++ b/audio/liblastfm/Makefile @@ -7,7 +7,7 @@ PORTNAME= liblastfm PORTVERSION= 0.3.3 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= swills @@ -17,7 +17,7 @@ MAINTAINER= datahead4@gmail.com COMMENT= Collection of libraries to help integrate Last.fm services LIB_DEPENDS= samplerate.1:${PORTSDIR}/audio/libsamplerate \ - fftw3f.5:${PORTSDIR}/math/fftw3-float + fftw3f:${PORTSDIR}/math/fftw3-float USE_RUBY= yes USE_GMAKE= yes diff --git a/audio/libofa/Makefile b/audio/libofa/Makefile index 3d939d6dfac3..d234a29c5bfe 100644 --- a/audio/libofa/Makefile +++ b/audio/libofa/Makefile @@ -7,14 +7,14 @@ PORTNAME= libofa PORTVERSION= 0.9.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= GOOGLE_CODE MAINTAINER= bsdkaffee@gmail.com COMMENT= The Open Fingerprint Architecture Library -LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3 \ +LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ expat.6:${PORTSDIR}/textproc/expat2 \ curl.6:${PORTSDIR}/ftp/curl diff --git a/audio/libsamplerate/Makefile b/audio/libsamplerate/Makefile index 9061cbc923bb..ac6099291e19 100644 --- a/audio/libsamplerate/Makefile +++ b/audio/libsamplerate/Makefile @@ -7,7 +7,7 @@ PORTNAME= libsamplerate PORTVERSION= 0.1.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.mega-nerd.com/SRC/ @@ -18,7 +18,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS+= sndfile.1:${PORTSDIR}/audio/libsndfile \ - fftw3.5:${PORTSDIR}/math/fftw3 + fftw3:${PORTSDIR}/math/fftw3 USE_GNOME= gnomehack pkgconfig USE_AUTOTOOLS= libtool diff --git a/audio/lmms/Makefile b/audio/lmms/Makefile index a292bf7601e0..12f61435f187 100644 --- a/audio/lmms/Makefile +++ b/audio/lmms/Makefile @@ -7,7 +7,7 @@ PORTNAME= lmms PORTVERSION= 0.4.6 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= SF @@ -21,7 +21,7 @@ LIB_DEPENDS= FLAC.10:${PORTSDIR}/audio/flac \ samplerate.1:${PORTSDIR}/audio/libsamplerate \ sndfile.1:${PORTSDIR}/audio/libsndfile \ vorbis.4:${PORTSDIR}/audio/libvorbis \ - fftw3f.5:${PORTSDIR}/math/fftw3-float + fftw3f:${PORTSDIR}/math/fftw3-float RUN_DEPENDS:= ${BUILD_DEPENDS} \ ${LOCALBASE}/share/ladspa/rdf/caps.rdf:${PORTSDIR}/audio/caps-plugins \ ${LOCALBASE}/lib/ladspa/cmt.so:${PORTSDIR}/audio/cmt \ diff --git a/audio/mythplugin-mythmusic/Makefile b/audio/mythplugin-mythmusic/Makefile index 3715edc3064c..43fe3dad3d26 100644 --- a/audio/mythplugin-mythmusic/Makefile +++ b/audio/mythplugin-mythmusic/Makefile @@ -7,7 +7,7 @@ PORTNAME= mythmusic PORTVERSION= 0.24.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://ftp.osuosl.org/pub/mythtv/ \ http://ftp.osuosl.org/pub/mythtv/old_releases/ \ diff --git a/audio/ncmpcpp/Makefile b/audio/ncmpcpp/Makefile index 92b4b64b52f0..8b2dde14cd6d 100644 --- a/audio/ncmpcpp/Makefile +++ b/audio/ncmpcpp/Makefile @@ -7,6 +7,7 @@ PORTNAME= ncmpcpp PORTVERSION= 0.5.8 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://unkart.ovh.org/ncmpcpp/ \ http://mirror.mcx2.org/ @@ -15,7 +16,7 @@ MAINTAINER= dhn@FreeBSD.org COMMENT= A ncurses mpd client, clone of ncmpc with some new features LIB_DEPENDS= mpdclient:${PORTSDIR}/audio/libmpdclient \ - fftw3.5:${PORTSDIR}/math/fftw3 + fftw3:${PORTSDIR}/math/fftw3 USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/audio/pure-audio/Makefile b/audio/pure-audio/Makefile index f37e812fa525..1807b9314e87 100644 --- a/audio/pure-audio/Makefile +++ b/audio/pure-audio/Makefile @@ -7,6 +7,7 @@ PORTNAME= pure-audio PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://pure-lang.googlecode.com/files/ diff --git a/audio/q-audio/Makefile b/audio/q-audio/Makefile index 281a5263842c..f6eb138c7af5 100644 --- a/audio/q-audio/Makefile +++ b/audio/q-audio/Makefile @@ -7,7 +7,7 @@ PORTNAME= audio PORTVERSION= 2.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= SF/q-lang/q-${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= q- @@ -19,7 +19,7 @@ COMMENT= Q-Audio -- digital audio interface for the Q language LIB_DEPENDS= q.8:${PORTSDIR}/lang/q \ jack.0:${PORTSDIR}/audio/jack \ samplerate.1:${PORTSDIR}/audio/libsamplerate \ - fftw3.5:${PORTSDIR}/math/fftw3 + fftw3:${PORTSDIR}/math/fftw3 BUILD_DEPENDS= ${LOCALBASE}/lib/portaudio2/libportaudio.so.2:${PORTSDIR}/audio/portaudio2 RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/audio/rosegarden/Makefile b/audio/rosegarden/Makefile index b039c6ced9a8..40eea9f72fae 100644 --- a/audio/rosegarden/Makefile +++ b/audio/rosegarden/Makefile @@ -7,6 +7,7 @@ PORTNAME= rosegarden PORTVERSION= 11.06 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ @@ -20,8 +21,8 @@ BUILD_DEPENDS= dssi_osc_update:${PORTSDIR}/audio/dssi \ RUN_DEPENDS= dssi_osc_update:${PORTSDIR}/audio/dssi \ lilypond:${PORTSDIR}/print/lilypond LIB_DEPENDS+= lrdf.2:${PORTSDIR}/textproc/liblrdf \ - fftw3.5:${PORTSDIR}/math/fftw3 \ - fftw3f.5:${PORTSDIR}/math/fftw3-float \ + fftw3:${PORTSDIR}/math/fftw3 \ + fftw3f:${PORTSDIR}/math/fftw3-float \ asound.2:${PORTSDIR}/audio/alsa-lib \ lirc_client:${PORTSDIR}/comms/lirc diff --git a/audio/snd/Makefile b/audio/snd/Makefile index f9c3ba6a801a..c29e88275272 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -7,6 +7,7 @@ PORTNAME= snd PORTVERSION= 12.5 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ftp://ccrma-ftp.stanford.edu/pub/Lisp/ \ http://mirror.mcx2.org/ @@ -49,7 +50,7 @@ CONFIGURE_ARGS+= --with-esd .endif .if !defined(WITHOUT_FFTW3) -LIB_DEPENDS+= fftw3.5:${PORTSDIR}/math/fftw3 +LIB_DEPENDS+= fftw3:${PORTSDIR}/math/fftw3 .else CONFIGURE_ARGS+= --without-fftw .endif diff --git a/audio/swhplugins/Makefile b/audio/swhplugins/Makefile index 4ac8098ce809..e1415dfaa8b7 100644 --- a/audio/swhplugins/Makefile +++ b/audio/swhplugins/Makefile @@ -6,7 +6,7 @@ PORTNAME= swhplugins PORTVERSION= 0.4.15 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://plugin.org.uk/releases/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTVERSION} @@ -17,7 +17,7 @@ COMMENT= Steve Harris' huge Collection of LADSPA Plugins BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa \ ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 -LIB_DEPENDS= fftw3f.5:${PORTSDIR}/math/fftw3-float +LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float # includes assembler code ONLY_FOR_ARCHS= i386 amd64 diff --git a/audio/waon/Makefile b/audio/waon/Makefile index db951714008f..9dd67e11b175 100644 --- a/audio/waon/Makefile +++ b/audio/waon/Makefile @@ -7,14 +7,14 @@ PORTNAME= waon PORTVERSION= 0.9 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= SF MAINTAINER= kichiki@users.sourceforge.net COMMENT= A Wave-to-Notes transcriber and some utility tools -LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3 \ +LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ ao.4:${PORTSDIR}/audio/libao \ sndfile.1:${PORTSDIR}/audio/libsndfile \ samplerate.1:${PORTSDIR}/audio/libsamplerate diff --git a/audio/whysynth/Makefile b/audio/whysynth/Makefile index 307d6746099c..82bb05a33392 100644 --- a/audio/whysynth/Makefile +++ b/audio/whysynth/Makefile @@ -7,6 +7,7 @@ PORTNAME= whysynth PORTVERSION= 20100922 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://smbolton.com/whysynth/ @@ -18,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi \ LIB_DEPENDS= dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \ lo.7:${PORTSDIR}/audio/liblo \ jack.0:${PORTSDIR}/audio/jack \ - fftw3f.5:${PORTSDIR}/math/fftw3-float + fftw3f:${PORTSDIR}/math/fftw3-float LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile index 3e03efbf0064..5ea1a239975c 100644 --- a/audio/xmms2/Makefile +++ b/audio/xmms2/Makefile @@ -329,7 +329,7 @@ PLIST_SUB+= VISUAL="@comment " .endif .if !defined(WITHOUT_VOCODER) -LIB_DEPENDS+= fftw3f.5:${PORTSDIR}/math/fftw3-float +LIB_DEPENDS+= fftw3f:${PORTSDIR}/math/fftw3-float LIB_DEPENDS+= samplerate.1:${PORTSDIR}/audio/libsamplerate PLIST_SUB+= VOCODER="" .else diff --git a/audio/zynaddsubfx/Makefile b/audio/zynaddsubfx/Makefile index ec05cf7ccc9b..ce846daa06c1 100644 --- a/audio/zynaddsubfx/Makefile +++ b/audio/zynaddsubfx/Makefile @@ -7,6 +7,7 @@ PORTNAME= zynaddsubfx PORTVERSION= 2.4.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF DISTNAME= ZynAddSubFX-${PORTVERSION} @@ -15,7 +16,7 @@ MAINTAINER= mva@FreeBSD.org COMMENT= A realtime software synthesizer LIB_DEPENDS= dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \ - fftw3.5:${PORTSDIR}/math/fftw3 \ + fftw3:${PORTSDIR}/math/fftw3 \ expat.6:${PORTSDIR}/textproc/expat2 BUILD_DEPENDS= ${LOCALBASE}/include/mxml.h:${PORTSDIR}/textproc/mxml |