mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
hylafaxplus: 7.0.8 -> 7.0.9
...released on Sept 26 2024. Also adapt the libtiff compatibility patch. Release notes: https://hylafax.sourceforge.io/news/7.0.9.php
This commit is contained in:
parent
30439d93eb
commit
7b76bb2be1
@ -32,8 +32,8 @@
|
||||
let
|
||||
|
||||
pname = "hylafaxplus";
|
||||
version = "7.0.8";
|
||||
hash = "sha512-6wTLVcaHpASy+2i+jeoJ1cM2aLgI5vznGrLd4NCkLHiOxlfCh/ASRaj2Nxt9ZZ5NN/deEwf9tNSZ7MkFZHVsqA==";
|
||||
version = "7.0.9";
|
||||
hash = "sha512-3OJwM4vFC9pzPozPobFLiNNx/Qnkl8BpNNziRUpJNBDLBxjtg/eDm3GnprS2hpt7VUoV4PCsFvp1hxhNnhlUwQ==";
|
||||
|
||||
configSite = substituteAll {
|
||||
name = "${pname}-config.site";
|
||||
|
@ -5,7 +5,7 @@ https://bugs.gentoo.org/706154
|
||||
echo '#define TIFFSTRIPBYTECOUNTS uint32_t'
|
||||
echo '#define TIFFVERSION TIFF_VERSION'
|
||||
echo '#define TIFFHEADER TIFFHeader';;
|
||||
- 4.[0123456]) tiff_runlen_t="uint32_t"
|
||||
- 4.[01234567]) tiff_runlen_t="uint32_t"
|
||||
+ 4.[0-9]) tiff_runlen_t="uint32_t"
|
||||
tiff_offset_t="uint64_t"
|
||||
echo '#define TIFFSTRIPBYTECOUNTS uint64_t'
|
||||
|
Loading…
Reference in New Issue
Block a user