From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E2BAD138350 for ; Fri, 31 Jan 2020 13:21:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECCEAE0821; Fri, 31 Jan 2020 13:21:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5EE5EE0821 for ; Fri, 31 Jan 2020 13:21:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1325A34E619 for ; Fri, 31 Jan 2020 13:21:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77CCA7B for ; Fri, 31 Jan 2020 13:21:49 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1580476904.50aec95d61341d7c1e9c4b4bbf7447972c0ef691.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-inputstream-rtmp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/kodi-inputstream-rtmp/Manifest media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-2.0.8.ebuild X-VCS-Directories: media-plugins/kodi-inputstream-rtmp/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 50aec95d61341d7c1e9c4b4bbf7447972c0ef691 X-VCS-Branch: master Date: Fri, 31 Jan 2020 13:21:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0953f6b5-38ad-424c-a316-4905bc5e1f55 X-Archives-Hash: 0565bce1243f780d9b8ac0b28acf91a6 commit: 50aec95d61341d7c1e9c4b4bbf7447972c0ef691 Author: Craig Andrews gentoo org> AuthorDate: Fri Jan 31 13:21:20 2020 +0000 Commit: Craig Andrews gentoo org> CommitDate: Fri Jan 31 13:21:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50aec95d media-plugins/kodi-inputstream-rtmp: 2.0.8 version bump Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Craig Andrews gentoo.org> media-plugins/kodi-inputstream-rtmp/Manifest | 1 + .../kodi-inputstream-rtmp-2.0.8.ebuild | 41 ++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/media-plugins/kodi-inputstream-rtmp/Manifest b/media-plugins/kodi-inputstream-rtmp/Manifest index 191c01f27f9..86c06cf950c 100644 --- a/media-plugins/kodi-inputstream-rtmp/Manifest +++ b/media-plugins/kodi-inputstream-rtmp/Manifest @@ -1 +1,2 @@ DIST kodi-inputstream-rtmp-2.0.7.tar.gz 18511 BLAKE2B d7e67883ac0ea59005238d28e8b16e6d53df3b8283b225b2c0523fa7eaf5fbdae44482209c510a2983c0edfa483e195311ce3f1298add1372ce13450832ebbcd SHA512 a67be952bae24083403e5a8783c86af51b24d9f2759fdeb1e4bdc42912c55381189c5925b52743ce79dd03a3e510c65d4972728e2355082b91d73857b1657cd9 +DIST kodi-inputstream-rtmp-2.0.8.tar.gz 68254 BLAKE2B f094cd81f6bbf1854578d12b9b98668ae921ebd89ed6289da5a7d48c3d60b2a40e9ba293422c5c08c969f768d85e0d59ce900c45b57a965f59d6d5bef4abbf64 SHA512 fca7de7cf5ad65081bd25ea1a6cb5c1cdf41f72ba4460256918178060b62e04d389c293add1a10faf899750745ba77244cfb7af97ba613b2abcf6862839c751b diff --git a/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-2.0.8.ebuild b/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-2.0.8.ebuild new file mode 100644 index 00000000000..c7798ff8774 --- /dev/null +++ b/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-2.0.8.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake kodi-addon + +DESCRIPTION="Kodi's RTMP inputstream addon" +HOMEPAGE="https://github.com/xbmc/inputstream.rtmp" +SRC_URI="" + +case ${PV} in +9999) + SRC_URI="" + EGIT_REPO_URI="https://github.com/xbmc/inputstream.rtmp.git" + inherit git-r3 + ;; +*) + CODENAME="Leia" + KEYWORDS="~amd64 ~x86" + SRC_URI="https://github.com/xbmc/inputstream.rtmp/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/inputstream.rtmp-${PV}-${CODENAME}" + ;; +esac + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND=" + =media-tv/kodi-18* + media-video/rtmpdump + " +RDEPEND=" + ${DEPEND} + " + +src_prepare(){ + [ -d depends ] && rm -rf depends || die + cmake_src_prepare +}