Hi,
here's the update to openjp2 2.4.0, from the 1303 tests only two fail:
884 - NR-DEC-issue226.j2k-74-decode (Failed)
885 - NR-DEC-issue226.j2k-74-decode-md5 (Failed)
changelog at http://www.openjpeg.org/2020/12/28/OpenJPEG-2.4.0-released
will have a look shortly at consumers, since ofc the include path
changes as usual.. those using pkg-config should just work (tm)
sending this early for testing in a bulk.
Landry
? openjp2-2.3.1-libopenjp2.so.3.1
? openjp2-2.4.0-libopenjp2.so.3.1
Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/openjp2/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile 29 Nov 2020 20:08:49 -0000 1.16
+++ Makefile 21 Feb 2021 11:38:00 -0000
@@ -4,11 +4,10 @@
GH_ACCOUNT= uclouvain
GH_PROJECT= openjpeg
-GH_TAGNAME= v2.3.1
+GH_TAGNAME= v2.4.0
DISTNAME= openjp2-${GH_TAGNAME:S/v//}
-REVISION= 1
-SHARED_LIBS += openjp2 3.1
+SHARED_LIBS += openjp2 4.0
CATEGORIES= graphics
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/openjp2/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo 19 Apr 2019 13:29:52 -0000 1.7
+++ distinfo 21 Feb 2021 11:38:00 -0000
@@ -1,2 +1,2 @@
-SHA256 (openjp2-2.3.1.tar.gz) = Y/WkcT7K/IbeUb+ticwHu3iOm7ok678MTKY3Yhqttqk=
-SIZE (openjp2-2.3.1.tar.gz) = 2214401
+SHA256 (openjp2-2.4.0.tar.gz) = hwK6aLRCZX8RqusrM4RDyo1fuVsNhFdXlop74x738W0=
+SIZE (openjp2-2.4.0.tar.gz) = 2233229
Index: patches/patch-CMakeLists_txt
===================================================================
RCS file: /cvs/ports/graphics/openjp2/patches/patch-CMakeLists_txt,v
retrieving revision 1.7
diff -u -r1.7 patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt 19 Apr 2019 13:29:52 -0000 1.7
+++ patches/patch-CMakeLists_txt 21 Feb 2021 11:38:00 -0000
@@ -2,7 +2,7 @@
Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
-@@ -107,7 +107,10 @@ endif()
+@@ -108,7 +108,10 @@ endif()
option(BUILD_DOC "Build the HTML documentation (with doxygen if available)."
OFF)
string(TOLOWER ${PROJECT_NAME} projectname)
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/graphics/openjp2/pkg/PLIST,v
retrieving revision 1.7
diff -u -r1.7 PLIST
--- pkg/PLIST 29 Nov 2020 20:08:49 -0000 1.7
+++ pkg/PLIST 21 Feb 2021 11:38:00 -0000
@@ -3,16 +3,16 @@
@bin bin/opj_compress
@bin bin/opj_decompress
@bin bin/opj_dump
-include/openjpeg-2.3/
-include/openjpeg-2.3/openjpeg.h
-include/openjpeg-2.3/opj_config.h
-include/openjpeg-2.3/opj_stdint.h
-lib/libopenjp2.a
+include/openjpeg-2.4/
+include/openjpeg-2.4/openjpeg.h
+include/openjpeg-2.4/opj_config.h
+include/openjpeg-2.4/opj_stdint.h
+@static-lib lib/libopenjp2.a
@lib lib/libopenjp2.so.${LIBopenjp2_VERSION}
-lib/openjpeg-2.3/
-lib/openjpeg-2.3/OpenJPEGConfig.cmake
-lib/openjpeg-2.3/OpenJPEGTargets${MODCMAKE_BUILD_SUFFIX}
-lib/openjpeg-2.3/OpenJPEGTargets.cmake
+lib/openjpeg-2.4/
+lib/openjpeg-2.4/OpenJPEGConfig.cmake
+lib/openjpeg-2.4/OpenJPEGTargets${MODCMAKE_BUILD_SUFFIX}
+lib/openjpeg-2.4/OpenJPEGTargets.cmake
lib/pkgconfig/libopenjp2.pc
@man man/man1/opj_compress.1
@man man/man1/opj_decompress.1