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 871DC13904A for ; Fri, 8 Nov 2019 21:39:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAD84E07F2; Fri, 8 Nov 2019 21:39:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B2A07E07F2 for ; Fri, 8 Nov 2019 21:39:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9322434CAB6 for ; Fri, 8 Nov 2019 21:39:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18DAA889 for ; Fri, 8 Nov 2019 21:39:22 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1573249113.4879e1a9f9aeef166a56d8d97be87106ff5bd0b2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild X-VCS-Directories: media-gfx/enblend/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4879e1a9f9aeef166a56d8d97be87106ff5bd0b2 X-VCS-Branch: master Date: Fri, 8 Nov 2019 21:39:22 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8e1b1609-b4b7-43ab-8109-3aabd3cc25be X-Archives-Hash: d8a9cb181fa8b6b6153004048a91312d commit: 4879e1a9f9aeef166a56d8d97be87106ff5bd0b2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 8 21:35:48 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 8 21:38:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4879e1a9 media-gfx/enblend: EAPI-7 bump, fix unused cmake vars Closes: https://bugs.gentoo.org/665384 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> .../enblend/enblend-4.2.0_p20161007-r1.ebuild | 45 +++++++++++++--------- 1 file changed, 26 insertions(+), 19 deletions(-) diff --git a/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild b/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild index b50a745f437..51f0c069d6e 100644 --- a/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild +++ b/media-gfx/enblend/enblend-4.2.0_p20161007-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit cmake-utils @@ -12,23 +12,12 @@ SRC_URI="https://dev.gentoo.org/~soap/distfiles/${P}.tar.xz" LICENSE="GPL-2+ FDL-1.2+" SLOT="0" KEYWORDS="amd64 arm64 x86" -IUSE="debug doc openmp tcmalloc cpu_flags_x86_sse2" +IUSE="cpu_flags_x86_sse2 debug doc openmp tcmalloc" REQUIRED_USE="tcmalloc? ( !debug )" -RDEPEND=" - media-libs/lcms:2 - media-libs/openexr:= - media-libs/tiff:0 - media-libs/vigra[openexr] - sci-libs/gsl:= - debug? ( dev-libs/dmalloc ) - tcmalloc? ( dev-util/google-perftools )" -DEPEND="${RDEPEND} - >=dev-libs/boost-1.62.0 - media-libs/libpng:0 +BDEPEND=" sys-apps/help2man - virtual/jpeg:0 virtual/pkgconfig doc? ( dev-lang/perl @@ -40,7 +29,22 @@ DEPEND="${RDEPEND} sci-visualization/gnuplot[gd] virtual/imagemagick-tools virtual/latex-base - )" + ) +" +RDEPEND=" + media-libs/lcms:2 + media-libs/openexr:= + media-libs/tiff:0 + media-libs/vigra[openexr] + sci-libs/gsl:= + debug? ( dev-libs/dmalloc ) + tcmalloc? ( dev-util/google-perftools ) +" +DEPEND="${RDEPEND} + >=dev-libs/boost-1.62.0 + media-libs/libpng:0 + virtual/jpeg:0 +" PATCHES=( "${FILESDIR}"/${PN}-4.2-doc-install-dir-fix.patch @@ -55,14 +59,17 @@ src_prepare() { src_configure() { local mycmakeargs=( + -DENABLE_SSE2=$(usex cpu_flags_x86_sse2) -DENABLE_DMALLOC=$(usex debug) - -DENABLE_TCMALLOC=$(usex tcmalloc) -DDOC=$(usex doc) - -DINSTALL_HTML_DOC=$(usex doc) - -DINSTALL_PDF_DOC=$(usex doc) -DENABLE_OPENMP=$(usex openmp) - -DENABLE_SSE2=$(usex cpu_flags_x86_sse2) + -DENABLE_TCMALLOC=$(usex tcmalloc) ) + if use doc; then + -DINSTALL_HTML_DOC=ON + -DINSTALL_PDF_DOC=ON + fi + cmake-utils_src_configure }