Skip to content

Commit 74d5c63

Browse files
author
Grok Compression
committed
libtiff: upgrade to 4.7.1
1 parent 8720ab3 commit 74d5c63

File tree

313 files changed

+10881
-2450
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

313 files changed

+10881
-2450
lines changed

thirdparty/libtiff/ChangeLog

Lines changed: 2873 additions & 11 deletions
Large diffs are not rendered by default.

thirdparty/libtiff/HOWTO-RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Notes on releasing.
4444
3. Create doc/releases/vX.X.rst and add it to git with 'git add doc/releases/vX.X.rst'.
4545
Update doc/releases/index.rst to point to the new file
4646
Take ChangeLog entries and rst-ify in there.
47-
Easist thing to do is take doc/releases/vX.(X-1).rst and use it as a template.
47+
Easiest thing to do is take doc/releases/vX.(X-1).rst and use it as a template.
4848

4949
4. Add vX.X.rst file to the list of 'rst_sources' files in the doc/Makefile.am.
5050

thirdparty/libtiff/LICENSE.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,29 @@ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
2121
WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
2222
LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
2323
OF THIS SOFTWARE.
24+
25+
# Lempel-Ziv & Welch Compression (tif_lzw.c) license
26+
The code of tif_lzw.c is derived from the compress program whose code is
27+
derived from software contributed to Berkeley by James A. Woods,
28+
derived from original work by Spencer Thomas and Joseph Orost.
29+
30+
The original Berkeley copyright notice appears below in its entirety:
31+
32+
Copyright (c) 1985, 1986 The Regents of the University of California.
33+
All rights reserved.
34+
35+
This code is derived from software contributed to Berkeley by
36+
James A. Woods, derived from original work by Spencer Thomas
37+
and Joseph Orost.
38+
39+
Redistribution and use in source and binary forms are permitted
40+
provided that the above copyright notice and this paragraph are
41+
duplicated in all such forms and that any documentation,
42+
advertising materials, and other materials related to such
43+
distribution and use acknowledge that the software was developed
44+
by the University of California, Berkeley. The name of the
45+
University may not be used to endorse or promote products derived
46+
from this software without specific prior written permission.
47+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
48+
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
49+
WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.

thirdparty/libtiff/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
docdir = $(LIBTIFF_DOCDIR)
2727

28-
AUTOMAKE_OPTIONS = 1.12 dist-zip foreign
28+
AUTOMAKE_OPTIONS = 1.11 dist-zip foreign
2929
ACLOCAL_AMFLAGS = -I m4
3030

3131
docfiles = \
@@ -60,7 +60,7 @@ distcheck-hook:
6060
rm -rf $(distdir)/_build/cmake
6161
rm -rf $(distdir)/_inst/cmake
6262

63-
SUBDIRS = port libtiff tools build contrib test doc tools/unsupported
63+
SUBDIRS = port libtiff tools build contrib test doc
6464

6565

6666
NEW_LIBTIFF_RELEASE_DATE=$(shell date +"%Y%m%d")

thirdparty/libtiff/RELEASE-DATE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20230908
1+
20250911

thirdparty/libtiff/archive/test/tiff2ps-EPS1.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

thirdparty/libtiff/archive/test/tiff2ps-PS1.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

thirdparty/libtiff/archive/test/tiff2ps-PS2.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

thirdparty/libtiff/archive/test/tiff2ps-PS3.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

thirdparty/libtiff/archive/test/tiffcp-g3-1d-fill.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)