Skip to content

Commit

Permalink
libtiff: update to 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bgilbert authored and neheb committed Sep 21, 2024
1 parent b4ea619 commit 54d4af6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -1936,6 +1936,7 @@
"libtiff-4"
],
"versions": [
"4.7.0-1",
"4.6.0-1",
"4.5.1-1",
"4.5.0-3",
Expand Down
8 changes: 4 additions & 4 deletions subprojects/libtiff.wrap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[wrap-file]
directory = tiff-4.6.0
source_url = https://download.osgeo.org/libtiff/tiff-4.6.0.tar.xz
source_filename = tiff-4.6.0.tar.gz
source_hash = e178649607d1e22b51cf361dd20a3753f244f022eefab1f2f218fc62ebaf87d2
directory = tiff-4.7.0
source_url = https://download.osgeo.org/libtiff/tiff-4.7.0.tar.xz
source_filename = tiff-4.7.0.tar.gz
source_hash = 273a0a73b1f0bed640afee4a5df0337357ced5b53d3d5d1c405b936501f71017
patch_directory = libtiff

[provide]
Expand Down
6 changes: 3 additions & 3 deletions subprojects/packagefiles/libtiff/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ project(
meson_version: '>=0.57.0',
)
# calculate library version from configure.ac values
libtiff_current = 6
libtiff_revision = 2
libtiff_age = 0
libtiff_current = 7
libtiff_revision = 0
libtiff_age = 1
library_version = '@0@.@1@.@2@'.format(
libtiff_current - libtiff_age,
libtiff_age,
Expand Down
1 change: 1 addition & 0 deletions subprojects/packagefiles/libtiff/test/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ tests = [
'rewrite_tag',
'test_append_to_strip',
'test_directory',
'test_IFD_enlargement',
'test_open_options',
'test_signed_tags',
'testtypes',
Expand Down

0 comments on commit 54d4af6

Please sign in to comment.