summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-05-11 15:12:06 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-05-11 15:12:06 +0000
commit2212408e6921e0d00a9d38c85c71feb4957a7bc3 (patch)
tree869b3f75a9d45c170b75fcadb287834b56f72181 /audio
parent- Update to 3.1.1 (diff)
- Chase fftw3 libver bump
Notes
Notes: svn path=/head/; revision=162087
Diffstat (limited to 'audio')
-rw-r--r--audio/extace/Makefile3
-rw-r--r--audio/gkrellmss2/Makefile4
-rw-r--r--audio/libofa/Makefile3
-rw-r--r--audio/libsamplerate/Makefile6
-rw-r--r--audio/swhplugins/Makefile3
-rw-r--r--audio/xmms-imms/Makefile8
6 files changed, 15 insertions, 12 deletions
diff --git a/audio/extace/Makefile b/audio/extace/Makefile
index bbe728698642..f36d1ec79ca0 100644
--- a/audio/extace/Makefile
+++ b/audio/extace/Makefile
@@ -7,6 +7,7 @@
PORTNAME= extace
PORTVERSION= 1.9.5
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= An Audio Visualization plugin for the X Window System
-LIB_DEPENDS= fftw3.3:${PORTSDIR}/math/fftw3
+LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3
USE_X_PREFIX= yes
USE_GNOME= esound imlib gnomehack gnometarget gnomeprefix
diff --git a/audio/gkrellmss2/Makefile b/audio/gkrellmss2/Makefile
index 9941a998a69c..e9f5a0a96d04 100644
--- a/audio/gkrellmss2/Makefile
+++ b/audio/gkrellmss2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gkrellmss
PORTVERSION= 2.6
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://members.dslextreme.com/users/billw/gkrellmss/
@@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A plugin for GKrellM with a VU meter showing left/right channel audio
BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
-LIB_DEPENDS= fftw3.3:${PORTSDIR}/math/fftw3
+LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
USE_X_PREFIX= yes
diff --git a/audio/libofa/Makefile b/audio/libofa/Makefile
index d77bdb0cc739..326ab4fb52fd 100644
--- a/audio/libofa/Makefile
+++ b/audio/libofa/Makefile
@@ -7,13 +7,14 @@
PORTNAME= libofa
PORTVERSION= 0.9.1
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.musicdns.org/themes/musicdns_org/downloads/
MAINTAINER= alex@foxybanana.com
COMMENT= The Open Fingerprint Architecture Library
-LIB_DEPENDS= fftw3.3:${PORTSDIR}/math/fftw3 \
+LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3 \
expat.6:${PORTSDIR}/textproc/expat2 \
curl.3:${PORTSDIR}/ftp/curl
diff --git a/audio/libsamplerate/Makefile b/audio/libsamplerate/Makefile
index 8cf32b5f7549..8cf9faef508f 100644
--- a/audio/libsamplerate/Makefile
+++ b/audio/libsamplerate/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libsamplerate
PORTVERSION= 0.1.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://www.mega-nerd.com/SRC/
@@ -15,10 +15,10 @@ MAINTAINER= ahze@FreeBSD.org
COMMENT= Secret Rabbit Code: a Sample Rate Converter for audio
LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \
- fftw3.3:${PORTSDIR}/math/fftw3
+ fftw3.4:${PORTSDIR}/math/fftw3
USE_GNOME= gnomehack gnometarget pkgconfig
-GNU_CONFIGURE= yes
+GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --disable-gcc-pipe
diff --git a/audio/swhplugins/Makefile b/audio/swhplugins/Makefile
index 5572c722f858..7ca7579b2324 100644
--- a/audio/swhplugins/Makefile
+++ b/audio/swhplugins/Makefile
@@ -6,6 +6,7 @@
PORTNAME= swhplugins
PORTVERSION= 0.4.14
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://plugin.org.uk/releases/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTVERSION}
@@ -16,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.3:${PORTSDIR}/math/fftw3-float
+LIB_DEPENDS= fftw3f.4:${PORTSDIR}/math/fftw3-float
# includes assembler code
ONLY_FOR_ARCHS= i386 amd64
diff --git a/audio/xmms-imms/Makefile b/audio/xmms-imms/Makefile
index 7a13ed6a6e74..7dc6c2d5947b 100644
--- a/audio/xmms-imms/Makefile
+++ b/audio/xmms-imms/Makefile
@@ -7,7 +7,7 @@
PORTNAME= imms
PORTVERSION= 1.2a
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -21,7 +21,7 @@ BUILD_DEPENDS= sox:${PORTSDIR}/audio/sox \
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \
sqlite3:${PORTSDIR}/databases/sqlite3 \
pcre.0:${PORTSDIR}/devel/pcre \
- fftw3f.3:${PORTSDIR}/math/fftw3-float \
+ fftw3f.4:${PORTSDIR}/math/fftw3-float \
tag.5:${PORTSDIR}/audio/taglib
USE_BZIP2= yes
@@ -40,11 +40,11 @@ INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
-BROKEN= "Does not compile"
+BROKEN= Does not compile
.endif
.if ${OSVERSION} < 500000
-BROKEN= "Does not compile"
+BROKEN= Does not compile
.endif
post-patch: