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-libs/libprojectm/
Date: Tue,  6 Nov 2018 16:16:05 +0000 (UTC)	[thread overview]
Message-ID: <1541520955.bd3349816acc223b3b02527b5d703a36c29ce716.candrews@gentoo> (raw)

commit:     bd3349816acc223b3b02527b5d703a36c29ce716
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  6 16:15:19 2018 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Tue Nov  6 16:15:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd334981

media-libs/libprojectm: Add dependency on media-libs/glm

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

 media-libs/libprojectm/libprojectm-3.1.0-r1.ebuild | 55 ++++++++++++++++++++++
 media-libs/libprojectm/libprojectm-9999.ebuild     | 51 ++++++++++++++++++++
 2 files changed, 106 insertions(+)

diff --git a/media-libs/libprojectm/libprojectm-3.1.0-r1.ebuild b/media-libs/libprojectm/libprojectm-3.1.0-r1.ebuild
new file mode 100644
index 00000000000..bd704657cdc
--- /dev/null
+++ b/media-libs/libprojectm/libprojectm-3.1.0-r1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="A graphical music visualization plugin similar to milkdrop"
+HOMEPAGE="https://github.com/projectM-visualizer/projectm"
+
+if [[ ${PV} == *9999 ]] ; then
+	EGIT_REPO_URI="https://github.com/projectM-visualizer/projectm.git"
+	inherit git-r3
+else
+	SRC_URI="https://github.com/projectM-visualizer/projectm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86"
+	S=${WORKDIR}/projectm-${PV}/
+fi
+
+LICENSE="LGPL-2"
+SLOT="0"
+IUSE="gles2 qt5 sdl"
+
+RDEPEND="gles2? ( media-libs/mesa[gles2] )
+	media-libs/glm
+	media-libs/mesa
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5
+		dev-qt/qtwidgets:5
+		dev-qt/qtopengl:5
+		media-sound/pulseaudio
+	)
+	sdl? ( >=media-libs/libsdl2-2.0.5 )
+	sys-libs/zlib"
+
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+PATCHES=(
+	"${FILESDIR}/${P}-datadir.patch"
+)
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		$(use_enable gles2 gles ) \
+		$(use_enable qt5 qt ) \
+		$(use_enable sdl ) \
+		--enable-emscripten=no
+}

diff --git a/media-libs/libprojectm/libprojectm-9999.ebuild b/media-libs/libprojectm/libprojectm-9999.ebuild
new file mode 100644
index 00000000000..26589f45393
--- /dev/null
+++ b/media-libs/libprojectm/libprojectm-9999.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="A graphical music visualization plugin similar to milkdrop"
+HOMEPAGE="https://github.com/projectM-visualizer/projectm"
+
+if [[ ${PV} == *9999 ]] ; then
+	EGIT_REPO_URI="https://github.com/projectM-visualizer/projectm.git"
+	inherit git-r3
+else
+	SRC_URI="https://github.com/projectM-visualizer/projectm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+	S=${WORKDIR}/projectm-${PV}/
+fi
+
+LICENSE="LGPL-2"
+SLOT="0"
+IUSE="gles2 qt5 sdl"
+
+RDEPEND="gles2? ( media-libs/mesa[gles2] )
+	media-libs/glm
+	media-libs/mesa
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtgui:5
+		dev-qt/qtwidgets:5
+		dev-qt/qtopengl:5
+		media-sound/pulseaudio
+	)
+	sdl? ( >=media-libs/libsdl2-2.0.5 )
+	sys-libs/zlib"
+
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		$(use_enable gles2 gles ) \
+		$(use_enable qt5 qt ) \
+		$(use_enable sdl ) \
+		--enable-emscripten=no
+}


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

Thread overview: 65+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-06 16:16 Craig Andrews [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-30 11:58 [gentoo-commits] repo/gentoo:master commit in: media-libs/libprojectm/ Miroslav Šulc
2024-07-29 10:38 Sam James
2024-07-29  9:40 Sam James
2024-07-29  9:40 Sam James
2024-07-29  9:40 Sam James
2024-07-29  9:40 Sam James
2024-07-29  9:40 Sam James
2024-07-29  8:54 Arthur Zamarin
2024-06-28  8:55 Miroslav Šulc
2024-06-28  8:55 Miroslav Šulc
2024-06-28  8:55 Miroslav Šulc
2024-05-23 16:10 Matt Turner
2024-03-23 19:10 Craig Andrews
2023-05-29 13:11 Andreas Sturmlechner
2022-12-03  6:08 WANG Xuerui
2022-12-03  6:08 WANG Xuerui
2021-08-21  8:44 Marek Szuba
2021-04-23 17:40 Miroslav Šulc
2021-04-23 16:13 Sam James
2021-04-22 12:23 Sam James
2021-04-21 18:53 Sam James
2021-04-20 23:35 Sam James
2021-04-20 23:35 Sam James
2021-04-20 23:35 Sam James
2021-02-25  9:46 Sam James
2021-02-21  1:50 Craig Andrews
2021-02-16 17:27 Craig Andrews
2021-02-16 17:27 Craig Andrews
2021-02-07 18:19 Sergei Trofimovich
2021-02-07  9:22 Sam James
2021-01-04  3:33 Sam James
2021-01-04  3:31 Sam James
2020-11-26 23:01 Sergei Trofimovich
2020-09-20 20:54 Craig Andrews
2020-09-20 20:54 Craig Andrews
2020-08-09 12:32 Sergei Trofimovich
2020-07-29 14:19 Craig Andrews
2020-07-29 14:19 Craig Andrews
2020-07-27 17:11 Craig Andrews
2020-07-12  9:39 Sergei Trofimovich
2020-04-14 17:19 Sergei Trofimovich
2020-03-09  2:23 Craig Andrews
2020-02-23  1:53 Craig Andrews
2020-02-23  1:53 Craig Andrews
2020-02-08  2:00 Craig Andrews
2020-01-23 13:52 Craig Andrews
2020-01-22 17:25 Craig Andrews
2020-01-21  2:12 Craig Andrews
2019-11-18 18:26 Craig Andrews
2019-11-10 18:24 Craig Andrews
2019-10-07 14:26 Craig Andrews
2019-10-07 13:10 Craig Andrews
2019-10-06 13:01 Craig Andrews
2019-10-04 20:00 Craig Andrews
2018-11-06 16:16 Craig Andrews
2018-10-01 20:55 Andreas Sturmlechner
2018-05-20  0:33 Aaron Bauman
2018-04-18  6:31 Sergei Trofimovich
2018-03-17 12:17 Sergei Trofimovich
2017-10-23 18:42 Thomas Deutschmann
2017-10-15 22:34 Manuel Rüger
2017-10-14 20:12 Sergei Trofimovich
2017-10-14 18:24 Sergei Trofimovich
2015-08-25  8:13 Lars Wendler

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=1541520955.bd3349816acc223b3b02527b5d703a36c29ce716.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