mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 06:36:41 +00:00
mpd: update to 0.24.4
This commit is contained in:
parent
726bed7845
commit
ecd80f15e0
@ -3,8 +3,8 @@
|
|||||||
# 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.23.15"
|
PKG_VERSION="0.24.4"
|
||||||
PKG_SHA256="550132239ad1acf82ccf8905b56cc13dc2c81a4489b96fba7731b3049907661a"
|
PKG_SHA256="86035d6c63af32afa77fd5eb5ecd1c6afaef7cc352b28064edf51eea60f40d66"
|
||||||
PKG_REV="0"
|
PKG_REV="0"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
@ -12,7 +12,7 @@ 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"
|
||||||
|
@ -0,0 +1,11 @@
|
|||||||
|
--- a/src/decoder/plugins/meson.build 2024-12-03 11:56:57.000000000 +0000
|
||||||
|
+++ b/src/decoder/plugins/meson.build 2024-12-30 14:15:29.590502435 +0000
|
||||||
|
@@ -110,7 +110,7 @@
|
||||||
|
]
|
||||||
|
endif
|
||||||
|
|
||||||
|
-libopenmpt_dep = dependency('libopenmpt', required: get_option('openmpt'))
|
||||||
|
+libopenmpt_dep = dependency('libopenmpt', required: get_option('openmpt'), static: true)
|
||||||
|
decoder_features.set('ENABLE_OPENMPT', libopenmpt_dep.found())
|
||||||
|
if libopenmpt_dep.found()
|
||||||
|
decoder_plugins_sources += [
|
Loading…
x
Reference in New Issue
Block a user