Browse Source

mpd: update to 0.23.12

Waldemar Brodkorb 1 year ago
parent
commit
c2994edc3f
2 changed files with 6 additions and 14 deletions
  1. 6 4
      package/mpd/Makefile
  2. 0 10
      package/mpd/patches/patch-src_lib_alsa_Error_cxx

+ 6 - 4
package/mpd/Makefile

@@ -4,13 +4,15 @@
 include $(ADK_TOPDIR)/rules.mk
 
 PKG_NAME:=		mpd
-PKG_VERSION:=		0.23.5
+PKG_VERSION:=		0.23.12
 PKG_RELEASE:=		1
-PKG_HASH:=		f22c2c25093a05f4566f9cd7207cfbcd8405af67ed29a989bcf8905f80b7a299
+PKG_HASH:=		b7fca62284ecc25a681ea6a07abc49200af5353be42cb5a31e3173be9d8702e7
 PKG_DESCR:=		music player daemon
 PKG_SECTION:=		mm/audio
-PKG_DEPENDS:=		libmpdclient boost libncurses libexpat libsqlite
-PKG_BUILDDEP:=		libmpdclient boost ncurses expat sqlite
+PKG_DEPENDS:=		libmpdclient boost libncurses libexpat libsqlite libfmt libxcb
+PKG_DEPENDS+=		libxau libxdmcp
+PKG_BUILDDEP:=		libmpdclient boost ncurses expat sqlite fmt libxcb
+PKG_BUILDDEP+=		libXau libXdmcp
 PKG_FDEPENDS:=		libmpdclient
 PKG_NEEDS:=		threads c++ data
 PKG_URL:=		http://www.musicpd.org/

+ 0 - 10
package/mpd/patches/patch-src_lib_alsa_Error_cxx

@@ -1,10 +0,0 @@
---- mpd-0.23.5.orig/src/lib/alsa/Error.cxx	2021-12-01 20:00:00.000000000 +0100
-+++ mpd-0.23.5/src/lib/alsa/Error.cxx	2022-01-09 00:34:09.731074233 +0100
-@@ -29,6 +29,7 @@
- 
- #include "Error.hxx"
- 
-+#include <stdarg.h>
- #include <alsa/error.h>
- 
- namespace Alsa {