commit:     3842d942d380d2827f45aed61d1354f310b3f9b4
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  3 01:15:34 2019 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Tue Sep  3 01:28:05 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3842d942

media-plugins/kodi-inputstream-adaptive: 2.4.2 version bump

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 media-plugins/kodi-inputstream-adaptive/Manifest   |  1 +
 .../kodi-inputstream-adaptive-2.4.2.ebuild         | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/media-plugins/kodi-inputstream-adaptive/Manifest 
b/media-plugins/kodi-inputstream-adaptive/Manifest
index b661e751c32..beb578c836d 100644
--- a/media-plugins/kodi-inputstream-adaptive/Manifest
+++ b/media-plugins/kodi-inputstream-adaptive/Manifest
@@ -9,3 +9,4 @@ DIST kodi-inputstream-adaptive-2.3.19.tar.gz 712487 BLAKE2B 
df01185d734a3dd9f241
 DIST kodi-inputstream-adaptive-2.3.20.tar.gz 712611 BLAKE2B 
7771fd15e230e76cd9786348b86a0a561afbe250f7d78e2418f1fc189e52b46ee249316770fdd9aea7fb16c73df6f9579c73510e658a29aaa53c5c02c04bee9a
 SHA512 
5a5bc68d6f10187d2ac8d7a0e196a6615b75642ffdae67efac16d7aa718a42c13df3f3485029876eff42fca415039549ead60db381477de9df2bde5fc7f34718
 DIST kodi-inputstream-adaptive-2.3.21.tar.gz 712611 BLAKE2B 
129622e050d8881b2921d7cd730453ecd697d3041b7d4d1fed3449734a9923effe9f5e53dc6a72901b57b953df391908d9f7adbe5fe054320ea2b14b56719ed9
 SHA512 
a5f059e08c5002c42ec1a6ff2ceceecbcc4f9943d4dd4a7c87097ad58eed7827240bd6c2e4acd414ce6fd3326a2ef8d85372e245bea712d45148dc5328ff83a4
 DIST kodi-inputstream-adaptive-2.3.22.tar.gz 711950 BLAKE2B 
5a3bf2df9492707f586b52d9ca556eafda69c7167e6bee17b3de749fbfc1b59c215550b5eb9f47c92b77641a29c88d9dfdea9359bde1968ffaf089b93a4ac5f1
 SHA512 
6dd73776b2962a6432202738d167ea3169cdbdd470672066bed39d12366cc33a28dd2809edb9ceb9255022d6076b1c3dd31828f60fee8e2d2dceffc0d58a6d6f
+DIST kodi-inputstream-adaptive-2.4.2.tar.gz 711951 BLAKE2B 
17f29ffb9f6e0f0e109af85afba16e92fe8f0cef2d660b6e4abcda0265e8096fca83ad947de213a83eaea8b94cebf94da4f3266f32fce28776dbabc05477ef3c
 SHA512 
218be820b4e7f05d9a3ffd330db785997afe225a994ed4187a1aaa13b28189453d4a82e3553210613aa644f9f98b30bfc7bc048a1ad9674521053ef21e2e26e0

diff --git 
a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.4.2.ebuild
 
b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.4.2.ebuild
new file mode 100644
index 00000000000..03910514796
--- /dev/null
+++ 
b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.4.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils 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";
+       inherit git-r3
+       ;;
+*)
+       KEYWORDS="~amd64 ~x86"
+       CODENAME="Leia"
+       
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-18*
+       =media-libs/kodi-platform-18*
+       =dev-libs/libplatform-2*
+       "
+RDEPEND="
+       ${DEPEND}
+       "

Reply via email to