All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/mpd: bump version to 0.23.5
@ 2022-01-08 10:26 Bernd Kuhls
  2022-01-08 13:44 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2022-01-08 10:26 UTC (permalink / raw)
  To: buildroot; +Cc: Andreas Ziegler, Jörg Krause

Switched project URL to https.

Added upstream patch to fix build error wich uClibc:
https://github.com/MusicPlayerDaemon/MPD/commit/3856224df9160c201bc6d224aa927e7c358e3269
https://github.com/MusicPlayerDaemon/MPD/pull/1382

Changelog:
https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.5/NEWS

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 ...2-lib-alsa-Error-add-missing-include.patch | 25 +++++++++++++++++++
 package/mpd/Config.in                         |  2 +-
 package/mpd/mpd.hash                          |  2 +-
 package/mpd/mpd.mk                            |  2 +-
 4 files changed, 28 insertions(+), 3 deletions(-)
 create mode 100644 package/mpd/0002-lib-alsa-Error-add-missing-include.patch

diff --git a/package/mpd/0002-lib-alsa-Error-add-missing-include.patch b/package/mpd/0002-lib-alsa-Error-add-missing-include.patch
new file mode 100644
index 0000000000..c45a087a54
--- /dev/null
+++ b/package/mpd/0002-lib-alsa-Error-add-missing-include.patch
@@ -0,0 +1,25 @@
+From 3856224df9160c201bc6d224aa927e7c358e3269 Mon Sep 17 00:00:00 2001
+From: aeolio <git@aeolio.de>
+Date: Tue, 14 Dec 2021 09:01:23 +0100
+Subject: [PATCH] lib/alsa/Error: add missing #include
+
+Downloaded from upstream commit:
+https://github.com/MusicPlayerDaemon/MPD/commit/3856224df9160c201bc6d224aa927e7c358e3269
+
+Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
+---
+ src/lib/alsa/Error.cxx | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/lib/alsa/Error.cxx b/src/lib/alsa/Error.cxx
+index cd351f37d1..8ceb4417ca 100644
+--- a/src/lib/alsa/Error.cxx
++++ b/src/lib/alsa/Error.cxx
+@@ -29,6 +29,7 @@
+ 
+ #include "Error.hxx"
+ 
++#include <stdarg.h>
+ #include <alsa/error.h>
+ 
+ namespace Alsa {
diff --git a/package/mpd/Config.in b/package/mpd/Config.in
index eb10151df3..fc0f409448 100644
--- a/package/mpd/Config.in
+++ b/package/mpd/Config.in
@@ -16,7 +16,7 @@ menuconfig BR2_PACKAGE_MPD
 	  it can play a variety of sound files while being
 	  controlled by its network protocol.
 
-	  http://www.musicpd.org
+	  https://www.musicpd.org
 
 if BR2_PACKAGE_MPD
 
diff --git a/package/mpd/mpd.hash b/package/mpd/mpd.hash
index cb9d05cd32..56f88490cf 100644
--- a/package/mpd/mpd.hash
+++ b/package/mpd/mpd.hash
@@ -1,3 +1,3 @@
 # Locally calculated after checking pgp signature
-sha256  b300625701005c6b14649f11dac118d05540529a5385d05b7c3062c0ce08f399  mpd-0.23.3.tar.xz
+sha256  f22c2c25093a05f4566f9cd7207cfbcd8405af67ed29a989bcf8905f80b7a299  mpd-0.23.5.tar.xz
 sha256  ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6  COPYING
diff --git a/package/mpd/mpd.mk b/package/mpd/mpd.mk
index 7bda0963c6..42165b1308 100644
--- a/package/mpd/mpd.mk
+++ b/package/mpd/mpd.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 MPD_VERSION_MAJOR = 0.23
-MPD_VERSION = $(MPD_VERSION_MAJOR).3
+MPD_VERSION = $(MPD_VERSION_MAJOR).5
 MPD_SOURCE = mpd-$(MPD_VERSION).tar.xz
 MPD_SITE = http://www.musicpd.org/download/mpd/$(MPD_VERSION_MAJOR)
 MPD_DEPENDENCIES = host-pkgconf boost fmt
-- 
2.30.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/mpd: bump version to 0.23.5
  2022-01-08 10:26 [Buildroot] [PATCH 1/1] package/mpd: bump version to 0.23.5 Bernd Kuhls
@ 2022-01-08 13:44 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2022-01-08 13:44 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: Andreas Ziegler, Jörg Krause, buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Switched project URL to https.

I added a short explaination why (HTTP redirects to HTTPS)

 > +++ b/package/mpd/mpd.mk
 > @@ -5,7 +5,7 @@
 >  ################################################################################
 
 >  MPD_VERSION_MAJOR = 0.23
 > -MPD_VERSION = $(MPD_VERSION_MAJOR).3
 > +MPD_VERSION = $(MPD_VERSION_MAJOR).5
 >  MPD_SOURCE = mpd-$(MPD_VERSION).tar.xz
 >  MPD_SITE = http://www.musicpd.org/download/mpd/$(MPD_VERSION_MAJOR)

And also changed it here.

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
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:[~2022-01-08 13:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-08 10:26 [Buildroot] [PATCH 1/1] package/mpd: bump version to 0.23.5 Bernd Kuhls
2022-01-08 13:44 ` Peter Korsgaard

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.