Ports/libopenal: Update libopenal to version 1.23.1
This commit is contained in:
parent
de66d72651
commit
c5414e6e6d
Notes:
sideshowbarker
2024-07-17 02:35:27 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/c5414e6e6d Pull-request: https://github.com/SerenityOS/serenity/pull/20901 Reviewed-by: https://github.com/gmta ✅ Reviewed-by: https://github.com/timschumi
2 changed files with 3 additions and 3 deletions
|
@ -163,7 +163,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`libmpg123`](libmpg123/) | libmpg123 | 1.31.3 | https://www.mpg123.de/ |
|
||||
| [`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/ |
|
||||
| [`libopenal`](libopenal/) | OpenAL soft | 1.23.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/ |
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='libopenal'
|
||||
version='1.21.1'
|
||||
version='1.23.1'
|
||||
workdir="openal-soft-${version}"
|
||||
depends=(
|
||||
'SDL2'
|
||||
|
@ -14,7 +14,7 @@ configopts=(
|
|||
'-DALSOFT_BACKEND_SDL2=ON'
|
||||
)
|
||||
files=(
|
||||
"https://openal-soft.org/openal-releases/openal-soft-${version}.tar.bz2#c8ad767e9a3230df66756a21cc8ebf218a9d47288f2514014832204e666af5d8"
|
||||
"https://openal-soft.org/openal-releases/openal-soft-${version}.tar.bz2#796f4b89134c4e57270b7f0d755f0fa3435b90da437b745160a49bd41c845b21"
|
||||
)
|
||||
|
||||
configure() {
|
||||
|
|
Loading…
Add table
Reference in a new issue