Merge pull request #2788 from thess/upmpdcli-updates

upmpdcli/libupnpp: Update to latest versions, refresh patch
This commit is contained in:
Ted Hess 2016-06-01 20:17:32 -04:00
commit a898dbee56
3 changed files with 17 additions and 15 deletions

View file

@ -1,5 +1,5 @@
# #
# Copyright (C) 2014 OpenWrt.org # Copyright (C) 2016 OpenWrt.org
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=libupnpp PKG_NAME:=libupnpp
PKG_VERSION:=0.11.0 PKG_VERSION:=0.14.0
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.lesbonscomptes.com/upmpdcli/downloads PKG_SOURCE_URL:=http://www.lesbonscomptes.com/upmpdcli/downloads
PKG_MD5SUM:=faefaef9e7dbfe57d9224cf49aab6e2e PKG_MD5SUM:=1b10905a365fc6277e1d8ced77278666
PKG_MAINTAINER:=Petko Bordjukov <bordjukov@gmail.com> PKG_MAINTAINER:=Petko Bordjukov <bordjukov@gmail.com>
PKG_LICENSE:=GPL-2.0 PKG_LICENSE:=GPL-2.0
PKG_LICENSE_FILES:=COPYING PKG_LICENSE_FILES:=COPYING

View file

@ -1,5 +1,5 @@
# #
# Copyright (C) 2015 OpenWrt.org # Copyright (C) 2016 OpenWrt.org
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=upmpdcli PKG_NAME:=upmpdcli
PKG_VERSION:=0.11.0 PKG_VERSION:=1.1.3
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.lesbonscomptes.com/upmpdcli/downloads PKG_SOURCE_URL:=http://www.lesbonscomptes.com/upmpdcli/downloads
PKG_MD5SUM:=40eb2a1988ca367a690fb2506e0f73c1 PKG_MD5SUM:=de9f232d6d5f746ec81ec239e11bdda4
PKG_MAINTAINER:=Petko Bordjukov <bordjukov@gmail.com> PKG_MAINTAINER:=Petko Bordjukov <bordjukov@gmail.com>
PKG_LICENSE:=GPL-2.0 PKG_LICENSE:=GPL-2.0
PKG_LICENSE_FILES:=COPYING PKG_LICENSE_FILES:=COPYING

View file

@ -1,9 +1,11 @@
--- a/src/upmpdcli.conf --- a/src/upmpdcli.conf-dist
+++ b/src/upmpdcli.conf +++ b/src/upmpdcli.conf-dist
@@ -53,3 +53,6 @@ ohmetapersist = 1 @@ -24,7 +24,7 @@
# Path to the sc2mpd if it is not in /usr/bin and the location is not in
# the PATH for the init scripts. # You can set a path to an icon here. The icon will be displayed by a control
#sc2mpd = /usr/bin/sc2mpd # point. The icon will only be read once, when upmpdcli starts up.
+ -# iconpath = /usr/share/upmpdcli/icon.png
+# Icon for MPD UPnP interface +iconpath = /usr/share/upmpdcli/icon.png
+iconpath = /usr/share/upmpdcli/upmpdcli.png
# You can set a path to an html file here, to replace the default
# presentation page. The page will only be read once, when upmpdcli starts