From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/ganv/
Date: Wed, 23 Dec 2015 10:59:25 +0000 (UTC) [thread overview]
Message-ID: <1450868333.9e1e17f61f8432c402d9df9dbacd4efa86099ba4.pacho@gentoo> (raw)
commit: 9e1e17f61f8432c402d9df9dbacd4efa86099ba4
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 10:48:07 2015 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 10:58:53 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e1e17f6
media-libs/ganv: Fix building with latest glibmm/libsigc++
Package-Manager: portage-2.2.26
media-libs/ganv/ganv-1.4.2.ebuild | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git a/media-libs/ganv/ganv-1.4.2.ebuild b/media-libs/ganv/ganv-1.4.2.ebuild
index d29a09d..aca1ac6 100644
--- a/media-libs/ganv/ganv-1.4.2.ebuild
+++ b/media-libs/ganv/ganv-1.4.2.ebuild
@@ -5,7 +5,7 @@
EAPI=5
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE='threads(+)'
-inherit eutils waf-utils python-any-r1
+inherit eutils flag-o-matic waf-utils python-any-r1
DESCRIPTION="A GTK+ widget for interactive graph-like environments"
HOMEPAGE="http://drobilla.net/software/ganv/"
@@ -16,22 +16,25 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+fdgl +graphviz introspection nls"
-RDEPEND="dev-cpp/glibmm:2
+RDEPEND="
+ dev-cpp/glibmm:2
dev-cpp/gtkmm:2.4
x11-libs/gtk+:2
graphviz? ( media-gfx/graphviz[gtk] )
- introspection? ( app-text/yelp-tools
- dev-libs/gobject-introspection[doctool] )"
+ introspection? (
+ app-text/yelp-tools
+ dev-libs/gobject-introspection:=[doctool] )
+"
DEPEND="${RDEPEND}
- nls? ( virtual/libintl )"
-
-DOCS=( AUTHORS NEWS README )
+ nls? ( virtual/libintl )
+"
src_prepare() {
epatch "${FILESDIR}"/${P}-no-fdgl.patch
}
src_configure() {
+ append-cxxflags -std=c++11
waf-utils_src_configure \
$(use graphviz || echo "--no-graphviz") \
$(use fdgl || echo "--no-fdgl") \
next reply other threads:[~2015-12-23 10:59 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-23 10:59 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-01-23 10:59 [gentoo-commits] repo/gentoo:master commit in: media-libs/ganv/ Agostino Sarubbo
2020-01-23 12:18 Agostino Sarubbo
2020-06-10 8:00 Miroslav Šulc
2020-07-17 7:21 Agostino Sarubbo
2020-07-17 7:44 Agostino Sarubbo
2020-08-12 16:38 Miroslav Šulc
2020-09-18 7:55 Miroslav Šulc
2021-01-08 13:01 Miroslav Šulc
2021-02-08 17:25 Sam James
2021-02-08 17:26 Sam James
2021-02-09 10:05 Miroslav Šulc
2022-04-12 17:39 Matt Turner
2022-04-12 17:39 Matt Turner
2022-10-02 8:17 Miroslav Šulc
2022-11-03 7:59 Agostino Sarubbo
2022-11-03 8:08 Agostino Sarubbo
2022-11-04 7:21 Miroslav Šulc
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=1450868333.9e1e17f61f8432c402d9df9dbacd4efa86099ba4.pacho@gentoo \
--to=pacho@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