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: Wed, 26 Feb 2020 14:14:38
Message-Id: 1582726468.454f1f8b220cf8c57dd6ad389480aff431a36270.candrews@gentoo
1 commit: 454f1f8b220cf8c57dd6ad389480aff431a36270
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 26 14:14:03 2020 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 26 14:14:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=454f1f8b
7
8 media-plugins/kodi-inputstream-adaptive: 2.4.3 version bump
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 media-plugins/kodi-inputstream-adaptive/Manifest | 1 +
14 .../kodi-inputstream-adaptive-2.4.3.ebuild | 38 ++++++++++++++++++++++
15 2 files changed, 39 insertions(+)
16
17 diff --git a/media-plugins/kodi-inputstream-adaptive/Manifest b/media-plugins/kodi-inputstream-adaptive/Manifest
18 index 57265cec494..5896f7ff1f1 100644
19 --- a/media-plugins/kodi-inputstream-adaptive/Manifest
20 +++ b/media-plugins/kodi-inputstream-adaptive/Manifest
21 @@ -1 +1,2 @@
22 DIST kodi-inputstream-adaptive-2.4.2.tar.gz 711951 BLAKE2B 17f29ffb9f6e0f0e109af85afba16e92fe8f0cef2d660b6e4abcda0265e8096fca83ad947de213a83eaea8b94cebf94da4f3266f32fce28776dbabc05477ef3c SHA512 218be820b4e7f05d9a3ffd330db785997afe225a994ed4187a1aaa13b28189453d4a82e3553210613aa644f9f98b30bfc7bc048a1ad9674521053ef21e2e26e0
23 +DIST kodi-inputstream-adaptive-2.4.3.tar.gz 724468 BLAKE2B 9f01217b1721bead0d32bda2f60a0c1408d3465b22017afa3986f8f2fc5d5708ee22e83e03bb0e4c64dd454c407a0d0d346977908a3b24da0585f5317309e27d SHA512 832e8501294cd8abb253eb05e22525476517252c9b3012a4b86973f9ea79e31f21be4f9967ba3c7c29da157cae72eb4dd7481ea95f5a9ab9f96cf994c36198f1
24
25 diff --git a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.4.3.ebuild b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.4.3.ebuild
26 new file mode 100644
27 index 00000000000..6187d9c2869
28 --- /dev/null
29 +++ b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.4.3.ebuild
30 @@ -0,0 +1,38 @@
31 +# Copyright 1999-2020 Gentoo Authors
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 + CODENAME="Leia"
51 + SRC_URI="https://github.com/peak3d/inputstream.adaptive/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
52 + S="${WORKDIR}/inputstream.adaptive-${PV}-${CODENAME}"
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 + "