From: Wang Mingyu Date: Wed, 28 Feb 2024 07:32:32 +0000 (+0800) Subject: mpg123: upgrade 1.32.4 -> 1.32.5 X-Git-Tag: 2024-04-scarthgap~300 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=038313876c68b4b2c71f869f09c0f831cebf2d29;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git mpg123: upgrade 1.32.4 -> 1.32.5 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 Signed-off-by: Richard Purdie --- 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 8c6101fee89..52526471ef4 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\d+(\.\d+)+)\.tar"