aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2013-07-13 17:23:19 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2013-07-13 17:23:19 +0000
commit62828ab4fa8302e3226d5aa802aaf431089e2a81 (patch)
tree64e7ea4ddd7bcb1c11086355e7cd51bb9e023dd8 /audio
parent7cd37a8ef41983d8317adbbfa2d1009fc411cefc (diff)
downloadports-62828ab4fa8302e3226d5aa802aaf431089e2a81.tar.gz
ports-62828ab4fa8302e3226d5aa802aaf431089e2a81.zip
Bump PORTREVISION after upgrade to audio/liblo.
After discussion with: pawel and MAINTAINER.
Notes
Notes: svn path=/head/; revision=322948
Diffstat (limited to 'audio')
-rw-r--r--audio/ardour/Makefile2
-rw-r--r--audio/dssi/Makefile2
-rw-r--r--audio/fluidsynth-dssi/Makefile4
-rw-r--r--audio/ghostess/Makefile4
-rw-r--r--audio/hexter/Makefile1
-rw-r--r--audio/jamin/Makefile4
-rw-r--r--audio/nekobee/Makefile1
-rw-r--r--audio/p5-Net-LibLO/Makefile1
-rw-r--r--audio/py-pyliblo/Makefile3
-rw-r--r--audio/rosegarden/Makefile2
-rw-r--r--audio/sooperlooper/Makefile4
-rw-r--r--audio/timemachine/Makefile4
-rw-r--r--audio/whysynth/Makefile1
-rw-r--r--audio/xsynth-dssi/Makefile4
14 files changed, 21 insertions, 16 deletions
diff --git a/audio/ardour/Makefile b/audio/ardour/Makefile
index 16e4630917fd..b885fc32d76f 100644
--- a/audio/ardour/Makefile
+++ b/audio/ardour/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ardour
PORTVERSION= 2.8.14
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://freebsd.nsu.ru/distfiles/
diff --git a/audio/dssi/Makefile b/audio/dssi/Makefile
index c3ce6fb819cb..42d65b8740e0 100644
--- a/audio/dssi/Makefile
+++ b/audio/dssi/Makefile
@@ -3,7 +3,7 @@
PORTNAME= dssi
PORTVERSION= 1.1.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= SF
diff --git a/audio/fluidsynth-dssi/Makefile b/audio/fluidsynth-dssi/Makefile
index 4b1d92ea9b06..76d264fa643d 100644
--- a/audio/fluidsynth-dssi/Makefile
+++ b/audio/fluidsynth-dssi/Makefile
@@ -7,7 +7,7 @@
PORTNAME= fluidsynth-dssi
PORTVERSION= 1.0.0
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= audio
MASTER_SITES= SF/dssi/${PORTNAME}/${PORTVERSION}
@@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Wrapper for FluidSynth allowing it to function as a DSSI plugin
LIB_DEPENDS= dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \
- lo.7:${PORTSDIR}/audio/liblo \
+ lo:${PORTSDIR}/audio/liblo \
fluidsynth.1:${PORTSDIR}/audio/fluidsynth \
jack.0:${PORTSDIR}/audio/jack
BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi
diff --git a/audio/ghostess/Makefile b/audio/ghostess/Makefile
index ed4b1716698b..bf06556325f8 100644
--- a/audio/ghostess/Makefile
+++ b/audio/ghostess/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ghostess
PORTVERSION= 20120105
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://www.smbolton.com/linux/
@@ -24,7 +24,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi \
# However, the library version number was not changed. The line above
# is supposed to work around that.
LIB_DEPENDS= dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \
- lo.7:${PORTSDIR}/audio/liblo \
+ lo:${PORTSDIR}/audio/liblo \
jack.0:${PORTSDIR}/audio/jack
USE_BZIP2= yes
diff --git a/audio/hexter/Makefile b/audio/hexter/Makefile
index 1e5bd490339f..d5b8df8f2cfb 100644
--- a/audio/hexter/Makefile
+++ b/audio/hexter/Makefile
@@ -7,6 +7,7 @@
PORTNAME= hexter
PORTVERSION= 1.0.2
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF/dssi/${PORTNAME}/${PORTVERSION}
diff --git a/audio/jamin/Makefile b/audio/jamin/Makefile
index dc472568261c..037fba3ff338 100644
--- a/audio/jamin/Makefile
+++ b/audio/jamin/Makefile
@@ -7,7 +7,7 @@
PORTNAME= jamin
PORTVERSION= 0.95.0
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= audio
MASTER_SITES= SF
@@ -16,7 +16,7 @@ COMMENT= JACK Audio Mastering interface
LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float \
jack.0:${PORTSDIR}/audio/jack \
- lo.7:${PORTSDIR}/audio/liblo
+ lo:${PORTSDIR}/audio/liblo
RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa \
${LOCALBASE}/lib/ladspa/fast_lookahead_limiter_1913.so:${PORTSDIR}/audio/swhplugins
BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3
diff --git a/audio/nekobee/Makefile b/audio/nekobee/Makefile
index 7389a1401ce8..c56c5d126c27 100644
--- a/audio/nekobee/Makefile
+++ b/audio/nekobee/Makefile
@@ -3,6 +3,7 @@
PORTNAME= nekobee
PORTVERSION= 0.1.8
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= GH
diff --git a/audio/p5-Net-LibLO/Makefile b/audio/p5-Net-LibLO/Makefile
index ddbc62144190..ebf997470733 100644
--- a/audio/p5-Net-LibLO/Makefile
+++ b/audio/p5-Net-LibLO/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Net-LibLO
PORTVERSION= 0.06
+PORTREVISION= 1
CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/audio/py-pyliblo/Makefile b/audio/py-pyliblo/Makefile
index 7683d01547b5..f6618540253f 100644
--- a/audio/py-pyliblo/Makefile
+++ b/audio/py-pyliblo/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pyliblo
PORTVERSION= 0.9.1
+PORTREVISION= 1
CATEGORIES= audio python
MASTER_SITES= http://das.nasophon.de/download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +12,7 @@ MAINTAINER= wen@FreeBSD.org
COMMENT= A Python wrapper for the Liblo OSC Library
BUILD_DEPENDS= pyrex>=0.9.4:${PORTSDIR}/devel/pyrex
-LIB_DEPENDS= lo.7:${PORTSDIR}/audio/liblo
+LIB_DEPENDS= lo:${PORTSDIR}/audio/liblo
USE_PYTHON= yes
USE_PYDISTUTILS= yes
diff --git a/audio/rosegarden/Makefile b/audio/rosegarden/Makefile
index 743a53ff565c..8ca0ff98451d 100644
--- a/audio/rosegarden/Makefile
+++ b/audio/rosegarden/Makefile
@@ -3,7 +3,7 @@
PORTNAME= rosegarden
PORTVERSION= 13.04
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
diff --git a/audio/sooperlooper/Makefile b/audio/sooperlooper/Makefile
index 99750dda8cd9..5710155b2ae9 100644
--- a/audio/sooperlooper/Makefile
+++ b/audio/sooperlooper/Makefile
@@ -3,7 +3,7 @@
PORTNAME= sooperlooper
PORTVERSION= 1.6.18
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://essej.net/sooperlooper/
@@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
LIB_DEPENDS= fftw3.6:${PORTSDIR}/math/fftw3 \
jack.0:${PORTSDIR}/audio/jack \
- lo.7:${PORTSDIR}/audio/liblo \
+ lo:${PORTSDIR}/audio/liblo \
rubberband.2:${PORTSDIR}/audio/rubberband \
samplerate.1:${PORTSDIR}/audio/libsamplerate \
sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 \
diff --git a/audio/timemachine/Makefile b/audio/timemachine/Makefile
index 6f36759fa99d..3b6eb742d85f 100644
--- a/audio/timemachine/Makefile
+++ b/audio/timemachine/Makefile
@@ -3,7 +3,7 @@
PORTNAME= timemachine
PORTVERSION= 0.3.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://plugin.org.uk/timemachine/
@@ -13,7 +13,7 @@ COMMENT= JACK audio capture tool
LICENSE= GPLv2
LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \
- lo.7:${PORTSDIR}/audio/liblo \
+ lo:${PORTSDIR}/audio/liblo \
sndfile.1:${PORTSDIR}/audio/libsndfile
OPTIONS_DEFINE= LASH
diff --git a/audio/whysynth/Makefile b/audio/whysynth/Makefile
index 27b5b095b273..96945f9ecbb2 100644
--- a/audio/whysynth/Makefile
+++ b/audio/whysynth/Makefile
@@ -3,6 +3,7 @@
PORTNAME= whysynth
PORTVERSION= 20120903
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://smbolton.com/whysynth/
diff --git a/audio/xsynth-dssi/Makefile b/audio/xsynth-dssi/Makefile
index c2f52d4ed126..90d3f9c43812 100644
--- a/audio/xsynth-dssi/Makefile
+++ b/audio/xsynth-dssi/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xsynth-dssi
PORTVERSION= 0.9.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= SF/dssi/${PORTNAME}/${PORTVERSION}
@@ -17,7 +17,7 @@ COMMENT= Classic analog style software synthesizer
BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi \
${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
LIB_DEPENDS= dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \
- lo.7:${PORTSDIR}/audio/liblo \
+ lo:${PORTSDIR}/audio/liblo \
jack.0:${PORTSDIR}/audio/jack
LICENSE= GPLv2 LGPL21