mpd: update to 0.24.3 and addon (6)

This commit is contained in:
Rudi Heitbaum 2025-04-09 15:25:17 +00:00
parent f6ea2b9f90
commit f07479b336

View File

@ -3,16 +3,16 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="mpd" PKG_NAME="mpd"
PKG_VERSION="0.24.2" PKG_VERSION="0.24.3"
PKG_SHA256="d69251fdd15bbd8fbcd1c486dd4dc6a4e008e045975b2408cb2f37461c10f1e4" PKG_SHA256="4225680e068b2ad87e3c2de414ec3209758de93d671f89fa3bae90b70af478a2"
PKG_REV="5" PKG_REV="6"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://www.musicpd.org" PKG_SITE="https://www.musicpd.org"
PKG_URL="http://www.musicpd.org/download/mpd/$(get_pkg_version_maj_min)/mpd-${PKG_VERSION}.tar.xz" PKG_URL="http://www.musicpd.org/download/mpd/$(get_pkg_version_maj_min)/mpd-${PKG_VERSION}.tar.xz"
PKG_DEPENDS_TARGET="toolchain alsa-lib avahi boost curl faad2 ffmpeg flac glib lame libcdio libfmt \ PKG_DEPENDS_TARGET="toolchain alsa-lib avahi boost curl faad2 ffmpeg flac glib lame libcdio libfmt \
libgcrypt libiconv libid3tag libmad libmpdclient libopenmpt libsamplerate \ libgcrypt libiconv libid3tag libmad libmpdclient libopenmpt libsamplerate \
libvorbis libnfs libogg mpd-mpc opus pulseaudio samba wavpack yajl" libvorbis libnfs libogg mpd-mpc opus pulseaudio samba wavpack nlohmann-json"
PKG_SECTION="service.multimedia" PKG_SECTION="service.multimedia"
PKG_SHORTDESC="Music Player Daemon (MPD): a free and open Music Player Server" PKG_SHORTDESC="Music Player Daemon (MPD): a free and open Music Player Server"
PKG_LONGDESC="Music Player Daemon (${PKG_VERSION}) is a flexible and powerful server-side application for playing music" PKG_LONGDESC="Music Player Daemon (${PKG_VERSION}) is a flexible and powerful server-side application for playing music"
@ -77,7 +77,6 @@ PKG_MESON_OPTS_TARGET="-Dadplug=disabled \
-Dsndfile=enabled \ -Dsndfile=enabled \
-Dsndio=disabled \ -Dsndio=disabled \
-Dsolaris_output=disabled \ -Dsolaris_output=disabled \
-Dsoundcloud=enabled \
-Dsoxr=enabled \ -Dsoxr=enabled \
-Dsqlite=enabled \ -Dsqlite=enabled \
-Dsyslog=disabled \ -Dsyslog=disabled \
@ -91,7 +90,7 @@ PKG_MESON_OPTS_TARGET="-Dadplug=disabled \
-Dwavpack=enabled \ -Dwavpack=enabled \
-Dwebdav=enabled \ -Dwebdav=enabled \
-Dwildmidi=disabled \ -Dwildmidi=disabled \
-Dyajl=enabled \ -Dnlohmann_json=enabled \
-Dzeroconf=avahi \ -Dzeroconf=avahi \
-Dzlib=enabled \ -Dzlib=enabled \
-Dzzip=disabled" -Dzzip=disabled"