Ports: Add liboggz port
This commit is contained in:
parent
626507943c
commit
ea90a1ebac
Notes:
sideshowbarker
2024-07-17 21:31:28 +09:00
Author: https://github.com/Sauler Commit: https://github.com/SerenityOS/serenity/commit/ea90a1ebac8 Pull-request: https://github.com/SerenityOS/serenity/pull/11657 Reviewed-by: https://github.com/bgianfo
3 changed files with 19 additions and 0 deletions
|
@ -84,6 +84,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
|
|||
| [`libjpeg`](libjpeg/) | libjpeg | 9d | https://ijg.org/ |
|
||||
| [`libmodplug`](libmodplug/) | libmodplug | 0.8.8.5 | http://modplug-xmms.sourceforge.net/ |
|
||||
| [`libogg`](libogg/) | libogg | 1.3.5 | https://github.com/xiph/ogg |
|
||||
| [`liboggz`](liboggz/) | liboggz | 1.1.1 | https://www.xiph.org/oggz/ |
|
||||
| [`libopenal`](libopenal/) | OpenAL soft | 1.21.1 | https://openal-soft.org/ |
|
||||
| [`libphysfs`](libphysfs/) | PhysicsFS | 3.0.2 | https://icculus.org/physfs/ |
|
||||
| [`libpng`](libpng/) | libpng | 1.6.37 | https://libpng.org/ |
|
||||
|
|
7
Ports/liboggz/package.sh
Executable file
7
Ports/liboggz/package.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=liboggz
|
||||
version=1.1.1
|
||||
useconfigure=true
|
||||
files="https://downloads.xiph.org/releases/liboggz/liboggz-${version}.tar.gz liboggz-${version}.tar.gz 6bafadb1e0a9ae4ac83304f38621a5621b8e8e32927889e65a98706d213d415a"
|
||||
auth_type=sha256
|
||||
depends=("libogg")
|
11
Ports/liboggz/patches/configure.patch
Normal file
11
Ports/liboggz/patches/configure.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- liboggz-1.1.1/config.sub.orig 2022-01-05 23:56:43.372206851 +0100
|
||||
+++ liboggz-1.1.1/config.sub 2022-01-05 23:57:54.265540213 +0100
|
||||
@@ -1266,7 +1266,7 @@
|
||||
# The portable systems comes first.
|
||||
# Each alternative MUST END IN A *, to match a version number.
|
||||
# -sysv* is not here because it comes later, after sysvr4.
|
||||
- -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
|
||||
+ -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -serenity* | -irix* \
|
||||
| -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
|
||||
| -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
|
||||
| -kopensolaris* \
|
Loading…
Add table
Reference in a new issue