From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/sonic-visualiser/
Date: Tue, 12 Feb 2019 13:19:31 +0000 (UTC) [thread overview]
Message-ID: <1549977560.0bbf3625a6d486b9a6484c7f0418d1c6d4d3136c.aballier@gentoo> (raw)
commit: 0bbf3625a6d486b9a6484c7f0418d1c6d4d3136c
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 12 13:18:45 2019 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Feb 12 13:19:20 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bbf3625
media-sound/sonic-visualiser: build in c++14 mode (required by capnproto 0.7)
Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
media-sound/sonic-visualiser/sonic-visualiser-3.1.1.ebuild | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/media-sound/sonic-visualiser/sonic-visualiser-3.1.1.ebuild b/media-sound/sonic-visualiser/sonic-visualiser-3.1.1.ebuild
index 264d383f4b8..788100ee415 100644
--- a/media-sound/sonic-visualiser/sonic-visualiser-3.1.1.ebuild
+++ b/media-sound/sonic-visualiser/sonic-visualiser-3.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -49,6 +49,7 @@ RDEPEND="
DEPEND="${RDEPEND}
dev-qt/qttest:5
virtual/pkgconfig
+ sys-devel/autoconf-archive
"
REQUIRED_USE="|| ( jack pulseaudio portaudio )"
@@ -77,6 +78,12 @@ src_prepare() {
use portaudio || sv_disable_opt portaudio
use pulseaudio || sv_disable_opt libpulse
+ # capnproto 0.7 requires c++14 now
+ sed -e 's/AX_CXX_COMPILE_STDCXX_11/AX_CXX_COMPILE_STDCXX_14/g' \
+ -i configure.ac \
+ -i */configure.ac \
+ || die
+
eautoreconf
# Those need to be regenerated as they must match current capnproto version
@@ -92,6 +99,10 @@ src_configure() {
export QMAKE="$(qt5_get_bindir)"/qmake
econf
eqmake5 -r sonic-visualiser.pro
+ sed -e 's/std=gnu++11/std=gnu++14/g' \
+ -i Makefile.* \
+ -i checker/Makefile.* \
+ || die
}
src_test() {
next reply other threads:[~2019-02-12 13:19 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-12 13:19 Alexis Ballier [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-01 18:11 [gentoo-commits] repo/gentoo:master commit in: media-sound/sonic-visualiser/ Sam James
2025-01-01 18:11 Sam James
2024-12-01 20:44 Miroslav Šulc
2024-12-01 20:43 Miroslav Šulc
2022-05-05 10:11 Miroslav Šulc
2022-05-05 9:54 Jakov Smolić
2022-04-05 5:14 Miroslav Šulc
2022-04-05 5:04 Miroslav Šulc
2021-11-10 8:50 Miroslav Šulc
2021-11-10 8:32 Jakov Smolić
2021-10-27 22:33 Sam James
2021-09-25 6:59 Miroslav Šulc
2021-08-16 21:28 Sam James
2021-03-17 9:00 Sam James
2021-03-17 2:19 Sam James
2021-02-19 17:24 Miroslav Šulc
2021-02-19 12:27 Miroslav Šulc
2020-11-08 10:29 Sam James
2020-10-18 16:02 Thomas Deutschmann
2020-08-30 1:32 Thomas Deutschmann
2020-08-29 16:37 Miroslav Šulc
2020-08-21 9:09 Miroslav Šulc
2020-08-11 9:51 Miroslav Šulc
2020-08-11 9:02 Miroslav Šulc
2020-07-08 9:05 Miroslav Šulc
2020-03-26 10:24 Agostino Sarubbo
2020-03-26 10:17 Agostino Sarubbo
2019-12-19 9:28 Miroslav Šulc
2018-09-05 21:18 Andreas Sturmlechner
2018-08-26 12:34 Andreas Sturmlechner
2018-06-12 18:33 Andreas Sturmlechner
2018-05-24 0:42 Aaron Bauman
2018-01-28 16:36 Thomas Deutschmann
2017-12-04 21:51 Alexis Ballier
2016-01-06 10:11 Alexis Ballier
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=1549977560.0bbf3625a6d486b9a6484c7f0418d1c6d4d3136c.aballier@gentoo \
--to=aballier@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