Add lv2 to RUN_DEPENDS.
sratom and lilv both have lv2 in the Required filed of there pkg-config file. PR: 234334 Approved by: maintainer
This commit is contained in:
parent
014782cc40
commit
70e3c3f124
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488738
2 changed files with 5 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= lilv
|
||||
PORTVERSION= 0.24.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://download.drobilla.net/
|
||||
|
||||
|
@ -14,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
|
||||
BUILD_DEPENDS= lv2>=1.14.0:audio/lv2
|
||||
LIB_DEPENDS= libserd-0.so:devel/serd libsord-0.so:devel/sord libsratom-0.so:audio/sratom libsndfile.so:audio/libsndfile
|
||||
RUN_DEPENDS= lv2>=1.14.0:audio/lv2
|
||||
|
||||
USES= pkgconfig python:build tar:bzip2 waf
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= sratom
|
||||
PORTVERSION= 0.6.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://download.drobilla.net/
|
||||
|
||||
|
@ -12,8 +13,9 @@ COMMENT= Sratom is a library for serialising LV2 atoms to/from RDF
|
|||
LICENSE= ISCL
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libserd-0.so:devel/serd libsord-0.so:devel/sord
|
||||
BUILD_DEPENDS= lv2>=1.14.0:audio/lv2
|
||||
LIB_DEPENDS= libserd-0.so:devel/serd libsord-0.so:devel/sord
|
||||
RUN_DEPENDS= lv2>=1.14.0:audio/lv2
|
||||
|
||||
USES= pkgconfig python:build tar:bzip2 waf
|
||||
USE_CSTD= c99
|
||||
|
|
Loading…
Reference in a new issue