upgrade 3 libraries
authorGood Guy <good1.2guy@gmail.com>
Tue, 21 Mar 2023 15:00:26 +0000 (09:00 -0600)
committerGood Guy <good1.2guy@gmail.com>
Tue, 21 Mar 2023 15:00:26 +0000 (09:00 -0600)
cinelerra-5.1/configure.ac
cinelerra-5.1/thirdparty/src/flac-1.4.2.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/libjpeg-turbo-2.1.5.1.tar.gz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/tiff-4.5.0.patch1 [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/tiff-4.5.0.patch2 [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/tiff-4.5.0.tar.xz [new file with mode: 0644]

index eb190103616ffccfff0d788af709917e7f25af1b..9b12e016c89eccfd62837298182b34c55d474773 100644 (file)
@@ -255,7 +255,7 @@ PKG_3RD([fftw],[auto],
   [ api ])
 
 PKG_3RD([flac],[auto],
-  [flac-1.4.0],
+  [flac-1.4.2],
   [ src/libFLAC/.libs/libFLAC.a \
     src/libFLAC++/.libs/libFLAC++.a \
     src/share/replaygain_analysis/.libs/libreplaygain_analysis.a \
@@ -302,7 +302,7 @@ PKG_3RD([libdv],[auto],
   [ . ])
 
 PKG_3RD([libjpeg],[auto],
-  [libjpeg-turbo-2.1.2],
+  [libjpeg-turbo-2.1.5.1],
   [ build/libjpeg.a \
     build/libturbojpeg.a ],
   [ opt/libjpeg-turbo/include ])
@@ -405,7 +405,7 @@ PKG_3RD([ilmBase],[auto], [ilmBase], [] [])
 #  [])
 #
 PKG_3RD([tiff],[auto],
-  [tiff-4.4.0],
+  [tiff-4.5.0],
   [ libtiff/.libs/libtiff.a \
     libtiff/.libs/libtiffxx.a \
     port/.libs/libport.a ],[
diff --git a/cinelerra-5.1/thirdparty/src/flac-1.4.2.tar.xz b/cinelerra-5.1/thirdparty/src/flac-1.4.2.tar.xz
new file mode 100644 (file)
index 0000000..f6d9f14
Binary files /dev/null and b/cinelerra-5.1/thirdparty/src/flac-1.4.2.tar.xz differ
diff --git a/cinelerra-5.1/thirdparty/src/libjpeg-turbo-2.1.5.1.tar.gz b/cinelerra-5.1/thirdparty/src/libjpeg-turbo-2.1.5.1.tar.gz
new file mode 100644 (file)
index 0000000..0a4a0fa
Binary files /dev/null and b/cinelerra-5.1/thirdparty/src/libjpeg-turbo-2.1.5.1.tar.gz differ
diff --git a/cinelerra-5.1/thirdparty/src/tiff-4.5.0.patch1 b/cinelerra-5.1/thirdparty/src/tiff-4.5.0.patch1
new file mode 100644 (file)
index 0000000..90397d8
--- /dev/null
@@ -0,0 +1,11 @@
+--- 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
+ release:
+       (rm -f $(top_srcdir)/RELEASE-DATE && echo $(LIBTIFF_RELEASE_DATE) > $(top_srcdir)/RELEASE-DATE)
diff --git a/cinelerra-5.1/thirdparty/src/tiff-4.5.0.patch2 b/cinelerra-5.1/thirdparty/src/tiff-4.5.0.patch2
new file mode 100644 (file)
index 0000000..1fd6ec9
--- /dev/null
@@ -0,0 +1,10 @@
+--- configure.ac
++++ configure.ac
+@@ -888,6 +888,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
+   
diff --git a/cinelerra-5.1/thirdparty/src/tiff-4.5.0.tar.xz b/cinelerra-5.1/thirdparty/src/tiff-4.5.0.tar.xz
new file mode 100644 (file)
index 0000000..9c85569
Binary files /dev/null and b/cinelerra-5.1/thirdparty/src/tiff-4.5.0.tar.xz differ