diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-11-05 10:59:28 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-11-05 10:59:28 +0800 |
commit | 21b6cafd4eaf08f214da68312cfcc265da7dd174 (patch) | |
tree | 19c93f582be6a2ac87b9d4af48858b3de1db1303 /audio | |
parent | 336d2747e28e91b92c2ee583974ac64d647136f4 (diff) | |
download | freebsd-ports-gnome-21b6cafd4eaf08f214da68312cfcc265da7dd174.tar.gz freebsd-ports-gnome-21b6cafd4eaf08f214da68312cfcc265da7dd174.tar.zst freebsd-ports-gnome-21b6cafd4eaf08f214da68312cfcc265da7dd174.zip |
audio/lv2core: deprecate in favor of audio/lv2 (try#2)
- Switch existing consumers to audio/lv2
PR: 197126, 213285 (for tracking)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/calf/Makefile | 6 | ||||
-rw-r--r-- | audio/linuxsampler/Makefile | 6 | ||||
-rw-r--r-- | audio/lv2core/Makefile | 3 | ||||
-rw-r--r-- | audio/slv2/Makefile | 4 |
4 files changed, 11 insertions, 8 deletions
diff --git a/audio/calf/Makefile b/audio/calf/Makefile index f96d7c5566e4..6f18b5a18db5 100644 --- a/audio/calf/Makefile +++ b/audio/calf/Makefile @@ -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> diff --git a/audio/linuxsampler/Makefile b/audio/linuxsampler/Makefile index d52b94ec13bd..226733a4bdf5 100644 --- a/audio/linuxsampler/Makefile +++ b/audio/linuxsampler/Makefile @@ -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 diff --git a/audio/lv2core/Makefile b/audio/lv2core/Makefile index 9769cb6f07b4..42caca42b901 100644 --- a/audio/lv2core/Makefile +++ b/audio/lv2core/Makefile @@ -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: diff --git a/audio/slv2/Makefile b/audio/slv2/Makefile index da519c14fc0a..dfdd7a6be136 100644 --- a/audio/slv2/Makefile +++ b/audio/slv2/Makefile @@ -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 |