pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/libjpeg-turbo



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Oct 18 17:21:00 UTC 2023

Modified Files:
        pkgsrc/graphics/libjpeg-turbo: Makefile distinfo

Log Message:
libjpeg-turbo: updated to 3.0.1

3.0.1

The x86-64 SIMD functions now use a standard stack frame, prologue, and epilogue so that debuggers and profilers can reliably capture backtraces from within the functions.

Fixed two minor issues in the interblock smoothing algorithm that caused mathematical (but not necessarily perceptible) edge block errors when decompressing progressive JPEG images exactly two MCU 
blocks in width or that use vertical chrominance subsampling.

Fixed a regression introduced by 3.0 beta2[6] that, in rare cases, caused the C Huffman encoder (which is not used by default on x86 and Arm CPUs) to generate incorrect results if the Neon SIMD 
extensions were explicitly disabled at build time (by setting the WITH_SIMD CMake variable to 0) in an AArch64 build of libjpeg-turbo.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/graphics/libjpeg-turbo/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/graphics/libjpeg-turbo/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/libjpeg-turbo/Makefile
diff -u pkgsrc/graphics/libjpeg-turbo/Makefile:1.32 pkgsrc/graphics/libjpeg-turbo/Makefile:1.33
--- pkgsrc/graphics/libjpeg-turbo/Makefile:1.32 Wed Jul  5 15:37:35 2023
+++ pkgsrc/graphics/libjpeg-turbo/Makefile      Wed Oct 18 17:21:00 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2023/07/05 15:37:35 adam Exp $
+# $NetBSD: Makefile,v 1.33 2023/10/18 17:21:00 adam Exp $
 
-DISTNAME=      libjpeg-turbo-3.0.0
+DISTNAME=      libjpeg-turbo-3.0.1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=libjpeg-turbo/}
 

Index: pkgsrc/graphics/libjpeg-turbo/distinfo
diff -u pkgsrc/graphics/libjpeg-turbo/distinfo:1.26 pkgsrc/graphics/libjpeg-turbo/distinfo:1.27
--- pkgsrc/graphics/libjpeg-turbo/distinfo:1.26 Wed Jul  5 15:37:35 2023
+++ pkgsrc/graphics/libjpeg-turbo/distinfo      Wed Oct 18 17:21:00 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.26 2023/07/05 15:37:35 adam Exp $
+$NetBSD: distinfo,v 1.27 2023/10/18 17:21:00 adam Exp $
 
-BLAKE2s (libjpeg-turbo-3.0.0.tar.gz) = 8e801fb2e2f314c4e0864c8246e3e1943b274b054108001240f928ce66287010
-SHA512 (libjpeg-turbo-3.0.0.tar.gz) = 2307a2e240faf5b3119cdc5cf6a0255813d74591d4a4201fd2374940683cb9de90cb5926367e633f3624b27edd292209c7cd3c38d64522716e83fc81361289b4
-Size (libjpeg-turbo-3.0.0.tar.gz) = 2799663 bytes
+BLAKE2s (libjpeg-turbo-3.0.1.tar.gz) = 60384ff5315c8044c1e3c9fed1a54f5c65bf3f04c2038ec3fb025f3530a02fb7
+SHA512 (libjpeg-turbo-3.0.1.tar.gz) = 26a2c821a023579e82a7c2a00582747f5f24089aa0820ba304f1ff71c6894b7a6bd0468acc5ff90e2655e0a1c23a5a35a779df51f5cfa3e9eba527c709fab55b
+Size (libjpeg-turbo-3.0.1.tar.gz) = 2800900 bytes
 SHA1 (patch-jpeglib.h) = 22f69b5fed1882c33f4a8a6e42b8aca5ed195de3
 SHA1 (patch-simd_arm__aarch32_jsimd.c) = 0d35d6f0727709d4e894202a3a297fc66383c377
 SHA1 (patch-simd_arm__aarch64_jsimd.c) = 76c5e81403f70a8ea8bca8ae2266066fff5ec6f9



Home | Main Index | Thread Index | Old Index