pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/libjpeg-turbo libjpeg-turbo: updated to 2.0.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a5dc564d910
branches:  trunk
changeset: 442016:5a5dc564d910
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Nov 17 08:46:47 2020 +0000

description:
libjpeg-turbo: updated to 2.0.6

2.0.6

Significant changes relative to 2.0.5:

Fixed "using JNI after critical get" errors that occurred on Android platforms when using any of the YUV encoding/compression/decompression/decoding methods in the TurboJPEG Java API.

Fixed or worked around multiple issues with jpeg_skip_scanlines():

Fixed segfaults or "Corrupt JPEG data: premature end of data segment" errors in jpeg_skip_scanlines() that occurred when decompressing 4:2:2 or 4:2:0 JPEG images using merged (non-fancy) 
upsampling/color conversion (that is, when setting cinfo.do_fancy_upsampling to FALSE.) 2.0.0[6] was a similar fix, but it did not cover all cases.
jpeg_skip_scanlines() now throws an error if two-pass color quantization is enabled. Two-pass color quantization never worked properly with jpeg_skip_scanlines(), and the issues could not readily be 
fixed.
Fixed an issue whereby jpeg_skip_scanlines() always returned 0 when skipping past the end of an image.
The Arm 64-bit (Armv8) Neon SIMD extensions can now be built using MinGW toolchains targetting Arm64 (AArch64) Windows binaries.

Fixed unexpected visual artifacts that occurred when using jpeg_crop_scanline() and interblock smoothing while decompressing only the DC scan of a progressive JPEG image.

Fixed an issue whereby libjpeg-turbo would not build if 12-bit-per-component JPEG support (WITH_12BIT) was enabled along with libjpeg v7 or libjpeg v8 API/ABI emulation (WITH_JPEG7 or WITH_JPEG8.)

diffstat:

 graphics/libjpeg-turbo/Makefile |   4 ++--
 graphics/libjpeg-turbo/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r 9aa944e337d9 -r 5a5dc564d910 graphics/libjpeg-turbo/Makefile
--- a/graphics/libjpeg-turbo/Makefile   Tue Nov 17 04:46:35 2020 +0000
+++ b/graphics/libjpeg-turbo/Makefile   Tue Nov 17 08:46:47 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2020/06/30 06:03:04 adam Exp $
+# $NetBSD: Makefile,v 1.21 2020/11/17 08:46:47 adam Exp $
 
-DISTNAME=      libjpeg-turbo-2.0.5
+DISTNAME=      libjpeg-turbo-2.0.6
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=libjpeg-turbo/}
 
diff -r 9aa944e337d9 -r 5a5dc564d910 graphics/libjpeg-turbo/distinfo
--- a/graphics/libjpeg-turbo/distinfo   Tue Nov 17 04:46:35 2020 +0000
+++ b/graphics/libjpeg-turbo/distinfo   Tue Nov 17 08:46:47 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.14 2020/06/30 06:03:04 adam Exp $
+$NetBSD: distinfo,v 1.15 2020/11/17 08:46:47 adam Exp $
 
-SHA1 (libjpeg-turbo-2.0.5.tar.gz) = 9d4c565d402b2f5661be78d76098073ec7e30f10
-RMD160 (libjpeg-turbo-2.0.5.tar.gz) = 3e820481675a3744f9fe2dbac3b80ae768d4b4da
-SHA512 (libjpeg-turbo-2.0.5.tar.gz) = 5bf9ecf069b43783ff24365febf36dda69ccb92d6397efec6069b2b4f359bfd7b87934a6ce4311873220fccc73acabdacef5ce0604b79209eb1912e8ba478555
-Size (libjpeg-turbo-2.0.5.tar.gz) = 2162983 bytes
+SHA1 (libjpeg-turbo-2.0.6.tar.gz) = 5406c7676d7df89fb4da791ad5af51202910fb25
+RMD160 (libjpeg-turbo-2.0.6.tar.gz) = efc242b0c43fd245093939f45bc6cc2fb951ba6e
+SHA512 (libjpeg-turbo-2.0.6.tar.gz) = 504062778224f2ed2ddb64c988fbf466a14247952aab0cf1d35d281942b6f0874eafd34b45914d2208e087f05ddd896c5ba87a67c944e8bb80323e187413038c
+Size (libjpeg-turbo-2.0.6.tar.gz) = 2192315 bytes
 SHA1 (patch-jpeglib.h) = 22f69b5fed1882c33f4a8a6e42b8aca5ed195de3
 SHA1 (patch-simd_arm_jsimd.c) = 8953f17f28b066853cff716065bc4f7bf1dc039c



Home | Main Index | Thread Index | Old Index