Ports: Add libopus 1.3.1
This commit is contained in:
parent
ac5cef1b66
commit
748289211a
Notes:
sideshowbarker
2024-07-17 06:24:08 +09:00
Author: https://github.com/kennethmyhra Commit: https://github.com/SerenityOS/serenity/commit/748289211a Pull-request: https://github.com/SerenityOS/serenity/pull/18712 Reviewed-by: https://github.com/gmta ✅
2 changed files with 9 additions and 0 deletions
Ports
|
@ -136,6 +136,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`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/ |
|
||||
| [`libopus`](libopus/) | libopus | 1.3.1 | hhttps://opus-codec.org/ |
|
||||
| [`libphysfs`](libphysfs/) | PhysicsFS | 3.0.2 | https://icculus.org/physfs/ |
|
||||
| [`libpng`](libpng/) | libpng | 1.6.39 | https://libpng.org/ |
|
||||
| [`libpuffy`](libpuffy/) | libpuffy | 1.0 | https://github.com/ibara/libpuffy |
|
||||
|
|
8
Ports/libopus/package.sh
Executable file
8
Ports/libopus/package.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='libopus'
|
||||
version='1.3.1'
|
||||
workdir='opus-1.3.1'
|
||||
useconfigure='true'
|
||||
use_fresh_config_sub='true'
|
||||
files="https://archive.mozilla.org/pub/opus/opus-${version}.tar.gz opus-${version}.tar.gz 65b58e1e25b2a114157014736a3d9dfeaad8d41be1c8179866f144a2fb44ff9d"
|
||||
auth_type='sha256'
|
Loading…
Add table
Reference in a new issue