mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-14 15:53:29 +08:00
package/mpd: update to version 0.23.6
Remove 0002-lib-alsa-Error-add-missing-include.patch, the upstream fix is part of this release Change log: https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.6/NEWS Signed-off-by: Andreas Ziegler <br015@umbiko.net> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
92dfa760ad
commit
8974c6fa26
@ -1,25 +0,0 @@
|
||||
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 {
|
@ -1,3 +1,3 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 f22c2c25093a05f4566f9cd7207cfbcd8405af67ed29a989bcf8905f80b7a299 mpd-0.23.5.tar.xz
|
||||
sha256 cbc5928ee3ee1ef7ff6a58f6ba4afaee16c07e9eb42d0107bcc098010f4f26ed mpd-0.23.6.tar.xz
|
||||
sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING
|
||||
|
@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
MPD_VERSION_MAJOR = 0.23
|
||||
MPD_VERSION = $(MPD_VERSION_MAJOR).5
|
||||
MPD_VERSION = $(MPD_VERSION_MAJOR).6
|
||||
MPD_SOURCE = mpd-$(MPD_VERSION).tar.xz
|
||||
MPD_SITE = https://www.musicpd.org/download/mpd/$(MPD_VERSION_MAJOR)
|
||||
MPD_DEPENDENCIES = host-pkgconf boost fmt
|
||||
|
Loading…
Reference in New Issue
Block a user