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 21:25:46
Message-Id: 1549920332.adb6405761ff506b3f6f4301430c6523a85501f7.candrews@gentoo
1 commit: adb6405761ff506b3f6f4301430c6523a85501f7
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 11 21:25:22 2019 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 11 21:25:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adb64057
7
8 media-plugins/kodi-inputstream-adaptive: 2.3.15 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.15.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 1385dcc7159..a026f8a1056 100644
19 --- a/media-plugins/kodi-inputstream-adaptive/Manifest
20 +++ b/media-plugins/kodi-inputstream-adaptive/Manifest
21 @@ -1,3 +1,4 @@
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 +DIST kodi-inputstream-adaptive-2.3.15.tar.gz 709544 BLAKE2B 5e1d52c28f935dc8dde6cb15d800402bce5740e1b99ebe4c6210e07b34ba455a6af1883dae8c30013d3fd8bf03732d086aa38012f8daccc89ec805e67aea2850 SHA512 74dba29e6b9982257a4156416331fbaf189ef54c04c4f3b8d87dd1fea703ed29e70ff58f52af35735e3fea31f7a84127c34211cb5f6a11f1ba1d8c6586464fd3
26
27 diff --git a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.3.15.ebuild b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.3.15.ebuild
28 new file mode 100644
29 index 00000000000..85e10272539
30 --- /dev/null
31 +++ b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.3.15.ebuild
32 @@ -0,0 +1,37 @@
33 +# Copyright 1999-2019 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +
38 +inherit cmake-utils kodi-addon
39 +
40 +DESCRIPTION="Kodi's Adaptive inputstream addon"
41 +HOMEPAGE="https://github.com/peak3d/inputstream.adaptive.git"
42 +SRC_URI=""
43 +
44 +case ${PV} in
45 +9999)
46 + SRC_URI=""
47 + EGIT_REPO_URI="https://github.com/peak3d/inputstream.adaptive.git"
48 + inherit git-r3
49 + ;;
50 +*)
51 + KEYWORDS="~amd64 ~x86"
52 + SRC_URI="https://github.com/peak3d/inputstream.adaptive/archive/${PV}.tar.gz -> ${P}.tar.gz"
53 + S="${WORKDIR}/inputstream.adaptive-${PV}"
54 + ;;
55 +esac
56 +
57 +LICENSE="GPL-2"
58 +SLOT="0"
59 +IUSE=""
60 +
61 +DEPEND="
62 + dev-libs/expat
63 + =media-tv/kodi-18*
64 + =media-libs/kodi-platform-18*
65 + =dev-libs/libplatform-2*
66 + "
67 +RDEPEND="
68 + ${DEPEND}
69 + "