commit:     cdb8d8590746210710cae4fcbc96c65c60fed57e
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 20:33:25 2020 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 20:50:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb8d859

media-plugins/kodi-screensaver-greynetic: improvements from previous commit

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

 .../kodi-screensaver-greynetic-2.3.1-r1.ebuild     | 45 ++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git 
a/media-plugins/kodi-screensaver-greynetic/kodi-screensaver-greynetic-2.3.1-r1.ebuild
 
b/media-plugins/kodi-screensaver-greynetic/kodi-screensaver-greynetic-2.3.1-r1.ebuild
new file mode 100644
index 00000000000..390d6c036cb
--- /dev/null
+++ 
b/media-plugins/kodi-screensaver-greynetic/kodi-screensaver-greynetic-2.3.1-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kodi-addon
+
+DESCRIPTION="Greynetic screensaver for Kodi"
+HOMEPAGE="https://github.com/xbmc/screensaver.greynetic";
+KODI_PLUGIN_NAME="screensaver.greynetic"
+
+case ${PV} in
+9999)
+       SRC_URI=""
+       EGIT_REPO_URI="https://github.com/xbmc/${KODI_PLUGIN_NAME}.git";
+       inherit git-r3
+       DEPEND="~media-tv/kodi-9999"
+       ;;
+*)
+       CODENAME="Matrix"
+       KEYWORDS="~amd64 ~x86"
+       
SRC_URI="https://github.com/xbmc/${KODI_PLUGIN_NAME}/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+       S="${WORKDIR}/${KODI_PLUGIN_NAME}-${PV}-${CODENAME}"
+       DEPEND="=media-tv/kodi-18*:="
+       ;;
+esac
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE=""
+
+DEPEND+="
+       >=media-libs/glm-0.9.9.8-r1
+       virtual/opengl
+       "
+
+RDEPEND="${DEPEND}"
+
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+       if [ -d depends ]; then rm -rf depends || die; fi
+
+       cmake_src_prepare
+}

Reply via email to