Saturday, March 02, 2024

UPDATE: zimg 3.0.5

Here is an update to zimg 3.0.5.


3.0.5
colorspace: add ST.428-1 (gamma 2.6) transfer function
depth: fix AVX-512 integer to float border handling (introduced in 2.6)
depth: fix NEON dither border handling (introduced in 3.0)
graph: fix clipping in alpha premultiplication (introduced in 3.0)
x86: optimizations for AMD Zen4 processors


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/graphics/zimg/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 Makefile
--- Makefile 8 Sep 2022 11:36:49 -0000 1.1.1.1
+++ Makefile 13 Jul 2023 00:21:02 -0000
@@ -1,11 +1,11 @@
COMMENT = scaling, colorspace conversion, and dithering library
CATEGORIES = graphics

-SHARED_LIBS += zimg 0.0 # 2.0
+SHARED_LIBS += zimg 0.1 # 2.0

GH_ACCOUNT = sekrit-twc
GH_PROJECT = zimg
-GH_TAGNAME = release-3.0.4
+GH_TAGNAME = release-3.0.5

MAINTAINER = Brian Callahan <bcallah@openbsd.org>

Index: distinfo
===================================================================
RCS file: /home/cvs/ports/graphics/zimg/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 distinfo
--- distinfo 8 Sep 2022 11:36:49 -0000 1.1.1.1
+++ distinfo 12 Jul 2023 23:36:34 -0000
@@ -1,2 +1,2 @@
-SHA256 (zimg-3.0.4.tar.gz) = IZ0bxrf94TVdcsm0BuvXMKSu2cIdp3lmDwpMhRJD4y8=
-SIZE (zimg-3.0.4.tar.gz) = 326578
+SHA256 (zimg-3.0.5.tar.gz) = qaAia/heDYPEGo6+Tj5pDhNIaC9qKng48bjL/xt5m88=
+SIZE (zimg-3.0.5.tar.gz) = 326694

No comments:

Post a Comment