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: Tue,  6 Nov 2018 16:02:29 +0000 (UTC)	[thread overview]
Message-ID: <1541519886.f409a3a8864f967fe31b7fabdf47f192773ad4a3.candrews@gentoo> (raw)

commit:     f409a3a8864f967fe31b7fabdf47f192773ad4a3
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  6 15:15:54 2018 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Tue Nov  6 15:58:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f409a3a8

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

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

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

diff --git a/media-plugins/kodi-visualization-projectm/Manifest b/media-plugins/kodi-visualization-projectm/Manifest
index 6b3e3db64f7..bad2811ccff 100644
--- a/media-plugins/kodi-visualization-projectm/Manifest
+++ b/media-plugins/kodi-visualization-projectm/Manifest
@@ -1,2 +1,3 @@
 DIST kodi-visualization-projectm-1.2.0.tar.gz 450058 BLAKE2B cd612cf2680bd5d1ef13bba41e9bcd20245ed40b0fbf4396259ad850232a4fed739f99738b118e6603512b155e73d487e94ff4f0077bdb22d8604a151d221b7d SHA512 9ad106cb97ac9c626908988a5c9cf7a9b18b23585f7c905cb8298a93afaf1e735eb3b582152e30e4e5bdd83625608228a9abaf233c8bbb765b7031c4a2d5a44e
 DIST kodi-visualization-projectm-1.2.1.tar.gz 450055 BLAKE2B 36be46629f927f4e9555f4e76521c2d55a2603f438b0dc5b9f4e83ea95a5b6b27ad20c02f211fa38298f08cd789bd5c4edd14215066575dd5e41d5cab603c2c6 SHA512 37091b7656c791434c80572d57424bfc7161c0f2b752adffc2c4d837c93d733e104f7b68893544f3efc32c67e607882063c34ecae240754b1c71856d83ba4c2e
+DIST kodi-visualization-projectm-2.1.0.tar.gz 2479742 BLAKE2B e0fc2953ef1d242aa89d3e0afe7804b22460c70a2f98758bd252fa6aa1978001b60cc167878e725f09e2e38e0ebf2c013b3edad88ca015e54148da73a0fceb51 SHA512 74924f524d8e4d5c108cf23ae52d034404db9d1d5f63866cda920f552de93f524c6bd7eaff894295c2dae779be11dc17808540f22ad5f2536ec90166d2a95cec

diff --git a/media-plugins/kodi-visualization-projectm/kodi-visualization-projectm-2.1.0.ebuild b/media-plugins/kodi-visualization-projectm/kodi-visualization-projectm-2.1.0.ebuild
new file mode 100644
index 00000000000..5a709a924c5
--- /dev/null
+++ b/media-plugins/kodi-visualization-projectm/kodi-visualization-projectm-2.1.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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"
+	SRC_URI="https://github.com/xbmc/visualization.projectm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	S="${WORKDIR}/visualization.projectm-${PV}"
+	;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+	=media-tv/kodi-18*
+	=media-libs/kodi-platform-18*
+	>=media-libs/libprojectm-3.1.0
+	virtual/opengl
+	"
+
+RDEPEND="
+	${DEPEND}
+	"
+
+src_prepare() {
+	# Delete bundled libprojectM
+	rm src/libprojectM -rf || die
+	default
+}


             reply	other threads:[~2018-11-06 16:02 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-06 16:02 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-12-13 16:26 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-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=1541519886.f409a3a8864f967fe31b7fabdf47f192773ad4a3.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