update tiff library from 4.5.0 to 4.6.0
authorGood Guy <good1.2guy@gmail.com>
Tue, 7 Nov 2023 23:09:43 +0000 (16:09 -0700)
committerGood Guy <good1.2guy@gmail.com>
Tue, 7 Nov 2023 23:09:43 +0000 (16:09 -0700)
cinelerra-5.1/configure.ac
cinelerra-5.1/thirdparty/downloads.txt
cinelerra-5.1/thirdparty/src/tiff-4.6.0.patch1 [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/tiff-4.6.0.patch2 [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/tiff-4.6.0.tar.xz [new file with mode: 0644]

index 770cc188b14a606c92722115198d025da44e6835..17ef8e34cb67ad8e728737595632b7432a0ca621 100644 (file)
@@ -405,7 +405,7 @@ PKG_3RD([ilmBase],[auto], [ilmBase], [] [])
 #  [])
 #
 PKG_3RD([tiff],[auto],
-  [tiff-4.5.0],
+  [tiff-4.6.0],
   [ libtiff/.libs/libtiff.a \
     libtiff/.libs/libtiffxx.a \
     port/.libs/libport.a ],[
index e8620083b10613528f83b42339445729825f6246..50aef8035bf5be2084055322d6f66fdc6fa6cbfa 100644 (file)
@@ -7,9 +7,8 @@ https://sourceforge.net/projects/opencvlibrary/files/  4.3.0
 https://github.com/opencv/opencv_contrib/releases   4.3.0
 #https://sourceforge.net/projects/opencore-amr/files/fdk-aac/fdk-aac-2.2.0.tar.gz/download
 http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28.tar.gz
-https://ieee1394.wiki.kernel.org/index.php/Libraries
-https://www.kernel.org/pub/linux/libs/ieee1394/libraw1394-2.1.2.tar.xz
-https://www.kernel.org/pub/linux/libs/ieee1394/libiec61883-1.2.0.tar.xz
+https://mirrors.edge.kernel.org/pub/linux/libs/ieee1394/libraw1394-2.1.2.tar.xz
+https://mirrors.edge.kernel.org/pub/linux/libs/ieee1394/libiec61883-1.2.0.tar.xz
 https://sourceforge.net/projects/libavc1394/files/latest/download?source=directory = 0.5.4
 https://sourceforge.net/projects/libdv/files/latest/download?source=directory = 0.104
 https://sourceforge.net/projects/giflib/files/latest/download = 5.2.1
@@ -30,16 +29,16 @@ http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.7.tar.xz
 http://downloads.xiph.org/releases/ogg/libogg-1.3.5.tar.gz
 http://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2
 https://sourceforge.net/projects/lame/files/latest/download?source=directory = 3.100
-https://download.osgeo.org/libtiff/tiff-4.5.0.tar.xz
+https://download.osgeo.org/libtiff/tiff-4.6.0.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
 https://ffmpeg.org/releases/ffmpeg-5.1.tar.bz2
-https://github.com/webmproject/libvpx/archive/v1.13.0.tar.gz
-https://code.videolan.org/videolan/dav1d/-/archive/0.7.1/dav1d-0.7.1.tar.gz
+https://github.com/webmproject/libvpx/archive/v1.13.1.tar.gz
+https://code.videolan.org/videolan/dav1d/-/archive/0.5.1/dav1d-0.5.1.tar.gz
 https://github.com/swh/ladspa/releases/tag/v0.4.17, plugin.org.uk
 https://archive.mozilla.org/pub/opus/opus-1.3.1.tar.gz
-#https://github.com/webmproject/libwebp = libwebp-1.1.0
+#https://github.com/webmproject/libwebp = libwebp-1.3.2
 https://github.com/webmproject/libwebp/archive/refs/tags/v1.3.2.tar.gz
 https://github.com/mozilla/aom = libaom-v3.4.0
 git clone https://git.videolan.org/git/ffmpeg/nv-codec-headers.git ??
diff --git a/cinelerra-5.1/thirdparty/src/tiff-4.6.0.patch1 b/cinelerra-5.1/thirdparty/src/tiff-4.6.0.patch1
new file mode 100644 (file)
index 0000000..5ab0674
--- /dev/null
@@ -0,0 +1,11 @@
+--- ./Makefile.am      2023-11-03 18:42:35.844353508 -0600
++++ ./Makefile.am      2023-11-04 10:56:54.473163327 -0600
+@@ -60,7 +60,7 @@
+       rm -rf $(distdir)/_build/cmake
+       rm -rf $(distdir)/_inst/cmake
+-SUBDIRS = port libtiff tools build contrib test doc tools/unsupported
++SUBDIRS = port libtiff build
+ NEW_LIBTIFF_RELEASE_DATE=$(shell date +"%Y%m%d")
diff --git a/cinelerra-5.1/thirdparty/src/tiff-4.6.0.patch2 b/cinelerra-5.1/thirdparty/src/tiff-4.6.0.patch2
new file mode 100644 (file)
index 0000000..3988715
--- /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.6.0.tar.xz b/cinelerra-5.1/thirdparty/src/tiff-4.6.0.tar.xz
new file mode 100644 (file)
index 0000000..25eb11a
Binary files /dev/null and b/cinelerra-5.1/thirdparty/src/tiff-4.6.0.tar.xz differ