Skip to content

Commit

Permalink
ENH: Update to latest v4.7.0 libtiff codebase.
Browse files Browse the repository at this point in the history
upstream libtiff

4bd2b717 on 2024-09-18T07:54:18.362Z

Fixed renaming of README.md and LICENSE.md files
  • Loading branch information
hjmjohnson committed Nov 18, 2024
1 parent 9dc3985 commit 8bb0bfc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Modules/ThirdParty/TIFF/UpdateFromUpstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ readonly name="tiff"
readonly ownership="Tiff Upstream <[email protected]>"
readonly subtree="Modules/ThirdParty/TIFF/src/itk$name"
readonly repo="https://gitlab.com/libtiff/libtiff.git"
readonly tag="v4.0.3"
readonly tag="v4.7.0"
readonly paths="
COPYRIGHT
README
LICENSE.md
README.md
libtiff/libtiff.def
libtiff/libtiff.map
Expand All @@ -28,6 +28,8 @@ extract_source () {
git_archive
pushd "${extractdir}/${name}-reduced"
echo "* -whitespace" >> .gitattributes
rm -vf libtiff/COPYRIGHT # Renamed to LICENSE.md
rm -vf libtiff/README # Renamed to README.md
rm -vf libtiff/*.vc.h libtiff/*.wince.h libtiff/mkspans.c libtiff/tif_vms.c libtiff/tif_wince.c
popd
}
Expand Down

0 comments on commit 8bb0bfc

Please sign in to comment.