From patchwork Sat Feb 20 08:58:33 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1442592 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.136; helo=smtp3.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4DjN5r0JLVz9sVt for ; Sat, 20 Feb 2021 20:13:20 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 7459A6F62E for ; Sat, 20 Feb 2021 09:13:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AR0mEv-9p3tL for ; Sat, 20 Feb 2021 09:13:17 +0000 (UTC) Received: by smtp3.osuosl.org (Postfix, from userid 1001) id 409616F65E; Sat, 20 Feb 2021 09:13:17 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id 79D3D6F646; Sat, 20 Feb 2021 09:06:32 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 2093F1BF316 for ; Sat, 20 Feb 2021 09:00:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 1DE5086B2A for ; Sat, 20 Feb 2021 09:00:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZoxjVDmdi8p4 for ; Sat, 20 Feb 2021 09:00:36 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout06.t-online.de (mailout06.t-online.de [194.25.134.19]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 270F786AB3 for ; Sat, 20 Feb 2021 09:00:36 +0000 (UTC) Received: from fwd20.aul.t-online.de (fwd20.aul.t-online.de [172.20.26.140]) by mailout06.t-online.de (Postfix) with SMTP id 0B92358869; Sat, 20 Feb 2021 09:59:27 +0100 (CET) Received: from fli4l.lan.fli4l (TEVZ20ZDQh7XlDqZVEZ489tEpZDH7jw2xWj1ZQ9u7RPTV6UHjujUnLVZlArxAa6gzR@[79.214.203.99]) by fwd20.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1lDO6m-2CpktE0; Sat, 20 Feb 2021 09:59:24 +0100 Received: from mahler.lan.fli4l ([192.168.1.1]:51224) by fli4l.lan.fli4l with esmtp (Exim 4.94) (envelope-from ) id 1lDO6l-0000SX-AR; Sat, 20 Feb 2021 09:59:23 +0100 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 20 Feb 2021 09:58:33 +0100 Message-Id: <20210220085913.888324-15-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210220085913.888324-1-bernd.kuhls@t-online.de> References: <20210220085913.888324-1-bernd.kuhls@t-online.de> MIME-Version: 1.0 X-ID: TEVZ20ZDQh7XlDqZVEZ489tEpZDH7jw2xWj1ZQ9u7RPTV6UHjujUnLVZlArxAa6gzR X-TOI-EXPURGATEID: 150726::1613811564-000053CC-A06CAEA2/0/0 CLEAN NORMAL X-TOI-MSGID: 1a971e9f-ad29-422c-82e4-ca41acc4350c Subject: [Buildroot] [PATCH/next 14/54] package/kodi-pvr-argustv: bump version to 7.1.0-Matrix X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Samuel Martin , Thomas Petazzoni , Maxime Hadjinlian Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Switch dependency to kodi after upstream removed the dependency to kodi-platform: https://github.com/kodi-pvr/pvr.argustv/commit/44d9c5a20579a2f505f26a072096911d68855a4a https://github.com/kodi-pvr/pvr.argustv/commit/6a6968892d468d02ca0d380e3fff54e607346024 Switch license file to LICENSE.md. Signed-off-by: Bernd Kuhls --- package/kodi-pvr-argustv/Config.in | 1 - package/kodi-pvr-argustv/kodi-pvr-argustv.hash | 4 ++-- package/kodi-pvr-argustv/kodi-pvr-argustv.mk | 6 +++--- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package/kodi-pvr-argustv/Config.in b/package/kodi-pvr-argustv/Config.in index 216000aefd..7cca2661c7 100644 --- a/package/kodi-pvr-argustv/Config.in +++ b/package/kodi-pvr-argustv/Config.in @@ -1,7 +1,6 @@ config BR2_PACKAGE_KODI_PVR_ARGUSTV bool "kodi-pvr-argustv" select BR2_PACKAGE_JSONCPP - select BR2_PACKAGE_KODI_PLATFORM help Kodi's ARGUS TV client addon diff --git a/package/kodi-pvr-argustv/kodi-pvr-argustv.hash b/package/kodi-pvr-argustv/kodi-pvr-argustv.hash index 5c47dd30b2..3024d8e65f 100644 --- a/package/kodi-pvr-argustv/kodi-pvr-argustv.hash +++ b/package/kodi-pvr-argustv/kodi-pvr-argustv.hash @@ -1,3 +1,3 @@ # Locally computed -sha256 7bfedb27b2aec4015b2594df18b76fe42e97ec10f4b5cb9c6987b1a7a264c844 kodi-pvr-argustv-3.5.6-Leia.tar.gz -sha256 17bc5450fff10fc46484886690adbf20c369f5baff021435feab1187b9943834 debian/copyright +sha256 d91f195c4a91af893231d03a887a340900c4e515597ea059ee6b9e6444717fc9 kodi-pvr-argustv-7.1.0-Matrix.tar.gz +sha256 310782e1abd43c4de6217c513e328bddf999d39302d67c6e05b10a59959827af LICENSE.md diff --git a/package/kodi-pvr-argustv/kodi-pvr-argustv.mk b/package/kodi-pvr-argustv/kodi-pvr-argustv.mk index 73a9f1c764..2d5d62a539 100644 --- a/package/kodi-pvr-argustv/kodi-pvr-argustv.mk +++ b/package/kodi-pvr-argustv/kodi-pvr-argustv.mk @@ -4,10 +4,10 @@ # ################################################################################ -KODI_PVR_ARGUSTV_VERSION = 3.5.6-Leia +KODI_PVR_ARGUSTV_VERSION = 7.1.0-Matrix KODI_PVR_ARGUSTV_SITE = $(call github,kodi-pvr,pvr.argustv,$(KODI_PVR_ARGUSTV_VERSION)) KODI_PVR_ARGUSTV_LICENSE = GPL-2.0+ -KODI_PVR_ARGUSTV_LICENSE_FILES = debian/copyright -KODI_PVR_ARGUSTV_DEPENDENCIES = jsoncpp kodi-platform +KODI_PVR_ARGUSTV_LICENSE_FILES = LICENSE.md +KODI_PVR_ARGUSTV_DEPENDENCIES = jsoncpp kodi $(eval $(cmake-package))