Skip to content

Commit

Permalink
media-plugins/kodi-inputstream-adaptive: 2.6.11 version bump
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Craig Andrews <[email protected]>
  • Loading branch information
candrews committed Apr 8, 2021
1 parent d2611a8 commit feca9cb
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions media-plugins/kodi-inputstream-adaptive/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST kodi-inputstream-adaptive-2.6.11.tar.gz 747895 BLAKE2B efa4861834696b83a49752c9c311c5da7f91278ca981134297eab67407218fb9b574d247042c71091ed0aff0a04b1550a07f0d7c31738b4acc5d5637c0605a5b SHA512 c78331127d549126f0fd6c76560803b95a3d3665f09a161e9f577d81e33468a15ab933f0ba9be88e57b091fc22e0afe9bf10e371688f0d3e0808bf66fdd439f9
DIST kodi-inputstream-adaptive-2.6.8.tar.gz 748575 BLAKE2B 0077d693efa7a468d4e7fcac2610114a383771f1a8741d8fee4bf788304b0147ed05d5cd03de17e64c8510d1db9b2e751d4bfb7f84df3a3decfaf01963b557dd SHA512 22299cc6dbb6cd56f8fa2f96758907c0dfc6d2d635436b12ad6afc2928e3ca2d5b6beea1f1d72e0ccf90eafeaec983f77ac0e474f0b176677fd3e5b97f2560df
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit cmake 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"
EGIT_BRANCH="Matrix"
inherit git-r3
;;
*)
KEYWORDS="~amd64 ~x86"
CODENAME="Matrix"
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-19*
"
RDEPEND="
${DEPEND}
"

src_prepare() {
[ -d depends ] && rm -rf depends || die
cmake_src_prepare
}

0 comments on commit feca9cb

Please sign in to comment.