* [Buildroot] [PATCH 1/1] package/mpg123: bump version to 1.32.3
@ 2023-10-03 12:32 Bernd Kuhls
2023-11-04 20:26 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2023-10-03 12:32 UTC (permalink / raw)
To: buildroot
Removed patch which was applied upstream:
https://github.com/madebr/mpg123/commit/e1e6aa201a88d9d7f91c806b71270dd0013c6ca6
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/mpg123/0001-mpg123-buildfix.patch | 24 -----------------------
package/mpg123/mpg123.hash | 6 +++---
package/mpg123/mpg123.mk | 2 +-
3 files changed, 4 insertions(+), 28 deletions(-)
delete mode 100644 package/mpg123/0001-mpg123-buildfix.patch
diff --git a/package/mpg123/0001-mpg123-buildfix.patch b/package/mpg123/0001-mpg123-buildfix.patch
deleted file mode 100644
index cc731ea967..0000000000
--- a/package/mpg123/0001-mpg123-buildfix.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
-Upstream: https://sourceforge.net/p/mpg123/bugs/353/
-
-diff -Nur mpg123-1.31.3.orig/src/libmpg123/getcpuflags.h mpg123-1.31.3/src/libmpg123/getcpuflags.h
---- mpg123-1.31.3.orig/src/libmpg123/getcpuflags.h 2023-03-15 09:02:58.000000000 +0100
-+++ mpg123-1.31.3/src/libmpg123/getcpuflags.h 2023-08-07 15:57:19.444106173 +0200
-@@ -44,6 +44,8 @@
-
- unsigned int getcpuflags(struct cpuflags* cf);
-
-+#if ((defined OPT_X86) || (defined OPT_X86_64) || (defined OPT_NEON) || (defined OPT_NEON64)) && (defined OPT_MULTI)
-+
- #ifdef WANT_GETCPUFLAGS
- #include <string.h>
- // Wrapper needed for ignorant clang memory sanitizer that chokes
-@@ -55,8 +57,6 @@
- }
- #endif
-
--#if ((defined OPT_X86) || (defined OPT_X86_64) || (defined OPT_NEON) || (defined OPT_NEON64)) && (defined OPT_MULTI)
--
- // We really evaluate the CPU flags.
- #define OPT_CPU_FLAGS
-
diff --git a/package/mpg123/mpg123.hash b/package/mpg123/mpg123.hash
index 39ded93fb9..0fe4699606 100644
--- a/package/mpg123/mpg123.hash
+++ b/package/mpg123/mpg123.hash
@@ -1,6 +1,6 @@
-# From https://sourceforge.net/projects/mpg123/files/mpg123/1.31.3/
-sha1 c41b98e4c5ac55a5b3787b5aa309a71a6d458145 mpg123-1.31.3.tar.bz2
+# From https://sourceforge.net/projects/mpg123/files/mpg123/1.32.3/
+sha1 3a94848a620db7917c757cb21e261c711e44618f mpg123-1.32.3.tar.bz2
# Locally calculated
-sha256 1ca77d3a69a5ff845b7a0536f783fee554e1041139a6b978f6afe14f5814ad1a mpg123-1.31.3.tar.bz2
+sha256 2d9913a57d4ee8f497a182c6e82582602409782a4fb481e989feebf4435867b4 mpg123-1.32.3.tar.bz2
# License file
sha256 c22482728a634a8dfdb4ff72a96d4c1ed64cd8f3e79335c401751ac591609366 COPYING
diff --git a/package/mpg123/mpg123.mk b/package/mpg123/mpg123.mk
index 5ec5590267..4de5f99bdf 100644
--- a/package/mpg123/mpg123.mk
+++ b/package/mpg123/mpg123.mk
@@ -4,7 +4,7 @@
#
################################################################################
-MPG123_VERSION = 1.31.3
+MPG123_VERSION = 1.32.3
MPG123_SOURCE = mpg123-$(MPG123_VERSION).tar.bz2
MPG123_SITE = https://downloads.sourceforge.net/project/mpg123/mpg123/$(MPG123_VERSION)
MPG123_INSTALL_STAGING = YES
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/mpg123: bump version to 1.32.3
2023-10-03 12:32 [Buildroot] [PATCH 1/1] package/mpg123: bump version to 1.32.3 Bernd Kuhls
@ 2023-11-04 20:26 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-11-04 20:26 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
On Tue, 3 Oct 2023 14:32:08 +0200
Bernd Kuhls <bernd@kuhls.net> wrote:
> Removed patch which was applied upstream:
> https://github.com/madebr/mpg123/commit/e1e6aa201a88d9d7f91c806b71270dd0013c6ca6
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
> package/mpg123/0001-mpg123-buildfix.patch | 24 -----------------------
> package/mpg123/mpg123.hash | 6 +++---
> package/mpg123/mpg123.mk | 2 +-
> 3 files changed, 4 insertions(+), 28 deletions(-)
> delete mode 100644 package/mpg123/0001-mpg123-buildfix.patch
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-11-04 20:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-03 12:32 [Buildroot] [PATCH 1/1] package/mpg123: bump version to 1.32.3 Bernd Kuhls
2023-11-04 20:26 ` Thomas Petazzoni via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.