diff options
author | miwi <miwi@FreeBSD.org> | 2010-01-06 04:54:26 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-01-06 04:54:26 +0800 |
commit | 7cd9ffd957f2c08983b48b69417821ecc153b2fa (patch) | |
tree | 2f76ee42f74b26165f8a152ac15f848a1726b11c /audio | |
parent | 610e75c7937f4f4bc741377ab529c9ba19b3305b (diff) | |
download | freebsd-ports-gnome-7cd9ffd957f2c08983b48b69417821ecc153b2fa.tar.gz freebsd-ports-gnome-7cd9ffd957f2c08983b48b69417821ecc153b2fa.tar.zst freebsd-ports-gnome-7cd9ffd957f2c08983b48b69417821ecc153b2fa.zip |
- Chase audio/fluidsynth shlib bump
Diffstat (limited to 'audio')
-rw-r--r-- | audio/fluidsynth-dssi/Makefile | 4 | ||||
-rw-r--r-- | audio/lmms/Makefile | 3 | ||||
-rw-r--r-- | audio/qsynth/Makefile | 2 | ||||
-rw-r--r-- | audio/swami/Makefile | 4 | ||||
-rw-r--r-- | audio/tuxguitar/Makefile | 4 |
5 files changed, 9 insertions, 8 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} |