From 84bc16198f1da1460e988a0d63266dd94f814818 Mon Sep 17 00:00:00 2001 From: Ted Hess Date: Tue, 31 May 2016 12:09:34 -0400 Subject: [PATCH] upmpdcli/libupnpp: Update to latest versions, refresh patch upmpdcli: Version 1.1.3 libupnpp: Version 0.14 Signed-off-by: Ted Hess --- libs/libupnpp/Makefile | 6 +++--- sound/upmpdcli/Makefile | 6 +++--- .../patches/010-Add_icon_config.patch | 20 ++++++++++--------- 3 files changed, 17 insertions(+), 15 deletions(-) diff --git a/libs/libupnpp/Makefile b/libs/libupnpp/Makefile index 9231874652..9a7db84a2d 100644 --- a/libs/libupnpp/Makefile +++ b/libs/libupnpp/Makefile @@ -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 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING diff --git a/sound/upmpdcli/Makefile b/sound/upmpdcli/Makefile index 9c2c1cc952..f737fb4e13 100644 --- a/sound/upmpdcli/Makefile +++ b/sound/upmpdcli/Makefile @@ -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 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING diff --git a/sound/upmpdcli/patches/010-Add_icon_config.patch b/sound/upmpdcli/patches/010-Add_icon_config.patch index 9b1ca6db73..3030ae3a4d 100644 --- a/sound/upmpdcli/patches/010-Add_icon_config.patch +++ b/sound/upmpdcli/patches/010-Add_icon_config.patch @@ -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