Use the new TIFFFieldSetGetSize API from libtiff 4.4 instead of the private and removed _TIFFDataSize declared in the unbundling patch. Patch taken from Fedora: https://src.fedoraproject.org/rpms/freeimage/blob/rawhide/f/freeimage-libtiff44.patch diff -rupN --no-dereference freeimage-svn-r1889-FreeImage-trunk/Source/Metadata/XTIFF.cpp freeimage-svn-r1889-FreeImage-trunk-new/Source/Metadata/XTIFF.cpp --- freeimage-svn-r1889-FreeImage-trunk/Source/Metadata/XTIFF.cpp 2022-06-23 11:56:32.561043826 +0200 +++ freeimage-svn-r1889-FreeImage-trunk-new/Source/Metadata/XTIFF.cpp 2022-06-23 11:56:32.764043827 +0200 @@ -747,7 +747,7 @@ tiff_write_exif_tags(TIFF *tif, TagLib:: continue; } // type of storage may differ (e.g. rationnal array vs float array type) - if((unsigned)_TIFFDataSize(tif_tag_type) != FreeImage_TagDataWidth(tag_type)) { + if((unsigned)TIFFFieldSetGetSize(fld) != FreeImage_TagDataWidth(tag_type)) { // skip tag or _TIFFmemcpy will fail continue; } e>
aboutsummaryrefslogtreecommitdiff
path: root/etc/git
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2024-11-22 19:47:05 -0300
committerVinicius Monego <monego@posteo.net>2024-12-21 14:52:59 -0300
commit0d37e234f768704a58fab4fd360c44de4c4a261f (patch)
treee8cdfa7b04efca7105bc6572cd41b1c5e3f07777 /etc/git
parent7e7224f0195e97f650d2fcbe220bce6bf0d0c8b2 (diff)
downloadguix-0d37e234f768704a58fab4fd360c44de4c4a261f.tar.gz
guix-0d37e234f768704a58fab4fd360c44de4c4a261f.zip
gnu: python-deepxde: Update to 1.12.2.
* gnu/packages/machine-learning.scm (python-deepxde): Update to 1.12.2. Change-Id: Idf8666adeb824b9967d24914f1a85ab3f73408ee
Diffstat (limited to 'etc/git')
0 files changed, 0 insertions, 0 deletions