Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
92d38caa
Commit
92d38caa
authored
3 years ago
by
Kevin Daudt
Browse files
Options
Downloads
Patches
Plain Diff
main/hylafax: add support for libtiff 4.2
See
bfcd4f4a
(main/hylafax: add compattibility for libtiff 4.1, 2019-11-20)
parent
b60cd315
Loading
Loading
1 merge request
!21582
main/hylafax: add support for libtiff 4.2
Pipeline
#82338
passed
3 years ago
Stage: lint
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/hylafax/APKBUILD
+6
-4
6 additions, 4 deletions
main/hylafax/APKBUILD
main/hylafax/libtiff-42-compatibility.patch
+1
-1
1 addition, 1 deletion
main/hylafax/libtiff-42-compatibility.patch
with
7 additions
and
5 deletions
main/hylafax/APKBUILD
+
6
−
4
View file @
92d38caa
...
...
@@ -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-4
1
-compatibility.patch"
libtiff-4
2
-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
"
This diff is collapsed.
Click to expand it.
main/hylafax/libtiff-4
1
-compatibility.patch
→
main/hylafax/libtiff-4
2
-compatibility.patch
+
1
−
1
View file @
92d38caa
...
...
@@ -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.[01
2
]) tiff_runlen_t="uint32"
tiff_offset_t="uint64"
tiff_bytecount_t="uint64"
echo '#define TIFFHeader TIFFHeaderClassic'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment