Skip to content
Snippets Groups Projects
Commit 92d38caa authored by Kevin Daudt's avatar Kevin Daudt :computer:
Browse files

main/hylafax: add support for libtiff 4.2

See bfcd4f4a (main/hylafax: add compattibility for libtiff 4.1,
2019-11-20)
parent b60cd315
No related branches found
No related tags found
1 merge request!21582main/hylafax: add support for libtiff 4.2
Pipeline #82338 passed
......@@ -9,13 +9,13 @@ arch="all"
license="MIT"
#depends on gcc for libgcc_s.so, it's scripts are hardcoded to bash
depends="ghostscript bash tiff-tools"
makedepends="zlib-dev tiff-dev<4.2 gettext-dev"
makedepends="zlib-dev tiff-dev<4.3 gettext-dev"
subpackages="$pkgname-doc $pkgname-lang"
source="ftp://ftp.hylafax.org/source/hylafax-$pkgver.tar.gz
$pkgname.initd
$pkgname.confd
hylafax-charset.patch
libtiff-41-compatibility.patch"
libtiff-42-compatibility.patch"
# secfixes:
# 6.0.6-r5:
......@@ -90,8 +90,10 @@ package() {
"$pkgdir"/etc/conf.d/$pkgname
}
sha512sums="fc57feb416772a7a4bfaf5c3c76a0c2254ead2f63a72b3dfa465444327d440345a0402b7c7dad14f6d03029302ef39cf160c8ef5bfdee2c966fd15fbaac230a3 hylafax-6.0.7.tar.gz
sha512sums="
fc57feb416772a7a4bfaf5c3c76a0c2254ead2f63a72b3dfa465444327d440345a0402b7c7dad14f6d03029302ef39cf160c8ef5bfdee2c966fd15fbaac230a3 hylafax-6.0.7.tar.gz
012e204ee7f86804c8cb249f6c53452b7a36b7140aa4d8f61c5c63cfe1fdfb84c42be46b1e39ca37766d9fcb209db7d96a32a01108d1e66a8f7df28e72167ce0 hylafax.initd
3c07726cc9d7351dceb80a46354c6626e54b033b0f434c1db01db2a3b3ab5e9084d551dd23cae3ab40806f27aa5fa0a5b70c43a6b7802356871c0b343baa2376 hylafax.confd
f97c805a62dfcb57f85f614b6eb28bd6b58e0582ce4f9aa5166337a46d453ea038a098223d879d120f51454008a5e8ed2fa60ba6e8be12af7b7d5a4927c51471 hylafax-charset.patch
ba4c2724e81e156fb603f22dc80fb25399d8661e1a2c176371d5ee36647e8c3710a3dfa3be97340aaba8631d8cee6c31c71829bd824cd6c4cd6239d947df0fcf libtiff-41-compatibility.patch"
24d1c326d7f2cd426b9f94355478cf9dfc77bcb610d43003834a74e656ac588ed0e5549ab1504a17d4771eeabb6f4ad43ee473f067b3a98ff343b7032dedbd77 libtiff-42-compatibility.patch
"
......@@ -7,7 +7,7 @@ index 8f591b554c..849e0ef355 100755
tiff_bytecount_t="uint32"
;;
- 4.[0]) tiff_runlen_t="uint32"
+ 4.[01]) tiff_runlen_t="uint32"
+ 4.[012]) tiff_runlen_t="uint32"
tiff_offset_t="uint64"
tiff_bytecount_t="uint64"
echo '#define TIFFHeader TIFFHeaderClassic'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment