From: Good Guy Date: Sun, 20 Oct 2024 16:29:41 +0000 (-0600) Subject: update libjpeg-turbo from 2.1.5.1 to 3.0.4 X-Git-Tag: 2024-10~1 X-Git-Url: https://cinelerra-gg.org/git/?a=commitdiff_plain;h=bd71999f503218deb104a54af3af6f7d8e98be47;p=goodguy%2Fcinelerra.git update libjpeg-turbo from 2.1.5.1 to 3.0.4 --- diff --git a/cinelerra-5.1/configure.ac b/cinelerra-5.1/configure.ac index db8487eb..35b414f3 100644 --- a/cinelerra-5.1/configure.ac +++ b/cinelerra-5.1/configure.ac @@ -303,7 +303,7 @@ PKG_3RD([libdv],[auto], [ . ]) PKG_3RD([libjpeg],[auto], - [libjpeg-turbo-2.1.5.1], + [libjpeg-turbo-3.0.4], [ build/libjpeg.a \ build/libturbojpeg.a ], [ opt/libjpeg-turbo/include ]) diff --git a/cinelerra-5.1/msg/txt b/cinelerra-5.1/msg/txt index 37da832a..cb9e04b8 100644 --- a/cinelerra-5.1/msg/txt +++ b/cinelerra-5.1/msg/txt @@ -3,6 +3,10 @@ For usage help, refer to the following: https://cinelerra-gg.org/download/CinelerraGG_Manual.pdf http://g-raffa.eu/Cinelerra/HOWTO/basics.html . +2024 October changes of note: + Updated libraries include: + x265 to version 4.0, libvpx to 1.14.1, libwebp to 1.4.0, + libjpeg-turbo to 3.0.4. 2024 September changes of note: Updated libraries include: dcraw, flac, giflib, openjpeg, tiff, svt_av1, and x264 to current latest. diff --git a/cinelerra-5.1/thirdparty/Makefile b/cinelerra-5.1/thirdparty/Makefile index bb987b0a..bf8f1f0a 100644 --- a/cinelerra-5.1/thirdparty/Makefile +++ b/cinelerra-5.1/thirdparty/Makefile @@ -265,7 +265,7 @@ openexr.mak_vars?=true; \# opus.cfg_params?= --disable-extra-programs speech_tools.mak_params?=-j1 tiff.ldflags?="$(call ld_path,libjpeg,build)" -tiff.cflags?="$(call lnc_path,libjpeg)" +tiff.cflags?="$(call inc_path,libjpeg)" tiff.cfg_vars+=LIBS+=" -lpthread"; autoreconf -ifv -I m4 && automake -caf; tiff.cfg_params+= --disable-libdeflate --disable-lerc --enable-shared=no --disable-zstd $(call if_pkg,libwebp,\ --with-webp-include-dir=$(call pkg_incl,libwebp)\ diff --git a/cinelerra-5.1/thirdparty/downloads.txt b/cinelerra-5.1/thirdparty/downloads.txt index 8f75bb58..11e25c5d 100644 --- a/cinelerra-5.1/thirdparty/downloads.txt +++ b/cinelerra-5.1/thirdparty/downloads.txt @@ -15,7 +15,7 @@ https://sourceforge.net/projects/libdv/files/latest/download?source=directory = 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.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/libjpeg-turbo/ = Code (GitHub)=sourcefiles/2.1.2/libjpeg-turbo-3.0.4.tar.gz https://sourceforge.net/projects/mjpeg/files/mjpegtools/2.2.1/ http://www.fftw.org/fftw-3.3.10.tar.gz # Not sure why festival is in here but it is now at 2.5 since 25-Dec-2017 diff --git a/cinelerra-5.1/thirdparty/src/libjpeg-turbo-3.0.4.tar.gz b/cinelerra-5.1/thirdparty/src/libjpeg-turbo-3.0.4.tar.gz new file mode 100644 index 00000000..36121957 Binary files /dev/null and b/cinelerra-5.1/thirdparty/src/libjpeg-turbo-3.0.4.tar.gz differ