Saturday, October 02, 2021

UPDATE: libbluray - add libudfread dependency

Add libudfread depdency once the port is imported.


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/multimedia/libbluray/Makefile,v
retrieving revision 1.18
diff -u -p -u -p -r1.18 Makefile
--- Makefile 14 Aug 2021 09:52:04 -0000 1.18
+++ Makefile 3 Oct 2021 01:16:38 -0000
@@ -4,7 +4,7 @@ COMMENT = library supporting Blu-ray pl

V = 1.3.0
DISTNAME = libbluray-${V}
-REVISION = 0
+REVISION = 1
CATEGORIES = multimedia

HOMEPAGE = https://www.videolan.org/developers/libbluray.html
@@ -17,11 +17,12 @@ EXTRACT_SUFX = .tar.bz2
PERMIT_PACKAGE = Yes

WANTLIB += c expat fontconfig freetype iconv lzma m pthread
-WANTLIB += xml2 z
+WANTLIB += udfread xml2 z

SHARED_LIBS += bluray 3.2 # 11.0

LIB_DEPENDS = converters/libiconv \
+ devel/libudfread \
textproc/libxml
BUILD_DEPENDS = devel/bison

No comments:

Post a Comment