1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 02:57:34 +00:00

Ports: Add liboggz port

This commit is contained in:
Rafał Babiarz 2022-01-06 00:11:53 +01:00 committed by Linus Groh
parent 626507943c
commit ea90a1ebac
3 changed files with 19 additions and 0 deletions

7
Ports/liboggz/package.sh Executable file
View 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")

View 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* \