Merge pull request #1232 from CvH/mpd-8

backport of #1231
This commit is contained in:
Christian Hewitt 2017-01-29 14:25:40 +04:00 committed by GitHub
commit 61e22e3fbf
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 - rebuild for libogg
8.0.100 100
- initial LibreELEC version - initial LibreELEC version

View File

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