public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Craig Andrews" <candrews@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-visualization-shadertoy/
Date: Sun, 18 Jul 2021 17:07:31 +0000 (UTC)	[thread overview]
Message-ID: <1626628048.4c5dc5db1a9310e0759850493b29caa2bae3d750.candrews@gentoo> (raw)

commit:     4c5dc5db1a9310e0759850493b29caa2bae3d750
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 18 17:07:10 2021 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Sun Jul 18 17:07:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c5dc5db

media-plugins/kodi-visualization-shadertoy: 19.0.0 version bump

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

 .../kodi-visualization-shadertoy/Manifest          |  1 +
 .../kodi-visualization-shadertoy-19.0.0.ebuild     | 43 ++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/media-plugins/kodi-visualization-shadertoy/Manifest b/media-plugins/kodi-visualization-shadertoy/Manifest
index b39c666ff64..aa7d053e009 100644
--- a/media-plugins/kodi-visualization-shadertoy/Manifest
+++ b/media-plugins/kodi-visualization-shadertoy/Manifest
@@ -1 +1,2 @@
+DIST kodi-visualization-shadertoy-19.0.0.tar.gz 12505986 BLAKE2B 40a78df51168427d4b3fb6878f1cbae8f63d67c21f3464943aa2a4715ad8625e8b00e7b396572e0f05651f4bf0cc43381a0a52af4700d18e4ce2b113b6af0e50 SHA512 02b56651e6ce2b0fe489288bb8269572a2ed1112ef5664f4fd7569e07f22224616f489bdad5b268139e22e2417f4dcc4f79f96185ba9d8fe5940147e34325415
 DIST kodi-visualization-shadertoy-2.3.0.tar.gz 12483281 BLAKE2B a2140c52820a235d9c3d469fea0d3d1b20bc33d697915a6dd789fe0c25addb5296d80d643ee2d99613b3f3144b41c451b2a418798df7a5aa869f96e79187b3f4 SHA512 7693e67b3aaad0b6bc78c80b1bdfd92348de139acbb1292b56e9430dfd939b242f56e5c732625bece0088ef9e2a5627fe2f9a19aadbf076c54647c9e6929874a

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


             reply	other threads:[~2021-07-18 17:07 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-18 17:07 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-visualization-shadertoy/ Andreas Sturmlechner
2023-06-01 16:03 Arthur Zamarin
2021-09-14 12:22 Craig Andrews
2021-09-14 12:22 Craig Andrews
2021-09-13 19:32 Craig Andrews
2021-09-05 18:36 Craig Andrews
2020-09-17 13:41 Craig Andrews
2020-09-09 16:52 Craig Andrews
2020-08-24 13:46 Craig Andrews
2020-08-13 20:50 Craig Andrews
2020-07-29 18:11 Craig Andrews
2019-10-31 14:21 Craig Andrews
2019-10-28 14:52 Craig Andrews
2019-10-02 18:22 Craig Andrews
2019-08-26 21:12 Craig Andrews
2019-04-15 13:16 Craig Andrews
2019-01-29 19:28 Craig Andrews
2018-11-06 16:02 Craig Andrews
2017-07-30 12:13 Michał Górny

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=1626628048.4c5dc5db1a9310e0759850493b29caa2bae3d750.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