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 D2EE41382C5 for ; Thu, 8 Apr 2021 13:04:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 838C5E0867; Thu, 8 Apr 2021 13:04:12 +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 19114E0866 for ; Thu, 8 Apr 2021 13:04:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7AA88335C7D for ; Thu, 8 Apr 2021 13:04:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00066641 for ; Thu, 8 Apr 2021 13:04:07 +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: <1617887044.feca9cba01a89cc4c5824e3075dfe9a9cede7afc.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-inputstream-adaptive/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/kodi-inputstream-adaptive/Manifest media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.11.ebuild X-VCS-Directories: media-plugins/kodi-inputstream-adaptive/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: feca9cba01a89cc4c5824e3075dfe9a9cede7afc X-VCS-Branch: master Date: Thu, 8 Apr 2021 13:04:07 +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: 8a0f5cad-71e3-4143-a964-b708e8980e1a X-Archives-Hash: 73303f244ccc47547110a03d9a34bb57 commit: feca9cba01a89cc4c5824e3075dfe9a9cede7afc Author: Craig Andrews gentoo org> AuthorDate: Thu Apr 8 13:03:25 2021 +0000 Commit: Craig Andrews gentoo org> CommitDate: Thu Apr 8 13:04:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feca9cba media-plugins/kodi-inputstream-adaptive: 2.6.11 version bump Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Craig Andrews gentoo.org> media-plugins/kodi-inputstream-adaptive/Manifest | 1 + .../kodi-inputstream-adaptive-2.6.11.ebuild | 42 ++++++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/media-plugins/kodi-inputstream-adaptive/Manifest b/media-plugins/kodi-inputstream-adaptive/Manifest index 3382a977ac2..93b64e713a4 100644 --- a/media-plugins/kodi-inputstream-adaptive/Manifest +++ b/media-plugins/kodi-inputstream-adaptive/Manifest @@ -1 +1,2 @@ +DIST kodi-inputstream-adaptive-2.6.11.tar.gz 747895 BLAKE2B efa4861834696b83a49752c9c311c5da7f91278ca981134297eab67407218fb9b574d247042c71091ed0aff0a04b1550a07f0d7c31738b4acc5d5637c0605a5b SHA512 c78331127d549126f0fd6c76560803b95a3d3665f09a161e9f577d81e33468a15ab933f0ba9be88e57b091fc22e0afe9bf10e371688f0d3e0808bf66fdd439f9 DIST kodi-inputstream-adaptive-2.6.8.tar.gz 748575 BLAKE2B 0077d693efa7a468d4e7fcac2610114a383771f1a8741d8fee4bf788304b0147ed05d5cd03de17e64c8510d1db9b2e751d4bfb7f84df3a3decfaf01963b557dd SHA512 22299cc6dbb6cd56f8fa2f96758907c0dfc6d2d635436b12ad6afc2928e3ca2d5b6beea1f1d72e0ccf90eafeaec983f77ac0e474f0b176677fd3e5b97f2560df diff --git a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.11.ebuild b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.11.ebuild new file mode 100644 index 00000000000..48e18f09b00 --- /dev/null +++ b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.11.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake kodi-addon + +DESCRIPTION="Kodi's Adaptive inputstream addon" +HOMEPAGE="https://github.com/peak3d/inputstream.adaptive.git" +SRC_URI="" + +case ${PV} in +9999) + SRC_URI="" + EGIT_REPO_URI="https://github.com/peak3d/inputstream.adaptive.git" + EGIT_BRANCH="Matrix" + inherit git-r3 + ;; +*) + KEYWORDS="~amd64 ~x86" + CODENAME="Matrix" + SRC_URI="https://github.com/peak3d/inputstream.adaptive/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/inputstream.adaptive-${PV}-${CODENAME}" + ;; +esac + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND=" + dev-libs/expat + =media-tv/kodi-19* + " +RDEPEND=" + ${DEPEND} + " + +src_prepare() { + [ -d depends ] && rm -rf depends || die + cmake_src_prepare +}