From patchwork Mon Nov 4 20:14:07 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1189145 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.133; helo=hemlock.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=t-online.de Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 476PCg6tSNz9sPT for ; Tue, 5 Nov 2019 07:14:39 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 7FAAC8ABB6; Mon, 4 Nov 2019 20:14:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3YecWlwZ7psu; Mon, 4 Nov 2019 20:14:35 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id A914D8AB2C; Mon, 4 Nov 2019 20:14:35 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 71A7A1BF2C5 for ; Mon, 4 Nov 2019 20:14:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 682A5204FA for ; Mon, 4 Nov 2019 20:14:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XvWXytL7Lbya for ; Mon, 4 Nov 2019 20:14:29 +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 silver.osuosl.org (Postfix) with ESMTPS id DE9DA20523 for ; Mon, 4 Nov 2019 20:14:28 +0000 (UTC) Received: from fwd33.aul.t-online.de (fwd33.aul.t-online.de [172.20.27.144]) by mailout06.t-online.de (Postfix) with SMTP id 5F1374186E92; Mon, 4 Nov 2019 21:14:27 +0100 (CET) Received: from fli4l.lan.fli4l (S35B-qZYwh9k6AOYGgUejPjRd4xrpO3b97+LtNUwrkXF+kMeLSvw+-k7L1ju2ISQzL@[91.58.7.189]) by fwd33.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1iRik6-1cYOpM0; Mon, 4 Nov 2019 21:14:26 +0100 Received: from mahler.lan.fli4l ([192.168.1.1]:45036) by fli4l.lan.fli4l with esmtp (Exim 4.92.3) (envelope-from ) id 1iRik5-0000ct-Qn; Mon, 04 Nov 2019 21:14:26 +0100 From: Bernd Kuhls To: buildroot@buildroot.org Date: Mon, 4 Nov 2019 21:14:07 +0100 Message-Id: <20191104201419.2757-7-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20191104201419.2757-1-bernd.kuhls@t-online.de> References: <20191104201419.2757-1-bernd.kuhls@t-online.de> MIME-Version: 1.0 X-ID: S35B-qZYwh9k6AOYGgUejPjRd4xrpO3b97+LtNUwrkXF+kMeLSvw+-k7L1ju2ISQzL X-TOI-MSGID: 6c50f41e-48f0-4117-9144-6465d69be7d8 Subject: [Buildroot] [PATCH v7 06/18] package/kodi-inputstream-rtmp: bump version 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: Maxime Hadjinlian Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Addon repo was moved to xbmc project: https://github.com/xbmc/repo-binary-addons/commit/57b8ed5fb9b5f0368738260b762cc0bab1147172#diff-2ca1e23208f215d294c01b80edfff00a Signed-off-by: Bernd Kuhls --- package/kodi-inputstream-rtmp/Config.in | 2 +- package/kodi-inputstream-rtmp/kodi-inputstream-rtmp.hash | 2 +- package/kodi-inputstream-rtmp/kodi-inputstream-rtmp.mk | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/kodi-inputstream-rtmp/Config.in b/package/kodi-inputstream-rtmp/Config.in index c40bff2d7e..fa83926301 100644 --- a/package/kodi-inputstream-rtmp/Config.in +++ b/package/kodi-inputstream-rtmp/Config.in @@ -4,4 +4,4 @@ config BR2_PACKAGE_KODI_INPUTSTREAM_RTMP help RTMP input stream add-on for Kodi - https://github.com/notspiff/inputstream.rtmp + https://github.com/xbmc/inputstream.rtmp diff --git a/package/kodi-inputstream-rtmp/kodi-inputstream-rtmp.hash b/package/kodi-inputstream-rtmp/kodi-inputstream-rtmp.hash index 2d7a68ba3c..050f86af4c 100644 --- a/package/kodi-inputstream-rtmp/kodi-inputstream-rtmp.hash +++ b/package/kodi-inputstream-rtmp/kodi-inputstream-rtmp.hash @@ -1,2 +1,2 @@ # Locally computed -sha256 75a3cc87243a7c92a0a2e3f16710a1e60d05cd8dbc8b7fd1852244fbc5da2ae8 kodi-inputstream-rtmp-1.0.4.tar.gz +sha256 bc4cd1f4df6bc24d035c537c365977493f412acc711cf60d82179d1ef494e275 kodi-inputstream-rtmp-2.0.6-Leia.tar.gz diff --git a/package/kodi-inputstream-rtmp/kodi-inputstream-rtmp.mk b/package/kodi-inputstream-rtmp/kodi-inputstream-rtmp.mk index 061aedf1e7..dc141659ac 100644 --- a/package/kodi-inputstream-rtmp/kodi-inputstream-rtmp.mk +++ b/package/kodi-inputstream-rtmp/kodi-inputstream-rtmp.mk @@ -4,8 +4,8 @@ # ################################################################################ -KODI_INPUTSTREAM_RTMP_VERSION = 1.0.4 -KODI_INPUTSTREAM_RTMP_SITE = $(call github,notspiff,inputstream.rtmp,v$(KODI_INPUTSTREAM_RTMP_VERSION)) +KODI_INPUTSTREAM_RTMP_VERSION = 2.0.6-Leia +KODI_INPUTSTREAM_RTMP_SITE = $(call github,xbmc,inputstream.rtmp,$(KODI_INPUTSTREAM_RTMP_VERSION)) KODI_INPUTSTREAM_RTMP_LICENSE = GPL-2.0+ KODI_INPUTSTREAM_RTMP_LICENSE_FILES = src/RTMPStream.cpp KODI_INPUTSTREAM_RTMP_DEPENDENCIES = kodi rtmpdump