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: Fri, 06 Apr 2018 18:34:01
Message-Id: 1523039630.b560e2eabcf882ced19a5049580fc435c364ae92.candrews@gentoo
1 commit: b560e2eabcf882ced19a5049580fc435c364ae92
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 6 18:32:45 2018 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 6 18:33:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b560e2ea
7
8 media-plugins/kodi-inputstream-adaptive: 2.0.20 version bump
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 media-plugins/kodi-inputstream-adaptive/Manifest | 1 +
13 .../kodi-inputstream-adaptive-2.0.20.ebuild | 38 ++++++++++++++++++++++
14 2 files changed, 39 insertions(+)
15
16 diff --git a/media-plugins/kodi-inputstream-adaptive/Manifest b/media-plugins/kodi-inputstream-adaptive/Manifest
17 index c66d777e952..94a87b99f9f 100644
18 --- a/media-plugins/kodi-inputstream-adaptive/Manifest
19 +++ b/media-plugins/kodi-inputstream-adaptive/Manifest
20 @@ -1,2 +1,3 @@
21 DIST kodi-inputstream-adaptive-1.0.6.tar.gz 556505 BLAKE2B 0b093850cf61ed75627d024f28fca93a6b0426decd3d99b94a60f9a86f611d59a6b2a7bee7e5db52095d99d0a0d092d60c3051a77294cb5a47e8cdcd13359a61 SHA512 10accc94d3cb68b0cf89d4703ed05b4c0b1fbd02415b6721c372933ba629eb13c034d4336a9c8e5ffb4c8150a798b29c184f0d475069cad82adbd6e63d63b712
22 DIST kodi-inputstream-adaptive-2.0.19.tar.gz 881342 BLAKE2B afa1341e9f45d5b97338d21359e4527c3a19ac8ca30066ea2c83ea0eb8e2a34a72bc179cfc222612579ee1b1be12bda52325b3f32c85b53c7a9cefd8461d238c SHA512 0453998749df691071bd54e22eda8042f15f0ab1a11b04a260c7005048b533b51b6c82311bcb364fb10e68816512610a08db5331f974a042bb8967939d759d99
23 +DIST kodi-inputstream-adaptive-2.0.20.tar.gz 881743 BLAKE2B 210b23fe42a262696b2dc10efeee5303b3c859a5d1cb4a94cb3628f6d2ca17fb29d170c728a51e1ea6767ecaa79b2c56831169d960da569fe71f18fc474cb2d5 SHA512 51d65fc83f50f7544198666123eb82bcd55a6524b7bbbec403375013264d24ecf8c3f326c815df98f77458af121dc4d81e863cd5f6b9ae49a1fcd50207a37bbe
24
25 diff --git a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.0.20.ebuild b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.0.20.ebuild
26 new file mode 100644
27 index 00000000000..962f5efbfe1
28 --- /dev/null
29 +++ b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.0.20.ebuild
30 @@ -0,0 +1,38 @@
31 +# Copyright 1999-2018 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +inherit cmake-utils kodi-addon
37 +
38 +DESCRIPTION="Kodi's Adaptive inputstream addon"
39 +HOMEPAGE="https://github.com/peak3d/inputstream.adaptive.git"
40 +SRC_URI=""
41 +
42 +case ${PV} in
43 +9999)
44 + SRC_URI=""
45 + EGIT_REPO_URI="https://github.com/peak3d/inputstream.adaptive.git"
46 + inherit git-r3
47 + ;;
48 +*)
49 + KEYWORDS="~amd64 ~x86"
50 + GIT_COMMIT="c51b9a9b58a645f820883e6d99982277fc58aac5"
51 + SRC_URI="https://codeload.github.com/peak3d/inputstream.adaptive/tar.gz/${GIT_COMMIT} -> ${P}.tar.gz"
52 + S="${WORKDIR}/inputstream.adaptive-${GIT_COMMIT}"
53 + ;;
54 +esac
55 +
56 +LICENSE="GPL-2"
57 +SLOT="0"
58 +IUSE=""
59 +
60 +DEPEND="
61 + dev-libs/expat
62 + =media-tv/kodi-17*
63 + =media-libs/kodi-platform-17*
64 + =dev-libs/libplatform-2*
65 + "
66 +RDEPEND="
67 + ${DEPEND}
68 + "