Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-inputstream-adaptive/
Date: Mon, 11 Feb 2019 02:46:37
Message-Id: 1549853185.82a886eb86c40a76628b0b697ffa7d8a56c90023.candrews@gentoo
1 commit: 82a886eb86c40a76628b0b697ffa7d8a56c90023
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 11 02:45:54 2019 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 11 02:46:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82a886eb
7
8 media-plugins/kodi-inputstream-adaptive: 2.3.14 version bump
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 media-plugins/kodi-inputstream-adaptive/Manifest | 1 +
14 .../kodi-inputstream-adaptive-2.3.14.ebuild | 37 ++++++++++++++++++++++
15 2 files changed, 38 insertions(+)
16
17 diff --git a/media-plugins/kodi-inputstream-adaptive/Manifest b/media-plugins/kodi-inputstream-adaptive/Manifest
18 index f270b69b3a1..1385dcc7159 100644
19 --- a/media-plugins/kodi-inputstream-adaptive/Manifest
20 +++ b/media-plugins/kodi-inputstream-adaptive/Manifest
21 @@ -1,2 +1,3 @@
22 DIST kodi-inputstream-adaptive-2.0.25.tar.gz 881743 BLAKE2B 210b23fe42a262696b2dc10efeee5303b3c859a5d1cb4a94cb3628f6d2ca17fb29d170c728a51e1ea6767ecaa79b2c56831169d960da569fe71f18fc474cb2d5 SHA512 51d65fc83f50f7544198666123eb82bcd55a6524b7bbbec403375013264d24ecf8c3f326c815df98f77458af121dc4d81e863cd5f6b9ae49a1fcd50207a37bbe
23 DIST kodi-inputstream-adaptive-2.3.13.tar.gz 485053 BLAKE2B 1729ad38332ea00763eec342de37047cbc9d3d276cbf8e6586b716f26bca4048f36da58ed3ca8f1b77247616a6d2c111481d6b78f0510dc465923cab83d4fe9e SHA512 3a3891a0fc8439aab47014954e90cf72a6c373f250ead02dd91e00c43860fdb91ee8688e6e0776470056f55287d4c4c11cbd762065fa52e7e3c9dcaa12efcfbe
24 +DIST kodi-inputstream-adaptive-2.3.14.tar.gz 709587 BLAKE2B 3130ddd367cdbe0edbc5f14e060292ff66a864049a16dc10d6dd5500178c8f07a3f20fce5f95a8b5a44a57ee7ec7cdd782515b95f2e2dd79ee01a0fe37a9588c SHA512 3427d0552260580766e756f0800290c59d6cd1c48ba87f9e4397676fdfff19509bd3a0cf986447b228be7bb6c355b1aeb739b456b29a99f54934c4b6bfd822c6
25
26 diff --git a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.3.14.ebuild b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.3.14.ebuild
27 new file mode 100644
28 index 00000000000..85e10272539
29 --- /dev/null
30 +++ b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.3.14.ebuild
31 @@ -0,0 +1,37 @@
32 +# Copyright 1999-2019 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +
37 +inherit cmake-utils kodi-addon
38 +
39 +DESCRIPTION="Kodi's Adaptive inputstream addon"
40 +HOMEPAGE="https://github.com/peak3d/inputstream.adaptive.git"
41 +SRC_URI=""
42 +
43 +case ${PV} in
44 +9999)
45 + SRC_URI=""
46 + EGIT_REPO_URI="https://github.com/peak3d/inputstream.adaptive.git"
47 + inherit git-r3
48 + ;;
49 +*)
50 + KEYWORDS="~amd64 ~x86"
51 + SRC_URI="https://github.com/peak3d/inputstream.adaptive/archive/${PV}.tar.gz -> ${P}.tar.gz"
52 + S="${WORKDIR}/inputstream.adaptive-${PV}"
53 + ;;
54 +esac
55 +
56 +LICENSE="GPL-2"
57 +SLOT="0"
58 +IUSE=""
59 +
60 +DEPEND="
61 + dev-libs/expat
62 + =media-tv/kodi-18*
63 + =media-libs/kodi-platform-18*
64 + =dev-libs/libplatform-2*
65 + "
66 +RDEPEND="
67 + ${DEPEND}
68 + "