From: Good Guy Date: Tue, 7 Nov 2023 23:09:43 +0000 (-0700) Subject: update tiff library from 4.5.0 to 4.6.0 X-Git-Tag: 2023-11~2 X-Git-Url: https://git.cinelerra-gg.org/git/?a=commitdiff_plain;h=def7a2e3e4f053af598be006210a4cd29d984305;p=goodguy%2Fcinelerra.git update tiff library from 4.5.0 to 4.6.0 --- diff --git a/cinelerra-5.1/configure.ac b/cinelerra-5.1/configure.ac index 770cc188..17ef8e34 100644 --- a/cinelerra-5.1/configure.ac +++ b/cinelerra-5.1/configure.ac @@ -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 ],[ diff --git a/cinelerra-5.1/thirdparty/downloads.txt b/cinelerra-5.1/thirdparty/downloads.txt index e8620083..50aef803 100644 --- a/cinelerra-5.1/thirdparty/downloads.txt +++ b/cinelerra-5.1/thirdparty/downloads.txt @@ -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 index 00000000..5ab06745 --- /dev/null +++ b/cinelerra-5.1/thirdparty/src/tiff-4.6.0.patch1 @@ -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 index 00000000..39887156 --- /dev/null +++ b/cinelerra-5.1/thirdparty/src/tiff-4.6.0.patch2 @@ -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 index 00000000..25eb11ab Binary files /dev/null and b/cinelerra-5.1/thirdparty/src/tiff-4.6.0.tar.xz differ