Skip to content

Commit c4e0f5b

Browse files
committed
libtiff: update to 4.7.1
Signed-off-by: Rosen Penev <[email protected]>
1 parent a50781f commit c4e0f5b

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

releases.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2357,6 +2357,7 @@
23572357
"libtiff-4"
23582358
],
23592359
"versions": [
2360+
"4.7.1-1",
23602361
"4.7.0-1",
23612362
"4.6.0-1",
23622363
"4.5.1-1",

subprojects/libtiff.wrap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[wrap-file]
2-
directory = tiff-4.7.0
3-
source_url = https://download.osgeo.org/libtiff/tiff-4.7.0.tar.xz
4-
source_filename = tiff-4.7.0.tar.gz
5-
source_hash = 273a0a73b1f0bed640afee4a5df0337357ced5b53d3d5d1c405b936501f71017
2+
directory = tiff-4.7.1
3+
source_url = https://download.osgeo.org/libtiff/tiff-4.7.1.tar.xz
4+
source_filename = tiff-4.7.1.tar.gz
5+
source_hash = b92017489bdc1db3a4c97191aa4b75366673cb746de0dce5d7a749d5954681ba
66
patch_directory = libtiff
77

88
[provide]
9-
libtiff-4 = libtiff4_dep
9+
dependency_names = libtiff-4

subprojects/packagefiles/libtiff/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ libtiff4_dep = declare_dependency(
182182
link_with: tiff4_lib,
183183
)
184184

185+
meson.override_dependency('libtiff-4', libtiff4_dep)
186+
185187
import('pkgconfig').generate(
186188
tiff4_lib,
187189
filebase: 'libtiff-4',

0 commit comments

Comments
 (0)