media-plugins/kodi-visualization-starburst: 2.0.0 version bump

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews@gentoo.org>
This commit is contained in:
Craig Andrews
2019-09-27 20:04:08 -04:00
parent 674706223e
commit 26239ce942
3 changed files with 44 additions and 3 deletions

View File

@@ -0,0 +1 @@
DIST kodi-visualization-starburst-2.0.0.tar.gz 149618 BLAKE2B 8afaba6236b8d2f70532e7fedcdccd7271dfcd7149b1d6e4a0f8a3c3591b984f51f0e4846ca9763968579a67277eb8547e16e8729656b32247ccbaf2a307803f SHA512 7671288a9b24ca9ea2c7aae3d0bd31dd9d3ae47785d4ef2cd11a063270fd30b89115c4736ed34aea885bea011adf3aa3b0f19abf9c24a813bdeb55cc956e6610

View File

@@ -0,0 +1,38 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake-utils kodi-addon
DESCRIPTION="StarBurst visualizer for Kodi"
HOMEPAGE="https://github.com/notspiff/visualization.starburst"
SRC_URI=""
case ${PV} in
9999)
SRC_URI=""
EGIT_REPO_URI="https://github.com/notspiff/visualization.starburst.git"
inherit git-r3
;;
*)
KEYWORDS="~amd64 ~x86"
CODENAME="Leia"
SRC_URI="https://github.com/notspiff/visualization.starburst/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/visualization.starburst-${PV}-${CODENAME}"
;;
esac
LICENSE="GPL-2"
SLOT="0"
IUSE=""
DEPEND="
=media-tv/kodi-18*
media-libs/glm
virtual/opengl
"
RDEPEND="
${DEPEND}
"

View File

@@ -17,8 +17,9 @@ case ${PV} in
;;
*)
KEYWORDS="~amd64 ~x86"
SRC_URI="https://github.com/notspiff/visualization.starburst/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/visualization.starburst-${PV}"
CODENAME="Leia"
SRC_URI="https://github.com/notspiff/visualization.starburst/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/visualization.starburst-${PV}-${CODENAME}"
;;
esac
@@ -27,7 +28,8 @@ SLOT="0"
IUSE=""
DEPEND="
media-tv/kodi
~media-tv/kodi-9999
media-libs/glm
virtual/opengl
"