diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-09-10 12:47:14 -0400 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2021-09-17 00:25:22 +0200 |
commit | a03594df52534399988e7a9af4d77bd5065538e1 (patch) | |
tree | a8e51f2decedc771465bcc20f98018f180de24f4 /subprojects | |
parent | d7c8f927331b5d74949bcdf1fe3970a77277c4a2 (diff) | |
download | gtk+-a03594df52534399988e7a9af4d77bd5065538e1.tar.gz |
Add code to load and save tiff files
Add support for the tiff format, which is flexible
enough to handle all our memory texture formats
without loss.
As a consequence, we are now linking against libtiff.
Diffstat (limited to 'subprojects')
-rw-r--r-- | subprojects/libtiff.wrap | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/subprojects/libtiff.wrap b/subprojects/libtiff.wrap new file mode 100644 index 0000000000..7ad7f5e1f5 --- /dev/null +++ b/subprojects/libtiff.wrap @@ -0,0 +1,12 @@ +[wrap-file] +directory = tiff-4.1.0 +source_url = http://download.osgeo.org/libtiff/tiff-4.1.0.zip +source_filename = tiff-4.1.0.zip +source_hash = 6f3dbed9d2ecfed33c7192b5c01884078970657fa21b4ad28e3cdf3438eb2419 +patch_filename = libtiff_4.1.0-4_patch.zip +patch_url = https://wrapdb.mesonbuild.com/v2/libtiff_4.1.0-4/get_patch +patch_hash = c0fe078d06e5a7f2480a96c3897a7b3b9fa9a42c08fb76ae5f1dd59e0519a14e + +[provide] +libtiff-4 = libtiff4_dep + |