public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/
Date: Fri,  8 Nov 2019 21:39:22 +0000 (UTC)	[thread overview]
Message-ID: <1573249113.4879e1a9f9aeef166a56d8d97be87106ff5bd0b2.asturm@gentoo> (raw)

commit:     4879e1a9f9aeef166a56d8d97be87106ff5bd0b2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  8 21:35:48 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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
 }
 


             reply	other threads:[~2019-11-08 21:39 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-08 21:39 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-31 14:23 [gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/ Sam James
2024-09-23  8:18 Arthur Zamarin
2024-04-25 10:42 Andreas K. Hüttel
2024-03-15 10:08 Andreas Sturmlechner
2023-12-17 17:40 Arthur Zamarin
2023-12-16  9:28 Joonas Niilola
2023-12-16  8:06 Joonas Niilola
2023-11-13  7:34 Sam James
2023-06-11 23:04 Andreas K. Hüttel
2023-05-06 17:09 Andreas K. Hüttel
2022-12-18  8:01 Sam James
2022-12-18  8:01 Sam James
2022-12-18  8:01 Sam James
2022-11-17 16:15 John Helmert III
2022-11-16 18:56 John Helmert III
2020-06-18 17:52 Markus Meier
2020-06-06 23:18 Andreas K. Hüttel
2019-05-20 17:22 Aaron Bauman
2019-04-24 21:20 Ulrich Müller
2018-04-26  5:02 Matt Turner
2017-04-29 15:02 Agostino Sarubbo
2017-03-02 10:47 Agostino Sarubbo
2017-03-02 10:30 Agostino Sarubbo
2017-02-12 13:19 Andreas Sturmlechner
2017-01-28 13:47 David Seifert
2016-02-12 10:07 Justin Lecher
2015-09-25 14:43 Agostino Sarubbo
2015-09-24 13:19 Agostino Sarubbo
2015-08-26 10:43 Agostino Sarubbo
2015-08-14  1:26 Sebastian Pipping

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=1573249113.4879e1a9f9aeef166a56d8d97be87106ff5bd0b2.asturm@gentoo \
    --to=asturm@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