mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 23:17:50 +00:00
commit
e4adc0f1e1
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="libmpdclient"
|
||||
PKG_VERSION="2.18"
|
||||
PKG_SHA256="4cb01e1f567e0169aca94875fb6e1200e7f5ce35b63a4df768ec1591fb1081fa"
|
||||
PKG_VERSION="2.19"
|
||||
PKG_SHA256="158aad4c2278ab08e76a3f2b0166c99b39fae00ee17231bd225c5a36e977a189"
|
||||
PKG_LICENSE="BSD-3c"
|
||||
PKG_SITE="https://www.musicpd.org"
|
||||
PKG_URL="https://www.musicpd.org/download/libmpdclient/2/libmpdclient-${PKG_VERSION}.tar.xz"
|
||||
|
@ -1,3 +1,7 @@
|
||||
109
|
||||
- Update to version 0.22.3
|
||||
- Enabled fifo
|
||||
|
||||
108
|
||||
- Update to version 0.21.24
|
||||
|
||||
|
@ -3,9 +3,9 @@
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="mpd"
|
||||
PKG_VERSION="0.21.24"
|
||||
PKG_SHA256="84632a7e82e672b3a6d71651a75d05fb7acd62645c33e3f3af5a1067cfa64cd6"
|
||||
PKG_REV="108"
|
||||
PKG_VERSION="0.22.3"
|
||||
PKG_SHA256="338012037b5e67730529187c555a54cc567a85b15a7e8ddb3a807b1971566ccf"
|
||||
PKG_REV="109"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://www.musicpd.org"
|
||||
@ -32,16 +32,18 @@ PKG_MESON_OPTS_TARGET=" \
|
||||
-Dcue=true \
|
||||
-Dcurl=enabled \
|
||||
-Ddatabase=true \
|
||||
-Ddocumentation=false \
|
||||
-Ddocumentation=disabled \
|
||||
-Ddsd=true \
|
||||
-Dexpat=enabled \
|
||||
-Dfaad=enabled \
|
||||
-Dffmpeg=enabled \
|
||||
-Dfifo=false \
|
||||
-Dfifo=true \
|
||||
-Dflac=enabled \
|
||||
-Dfluidsynth=disabled \
|
||||
-Dfuzzer=false \
|
||||
-Dgme=disabled \
|
||||
-Dhttpd=true \
|
||||
-Dhtml_manual=false \
|
||||
-Diconv=disabled \
|
||||
-Dicu=disabled \
|
||||
-Did3tag=enabled \
|
||||
@ -53,6 +55,7 @@ PKG_MESON_OPTS_TARGET=" \
|
||||
-Dlibsamplerate=enabled \
|
||||
-Dlocal_socket=false \
|
||||
-Dmad=enabled \
|
||||
-Dmanpages=false \
|
||||
-Dmikmod=disabled \
|
||||
-Dmms=disabled \
|
||||
-Dmodplug=disabled \
|
||||
|
Loading…
x
Reference in New Issue
Block a user