From: "Craig Andrews" <candrews@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-screensaver-asterwave/
Date: Mon, 22 Mar 2021 15:09:02 +0000 (UTC) [thread overview]
Message-ID: <1616425492.926691a3b99a195f3f01b486e371a616eac99ff8.candrews@gentoo> (raw)
commit: 926691a3b99a195f3f01b486e371a616eac99ff8
Author: Karlson2k (Evgeny Grin) <k2k <AT> narod <DOT> ru>
AuthorDate: Sun Mar 21 18:14:01 2021 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon Mar 22 15:04:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=926691a3
media-plugins/kodi-screensaver-asterwave: screensaver for kodi
Signed-off-by: Karlson2k (Evgeny Grin) <k2k <AT> narod.ru>
Closes: https://github.com/gentoo/gentoo/pull/20042
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
media-plugins/kodi-screensaver-asterwave/Manifest | 1 +
.../kodi-screensaver-asterwave-3.3.0.ebuild | 44 ++++++++++++++++++++++
.../kodi-screensaver-asterwave-9999.ebuild | 44 ++++++++++++++++++++++
.../kodi-screensaver-asterwave/metadata.xml | 15 ++++++++
4 files changed, 104 insertions(+)
diff --git a/media-plugins/kodi-screensaver-asterwave/Manifest b/media-plugins/kodi-screensaver-asterwave/Manifest
new file mode 100644
index 00000000000..6686405d1b9
--- /dev/null
+++ b/media-plugins/kodi-screensaver-asterwave/Manifest
@@ -0,0 +1 @@
+DIST kodi-screensaver-asterwave-3.3.0.tar.gz 1056656 BLAKE2B a7282d11bab2f8d0f003ce6434e10941f6f23c7daaf14fc57f528e486d8779a0106c9f37e4a55cddb60c025c389b5db2b68378023a59bbea02303006b81fb51a SHA512 ba74d08f152ec45d255842144f427e7fc4772c99c668f801a0e4054362532be4e7a360cefcd5c3ccc2cc3529a191fc2fea9be5d6c13c5d1032e58bd7d9342210
diff --git a/media-plugins/kodi-screensaver-asterwave/kodi-screensaver-asterwave-3.3.0.ebuild b/media-plugins/kodi-screensaver-asterwave/kodi-screensaver-asterwave-3.3.0.ebuild
new file mode 100644
index 00000000000..4f4093082b9
--- /dev/null
+++ b/media-plugins/kodi-screensaver-asterwave/kodi-screensaver-asterwave-3.3.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kodi-addon
+
+DESCRIPTION="AsterWave screensaver for Kodi"
+HOMEPAGE="https://github.com/xbmc/screensaver.asterwave"
+KODI_PLUGIN_NAME="screensaver.asterwave"
+
+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-19*:="
+ ;;
+esac
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE=""
+
+DEPEND+="
+ >=media-libs/glm-0.9.9.8-r1
+ "
+
+RDEPEND="${DEPEND}"
+
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+ if [ -d depends ]; then rm -rf depends || die; fi
+
+ cmake_src_prepare
+}
diff --git a/media-plugins/kodi-screensaver-asterwave/kodi-screensaver-asterwave-9999.ebuild b/media-plugins/kodi-screensaver-asterwave/kodi-screensaver-asterwave-9999.ebuild
new file mode 100644
index 00000000000..4f4093082b9
--- /dev/null
+++ b/media-plugins/kodi-screensaver-asterwave/kodi-screensaver-asterwave-9999.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kodi-addon
+
+DESCRIPTION="AsterWave screensaver for Kodi"
+HOMEPAGE="https://github.com/xbmc/screensaver.asterwave"
+KODI_PLUGIN_NAME="screensaver.asterwave"
+
+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-19*:="
+ ;;
+esac
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE=""
+
+DEPEND+="
+ >=media-libs/glm-0.9.9.8-r1
+ "
+
+RDEPEND="${DEPEND}"
+
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+ if [ -d depends ]; then rm -rf depends || die; fi
+
+ cmake_src_prepare
+}
diff --git a/media-plugins/kodi-screensaver-asterwave/metadata.xml b/media-plugins/kodi-screensaver-asterwave/metadata.xml
new file mode 100644
index 00000000000..e8654d9e932
--- /dev/null
+++ b/media-plugins/kodi-screensaver-asterwave/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>candrews@gentoo.org</email>
+ <name>Craig Andrews</name>
+ </maintainer>
+ <maintainer type="person" proxied="yes">
+ <email>k2k@narod.ru</email>
+ <name>Karlson2k (Evgeny Grin)</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">xbmc/screensaver.asterwave</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2021-03-22 15:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-22 15:09 Craig Andrews [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-14 20:12 [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-screensaver-asterwave/ Andreas Sturmlechner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1616425492.926691a3b99a195f3f01b486e371a616eac99ff8.candrews@gentoo \
--to=candrews@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox