mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +00:00
Ports/libmpg123: Update libmpg123 to version 1.31.3
This commit is contained in:
parent
659ac890d5
commit
de66d72651
3 changed files with 7 additions and 7 deletions
|
@ -160,7 +160,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
||||||
| [`libmikmod`](libmikmod/) | libmikmod | 3.3.11.1 | http://mikmod.sourceforge.net/ |
|
| [`libmikmod`](libmikmod/) | libmikmod | 3.3.11.1 | http://mikmod.sourceforge.net/ |
|
||||||
| [`libmodplug`](libmodplug/) | libmodplug | 0.8.9.0 | http://modplug-xmms.sourceforge.net/ |
|
| [`libmodplug`](libmodplug/) | libmodplug | 0.8.9.0 | http://modplug-xmms.sourceforge.net/ |
|
||||||
| [`libmpeg2`](libmpeg2/) | libmpeg2 | 0.5.1 | https://libmpeg2.sourceforge.io/ |
|
| [`libmpeg2`](libmpeg2/) | libmpeg2 | 0.5.1 | https://libmpeg2.sourceforge.io/ |
|
||||||
| [`libmpg123`](libmpg123/) | libmpg123 | 1.29.3 | https://www.mpg123.de/ |
|
| [`libmpg123`](libmpg123/) | libmpg123 | 1.31.3 | https://www.mpg123.de/ |
|
||||||
| [`libogg`](libogg/) | libogg | 1.3.5 | https://github.com/xiph/ogg |
|
| [`libogg`](libogg/) | libogg | 1.3.5 | https://github.com/xiph/ogg |
|
||||||
| [`liboggz`](liboggz/) | liboggz | 1.1.1 | https://www.xiph.org/oggz/ |
|
| [`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.21.1 | https://openal-soft.org/ |
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env -S bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port='libmpg123'
|
port='libmpg123'
|
||||||
version='1.29.3'
|
version='1.31.3'
|
||||||
useconfigure='true'
|
useconfigure='true'
|
||||||
workdir="mpg123-${version}"
|
workdir="mpg123-${version}"
|
||||||
use_fresh_config_sub='true'
|
use_fresh_config_sub='true'
|
||||||
|
@ -8,5 +8,5 @@ config_sub_paths=(
|
||||||
'build/config.sub'
|
'build/config.sub'
|
||||||
)
|
)
|
||||||
files=(
|
files=(
|
||||||
"https://download.sourceforge.net/project/mpg123/mpg123/${version}/mpg123-${version}.tar.bz2#963885d8cc77262f28b77187c7d189e32195e64244de2530b798ddf32183e847"
|
"https://download.sourceforge.net/project/mpg123/mpg123/${version}/mpg123-${version}.tar.bz2#1ca77d3a69a5ff845b7a0536f783fee554e1041139a6b978f6afe14f5814ad1a"
|
||||||
)
|
)
|
||||||
|
|
|
@ -4,14 +4,14 @@ Date: Sat, 26 Mar 2022 13:15:31 -0300
|
||||||
Subject: [PATCH] Teach the multiple configure files that serenity is a thing
|
Subject: [PATCH] Teach the multiple configure files that serenity is a thing
|
||||||
|
|
||||||
---
|
---
|
||||||
configure | 4 ++--
|
configure | 2 +-
|
||||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/configure b/configure
|
diff --git a/configure b/configure
|
||||||
index d3404bea2f..42a42d415c 100755
|
index ba131b5fedb26d83625f3a91584f01aecf8ca4c4..fdb47e5c9eb594156a48904014f37f58ae4397b0 100755
|
||||||
--- a/configure
|
--- a/configure
|
||||||
+++ b/configure
|
+++ b/configure
|
||||||
@@ -14830,7 +14830,7 @@ case $host in
|
@@ -14823,7 +14823,7 @@ case $host in
|
||||||
cpu_type="x86"
|
cpu_type="x86"
|
||||||
newoldwritesample=enabled
|
newoldwritesample=enabled
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue