From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 82325139695 for ; Sun, 26 Feb 2017 00:15:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92160E0C2A; Sun, 26 Feb 2017 00:15:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61F3DE0C2A for ; Sun, 26 Feb 2017 00:15:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D796341026 for ; Sun, 26 Feb 2017 00:15:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C1C154A4 for ; Sun, 26 Feb 2017 00:15:03 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1488068092.067f5be6b9b1a4ca07ffbe744ecfefa66b442958.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/cairo/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/cairo/cairo-9999.ebuild x11-libs/cairo/metadata.xml X-VCS-Directories: x11-libs/cairo/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 067f5be6b9b1a4ca07ffbe744ecfefa66b442958 X-VCS-Branch: master Date: Sun, 26 Feb 2017 00:15:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3cee0ec5-7f45-4836-b3f7-c2dd3b9c2920 X-Archives-Hash: f3285c9d3270cd703dd23fef25643d55 commit: 067f5be6b9b1a4ca07ffbe744ecfefa66b442958 Author: Matt Turner gentoo org> AuthorDate: Sat Feb 25 23:44:06 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Feb 26 00:14:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=067f5be6 x11-libs/cairo: Put script and trace utilities behind IUSE=utils. Bug: https://bugs.gentoo.org/554646 x11-libs/cairo/cairo-9999.ebuild | 8 ++++++-- x11-libs/cairo/metadata.xml | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/x11-libs/cairo/cairo-9999.ebuild b/x11-libs/cairo/cairo-9999.ebuild index 4a5f2bdd3b..7ec16d48f5 100644 --- a/x11-libs/cairo/cairo-9999.ebuild +++ b/x11-libs/cairo/cairo-9999.ebuild @@ -19,14 +19,14 @@ DESCRIPTION="A vector graphics library with cross-device output support" HOMEPAGE="http://cairographics.org/" LICENSE="|| ( LGPL-2.1 MPL-1.1 )" SLOT="0" -IUSE="X aqua debug directfb gles2 +glib opengl static-libs +svg valgrind xcb xlib-xcb" +IUSE="X aqua debug directfb gles2 +glib opengl static-libs +svg utils valgrind xcb xlib-xcb" # gtk-doc regeneration doesn't seem to work with out-of-source builds #[[ ${PV} == *9999* ]] && IUSE="${IUSE} doc" # API docs are provided in tarball, no need to regenerate # Test causes a circular depend on gtk+... since gtk+ needs cairo but test needs gtk+ so we need to block it RESTRICT="test" -RDEPEND=">=dev-libs/lzo-2.06-r1[${MULTILIB_USEDEP}] +RDEPEND=" >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}] >=media-libs/freetype-2.5.0.1:2[${MULTILIB_USEDEP}] >=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}] @@ -37,6 +37,7 @@ RDEPEND=">=dev-libs/lzo-2.06-r1[${MULTILIB_USEDEP}] gles2? ( >=media-libs/mesa-9.1.6[gles2,${MULTILIB_USEDEP}] ) glib? ( >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] ) opengl? ( || ( >=media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}] media-libs/opengl-apple ) ) + utils? ( >=dev-libs/lzo-2.06-r1[${MULTILIB_USEDEP}] ) X? ( >=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}] >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] @@ -129,6 +130,9 @@ multilib_src_configure() { $(use_enable opengl gl) \ $(use_enable static-libs static) \ $(use_enable svg) \ + $(use_enable utils interpreter) \ + $(use_enable utils script) \ + $(use_enable utils trace) \ $(use_enable valgrind) \ $(use_enable xcb) \ $(use_enable xcb xcb-shm) \ diff --git a/x11-libs/cairo/metadata.xml b/x11-libs/cairo/metadata.xml index 30f3a7330e..b75acc795c 100644 --- a/x11-libs/cairo/metadata.xml +++ b/x11-libs/cairo/metadata.xml @@ -14,6 +14,7 @@ Use Mesa backend for acceleration Use OpenGL ES 2 backend for acceleration. Compile with GLib Object System support + Build support for Cairo script and trace utilities Built-in support to mark memory regions Use XCB renderer backend for acceleration over xlib. Enabling this may solve or introduce display corruption problems.