FreeBSD Bugzilla – Attachment 203266 Details for
Bug 236806
multimedia/py-kaa-metadata: drop dependency on graphics/py-exiv2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Use exiv2, do not depend on py-exiv2
kaa-metadata-exiv-v1.diff (text/plain), 895 bytes, created by
Raphael Kubo da Costa
on 2019-03-30 20:18:11 UTC
(
hide
)
Description:
Use exiv2, do not depend on py-exiv2
Filename:
MIME Type:
Creator:
Raphael Kubo da Costa
Created:
2019-03-30 20:18:11 UTC
Size:
895 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 497315) >+++ Makefile (working copy) >@@ -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 @@ > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 236806
:
203164
|
203262
| 203266