Hi,

This is a simple update for darktable to version 3.6.1.

Software fixes:
* Fix module expand on quick access panel when enabling/disabling module.
* Fix a possible crash in color calibration module.
* Fix an inconsistency between the CPU & GPU path in color calibration module.
* Fix possible issue in OpenCL Bradford non-linear code in color
  calibration which leads to wrong color rendering.
* Fix Windows paths handling and encoding.
* Fix possible issue in exiv2 when trying to write empty strings.
* Fix by-scale button in export module.
* Fix crash when renaming a drawn mask.
* Minor UI fix in duplicate module.
* Fix possible wrong rendering of the color picker tooltip. (workaround
  for a possible Gtk issue).
* Fix filename variable used when importing new pictures.
* Fix noise profile for RICOH GR III.
* Fix some memory leaks.

Added camera support:
* Leica C-Lux (3:2)
* Nikon D6 (14bit-compressed, 14bit-uncompressed, 12bit-compressed,
  12bit-uncompressed)
* Nikon Z fc (14bit-compressed, 12bit-compressed)
* Sony ILCE-7RM3A
* Sony ILCE-7RM4A

Added noise profiles:
* Ricoh GR III

Port changes:
I added cups to LIB_DEPENDS because portcheck complained about the
wantlib being masked. This fixes the warning.

Best Regards,
Stefan

Index: graphics/darktable/Makefile
===================================================================
RCS file: /home/cvs/ports/graphics/darktable/Makefile,v
retrieving revision 1.112
diff -u -p -u -p -r1.112 Makefile
--- graphics/darktable/Makefile 9 Oct 2021 22:05:09 -0000       1.112
+++ graphics/darktable/Makefile 9 Dec 2021 08:03:39 -0000
@@ -4,11 +4,10 @@ ONLY_FOR_ARCHS=       amd64 aarch64
 
 COMMENT=       virtual lighttable and darkroom for photographers
 
-V=             3.6.0
+V=             3.6.1
 DISTNAME=      darktable-$V
 PORTROACH=     limitw:1,even skipv:release-$V
 EXTRACT_SUFX=  .tar.xz
-REVISION=      1
 
 CATEGORIES=    graphics x11
 
@@ -57,6 +56,7 @@ LIB_DEPENDS=  devel/gettext,-runtime \
                graphics/openexr \
                graphics/openjp2 \
                net/curl \
+               print/cups,-libs \
                textproc/pugixml \
                x11/gnome/librsvg \
                x11/gnome/libsecret \
Index: graphics/darktable/distinfo
===================================================================
RCS file: /home/cvs/ports/graphics/darktable/distinfo,v
retrieving revision 1.39
diff -u -p -u -p -r1.39 distinfo
--- graphics/darktable/distinfo 4 Jul 2021 17:23:53 -0000       1.39
+++ graphics/darktable/distinfo 9 Dec 2021 07:02:07 -0000
@@ -1,2 +1,2 @@
-SHA256 (darktable-3.6.0.tar.xz) = hrzQGErzi5PDaI3/09XBnMZfJo7Pk1jWSfoR/ibHCjk=
-SIZE (darktable-3.6.0.tar.xz) = 4691608
+SHA256 (darktable-3.6.1.tar.xz) = or/HwQO4JJRUV6m/7Z5S8Af6HQMPnbyz/wMnhRvkLRQ=
+SIZE (darktable-3.6.1.tar.xz) = 4685928

Reply via email to