summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-01-15 16:56:08 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-01-19 11:53:56 +0000
commitcd5f6dcf796cace20e459a1d7c8ac93f1a4aee1e (patch)
treeeca729af6ad232ed8f4fb9b0c8830a867703d13c /meta/recipes-multimedia
parentfc9da07bd181ee6f7ae51a5b6db40af0b94cd046 (diff)
downloadopenembedded-core-cd5f6dcf796cace20e459a1d7c8ac93f1a4aee1e.tar.gz
mpg123: upgrade 1.32.3 -> 1.32.4
Changelog: =========== - build: -- Reorganize shared headers, API headers into src/include. -- Use relative include paths, avoiding internal directories in CPPFLAGS except for config.h. -- Group C99 feature checks and make several standard headers mandatory. -- Get rid of SIZE_P, OFF_P and friends. -- Only enforce dummy module together with libout123, to be able to build individual modules using --disable-components logic. - out123: -- added --libversion - libmpg123: -- Avoid indirect branches into the assembly routines by using C wrappers also for dct36, relieving us of the need to care for bti / endbr instructions for control flow integrity. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb (renamed from meta/recipes-multimedia/mpg123/mpg123_1.32.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/mpg123/mpg123_1.32.3.bb b/meta/recipes-multimedia/mpg123/mpg123_1.32.4.bb
index 3ea68b12a8..8c6101fee8 100644
--- a/meta/recipes-multimedia/mpg123/mpg123_1.32.3.bb
+++ b/meta/recipes-multimedia/mpg123/mpg123_1.32.4.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] = "2d9913a57d4ee8f497a182c6e82582602409782a4fb481e989feebf4435867b4"
+SRC_URI[sha256sum] = "5a99664338fb2f751b662f40ee25804d0c9db6b575dcb5ce741c6dc64224a08a"
UPSTREAM_CHECK_REGEX = "mpg123-(?P<pver>\d+(\.\d+)+)\.tar"