pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/darktable
Module Name: pkgsrc
Committed By: ryoon
Date: Fri Jan 2 14:59:50 UTC 2026
Modified Files:
pkgsrc/graphics/darktable: Makefile PLIST
Log Message:
graphics/darktable: Add libavif as dependency
* If you have installed graphics/libavif already, CMake detects it.
However it was not buildlinked and causes a build failure.
It is useful to support AVIF and add libavif as dependency.
* Bump PKGREVISION for dependency change.
To generate a diff of this commit:
cvs rdiff -u -r1.182 -r1.183 pkgsrc/graphics/darktable/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/darktable/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/darktable/Makefile
diff -u pkgsrc/graphics/darktable/Makefile:1.182 pkgsrc/graphics/darktable/Makefile:1.183
--- pkgsrc/graphics/darktable/Makefile:1.182 Thu Oct 23 20:37:25 2025
+++ pkgsrc/graphics/darktable/Makefile Fri Jan 2 14:59:50 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.182 2025/10/23 20:37:25 wiz Exp $
+# $NetBSD: Makefile,v 1.183 2026/01/02 14:59:50 ryoon Exp $
DISTNAME= darktable-5.0.0
-PKGREVISION= 11
+PKGREVISION= 12
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=darktable-org/}
GITHUB_PROJECT= darktable
@@ -97,6 +97,7 @@ BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.1
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../graphics/lensfun/buildlink3.mk"
.include "../../graphics/lcms2/buildlink3.mk"
+.include "../../graphics/libavif/buildlink3.mk"
.include "../../graphics/libheif/buildlink3.mk"
.include "../../graphics/librsvg/buildlink3.mk"
.include "../../graphics/libwebp/buildlink3.mk"
Index: pkgsrc/graphics/darktable/PLIST
diff -u pkgsrc/graphics/darktable/PLIST:1.19 pkgsrc/graphics/darktable/PLIST:1.20
--- pkgsrc/graphics/darktable/PLIST:1.19 Wed Jan 1 14:06:17 2025
+++ pkgsrc/graphics/darktable/PLIST Fri Jan 2 14:59:50 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2025/01/01 14:06:17 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.20 2026/01/02 14:59:50 ryoon Exp $
bin/darktable
bin/darktable-chart
bin/darktable-cli
@@ -6,6 +6,7 @@ bin/darktable-cmstest
bin/darktable-generate-cache
bin/darktable-rs-identify
lib/darktable/libdarktable.so
+lib/darktable/plugins/imageio/format/libavif.so
lib/darktable/plugins/imageio/format/libcopy.so
lib/darktable/plugins/imageio/format/libexr.so
lib/darktable/plugins/imageio/format/libj2k.so
Home |
Main Index |
Thread Index |
Old Index