mpd: update to 0.20.3

This commit is contained in:
cvh 2017-01-28 02:30:48 +01:00
parent c04935c966
commit 836c93cf86
2 changed files with 7 additions and 5 deletions

View File

@ -1,5 +1,8 @@
8.0.101
102
- update mpd to 0.20.3
101
- rebuild for libogg
8.0.100
100
- initial LibreELEC version

View File

@ -19,8 +19,8 @@
################################################################################
PKG_NAME="mpd"
PKG_VERSION="0.19.15"
PKG_REV="101"
PKG_VERSION="0.20.3"
PKG_REV="102"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://www.musicpd.org"
@ -34,7 +34,6 @@ PKG_AUTORECONF="no"
PKG_IS_ADDON="yes"
PKG_ADDON_NAME="Music Player Daemon (MPD)"
PKG_ADDON_TYPE="xbmc.service"
PKG_ADDON_PROVIDES=""
pre_configure_target() {
export LIBS="$LIBS -logg -lFLAC"