mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Ports: Add libjpeg 9d
This commit is contained in:
parent
6e83be67b8
commit
a4d4571522
Notes:
sideshowbarker
2024-07-18 22:09:12 +09:00
Author: https://github.com/jonno85uk Commit: https://github.com/SerenityOS/serenity/commit/a4d45715225 Pull-request: https://github.com/SerenityOS/serenity/pull/5405
3 changed files with 19 additions and 0 deletions
|
@ -35,6 +35,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
|
|||
| [`libexpat`](libexpat/) | Expat | 2.2.9 | https://libexpat.github.io/ |
|
||||
| [`libffi`](libffi/) | libffi | 3.3 | https://www.sourceware.org/libffi/ |
|
||||
| [`libiconv`](libiconv/) | GNU libiconv | 1.16 | https://www.gnu.org/software/libiconv/ |
|
||||
| [`libjpeg`](libjpeg/) | libjpeg | 9d | https://ijg.org/ |
|
||||
| [`libpuffy`](libpuffy/) | libpuffy | 1.0 | https://github.com/ibara/libpuffy |
|
||||
| [`libtiff`](libtiff/) | libtiff | 4.2.0 | http://www.libtiff.org/ |
|
||||
| [`links`](links/) | Links web browser | 2.19 | http://links.twibright.com/ |
|
||||
|
|
7
Ports/libjpeg/package.sh
Executable file
7
Ports/libjpeg/package.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=libjpeg
|
||||
version=9d
|
||||
useconfigure=true
|
||||
files="https://ijg.org/files/jpegsrc.v${version}.tar.gz jpeg-${version}.tar.gz ad7e40dedc268f97c44e7ee3cd54548a"
|
||||
auth_type="md5"
|
||||
workdir="jpeg-$version"
|
11
Ports/libjpeg/patches/system-detect.patch
Normal file
11
Ports/libjpeg/patches/system-detect.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- jpeg-9d/config.sub.orig 2021-02-17 23:18:21.463855433 +0000
|
||||
+++ jpeg-9d/config.sub 2021-02-17 23:18:42.043804955 +0000
|
||||
@@ -1390,7 +1390,7 @@
|
||||
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
|
||||
| -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \
|
||||
| -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox* | -bme* \
|
||||
- | -midnightbsd*)
|
||||
+ | -midnightbsd* | -serenity* )
|
||||
# Remember, each alternative MUST END IN *, to match a version number.
|
||||
;;
|
||||
-qnx*)
|
Loading…
Reference in a new issue