[ include ])
PKG_3RD([openjpeg],[auto],
- [openjpeg-2.5.0],
+ [openjpeg-2.5.2],
[ bin/libopenjp2.a ],
[ src/lib/openjp2 ])
# [])
#
PKG_3RD([tiff],[auto],
- [tiff-4.6.0],
+ [tiff-4.6.0t],
[ libtiff/.libs/libtiff.a \
libtiff/.libs/libtiffxx.a \
port/.libs/libport.a ],[
https://sourceforge.net/projects/libdv/files/latest/download?source=directory = 0.104
https://sourceforge.net/projects/giflib/files/latest/download = 5.2.2
https://github.com/xiph/flac/releases/tag/1.4.3
-https://github.com/uclouvain/openjpeg/ = Releases=sourcefiles openjpeg-2.5.0.tar.gz
+https://github.com/uclouvain/openjpeg/ = Releases=sourcefiles openjpeg-2.5.2.tar.gz
https://sourceforge.net/projects/libjpeg-turbo/ = Code (GitHub)=sourcefiles/2.1.2/libjpeg-turbo-2.1.5.1.tar.gz
https://sourceforge.net/projects/mjpeg/files/mjpegtools/2.2.1/
http://www.fftw.org/fftw-3.3.10.tar.gz
# Added 0.7.4 in at least 2016; no new updates; not in HV or CV
https://repology.org/project/a52dec/information
https://sourceforge.net/projects/lame/files/latest/download?source=directory = 3.100
-https://download.osgeo.org/libtiff/tiff-4.6.0.tar.xz
+https://download.osgeo.org/libtiff/tiff-4.6.0t.tar.xz
https://sourceforge.net/projects/libuuid/files/latest/download?source=directory - 1.0.3
https://code.videolan.org/videolan/x264/-/tree/stable/x264-stable.tar.gz (Jan. 2023 version r3106)
https://bitbucket.org/multicoreware/x265_git/downloads/x265_3.5.tar.gz (snapshot 17122023)
- */
- qsort(SortArray, NewColorSubdiv[Index].NumEntries,
- sizeof(QuantizedColorType *), SortCmpRtn);
-+ qsort(SortArray, -1, NewColorSubdiv[Index].NumEntries, SortRGBAxis);
++ QSort(SortArray, -1, NewColorSubdiv[Index].NumEntries, SortRGBAxis);
/* Relink the sorted list into one: */
for (j = 0; j < NewColorSubdiv[Index].NumEntries - 1; j++) {
--- /dev/null
+--- ./Makefile.am
++++ ./Makefile.am
+@@ -60,7 +60,7 @@
+ rm -rf $(distdir)/_build/cmake
+ rm -rf $(distdir)/_inst/cmake
+
+-SUBDIRS = port libtiff tools build contrib test doc
++SUBDIRS = port libtiff build
+
+
+ NEW_LIBTIFF_RELEASE_DATE=$(shell date +"%Y%m%d")
--- /dev/null
+--- ./configure.ac
++++ ./configure.ac
+@@ -873,6 +873,7 @@
+ if test "x$enable_webp" != "xno" ; then
+
+ if test "x$with_webp_lib_dir" != "x" ; then
++ LIBS="-lpthread $LIBS"
+ LDFLAGS="-L$with_webp_lib_dir $LDFLAGS"
+ fi
+