svn commit: r425373 - in head/audio: calf linuxsampler lv2core slv2

Jan Beich jbeich at FreeBSD.org
Sat Nov 5 02:59:30 UTC 2016


Author: jbeich
Date: Sat Nov  5 02:59:28 2016
New Revision: 425373
URL: https://svnweb.freebsd.org/changeset/ports/425373

Log:
  audio/lv2core: deprecate in favor of audio/lv2 (try#2)
  
  - Switch existing consumers to audio/lv2
  
  PR:		197126, 213285 (for tracking)

Modified:
  head/audio/calf/Makefile   (contents, props changed)
  head/audio/linuxsampler/Makefile   (contents, props changed)
  head/audio/lv2core/Makefile   (contents, props changed)
  head/audio/slv2/Makefile   (contents, props changed)

Modified: head/audio/calf/Makefile
==============================================================================
--- head/audio/calf/Makefile	Sat Nov  5 02:59:15 2016	(r425372)
+++ head/audio/calf/Makefile	Sat Nov  5 02:59:28 2016	(r425373)
@@ -3,7 +3,7 @@
 
 PORTNAME=	calf
 PORTVERSION=	0.0.60
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	audio
 MASTER_SITES=	http://calf-studio-gear.org/files/
 
@@ -33,8 +33,8 @@ OPTIONS_SUB=		yes
 LASH_LIB_DEPENDS=	liblash.so:audio/lash
 LASH_CONFIGURE_WITH=	lash
 LV2_DESC=		LV2 audio plugin
-LV2_BUILD_DEPENDS=	lv2core>0:audio/lv2core
-LV2_RUN_DEPENDS=	lv2core>0:audio/lv2core
+LV2_BUILD_DEPENDS=	lv2>=1.14.0_1:audio/lv2
+LV2_RUN_DEPENDS=	lv2>=1.14.0_1:audio/lv2
 LV2_CONFIGURE_WITH=	lv2
 
 .include <bsd.port.pre.mk>

Modified: head/audio/linuxsampler/Makefile
==============================================================================
--- head/audio/linuxsampler/Makefile	Sat Nov  5 02:59:15 2016	(r425372)
+++ head/audio/linuxsampler/Makefile	Sat Nov  5 02:59:28 2016	(r425373)
@@ -3,7 +3,7 @@
 
 PORTNAME=	linuxsampler
 PORTVERSION=	1.0.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	audio
 MASTER_SITES=	http://download.linuxsampler.org/packages/
 
@@ -58,8 +58,8 @@ PLIST_SUB+=	DSSI="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MLV2}
-BUILD_DEPENDS+=	lv2core>=0:audio/lv2core
-RUN_DEPENDS+=	lv2core>=0:audio/lv2core
+BUILD_DEPENDS+=	lv2>=1.14.0_1:audio/lv2
+RUN_DEPENDS+=	lv2>=1.14.0_1:audio/lv2
 PLIST_SUB+=	LV2=""
 .else
 CONFIGURE_ENV+=	ac_cv_header_lv2_h=no

Modified: head/audio/lv2core/Makefile
==============================================================================
--- head/audio/lv2core/Makefile	Sat Nov  5 02:59:15 2016	(r425372)
+++ head/audio/lv2core/Makefile	Sat Nov  5 02:59:28 2016	(r425373)
@@ -14,6 +14,9 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 CONFLICTS_INSTALL=	lv2
 
+DEPRECATED=	Superseded by audio/lv2
+EXPIRATION_DATE=	2016-11-30
+
 USES=		pkgconfig python:build tar:bzip2 waf
 
 post-patch:

Modified: head/audio/slv2/Makefile
==============================================================================
--- head/audio/slv2/Makefile	Sat Nov  5 02:59:15 2016	(r425372)
+++ head/audio/slv2/Makefile	Sat Nov  5 02:59:28 2016	(r425373)
@@ -3,7 +3,7 @@
 
 PORTNAME=	slv2
 PORTVERSION=	0.6.6
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	audio
 MASTER_SITES=	http://download.drobilla.net/
 
@@ -13,7 +13,7 @@ COMMENT=	LV2 Application Support Library
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	${LOCALBASE}/include/lv2.h:audio/lv2core
+BUILD_DEPENDS=	lv2>=1.14.0_1:audio/lv2
 LIB_DEPENDS=	libjack.so:audio/jack \
 		librdf.so:textproc/redland
 


More information about the svn-ports-all mailing list