summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2020-02-26 09:14:03 -0500
committerCraig Andrews <candrews@gentoo.org>2020-02-26 09:14:28 -0500
commit454f1f8b220cf8c57dd6ad389480aff431a36270 (patch)
treee0531ebae0814855d185d3dd7ebcd65f5efedd66 /media-plugins
parentmedia-plugins/kodi-pvr-wmc: Remove kodiplatform, add libplatform (diff)
downloadgentoo-454f1f8b220cf8c57dd6ad389480aff431a36270.tar.gz
gentoo-454f1f8b220cf8c57dd6ad389480aff431a36270.tar.bz2
gentoo-454f1f8b220cf8c57dd6ad389480aff431a36270.zip
media-plugins/kodi-inputstream-adaptive: 2.4.3 version bump
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/kodi-inputstream-adaptive/Manifest1
-rw-r--r--media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.4.3.ebuild38
2 files changed, 39 insertions, 0 deletions
diff --git a/media-plugins/kodi-inputstream-adaptive/Manifest b/media-plugins/kodi-inputstream-adaptive/Manifest
index 57265cec494c..5896f7ff1f17 100644
--- a/media-plugins/kodi-inputstream-adaptive/Manifest
+++ b/media-plugins/kodi-inputstream-adaptive/Manifest
@@ -1 +1,2 @@
DIST kodi-inputstream-adaptive-2.4.2.tar.gz 711951 BLAKE2B 17f29ffb9f6e0f0e109af85afba16e92fe8f0cef2d660b6e4abcda0265e8096fca83ad947de213a83eaea8b94cebf94da4f3266f32fce28776dbabc05477ef3c SHA512 218be820b4e7f05d9a3ffd330db785997afe225a994ed4187a1aaa13b28189453d4a82e3553210613aa644f9f98b30bfc7bc048a1ad9674521053ef21e2e26e0
+DIST kodi-inputstream-adaptive-2.4.3.tar.gz 724468 BLAKE2B 9f01217b1721bead0d32bda2f60a0c1408d3465b22017afa3986f8f2fc5d5708ee22e83e03bb0e4c64dd454c407a0d0d346977908a3b24da0585f5317309e27d SHA512 832e8501294cd8abb253eb05e22525476517252c9b3012a4b86973f9ea79e31f21be4f9967ba3c7c29da157cae72eb4dd7481ea95f5a9ab9f96cf994c36198f1
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
new file mode 100644
index 000000000000..6187d9c2869c
--- /dev/null
+++ b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.4.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 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}
+ "