MFH: r497494
Fix gexiv dependencies in the port. The port was erroneously depending on graphics/py-exiv2 while in fact it only needs exiv2 itself (which was always present anyway because py-exiv2 depends on it). This port builds a Python module that links against exiv2, so clarify the situation and stop depending on py-exiv2, which is BROKEN and DEPRECATED. PR: 236806 Approved by: J.R. Oldroyd <fbsd@opal.com> (maintainer) Approved by: ports-secteam (blanket approval)
This commit is contained in:
parent
cd095fa1b3
commit
1f64de6916
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=497495
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= kaa-metadata
|
||||
PORTVERSION= 0.7.7
|
||||
PORTREVISION= 15
|
||||
PORTREVISION= 16
|
||||
CATEGORIES= multimedia python
|
||||
MASTER_SITES= SF/freevo/${PORTNAME}/${PORTVERSION}
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -11,9 +11,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
MAINTAINER= fbsd@opal.com
|
||||
COMMENT= Kaa Media Repository - media file metadata parser
|
||||
|
||||
LIB_DEPENDS= libdvdread.so:multimedia/libdvdread
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}kaa-base>0:multimedia/py-kaa-base@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}exiv2>0:graphics/py-exiv2@${PY_FLAVOR}
|
||||
LIB_DEPENDS= libdvdread.so:multimedia/libdvdread \
|
||||
libexiv2.so:graphics/exiv2
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}kaa-base>0:multimedia/py-kaa-base@${PY_FLAVOR}
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= python:2.7
|
||||
|
Loading…
Reference in New Issue
Block a user