Update to jasper-4.2.9.

This commit is contained in:
ajacoutot
2026-03-06 07:23:32 +00:00
parent 4b413d2610
commit 1b062c48ca
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
COMMENT = reference implementation of JPEG-2000
V = 4.2.8
V = 4.2.9
DISTNAME = jasper-$V
SHARED_LIBS = jasper 6.1
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (jasper-4.2.8.tar.gz) = mAWKlPv/V+xuMdyuw3KQWJ3gum9HyWb5JlRoGlbHH64=
SIZE (jasper-4.2.8.tar.gz) = 2127775
SHA256 (jasper-4.2.9.tar.gz) = 9xz2Q5N6X8rtz+swoiukBpEpSK1EExSCFN8oCvxCVFQ=
SIZE (jasper-4.2.9.tar.gz) = 2127186
@@ -1,7 +1,7 @@
Index: src/libjasper/jp2/jp2_enc.c
--- src/libjasper/jp2/jp2_enc.c.orig
+++ src/libjasper/jp2/jp2_enc.c
@@ -401,7 +401,8 @@ int jp2_encode(jas_image_t *image, jas_stream_t *out,
@@ -402,7 +402,8 @@ int jp2_encode(jas_image_t *image, jas_stream_t *out,
/* Output the JPEG-2000 code stream. */
overhead = jas_stream_getrwcount(out);