From: "Craig Andrews" <candrews@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libprojectm/
Date: Sun, 6 Oct 2019 13:01:48 +0000 (UTC) [thread overview]
Message-ID: <1570366903.80bcb4cd3e8f58e0e09febe9fdfea0ed51b3eb80.candrews@gentoo> (raw)
commit: 80bcb4cd3e8f58e0e09febe9fdfea0ed51b3eb80
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 6 13:01:16 2019 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Sun Oct 6 13:01:43 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80bcb4cd
media-libs/libprojectm: 3.1.1_rc5 version bump
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
media-libs/libprojectm/Manifest | 1 +
.../libprojectm/libprojectm-3.1.1_rc5.ebuild | 52 ++++++++++++++++++++++
2 files changed, 53 insertions(+)
diff --git a/media-libs/libprojectm/Manifest b/media-libs/libprojectm/Manifest
index ac749f36440..9fd367168b2 100644
--- a/media-libs/libprojectm/Manifest
+++ b/media-libs/libprojectm/Manifest
@@ -1,3 +1,4 @@
DIST libprojectm-3.1.0.tar.gz 52123464 BLAKE2B 9027adbbbd3458b0ac6c2a822b06d25965ee90f6764095d7f509a578c52127899caf886fd2eea5cec1c3f566580766442faade8f8964fb1cfe2abf8d41ffc547 SHA512 79216b227808d14ca3f897fd33247ead27c48b734475dc507272ba192b8f239683a28cbf89b5c4fb420ed2b90f936c8dfddd545ee000caf2471fb596f867ba66
DIST libprojectm-3.1.1_rc4.tar.gz 51812800 BLAKE2B 5d300de10c18ff28ab63dcbaf6ab42e1094fe285443484b93020d7d66c36451238257cae57804aeaa192188826b0c8380d1cc82c1b1ffebd332207e4c3e7d44f SHA512 9b50da8389657bd6cd3a99155a5f231a7f94eda1cfeb4140757cc4e74234c38cda2cf0c3a8dcb22fb9e9ef0f6d31cceca3f598dbd9db50d64cbb380c87ec4040
+DIST libprojectm-3.1.1_rc5.tar.gz 54442291 BLAKE2B bc97843d0293aeac1b67ef48c08db146d48f809106113b8985921a6ba391ff96f37bf5f2f8701de73b95b4909b0cb0cf38675751df6dbd502d11b03e55ab4251 SHA512 09b91db8270eb5ae3ccce1efdcfddac3052ada6dca135ab5e67c1f000bdbd954cab409dcf336933d52b733e514a755391500583e55ce5ab7e38c04365aea6103
DIST projectM-complete-2.1.0-Source.tar.gz 31130351 BLAKE2B ec3540326751aba45b9620adfe1e7aed21347c97278de6d23b53ed7fb03878c2d02982fba17b4cda4f713d2cf624fd24adeb15b28fed9d2ab165567f9ff49eaa SHA512 53f4531208d2594f1c28a7f7842fb5ee3349ca9e48f9f0d999a90b6a62d315c9c0ae9cba1cdfacb8a149eba3e5ddc4517ac406ee2c53718191be8e26ee2cca5f
diff --git a/media-libs/libprojectm/libprojectm-3.1.1_rc5.ebuild b/media-libs/libprojectm/libprojectm-3.1.1_rc5.ebuild
new file mode 100644
index 00000000000..cd934b85fae
--- /dev/null
+++ b/media-libs/libprojectm/libprojectm-3.1.1_rc5.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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
+ MY_PV="${PV/_/-}"
+ SRC_URI="https://github.com/projectM-visualizer/projectm/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86"
+ S=${WORKDIR}/projectm-${MY_PV}/
+fi
+
+LICENSE="LGPL-2"
+SLOT="0"
+IUSE="gles2 qt5 sdl"
+
+RDEPEND="gles2? ( media-libs/mesa[gles2] )
+ media-libs/glm
+ media-libs/mesa[X(+)]
+ 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
+}
next reply other threads:[~2019-10-06 13:01 UTC|newest]
Thread overview: 65+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-06 13:01 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-04 20:00 Craig Andrews
2018-11-06 16:16 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=1570366903.80bcb4cd3e8f58e0e09febe9fdfea0ed51b3eb80.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