svn commit: r322948 - in head/audio: ardour dssi fluidsynth-dssi ghostess hexter jamin nekobee p5-Net-LibLO py-pyliblo rosegarden sooperlooper timemachine whysynth xsynth-dssi
Daniel Eischen
deischen at FreeBSD.org
Sat Jul 13 17:23:22 UTC 2013
Author: deischen
Date: Sat Jul 13 17:23:19 2013
New Revision: 322948
URL: http://svnweb.freebsd.org/changeset/ports/322948
Log:
Bump PORTREVISION after upgrade to audio/liblo.
After discussion with: pawel and MAINTAINER.
Modified:
head/audio/ardour/Makefile
head/audio/dssi/Makefile
head/audio/fluidsynth-dssi/Makefile
head/audio/ghostess/Makefile
head/audio/hexter/Makefile
head/audio/jamin/Makefile
head/audio/nekobee/Makefile
head/audio/p5-Net-LibLO/Makefile
head/audio/py-pyliblo/Makefile
head/audio/rosegarden/Makefile
head/audio/sooperlooper/Makefile
head/audio/timemachine/Makefile
head/audio/whysynth/Makefile
head/audio/xsynth-dssi/Makefile
Modified: head/audio/ardour/Makefile
==============================================================================
--- head/audio/ardour/Makefile Sat Jul 13 17:08:39 2013 (r322947)
+++ head/audio/ardour/Makefile Sat Jul 13 17:23:19 2013 (r322948)
@@ -3,7 +3,7 @@
PORTNAME= ardour
PORTVERSION= 2.8.14
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://freebsd.nsu.ru/distfiles/
Modified: head/audio/dssi/Makefile
==============================================================================
--- head/audio/dssi/Makefile Sat Jul 13 17:08:39 2013 (r322947)
+++ head/audio/dssi/Makefile Sat Jul 13 17:23:19 2013 (r322948)
@@ -3,7 +3,7 @@
PORTNAME= dssi
PORTVERSION= 1.1.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= SF
Modified: head/audio/fluidsynth-dssi/Makefile
==============================================================================
--- head/audio/fluidsynth-dssi/Makefile Sat Jul 13 17:08:39 2013 (r322947)
+++ head/audio/fluidsynth-dssi/Makefile Sat Jul 13 17:23:19 2013 (r322948)
@@ -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 at 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
Modified: head/audio/ghostess/Makefile
==============================================================================
--- head/audio/ghostess/Makefile Sat Jul 13 17:08:39 2013 (r322947)
+++ head/audio/ghostess/Makefile Sat Jul 13 17:23:19 2013 (r322948)
@@ -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
# 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
Modified: head/audio/hexter/Makefile
==============================================================================
--- head/audio/hexter/Makefile Sat Jul 13 17:08:39 2013 (r322947)
+++ head/audio/hexter/Makefile Sat Jul 13 17:23:19 2013 (r322948)
@@ -7,6 +7,7 @@
PORTNAME= hexter
PORTVERSION= 1.0.2
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF/dssi/${PORTNAME}/${PORTVERSION}
Modified: head/audio/jamin/Makefile
==============================================================================
--- head/audio/jamin/Makefile Sat Jul 13 17:08:39 2013 (r322947)
+++ head/audio/jamin/Makefile Sat Jul 13 17:23:19 2013 (r322948)
@@ -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
Modified: head/audio/nekobee/Makefile
==============================================================================
--- head/audio/nekobee/Makefile Sat Jul 13 17:08:39 2013 (r322947)
+++ head/audio/nekobee/Makefile Sat Jul 13 17:23:19 2013 (r322948)
@@ -3,6 +3,7 @@
PORTNAME= nekobee
PORTVERSION= 0.1.8
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= GH
Modified: head/audio/p5-Net-LibLO/Makefile
==============================================================================
--- head/audio/p5-Net-LibLO/Makefile Sat Jul 13 17:08:39 2013 (r322947)
+++ head/audio/p5-Net-LibLO/Makefile Sat Jul 13 17:23:19 2013 (r322948)
@@ -7,6 +7,7 @@
PORTNAME= Net-LibLO
PORTVERSION= 0.06
+PORTREVISION= 1
CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Modified: head/audio/py-pyliblo/Makefile
==============================================================================
--- head/audio/py-pyliblo/Makefile Sat Jul 13 17:08:39 2013 (r322947)
+++ head/audio/py-pyliblo/Makefile Sat Jul 13 17:23:19 2013 (r322948)
@@ -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 at 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
Modified: head/audio/rosegarden/Makefile
==============================================================================
--- head/audio/rosegarden/Makefile Sat Jul 13 17:08:39 2013 (r322947)
+++ head/audio/rosegarden/Makefile Sat Jul 13 17:23:19 2013 (r322948)
@@ -3,7 +3,7 @@
PORTNAME= rosegarden
PORTVERSION= 13.04
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
Modified: head/audio/sooperlooper/Makefile
==============================================================================
--- head/audio/sooperlooper/Makefile Sat Jul 13 17:08:39 2013 (r322947)
+++ head/audio/sooperlooper/Makefile Sat Jul 13 17:23:19 2013 (r322948)
@@ -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 \
Modified: head/audio/timemachine/Makefile
==============================================================================
--- head/audio/timemachine/Makefile Sat Jul 13 17:08:39 2013 (r322947)
+++ head/audio/timemachine/Makefile Sat Jul 13 17:23:19 2013 (r322948)
@@ -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
Modified: head/audio/whysynth/Makefile
==============================================================================
--- head/audio/whysynth/Makefile Sat Jul 13 17:08:39 2013 (r322947)
+++ head/audio/whysynth/Makefile Sat Jul 13 17:23:19 2013 (r322948)
@@ -3,6 +3,7 @@
PORTNAME= whysynth
PORTVERSION= 20120903
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://smbolton.com/whysynth/
Modified: head/audio/xsynth-dssi/Makefile
==============================================================================
--- head/audio/xsynth-dssi/Makefile Sat Jul 13 17:08:39 2013 (r322947)
+++ head/audio/xsynth-dssi/Makefile Sat Jul 13 17:23:19 2013 (r322948)
@@ -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 s
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
More information about the svn-ports-head
mailing list