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-projectm/
Date: Fri, 13 Dec 2019 16:26:55 +0000 (UTC)	[thread overview]
Message-ID: <1576254410.22ae261ef02ae99dfad13c11c9f814c576a47f60.candrews@gentoo> (raw)

commit:     22ae261ef02ae99dfad13c11c9f814c576a47f60
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 13 16:26:05 2019 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Fri Dec 13 16:26:50 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22ae261e

media-plugins/kodi-visualization-projectm: 2.3.3 version bump

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

 media-plugins/kodi-visualization-projectm/Manifest |  1 +
 .../kodi-visualization-projectm-2.3.3.ebuild       | 45 ++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/media-plugins/kodi-visualization-projectm/Manifest b/media-plugins/kodi-visualization-projectm/Manifest
index 7314d7835b5..1b2ede682ef 100644
--- a/media-plugins/kodi-visualization-projectm/Manifest
+++ b/media-plugins/kodi-visualization-projectm/Manifest
@@ -3,3 +3,4 @@ DIST kodi-visualization-projectm-2.2.0.tar.gz 2478953 BLAKE2B 89e4d75de74b920dcb
 DIST kodi-visualization-projectm-2.3.0.tar.gz 2478538 BLAKE2B 17da0bb095e778c355dbe2b9d1452961a5ae1520a86e9c0ad87a0a2e46ff8b85a88eaafcb4b35b66881540eb2126b54333cb8555e20a10661a0f987c59792a85 SHA512 85ef698652d8f4b57019566353a5d9f60b2feb22e3931316fd060c0fef7cee4f041da15a846a8b0a6687ad6685fa8e0baf48b1c637b25d8d590e72052db6048b
 DIST kodi-visualization-projectm-2.3.1.tar.gz 2479809 BLAKE2B ee990450e5d7a6187041c0b730fa469e67180d1068110e5398a001a88f0e5bb0f230f58509755a31e321a72416c54e5dc68fa75cf4a3bd6686b7afe8f822b8bb SHA512 8ad446721c83d5c9b55e5b7f8af1be3332319aff590c9cc62a658b033d32df91013623f22ec00d00535b148080b972f0bc92cef4bf74f06b1726ab05341f2bbc
 DIST kodi-visualization-projectm-2.3.2.tar.gz 2479794 BLAKE2B b90b90b11d930ea10f23285976273a4970a09c63dc34833b71a75139c6a18a054884cec96921218aba791969361e7634b0148debba5e1664272c5cd313b3a6d5 SHA512 e7915fd690aa6012a61ace58d6f3868084212775fa30948d5f6be83e8b0437297900b11eb9fffda51531281581349d194457caa0b6e2eadbb2c5357caa58a7f5
+DIST kodi-visualization-projectm-2.3.3.tar.gz 2479228 BLAKE2B bfe65c6fc7dbb16f52b139251e2985e5da80cd8a13b3271ce7e5a45dc5cae5222b2478b931f6c1b8d9fefec947eac3241c6c80fee4548687846176f6cdf4cbb3 SHA512 d671550580e55f3a8745a4a0632591ad8f1ffaea29cdaef20ac0681303ccbff3ea75f7f99e8719798881f08e4a62388e2386ca103d1120bd32426f2a6da33003

diff --git a/media-plugins/kodi-visualization-projectm/kodi-visualization-projectm-2.3.3.ebuild b/media-plugins/kodi-visualization-projectm/kodi-visualization-projectm-2.3.3.ebuild
new file mode 100644
index 00000000000..42a3197de6e
--- /dev/null
+++ b/media-plugins/kodi-visualization-projectm/kodi-visualization-projectm-2.3.3.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils kodi-addon
+
+DESCRIPTION="ProjectM visualizer for Kodi"
+HOMEPAGE="https://github.com/xbmc/visualization.projectm"
+SRC_URI=""
+
+case ${PV} in
+9999)
+	SRC_URI=""
+	EGIT_REPO_URI="https://github.com/xbmc/visualization.projectm.git"
+	inherit git-r3
+	;;
+*)
+	KEYWORDS="~amd64 ~x86"
+	CODENAME="Leia"
+	SRC_URI="https://github.com/xbmc/visualization.projectm/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
+	S="${WORKDIR}/visualization.projectm-${PV}-${CODENAME}"
+	;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+	=media-tv/kodi-18*
+	=media-libs/kodi-platform-18*
+	>=media-libs/libprojectm-3.1.1_rc4:=
+	>=media-libs/glm-0.9.9.5
+	virtual/opengl
+	"
+
+RDEPEND="
+	${DEPEND}
+	"
+
+src_prepare(){
+	[ -d depends ] && rm -rf depends || die
+	cmake-utils_src_prepare
+}


             reply	other threads:[~2019-12-13 16:26 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-13 16:26 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-projectm/ Andreas Sturmlechner
2023-06-01 16:03 Arthur Zamarin
2021-11-15 13:37 Craig Andrews
2021-09-13 18:34 Craig Andrews
2020-09-16 21:56 Craig Andrews
2020-08-24 13:46 Craig Andrews
2020-08-13 20:50 Craig Andrews
2020-08-13 20:50 Craig Andrews
2020-07-29 18:11 Craig Andrews
2020-02-21 20:01 Craig Andrews
2020-02-21 20:01 Craig Andrews
2019-12-14 21:05 Craig Andrews
2019-12-14 21:05 Craig Andrews
2019-10-09 16:08 Craig Andrews
2019-10-07 13:12 Craig Andrews
2019-10-07 13:10 Craig Andrews
2019-10-04 20:00 Craig Andrews
2019-09-05 17:30 Craig Andrews
2019-08-27 17:57 Craig Andrews
2019-08-26 21:12 Craig Andrews
2019-03-06 15:24 Craig Andrews
2018-11-06 16:02 Craig Andrews
2018-11-05 17:35 Craig Andrews
2017-07-30 12:13 Michał Górny
2017-03-23 20:46 David Seifert
2017-02-28 15:39 Marek Szuba
2017-02-28 15:39 Marek Szuba

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=1576254410.22ae261ef02ae99dfad13c11c9f814c576a47f60.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