From: "Craig Andrews" <candrews@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libprojectm/
Date: Mon, 7 Oct 2019 14:26:28 +0000 (UTC) [thread overview]
Message-ID: <1570458383.be515c587fdcdb175c5cdcf22a8cabaeb8c65104.candrews@gentoo> (raw)
commit: be515c587fdcdb175c5cdcf22a8cabaeb8c65104
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 7 14:16:18 2019 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 14:26:23 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be515c58
media-libs/libprojectm: Moved virtual/pkgconfig to BDEPEND
minor ebuild adjustments
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/13197
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
.../libprojectm/libprojectm-3.1.1_rc5-r1.ebuild | 16 ++++++++++------
media-libs/libprojectm/libprojectm-9999.ebuild | 21 +++++++++++++--------
2 files changed, 23 insertions(+), 14 deletions(-)
diff --git a/media-libs/libprojectm/libprojectm-3.1.1_rc5-r1.ebuild b/media-libs/libprojectm/libprojectm-3.1.1_rc5-r1.ebuild
index 70df39cf0c2..19885a4052b 100644
--- a/media-libs/libprojectm/libprojectm-3.1.1_rc5-r1.ebuild
+++ b/media-libs/libprojectm/libprojectm-3.1.1_rc5-r1.ebuild
@@ -35,8 +35,10 @@ RDEPEND="gles2? ( media-libs/mesa[gles2] )
sdl? ( >=media-libs/libsdl2-2.0.5 )
sys-libs/zlib"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ virtual/pkgconfig
+"
src_prepare() {
default
@@ -44,9 +46,11 @@ src_prepare() {
}
src_configure() {
- econf \
- $(use_enable gles2 gles ) \
- $(use_enable qt5 qt ) \
- $(use_enable sdl ) \
+ local myeconfargs=(
+ $(use_enable gles2 gles)
+ $(use_enable qt5 qt)
+ $(use_enable sdl)
--enable-emscripten=no
+ )
+ econf "${myeconfargs[@]}"
}
diff --git a/media-libs/libprojectm/libprojectm-9999.ebuild b/media-libs/libprojectm/libprojectm-9999.ebuild
index 01b1d4b50af..19885a4052b 100644
--- a/media-libs/libprojectm/libprojectm-9999.ebuild
+++ b/media-libs/libprojectm/libprojectm-9999.ebuild
@@ -12,9 +12,10 @@ 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"
+ 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-${PV}/
+ S=${WORKDIR}/projectm-${MY_PV}/
fi
LICENSE="LGPL-2"
@@ -34,8 +35,10 @@ RDEPEND="gles2? ( media-libs/mesa[gles2] )
sdl? ( >=media-libs/libsdl2-2.0.5 )
sys-libs/zlib"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ virtual/pkgconfig
+"
src_prepare() {
default
@@ -43,9 +46,11 @@ src_prepare() {
}
src_configure() {
- econf \
- $(use_enable gles2 gles ) \
- $(use_enable qt5 qt ) \
- $(use_enable sdl ) \
+ local myeconfargs=(
+ $(use_enable gles2 gles)
+ $(use_enable qt5 qt)
+ $(use_enable sdl)
--enable-emscripten=no
+ )
+ econf "${myeconfargs[@]}"
}
next reply other threads:[~2019-10-07 14:26 UTC|newest]
Thread overview: 70+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-07 14:26 Craig Andrews [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-24 15:22 [gentoo-commits] repo/gentoo:master commit in: media-libs/libprojectm/ Craig Andrews
2024-12-06 8:02 Miroslav Šulc
2024-11-30 22:49 Sam James
2024-11-30 18:58 Arthur Zamarin
2024-11-30 18:58 Arthur Zamarin
2024-10-30 11:58 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 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-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=1570458383.be515c587fdcdb175c5cdcf22a8cabaeb8c65104.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