update libjpeg-turbo from 2.1.5.1 to 3.0.4 master
authorGood Guy <good1.2guy@gmail.com>
Sun, 20 Oct 2024 16:29:41 +0000 (10:29 -0600)
committerGood Guy <good1.2guy@gmail.com>
Sun, 20 Oct 2024 16:29:41 +0000 (10:29 -0600)
cinelerra-5.1/configure.ac
cinelerra-5.1/msg/txt
cinelerra-5.1/thirdparty/Makefile
cinelerra-5.1/thirdparty/downloads.txt
cinelerra-5.1/thirdparty/src/libjpeg-turbo-3.0.4.tar.gz [new file with mode: 0644]

index db8487eb1e960278d8ab66629a7ba3d126958a58..35b414f301720ac152c2f3f62285298eee2c03aa 100644 (file)
@@ -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 ])
index 37da832a28ad5d4da9f41cf6c5f53e64fa40cb08..cb9e04b8a0dc0b38c0aabc80d0e30ec2365f8206 100644 (file)
@@ -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.
index bb987b0af584a148828b5da24b1855870d70f0bc..bf8f1f0afad0b67585a329ccc14cb9bc1276d788 100644 (file)
@@ -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)\
index 8f75bb583f531da6c6251b0e3ef43c2aa4615f90..11e25c5da33210f8b5a3c10466ecd6988de20e25 100644 (file)
@@ -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 (file)
index 0000000..3612195
Binary files /dev/null and b/cinelerra-5.1/thirdparty/src/libjpeg-turbo-3.0.4.tar.gz differ