From: Good Guy Date: Mon, 14 Apr 2025 18:34:25 +0000 (-0600) Subject: Tiff library update from 4.6.0.t to 4.7.0 X-Git-Tag: 2025-04~2 X-Git-Url: https://git.cinelerra-gg.org/git/?a=commitdiff_plain;h=844583bbd48a6910a1f5e53fec152c874e0edabb;p=goodguy%2Fcinelerra.git Tiff library update from 4.6.0.t to 4.7.0 --- diff --git a/cinelerra-5.1/thirdparty/src/tiff-4.7.0.patch1 b/cinelerra-5.1/thirdparty/src/tiff-4.7.0.patch1 new file mode 100644 index 00000000..29246abd --- /dev/null +++ b/cinelerra-5.1/thirdparty/src/tiff-4.7.0.patch1 @@ -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 + + + NEW_LIBTIFF_RELEASE_DATE=$(shell date +"%Y%m%d") diff --git a/cinelerra-5.1/thirdparty/src/tiff-4.7.0.patch2 b/cinelerra-5.1/thirdparty/src/tiff-4.7.0.patch2 new file mode 100644 index 00000000..5067d8db --- /dev/null +++ b/cinelerra-5.1/thirdparty/src/tiff-4.7.0.patch2 @@ -0,0 +1,10 @@ +--- ./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 + diff --git a/cinelerra-5.1/thirdparty/src/tiff-4.7.0.tar.xz b/cinelerra-5.1/thirdparty/src/tiff-4.7.0.tar.xz new file mode 100644 index 00000000..60e54134 Binary files /dev/null and b/cinelerra-5.1/thirdparty/src/tiff-4.7.0.tar.xz differ