aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2010-01-06 04:54:26 +0800
committermiwi <miwi@FreeBSD.org>2010-01-06 04:54:26 +0800
commit7cd9ffd957f2c08983b48b69417821ecc153b2fa (patch)
tree2f76ee42f74b26165f8a152ac15f848a1726b11c
parent610e75c7937f4f4bc741377ab529c9ba19b3305b (diff)
downloadfreebsd-ports-gnome-7cd9ffd957f2c08983b48b69417821ecc153b2fa.tar.gz
freebsd-ports-gnome-7cd9ffd957f2c08983b48b69417821ecc153b2fa.tar.zst
freebsd-ports-gnome-7cd9ffd957f2c08983b48b69417821ecc153b2fa.zip
- Chase audio/fluidsynth shlib bump
-rw-r--r--audio/fluidsynth-dssi/Makefile4
-rw-r--r--audio/lmms/Makefile3
-rw-r--r--audio/qsynth/Makefile2
-rw-r--r--audio/swami/Makefile4
-rw-r--r--audio/tuxguitar/Makefile4
-rw-r--r--games/scummvm/Makefile4
-rw-r--r--multimedia/gstreamer-plugins-buzztard/Makefile4
-rw-r--r--multimedia/vlc/Makefile3
8 files changed, 15 insertions, 13 deletions
diff --git a/audio/fluidsynth-dssi/Makefile b/audio/fluidsynth-dssi/Makefile
index b528d456c3aa..fe574ceb0654 100644
--- a/audio/fluidsynth-dssi/Makefile
+++ b/audio/fluidsynth-dssi/Makefile
@@ -7,7 +7,7 @@
PORTNAME= fluidsynth-dssi
PORTVERSION= 1.0.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= SF/dssi/${PORTNAME}/${PORTVERSION}
@@ -16,7 +16,7 @@ COMMENT= Wrapper for FluidSynth allowing it to function as a DSSI plugin
LIB_DEPENDS= dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \
lo.7:${PORTSDIR}/audio/liblo \
- fluidsynth.2:${PORTSDIR}/audio/fluidsynth \
+ fluidsynth.4:${PORTSDIR}/audio/fluidsynth \
jack.0:${PORTSDIR}/audio/jack
BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi
diff --git a/audio/lmms/Makefile b/audio/lmms/Makefile
index 54522b57a1d8..2590c7bb1183 100644
--- a/audio/lmms/Makefile
+++ b/audio/lmms/Makefile
@@ -7,6 +7,7 @@
PORTNAME= lmms
PORTVERSION= 0.4.5
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
@@ -16,7 +17,7 @@ COMMENT= An all-in-one sequencer, drum machine, sampler and more
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
LIB_DEPENDS= FLAC.10:${PORTSDIR}/audio/flac \
- fluidsynth.2:${PORTSDIR}/audio/fluidsynth \
+ fluidsynth.4:${PORTSDIR}/audio/fluidsynth \
samplerate.1:${PORTSDIR}/audio/libsamplerate \
sndfile.1:${PORTSDIR}/audio/libsndfile \
vorbis.4:${PORTSDIR}/audio/libvorbis \
diff --git a/audio/qsynth/Makefile b/audio/qsynth/Makefile
index f850138b987e..36938f8c38a8 100644
--- a/audio/qsynth/Makefile
+++ b/audio/qsynth/Makefile
@@ -7,7 +7,7 @@
PORTNAME= qsynth
DISTVERSION= 0.3.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/OldFiles
diff --git a/audio/swami/Makefile b/audio/swami/Makefile
index a020fdbcab85..4c2542fb8014 100644
--- a/audio/swami/Makefile
+++ b/audio/swami/Makefile
@@ -7,14 +7,14 @@
PORTNAME= swami
PORTVERSION= 0.9.4
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= An advanced instrument editor
-LIB_DEPENDS= fluidsynth.2:${PORTSDIR}/audio/fluidsynth \
+LIB_DEPENDS= fluidsynth.4:${PORTSDIR}/audio/fluidsynth \
audiofile.0:${PORTSDIR}/audio/libaudiofile \
sndfile.1:${PORTSDIR}/audio/libsndfile \
popt.0:${PORTSDIR}/devel/popt \
diff --git a/audio/tuxguitar/Makefile b/audio/tuxguitar/Makefile
index 0aa0df797fab..a07bcfd92c2b 100644
--- a/audio/tuxguitar/Makefile
+++ b/audio/tuxguitar/Makefile
@@ -8,7 +8,7 @@
PORTNAME= tuxguitar
PORTVERSION= 1.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio java
MASTER_SITES= SF/${PORTNAME}/TuxGuitar/TuxGuitar-${PORTVERSION}:src \
${MASTER_SITE_LOCAL}/gahr/:fluid \
@@ -28,7 +28,7 @@ BUILD_DEPENDS= ${JAVALIBDIR}/swt.jar:${PORTSDIR}/x11-toolkits/swt \
RUN_DEPENDS= ${JAVALIBDIR}/swt.jar:${PORTSDIR}/x11-toolkits/swt \
${JAVALIBDIR}/itext.jar:${PORTSDIR}/devel/itext \
${JAVALIBDIR}/gervill.jar:${PORTSDIR}/audio/gervill
-LIB_DEPENDS= fluidsynth.2:${PORTSDIR}/audio/fluidsynth
+LIB_DEPENDS= fluidsynth.4:${PORTSDIR}/audio/fluidsynth
MAKE_ENV+= PREFIX=${PREFIX} INSTALL_DOC_DIR=${DOCSDIR} \
INSTALL_SHARE_DIR=${DATADIR}
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile
index 7ed72410eb99..e236f2af4128 100644
--- a/games/scummvm/Makefile
+++ b/games/scummvm/Makefile
@@ -7,7 +7,7 @@
PORTNAME= scummvm
DISTVERSION= 1.0.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games emulators
MASTER_SITES= SF
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${DISTVERSION}
@@ -78,7 +78,7 @@ CONFIGURE_ARGS+=--disable-flac
.endif
.if defined(WITH_FLUIDSYNTH)
-LIB_DEPENDS+= fluidsynth.2:${PORTSDIR}/audio/fluidsynth
+LIB_DEPENDS+= fluidsynth.4:${PORTSDIR}/audio/fluidsynth
CONFIGURE_ARGS+=--with-fluidsynth-prefix=${LOCALBASE}
.else
CONFIGURE_ARGS+=--disable-fluidsynth
diff --git a/multimedia/gstreamer-plugins-buzztard/Makefile b/multimedia/gstreamer-plugins-buzztard/Makefile
index 1524f95a04d3..a11bf95fed96 100644
--- a/multimedia/gstreamer-plugins-buzztard/Makefile
+++ b/multimedia/gstreamer-plugins-buzztard/Makefile
@@ -7,7 +7,7 @@
PORTNAME= buzztard
PORTVERSION= 0.2.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20gstreamer%20extensions/${PORTVERSION}
PKGNAMEPREFIX= gstreamer-plugins-
@@ -16,7 +16,7 @@ DISTNAME= gst-${PORTNAME}-${PORTVERSION}
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Buzztard gstreamer plugins
-LIB_DEPENDS= fluidsynth.2:${PORTSDIR}/audio/fluidsynth
+LIB_DEPENDS= fluidsynth.4:${PORTSDIR}/audio/fluidsynth
USE_AUTOTOOLS= libtool:22
USE_GSTREAMER= yes
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index 3342b46d2535..ad259917d7f6 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -10,6 +10,7 @@
PORTNAME= vlc
DISTVERSION= 1.0.4
+PORTREVISION= 1
PORTEPOCH= 3
CATEGORIES= multimedia audio ipv6 net www
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/ \
@@ -229,7 +230,7 @@ CONFIGURE_ARGS+=--disable-pulse
.endif
.if defined(WITH_FLUIDSYNTH) && !defined(WITHOUT_FLUIDSYNTH)
-LIB_DEPENDS+= fluidsynth.2:${PORTSDIR}/audio/fluidsynth
+LIB_DEPENDS+= fluidsynth.4:${PORTSDIR}/audio/fluidsynth
CONFIGURE_ARGS+=--enable-fluidsynth
.else
CONFIGURE_ARGS+=--disable-fluidsynth