git: d410d3f2f6b2 - main - graphics/darktable: fix stage-qa libjxl complaint
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 Jan 2023 09:02:44 UTC
The branch main has been updated by mandree:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d410d3f2f6b2c6fa2cca725b91ea97077884072f
commit d410d3f2f6b2c6fa2cca725b91ea97077884072f
Author: Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2023-01-28 08:56:26 +0000
Commit: Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2023-01-28 09:02:33 +0000
graphics/darktable: fix stage-qa libjxl complaint
Approved by: portmgr@ (blanket fix-depends)
Reported by: Jan Beich
The actual file support was previously requested in
PR: 266125
as a misnamed option, but now JPEG XL is enabled unconditionally.
---
graphics/darktable/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile
index 6251a49acef1..9eae377ea7ca 100644
--- a/graphics/darktable/Makefile
+++ b/graphics/darktable/Makefile
@@ -1,6 +1,6 @@
PORTNAME= darktable
PORTVERSION= 4.2.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/
@@ -29,6 +29,7 @@ LIB_DEPENDS= libavif.so:graphics/libavif \
libicui18n.so:devel/icu \
libImath.so:math/Imath \
libjasper.so:graphics/jasper \
+ libjxl_threads.so:graphics/libjxl \
libjson-glib-1.0.so:devel/json-glib \
liblcms2.so:graphics/lcms2 \
liblensfun.so:graphics/lensfun \