Merge pull request #2788 from thess/upmpdcli-updates
upmpdcli/libupnpp: Update to latest versions, refresh patch
This commit is contained in:
commit
a898dbee56
3 changed files with 17 additions and 15 deletions
|
@ -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.
|
||||
# See /LICENSE for more information.
|
||||
|
@ -8,12 +8,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libupnpp
|
||||
PKG_VERSION:=0.11.0
|
||||
PKG_VERSION:=0.14.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://www.lesbonscomptes.com/upmpdcli/downloads
|
||||
PKG_MD5SUM:=faefaef9e7dbfe57d9224cf49aab6e2e
|
||||
PKG_MD5SUM:=1b10905a365fc6277e1d8ced77278666
|
||||
PKG_MAINTAINER:=Petko Bordjukov <bordjukov@gmail.com>
|
||||
PKG_LICENSE:=GPL-2.0
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
|
|
|
@ -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.
|
||||
# See /LICENSE for more information.
|
||||
|
@ -8,12 +8,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=upmpdcli
|
||||
PKG_VERSION:=0.11.0
|
||||
PKG_VERSION:=1.1.3
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://www.lesbonscomptes.com/upmpdcli/downloads
|
||||
PKG_MD5SUM:=40eb2a1988ca367a690fb2506e0f73c1
|
||||
PKG_MD5SUM:=de9f232d6d5f746ec81ec239e11bdda4
|
||||
PKG_MAINTAINER:=Petko Bordjukov <bordjukov@gmail.com>
|
||||
PKG_LICENSE:=GPL-2.0
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
--- a/src/upmpdcli.conf
|
||||
+++ b/src/upmpdcli.conf
|
||||
@@ -53,3 +53,6 @@ ohmetapersist = 1
|
||||
# Path to the sc2mpd if it is not in /usr/bin and the location is not in
|
||||
# the PATH for the init scripts.
|
||||
#sc2mpd = /usr/bin/sc2mpd
|
||||
+
|
||||
+# Icon for MPD UPnP interface
|
||||
+iconpath = /usr/share/upmpdcli/upmpdcli.png
|
||||
--- a/src/upmpdcli.conf-dist
|
||||
+++ b/src/upmpdcli.conf-dist
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
# You can set a path to an icon here. The icon will be displayed by a control
|
||||
# point. The icon will only be read once, when upmpdcli starts up.
|
||||
-# iconpath = /usr/share/upmpdcli/icon.png
|
||||
+iconpath = /usr/share/upmpdcli/icon.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
|
||||
|
|
Loading…
Reference in a new issue