mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 23:37:35 +00:00
Ports: Add libtiff (#5383)
This commit is contained in:
parent
fe266e03b6
commit
6e1117a688
3 changed files with 21 additions and 0 deletions
9
Ports/libtiff/package.sh
Executable file
9
Ports/libtiff/package.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=tiff
|
||||
version=4.2.0
|
||||
useconfigure=true
|
||||
files="http://download.osgeo.org/libtiff/tiff-${version}.tar.gz tiff-${version}.tar.gz
|
||||
http://download.osgeo.org/libtiff/tiff-${version}.tar.gz.sig tiff-${version}.tar.gz.sig"
|
||||
auth_type="sig"
|
||||
auth_import_key="EBDFDB21B020EE8FD151A88DE301047DE1198975"
|
||||
auth_opts="tiff-${version}.tar.gz.sig tiff-${version}.tar.gz"
|
11
Ports/libtiff/patches/system-detect.patch
Normal file
11
Ports/libtiff/patches/system-detect.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- tiff-4.2.0/config/config.sub.orig 2021-02-16 23:55:55.240259207 +0000
|
||||
+++ tiff-4.2.0/config/config.sub 2021-02-16 23:55:59.792227377 +0000
|
||||
@@ -1393,7 +1393,7 @@
|
||||
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
|
||||
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
|
||||
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
|
||||
- | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos*)
|
||||
+ | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos* | -serenity* )
|
||||
# Remember, each alternative MUST END IN *, to match a version number.
|
||||
;;
|
||||
-qnx*)
|
Loading…
Add table
Add a link
Reference in a new issue