diff mbox series

[25/48] mpg123: upgrade 1.32.4 -> 1.32.5

Message ID 1709105575-24259-25-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 038313876c68b4b2c71f869f09c0f831cebf2d29
Headers show
Series [01/48] bash-completion: upgrade 2.11 -> 2.12.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 28, 2024, 7:32 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- build:
-- CMake port uses CFLAGS for pulse/jack/tinyalsa properly now (bug 366).
-- CMake port links libsyn123 with libm now (bug 370).
- libmpg123:
-- Fix --enable-portable (no usage of LFS_WRAP_NONE, bug 368).
-- Fix dct36 wrapper usage for x86-64 and NEON. Stupid (bug 367) and
   also avoid returning void.
-- Make ARM builds work with nagging (missing feature macros for std=c99)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../mpg123/{mpg123_1.32.4.bb => mpg123_1.32.5.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/mpg123/{mpg123_1.32.4.bb => mpg123_1.32.5.bb} (96%)
diff mbox series

Patch

diff --git a/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb b/meta/recipes-multimedia/mpg123/mpg123_1.32.5.bb
similarity index 96%
rename from meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb
rename to meta/recipes-multimedia/mpg123/mpg123_1.32.5.bb
index 8c6101fee8..52526471ef 100644
--- a/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb
+++ b/meta/recipes-multimedia/mpg123/mpg123_1.32.5.bb
@@ -10,7 +10,7 @@  LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=e7b9c15fcfb986abb4cc5e8400a24169"
 
 SRC_URI = "https://www.mpg123.de/download/${BP}.tar.bz2"
-SRC_URI[sha256sum] = "5a99664338fb2f751b662f40ee25804d0c9db6b575dcb5ce741c6dc64224a08a"
+SRC_URI[sha256sum] = "af908cdf6cdb6544b97bc706a799f79894e69468af5881bf454a0ebb9171ed63"
 
 UPSTREAM_CHECK_REGEX = "mpg123-(?P<pver>\d+(\.\d+)+)\.tar"