mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 01:20:25 +00:00
Ports: Update libtiff port to version 4.3.0 and use sha256
This uses sha256 instead of signatures like what has been done for the other ports. This version of libtiff uses the version of config.sub which has Serenity in it, so this port no longer needs any patches! :^)
This commit is contained in:
parent
524381aa78
commit
e9d26fb47d
Notes:
sideshowbarker
2024-07-17 21:28:11 +09:00
Author: https://github.com/Lubrsi Commit: https://github.com/SerenityOS/serenity/commit/e9d26fb47d5 Pull-request: https://github.com/SerenityOS/serenity/pull/11716
3 changed files with 4 additions and 18 deletions
|
@ -94,7 +94,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
|
|||
| [`libsodium`](libsodium/) | libsodium | 1.0.18 | https://doc.libsodium.org/ |
|
||||
| [`libssh2`](libssh2/) | libssh2 | 1.10.0 | https://www.libssh2.org/ |
|
||||
| [`libtheora`](libtheora/) | libtheora | 1.1.1 | https://www.theora.org/ |
|
||||
| [`libtiff`](libtiff/) | libtiff | 4.2.0 | http://www.libtiff.org/ |
|
||||
| [`libtiff`](libtiff/) | libtiff | 4.3.0 | http://www.libtiff.org/ |
|
||||
| [`libtool`](libtool/) | libtool | 2.4 | https://www.gnu.org/software/libtool/ |
|
||||
| [`libuuid`](libuuid/) | libuuid (from util-linux) | 2.37.2 | https://github.com/karelzak/util-linux/tree/master/libuuid |
|
||||
| [`libuv`](libuv/) | libuv | 1.42.0 | https://github.com/libuv/libuv |
|
||||
|
|
|
@ -1,12 +1,9 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=tiff
|
||||
version=4.2.0
|
||||
version=4.3.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")
|
||||
files="http://download.osgeo.org/libtiff/tiff-${version}.tar.gz tiff-${version}.tar.gz 0e46e5acb087ce7d1ac53cf4f56a09b221537fc86dfc5daaad1c2e89e1b37ac8"
|
||||
auth_type="sha256"
|
||||
depends=("libjpeg" "zstd" "xz")
|
||||
|
||||
install() {
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- 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…
Reference in a new issue