diff options
author | Ted Hess <thess@kitschensync.net> | 2017-01-03 15:32:07 -0500 |
---|---|---|
committer | Ted Hess <thess@kitschensync.net> | 2017-01-03 16:41:43 -0500 |
commit | d330a9ae97fd5e5ad1847d69cc119ac112bfe39b (patch) | |
tree | 9cb376f5de0e01b9594866484402f1adef3145c0 /sound/pianod/Makefile | |
parent | 08035876b79d978890069ec6b53348ee9fb854a9 (diff) |
pianod: Update to private version 174.05. Remove PolarSSL dependency.
Signed-off-by: Ted Hess <thess@kitschensync.net>
Diffstat (limited to 'sound/pianod/Makefile')
-rw-r--r-- | sound/pianod/Makefile | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/sound/pianod/Makefile b/sound/pianod/Makefile index 7fb48a9cd..e92ae64cb 100644 --- a/sound/pianod/Makefile +++ b/sound/pianod/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2015 OpenWrt.org +# Copyright (C) 2015-2017 Ted Hess <thess@kitschensync.net> # # 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:=pianod -PKG_VERSION:=174 -PKG_RELEASE:=2 +PKG_VERSION:=174.05 +PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://deviousfish.com/Downloads/pianod/ -PKG_MD5SUM:=cca2143e4a5301dea8c0cb9fcbd20881 +PKG_SOURCE_URL:=https://github.com/thess/pianod-sc/releases/download/$(PKG_VERSION) +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz +PKG_MD5SUM:=0bae19b0c1e309343bc1b351e521173fe439431542a949dd2bacf4165cce5200 PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> @@ -28,10 +28,10 @@ include $(INCLUDE_DIR)/package.mk define Package/pianod SECTION:=sound CATEGORY:=Sound - DEPENDS:=+libao +libfaad2 +libmad +libpolarssl +libjson-c +libgcrypt +libpthread + DEPENDS:=+libao +libfaad2 +libmad +libmbedtls +libjson-c +libgcrypt +libpthread TITLE:=Pandora radio daemon USERID:=pianod=88:pianod=88 - URL:=http://deviousfish.com/pianod/ + URL:=http://deviousfish.com/pianod1/ endef define Package/pianod/description @@ -39,7 +39,7 @@ define Package/pianod/description A simple protocol makes for easy clients, mix scripting, integration with a home automation system, use as multiple-user music system for home or office. Documentation and configuration information can be found at: - http://deviousfish.com/pianod/ + http://deviousfish.com/pianod1/ endef define Package/pianod-client @@ -47,7 +47,7 @@ define Package/pianod-client CATEGORY:=Sound DEPENDS:=+pianod TITLE:=Pandora radio daemon WebUI - URL:=http://deviousfish.com/pianod/ + URL:=http://deviousfish.com/pianod1/ endef define Package/pianod-client/description @@ -58,12 +58,12 @@ define Package/pianod-client/description http://pianod-host:4446/pianod/viewer.html?server=pianod-host:4446 endef -CONFIGURE_ARGS+= --with-polarssl +CONFIGURE_ARGS+= --with-mbedtls PIANOD_CLIENT:=pianod-client-compiled-51.tar.gz define Download/pianod-client - URL:=$(PKG_SOURCE_URL) + URL:=http://deviousfish.com/Downloads/pianod/ FILE:=$(PIANOD_CLIENT) MD5SUM:=abbdee5627bcee6a00c8304da8b4e2e7 endef |