public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Beierlein" <tomjbe@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/fldigi/
Date: Wed, 10 Oct 2018 06:06:57 +0000 (UTC)	[thread overview]
Message-ID: <1539151545.354952960df7a939124ef311048b877b0eaef688.tomjbe@gentoo> (raw)

commit:     354952960df7a939124ef311048b877b0eaef688
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 10 06:05:45 2018 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Wed Oct 10 06:05:45 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35495296

media-radio/fldigi: Fix wrong evaluation of cpu_flags_x86

Reported-by:  Mike Auty <ikelos <AT> gentoo.org>
Closes: https://bugs.gentoo.org/667396
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 media-radio/fldigi/fldigi-4.0.17.ebuild | 14 +++++++++-----
 media-radio/fldigi/fldigi-4.0.18.ebuild | 14 +++++++++-----
 2 files changed, 18 insertions(+), 10 deletions(-)

diff --git a/media-radio/fldigi/fldigi-4.0.17.ebuild b/media-radio/fldigi/fldigi-4.0.17.ebuild
index 36c4d891600..81f8dc09f51 100644
--- a/media-radio/fldigi/fldigi-4.0.17.ebuild
+++ b/media-radio/fldigi/fldigi-4.0.17.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -36,12 +36,16 @@ DOCS=( AUTHORS ChangeLog NEWS README )
 PATCHES=( "$FILESDIR"/$PN-c++11.patch )
 
 src_configure() {
-	econf --with-sndfile \
+	local myconf=""
+
+	use cpu_flags_x86_sse && myconf="${myconf} --enable-optimizations=sse"
+	use cpu_flags_x86_sse2 && myconf="${myconf} --enable-optimizations=sse2"
+	use cpu_flags_x86_sse3 && myconf="${myconf} --enable-optimizations=sse3"
+
+	econf ${myconf} \
+		--with-sndfile \
 		$(use_with hamlib) \
 		$(use_enable nls) \
 		$(use_with pulseaudio) \
-		$(use_enable cpu_flags_x86_sse optimizations sse) \
-		$(use_enable cpu_flags_x86_sse2 optimizations sse2) \
-		$(use_enable cpu_flags_x86_sse3 optimizations sse3) \
 		--without-asciidoc
 }

diff --git a/media-radio/fldigi/fldigi-4.0.18.ebuild b/media-radio/fldigi/fldigi-4.0.18.ebuild
index 36c4d891600..81f8dc09f51 100644
--- a/media-radio/fldigi/fldigi-4.0.18.ebuild
+++ b/media-radio/fldigi/fldigi-4.0.18.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -36,12 +36,16 @@ DOCS=( AUTHORS ChangeLog NEWS README )
 PATCHES=( "$FILESDIR"/$PN-c++11.patch )
 
 src_configure() {
-	econf --with-sndfile \
+	local myconf=""
+
+	use cpu_flags_x86_sse && myconf="${myconf} --enable-optimizations=sse"
+	use cpu_flags_x86_sse2 && myconf="${myconf} --enable-optimizations=sse2"
+	use cpu_flags_x86_sse3 && myconf="${myconf} --enable-optimizations=sse3"
+
+	econf ${myconf} \
+		--with-sndfile \
 		$(use_with hamlib) \
 		$(use_enable nls) \
 		$(use_with pulseaudio) \
-		$(use_enable cpu_flags_x86_sse optimizations sse) \
-		$(use_enable cpu_flags_x86_sse2 optimizations sse2) \
-		$(use_enable cpu_flags_x86_sse3 optimizations sse3) \
 		--without-asciidoc
 }


             reply	other threads:[~2018-10-10  6:07 UTC|newest]

Thread overview: 146+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-10  6:06 Thomas Beierlein [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-20 15:53 [gentoo-commits] repo/gentoo:master commit in: media-radio/fldigi/ Thomas Beierlein
2024-12-26 17:50 Ionen Wolkens
2024-11-25 20:07 Sam James
2024-11-25 20:07 Sam James
2024-10-17  5:53 Thomas Beierlein
2024-09-24  1:12 Mike Gilbert
2024-07-25 16:41 Thomas Beierlein
2024-07-25 16:41 Thomas Beierlein
2024-05-30 18:06 Thomas Beierlein
2024-05-29 11:47 Sam James
2024-05-29 11:47 Sam James
2024-04-24 12:02 Thomas Beierlein
2024-03-10 12:04 Arthur Zamarin
2024-03-10 12:04 Arthur Zamarin
2024-01-31 14:03 Thomas Beierlein
2024-01-05 15:28 Thomas Beierlein
2023-12-12  6:32 Michał Górny
2023-12-12  1:04 Sam James
2023-11-10 16:03 Thomas Beierlein
2023-11-10 12:00 Arthur Zamarin
2023-11-10 12:00 Arthur Zamarin
2023-11-09 20:44 Thomas Beierlein
2023-10-03 15:18 Thomas Beierlein
2023-07-23 18:09 Thomas Beierlein
2023-06-18 12:32 Thomas Beierlein
2023-05-09 18:58 Arthur Zamarin
2023-05-09 18:44 Arthur Zamarin
2023-03-21 21:31 Sam James
2023-03-21 21:31 Sam James
2023-03-21 18:01 Thomas Beierlein
2023-03-21 17:55 Thomas Beierlein
2023-02-18 17:21 Thomas Beierlein
2023-02-17 18:42 Thomas Beierlein
2022-10-25 12:50 Sam James
2022-10-25 12:50 Sam James
2022-09-15 19:16 Thomas Beierlein
2022-09-15 19:16 Thomas Beierlein
2022-08-27 16:48 Sam James
2022-07-11 17:38 Thomas Beierlein
2022-07-07 19:44 Sam James
2022-07-07 19:44 Sam James
2022-05-08 11:40 Thomas Beierlein
2021-12-14 18:27 Thomas Beierlein
2021-10-05  6:48 Agostino Sarubbo
2021-10-04 11:00 Agostino Sarubbo
2021-08-06 13:33 Thomas Beierlein
2021-06-25  8:47 Thomas Beierlein
2021-04-18 15:45 Thomas Beierlein
2021-03-28 18:18 Sam James
2021-03-28 18:18 Sam James
2021-03-11 15:40 Thomas Beierlein
2021-02-04 17:46 Thomas Beierlein
2020-12-04 19:02 Thomas Beierlein
2020-12-04 19:02 Thomas Beierlein
2020-10-26 16:32 Thomas Beierlein
2020-10-07  7:09 Agostino Sarubbo
2020-10-07  6:42 Agostino Sarubbo
2020-07-20  5:31 Thomas Beierlein
2020-07-19 12:18 Agostino Sarubbo
2020-07-17 15:17 Agostino Sarubbo
2020-07-15  5:36 Thomas Beierlein
2020-04-25 16:42 Thomas Beierlein
2020-04-25 16:42 Thomas Beierlein
2020-04-13  9:20 Agostino Sarubbo
2020-04-13  8:58 Agostino Sarubbo
2020-04-06 17:40 Thomas Beierlein
2020-01-12 12:00 Thomas Beierlein
2019-11-19 15:40 Agostino Sarubbo
2019-11-18 11:50 Agostino Sarubbo
2019-08-29  5:26 Thomas Beierlein
2019-08-28  9:51 Agostino Sarubbo
2019-08-27 20:45 Agostino Sarubbo
2019-08-27  5:29 Thomas Beierlein
2019-07-26  5:07 Thomas Beierlein
2019-07-05 12:54 Thomas Beierlein
2019-06-21 15:22 Thomas Beierlein
2019-06-21 15:22 Thomas Beierlein
2019-05-20 11:41 Mikle Kolyada
2019-04-27 15:32 Thomas Beierlein
2019-04-19 13:20 Thomas Beierlein
2019-03-10 12:27 Thomas Beierlein
2019-01-31  6:42 Thomas Beierlein
2019-01-31  6:42 Thomas Beierlein
2018-12-12 16:51 Mikle Kolyada
2018-11-27 21:55 Thomas Deutschmann
2018-09-05 17:19 Thomas Beierlein
2018-08-01 11:35 Thomas Beierlein
2018-07-30 14:58 Thomas Beierlein
2018-07-09 15:40 Mikle Kolyada
2018-06-14  5:57 Thomas Beierlein
2018-02-10  9:03 Thomas Beierlein
2018-01-20 11:56 Thomas Beierlein
2018-01-16  6:21 Thomas Beierlein
2018-01-02 20:31 Thomas Beierlein
2018-01-02  0:35 Mikle Kolyada
2017-12-28 16:54 Thomas Beierlein
2017-12-12 18:39 Thomas Deutschmann
2017-10-31 18:43 Thomas Beierlein
2017-10-26 18:54 Thomas Deutschmann
2017-10-16 17:50 Thomas Beierlein
2017-09-30 15:09 Thomas Beierlein
2017-09-07 17:21 Thomas Beierlein
2017-07-22  6:18 Thomas Beierlein
2017-07-11 11:44 Thomas Beierlein
2017-06-28 14:07 Thomas Beierlein
2017-06-28 13:56 Thomas Beierlein
2017-06-25  4:15 Thomas Beierlein
2017-06-23 14:52 Thomas Beierlein
2017-06-23 14:52 Thomas Beierlein
2017-06-22 10:49 Agostino Sarubbo
2017-06-22 10:20 Agostino Sarubbo
2017-05-14 10:00 Thomas Beierlein
2017-05-01 12:07 Thomas Beierlein
2017-04-15 14:20 Thomas Beierlein
2017-04-02 15:07 Thomas Beierlein
2017-02-03 15:22 Thomas Beierlein
2017-01-26 14:53 Agostino Sarubbo
2017-01-26 14:45 Agostino Sarubbo
2017-01-10  6:04 Thomas Beierlein
2016-12-23 18:41 Thomas Beierlein
2016-12-13 18:57 Thomas Beierlein
2016-12-08  5:39 Thomas Beierlein
2016-11-15  7:35 Thomas Beierlein
2016-11-13 18:44 Thomas Beierlein
2016-10-17 16:50 Thomas Beierlein
2016-10-13 10:01 Thomas Beierlein
2016-10-13 10:01 Thomas Beierlein
2016-09-18 17:45 Thomas Beierlein
2016-06-23  4:30 Thomas Beierlein
2016-06-12 16:12 Thomas Beierlein
2016-05-30 16:50 Thomas Beierlein
2016-04-16 14:40 Thomas Beierlein
2016-02-25  9:14 Thomas Beierlein
2016-02-25  9:14 Thomas Beierlein
2016-02-06  9:02 Thomas Beierlein
2016-01-23 16:59 Agostino Sarubbo
2015-12-04 15:38 Thomas Beierlein
2015-12-04 15:35 Thomas Beierlein
2015-11-19 16:55 Thomas Beierlein
2015-10-17 13:03 Thomas Beierlein
2015-10-03  7:28 Thomas Beierlein
2015-09-23  5:18 Thomas Beierlein
2015-09-23  5:14 Thomas Beierlein
2015-09-20 17:01 Thomas Beierlein
2015-09-19 15:06 Agostino Sarubbo

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=1539151545.354952960df7a939124ef311048b877b0eaef688.tomjbe@gentoo \
    --to=tomjbe@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