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 125201395E4 for ; Wed, 23 Nov 2016 14:35:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6BB721C072; Wed, 23 Nov 2016 14:35:56 +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 BFD6C21C072 for ; Wed, 23 Nov 2016 14:35:56 +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 A6FBE3411D7 for ; Wed, 23 Nov 2016 14:35:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 353FB4A8 for ; Wed, 23 Nov 2016 14:35:52 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1479911727.2250616a128dac6c4f7a96e7608ef668bffdb9dd.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/forge/ X-VCS-Repository: proj/sci X-VCS-Files: sci-visualization/forge/forge-9999.ebuild X-VCS-Directories: sci-visualization/forge/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: 2250616a128dac6c4f7a96e7608ef668bffdb9dd X-VCS-Branch: master Date: Wed, 23 Nov 2016 14:35:52 +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: 0ecafa1a-e8a5-4458-9149-4f50c7075635 X-Archives-Hash: dbe714f42628d86916ab1a67c8e2d262 commit: 2250616a128dac6c4f7a96e7608ef668bffdb9dd Author: Marius Brehler linux sungazer de> AuthorDate: Wed Nov 23 14:35:27 2016 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Wed Nov 23 14:35:27 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2250616a sci-visualization/forge: Update live ebuild Package-Manager: portage-2.3.0 sci-visualization/forge/forge-9999.ebuild | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/sci-visualization/forge/forge-9999.ebuild b/sci-visualization/forge/forge-9999.ebuild index 7e121f4..8c57c86 100644 --- a/sci-visualization/forge/forge-9999.ebuild +++ b/sci-visualization/forge/forge-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -inherit cmake-utils git-r3 +inherit cmake-utils multilib git-r3 DESCRIPTION="High Performance Visualizations for ArrayFire" HOMEPAGE="http://www.arrayfire.com/" @@ -16,11 +16,12 @@ KEYWORDS="" IUSE="examples" RDEPEND=" - media-libs/glew + media-libs/glew:= >=media-libs/glfw-3.1.1 media-libs/freetype:2 media-libs/fontconfig:1.0 - media-libs/glm + media-libs/glbinding + >=media-libs/glm-0.9.7.1 virtual/opengl " DEPEND="${RDEPEND}" @@ -35,9 +36,8 @@ pkg_pretend() { src_configure() { local mycmakeargs=( - $(cmake-utils_use_build examples EXAMPLES) - -DUSE_SYSTEM_GLM=ON - -DUSE_SYSTEM_FREETYPE=ON + -DBUILD_EXAMPLES="$(examples EXAMPLES)" + -DUSE_SYSTEM_GLBINDING=ON -DFG_INSTALL_CMAKE_DIR=/usr/$(get_libdir)/cmake/Forge ) cmake-utils_src_configure