mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
hylafaxplus: 7.0.6 -> 7.0.7
Also: * Drop patch for libtiff 4.5 compatibility; it is now included upstream. * Update patch which expands the range of permitted libtiff versions so it still applies. Release notes: https://hylafax.sourceforge.io/news/7.0.7.php
This commit is contained in:
parent
5ed4819433
commit
94022accb0
@ -32,8 +32,8 @@
|
||||
let
|
||||
|
||||
pname = "hylafaxplus";
|
||||
version = "7.0.6";
|
||||
hash = "sha512-0faeEwF/XQE/85zwUMOnrGzvGanuWRDr53SnrgbX0i/SHjHelzSEd2TK6plVOfV4w8RY7Ox7lSO1gjqEEzfZyw==";
|
||||
version = "7.0.7";
|
||||
hash = "sha512-nUvt+M0HBYN+MsGskuuDt1j0nI5Dk8MbfK/OVxP2FCDby3eiDg0eDtcpIxlOe4o0klko07zDRIb06zqh8ABuKA==";
|
||||
|
||||
configSite = substituteAll {
|
||||
name = "${pname}-config.site";
|
||||
@ -72,16 +72,6 @@ stdenv.mkDerivation {
|
||||
patches = [
|
||||
# adjust configure check to work with libtiff > 4.1
|
||||
./libtiff-4.patch
|
||||
# fix missing exports in libtiff 4.5+
|
||||
# https://gitlab.com/libtiff/libtiff/-/issues/504
|
||||
# can probably be dropped with next hylafaxplus release
|
||||
(fetchurl {
|
||||
name = "hylafaxplus-7.0.6-tiff-4.5.0.patch";
|
||||
url = "https://dev.gentoo.org/~sam/distfiles/net-misc/hylafaxplus/hylafaxplus-7.0.6-tiff-4.5.0.patch.xz";
|
||||
downloadToTemp = true;
|
||||
postFetch = ''xz -d < $downloadedFile > $out'';
|
||||
hash = "sha256-koZvvzlgZHcANVaYdewnuLARz2TTeyDZRjm0EYWzsmk=";
|
||||
})
|
||||
];
|
||||
# Note that `configure` (and maybe `faxsetup`) are looking
|
||||
# for a couple of standard binaries in the `PATH` and
|
||||
|
@ -5,7 +5,7 @@ https://bugs.gentoo.org/706154
|
||||
echo '#define TIFFSTRIPBYTECOUNTS uint32_t'
|
||||
echo '#define TIFFVERSION TIFF_VERSION'
|
||||
echo '#define TIFFHEADER TIFFHeader';;
|
||||
- 4.[01234]) tiff_runlen_t="uint32_t"
|
||||
- 4.[012345]) 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