mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
mpd: update to 0.22.3
This commit is contained in:
parent
1430633b21
commit
d3fad11d8c
@ -1,3 +1,7 @@
|
|||||||
|
109
|
||||||
|
- Update to version 0.22.3
|
||||||
|
- Enabled fifo
|
||||||
|
|
||||||
108
|
108
|
||||||
- Update to version 0.21.24
|
- Update to version 0.21.24
|
||||||
|
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
# 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.21.24"
|
PKG_VERSION="0.22.3"
|
||||||
PKG_SHA256="84632a7e82e672b3a6d71651a75d05fb7acd62645c33e3f3af5a1067cfa64cd6"
|
PKG_SHA256="338012037b5e67730529187c555a54cc567a85b15a7e8ddb3a807b1971566ccf"
|
||||||
PKG_REV="108"
|
PKG_REV="109"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://www.musicpd.org"
|
PKG_SITE="https://www.musicpd.org"
|
||||||
@ -32,16 +32,18 @@ PKG_MESON_OPTS_TARGET=" \
|
|||||||
-Dcue=true \
|
-Dcue=true \
|
||||||
-Dcurl=enabled \
|
-Dcurl=enabled \
|
||||||
-Ddatabase=true \
|
-Ddatabase=true \
|
||||||
-Ddocumentation=false \
|
-Ddocumentation=disabled \
|
||||||
-Ddsd=true \
|
-Ddsd=true \
|
||||||
-Dexpat=enabled \
|
-Dexpat=enabled \
|
||||||
-Dfaad=enabled \
|
-Dfaad=enabled \
|
||||||
-Dffmpeg=enabled \
|
-Dffmpeg=enabled \
|
||||||
-Dfifo=false \
|
-Dfifo=true \
|
||||||
-Dflac=enabled \
|
-Dflac=enabled \
|
||||||
-Dfluidsynth=disabled \
|
-Dfluidsynth=disabled \
|
||||||
|
-Dfuzzer=false \
|
||||||
-Dgme=disabled \
|
-Dgme=disabled \
|
||||||
-Dhttpd=true \
|
-Dhttpd=true \
|
||||||
|
-Dhtml_manual=false \
|
||||||
-Diconv=disabled \
|
-Diconv=disabled \
|
||||||
-Dicu=disabled \
|
-Dicu=disabled \
|
||||||
-Did3tag=enabled \
|
-Did3tag=enabled \
|
||||||
@ -53,6 +55,7 @@ PKG_MESON_OPTS_TARGET=" \
|
|||||||
-Dlibsamplerate=enabled \
|
-Dlibsamplerate=enabled \
|
||||||
-Dlocal_socket=false \
|
-Dlocal_socket=false \
|
||||||
-Dmad=enabled \
|
-Dmad=enabled \
|
||||||
|
-Dmanpages=false \
|
||||||
-Dmikmod=disabled \
|
-Dmikmod=disabled \
|
||||||
-Dmms=disabled \
|
-Dmms=disabled \
|
||||||
-Dmodplug=disabled \
|
-Dmodplug=disabled \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user