From debbugs-submit-bounces@debbugs.gnu.org Fri May 24 05:32:38 2019 Received: (at submit) by debbugs.gnu.org; 24 May 2019 09:32:38 +0000 Received: from localhost ([127.0.0.1]:46105 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hU6Z1-0007ll-2b for submit@debbugs.gnu.org; Fri, 24 May 2019 05:32:38 -0400 Received: from eggs.gnu.org ([209.51.188.92]:35764) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hU6Yz-0007lY-9L for submit@debbugs.gnu.org; Fri, 24 May 2019 05:32:34 -0400 Received: from lists.gnu.org ([209.51.188.17]:36193) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hU6Yt-0005It-AK for submit@debbugs.gnu.org; Fri, 24 May 2019 05:32:27 -0400 Received: from eggs.gnu.org ([209.51.188.92]:50129) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hU6Ys-0007G2-0R for guix-patches@gnu.org; Fri, 24 May 2019 05:32:27 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hU6Yo-0005Go-1P for guix-patches@gnu.org; Fri, 24 May 2019 05:32:25 -0400 Received: from mail-wm1-x342.google.com ([2a00:1450:4864:20::342]:54133) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hU6Yn-0005GH-4A for guix-patches@gnu.org; Fri, 24 May 2019 05:32:21 -0400 Received: by mail-wm1-x342.google.com with SMTP id 198so8619352wme.3 for ; Fri, 24 May 2019 02:32:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=TGetj3dQxQ8CtE8S7LAsk3BK0lfA+ymPFNGmkBf4LOY=; b=tHP+LVIRrwX6ENWAXakvXLn3MRZMq38FXfM0Zspe/BR0eec0sULpwdPWlgejiQ12ex cwudRWnMBvKZdB7CQaTa79VsOt9mo3Tzco3as+JJM2C4t1EyO8k4kbyLvUcYw22qa/Tg ZNGYkCDUZckC2hf7U4aw01lWC++8lfwunolI9n1dlyGgHYFxRFw4xFaWZGoSVBf/e/S8 RLBUIS4x1OYc0GbcYVk8vfJcU/XZLQbHj730Ra4dkfXltgMCifapV2Azu5g5x8wwD2+p E8+8S2O3sQrIsAgYMFtPaTVgUsPxK70eK355sGJNUY0JlNpBu1lx+GTSq/W5xz7S8Paf bhlA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=TGetj3dQxQ8CtE8S7LAsk3BK0lfA+ymPFNGmkBf4LOY=; b=lIrAsTKpOlfGozxBL6Lr6J0Ndi3z5i6puYt92NS+uhyT5QKLpSAUkWyxcyWIsQWsu+ MN3XQLLpQyDw8IzFXmjIGjJ6cTlfgds7p1QsZ11MRIGaC1P32xpjQezxI3tLhew/ygv4 eNu6/RXOfUTPFq0gRpARLlsd48FUBZHMgOCxUDBDtf8Bhl2NZwddTJZHyFRhDOPSAZof 5Zs4f/3JLxzTmcSr6kL2WSfAoRDJa4K6UR/Mo8Pv6CLACzs3CBrDMY7EH3BkobY42H5T JhPUdCpuBTZPvMT9ocJV7fbj/z2KoqQgTSACWgSDjMCtwrrV4I1OOrU9TT9zIkYxrBVp 51dA== X-Gm-Message-State: APjAAAWa3eu4vtBmWiLwxGbxMld/NJ81ye4AMswvCnhnqjW+SQrOeo7P jQOPVmunSDeUKUmF/AQDwoqN3WvFDAw= X-Google-Smtp-Source: APXvYqzLBG3+7vxtExcMKfkLtcCvKZTkap5eLx0uXaACENEMvA9qOb5+SSlJkgXYUkhbmHSSdAlx0g== X-Received: by 2002:a1c:dc46:: with SMTP id t67mr15975356wmg.140.1558690339339; Fri, 24 May 2019 02:32:19 -0700 (PDT) Received: from localhost.localdomain ([197.231.250.26]) by smtp.gmail.com with ESMTPSA id l18sm5069795wrh.54.2019.05.24.02.32.11 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 24 May 2019 02:32:18 -0700 (PDT) From: guy fleury iteriteka To: guix-patches@gnu.org Subject: [PATCH] gnu: Add chafa. Date: Fri, 24 May 2019 11:33:07 +0200 Message-Id: <20190524093307.4345-1-hoonandon@gmail.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Type: text/plain; charset=y Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:4864:20::342 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: guy fleury iteriteka X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/image-viewers.scm(chaffa): New variable. --- gnu/packages/image-viewers.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm index 82b44a4..fc94242 100644 --- a/gnu/packages/image-viewers.scm +++ b/gnu/packages/image-viewers.scm @@ -9,6 +9,7 @@ ;;; Copyright © 2017 nee ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice ;;; Copyright © 2018, 2019 Ricardo Wurmus +;;; Copyright © 2019 Guy Fleury Iteriteka ;;; ;;; This file is part of GNU Guix. ;;; @@ -429,3 +430,28 @@ imaging. It supports several HDR and LDR image formats, and it can: a comic and manga reader. It supports a variety of container formats including CBZ, CB7, CBT, LHA.") (license license:gpl2+))) + +(define-public chafa + (package + (name "chafa") + (version "1.0.1") + (source (origin + (method url-fetch) + (uri (string-append "https://hpjansson.org/chafa/releases/chafa-" + version ".tar.xz")) + (sha256 + (base32 + "00cf2z52az0z6bzc3hfm4l8infipy5ck410wqmbaybd2csjr3m29")))) + (build-system gnu-build-system) + (native-inputs + `(("pkg-config" ,pkg-config))) + (inputs + `(("glib" ,glib) + ("imagemagick" ,imagemagick))) + (synopsis "Terminal Graphics for the 21st Century") + (description + "Chafa is a command-line utility that converts all kinds of images, +including animated GIFs, into ANSI/Unicode character output that can be +displayed in a terminal.") + (home-page "https://hpjansson.org/chafa/") + (license license:lgpl3+))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Mon May 27 10:52:42 2019 Received: (at 35878) by debbugs.gnu.org; 27 May 2019 14:52:42 +0000 Received: from localhost ([127.0.0.1]:53770 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hVGzS-000898-Am for submit@debbugs.gnu.org; Mon, 27 May 2019 10:52:42 -0400 Received: from eggs.gnu.org ([209.51.188.92]:35713) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hVGzR-00088t-Ey for 35878@debbugs.gnu.org; Mon, 27 May 2019 10:52:41 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:38187) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVGzM-0007Ck-96; Mon, 27 May 2019 10:52:36 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=59920 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hVGzL-0003kf-KG; Mon, 27 May 2019 10:52:35 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: guy fleury iteriteka Subject: Re: [bug#35878] [PATCH] gnu: Add chafa. References: <20190524093307.4345-1-hoonandon@gmail.com> Date: Mon, 27 May 2019 16:52:33 +0200 In-Reply-To: <20190524093307.4345-1-hoonandon@gmail.com> (guy fleury iteriteka's message of "Fri, 24 May 2019 11:33:07 +0200") Message-ID: <87muj8t0em.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 35878 Cc: 35878@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, guy fleury iteriteka skribis: > * gnu/packages/image-viewers.scm(chaffa): New variable. I=E2=80=99d suggest the changes below. Additionally, this code detects SSE4.1 and related instruction set extensions at configuration time. As a result, I think the resulting code may not run on all x86_64 machines. Could you investigate this and see how we can get a generic binary? Thanks, Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm index fc94242ac6..d947f2d7eb 100644 --- a/gnu/packages/image-viewers.scm +++ b/gnu/packages/image-viewers.scm @@ -446,12 +446,12 @@ including CBZ, CB7, CBT, LHA.") (native-inputs `(("pkg-config" ,pkg-config))) (inputs - `(("glib" ,glib) + `(("glib" ,glib) ("imagemagick" ,imagemagick))) - (synopsis "Terminal Graphics for the 21st Century") + (synopsis "Convert images to ANSI/Unicode characters") (description - "Chafa is a command-line utility that converts all kinds of images, -including animated GIFs, into ANSI/Unicode character output that can be + "Chafa is a command-line utility that converts all kinds of images, +including animated GIFs, into ANSI/Unicode character output that can be displayed in a terminal.") (home-page "https://hpjansson.org/chafa/") (license license:lgpl3+))) --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed May 29 03:45:00 2019 Received: (at 35878) by debbugs.gnu.org; 29 May 2019 07:45:00 +0000 Received: from localhost ([127.0.0.1]:58005 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hVtGd-0001WM-HZ for submit@debbugs.gnu.org; Wed, 29 May 2019 03:44:59 -0400 Received: from mail-ot1-f65.google.com ([209.85.210.65]:35431) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hVtGb-0001W5-DP for 35878@debbugs.gnu.org; Wed, 29 May 2019 03:44:57 -0400 Received: by mail-ot1-f65.google.com with SMTP id n14so1101379otk.2 for <35878@debbugs.gnu.org>; Wed, 29 May 2019 00:44:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=PUiZoF8aCW9tudbSTck4xNWWVViXjZOrVWqQskvqn9k=; b=J+xNOclXOvYSpFzvtLmRAszHzGUHSyB6KH7nm76HzvWREJbElCl9FoCeASYvtyw1oc c1B5SHmiGPS9l6Pj/kLor+V1UCgVAOakWwLeAE7Go3yhg3pDwfJ60FReD+KHVZFfZcAB m4p6TY0eseu/nYYGEjwI6L7fo6EjxWieaI1Nt5n8hII0nYPky8hOf6Z+g/JK0/OTHzDE qylCw0+KgXsFDoJrwaLw+NGIom4T/4rHoayY8oeW3/bXDHFJ0M0IVy3ovPykdJyD0CUL wcMkeNTNfguQfLUVD+lxIBaHKCvR/Jr0YMDKeDDVKlV6z3NALqsqW1/tbWhcH4eJRAqa swug== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=PUiZoF8aCW9tudbSTck4xNWWVViXjZOrVWqQskvqn9k=; b=uZVERAypNV14OZECTocsv42MtCaZ+Zpg/ZFsyJZNhUU7hqwKMW6GwuRadqyd11wcxS srm3PniFXTDMtholj9Q3loTT3edULIFAIgCok+vK8kdN2TayvXfyquyhiUyYnUg6NvXx 8bIsKzidZclNsIp49HHCgjSFCV6e9u+7Z4xhnkpmJE2+HGRMqd8RHdB4O3+0yQik37X7 o81cfetWLKpJAwgRBtzGKvJFkeptnmVkwBLjwqmiXhD7rR7SoYnn6jHZPnzumqpK1ESx PSmYQSbVDuNKRxkxzUuK1C9Fu9kdXyy3nP8WQ+xJLCrjxgzpZUSME7XcCKTPrJnMct95 gdRg== X-Gm-Message-State: APjAAAVWZaObT9UTMhktoCtVoX3AHNO7p1/8Bu18cVkD//KpgZ9vp42T 6BcIe2yD4b3XroNDP/x2HkcIVPqfdeLAPc41TvAhMXAL X-Google-Smtp-Source: APXvYqz/I8qDv6LQEDzqvBhpP3PRhuWr78MMQ99lTn4V312XljHTYAGpZaxDoy3sOY5jboFj86Il04GhbNGWMJdTVFA= X-Received: by 2002:a9d:7cc3:: with SMTP id r3mr35572492otn.256.1559115891312; Wed, 29 May 2019 00:44:51 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:aca:c587:0:0:0:0:0 with HTTP; Wed, 29 May 2019 00:44:50 -0700 (PDT) Received: by 2002:aca:c587:0:0:0:0:0 with HTTP; Wed, 29 May 2019 00:44:50 -0700 (PDT) In-Reply-To: <87muj8t0em.fsf@gnu.org> References: <20190524093307.4345-1-hoonandon@gmail.com> <87muj8t0em.fsf@gnu.org> From: guy fleury iteriteka Date: Wed, 29 May 2019 09:44:50 +0200 Message-ID: Subject: Re: [bug#35878] [PATCH] gnu: Add chafa. To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Content-Type: multipart/alternative; boundary="000000000000dd8ded058a01f4b2" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 35878 Cc: 35878@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --000000000000dd8ded058a01f4b2 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi, I will try! Le 27 mai 2019 16:52, "Ludovic Court=C3=A8s" a =C3=A9crit : > Hi, > > guy fleury iteriteka skribis: > > > * gnu/packages/image-viewers.scm(chaffa): New variable. > > I=E2=80=99d suggest the changes below. > > Additionally, this code detects SSE4.1 and related instruction set > extensions at configuration time. As a result, I think the resulting > code may not run on all x86_64 machines. > > Could you investigate this and see how we can get a generic binary? > > Thanks, > Ludo=E2=80=99. > > --000000000000dd8ded058a01f4b2 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

Hi,

I will try!

Le 27 mai 2019 16:52, "Ludovic Court=C3=A8s= " <ludo@gnu.org> a =C3=A9cri= t=C2=A0:
Hi,

guy fleury iteriteka <hoonandon@g= mail.com> skribis:

> * gnu/packages/image-viewers.scm(chaffa): New variable.

I=E2=80=99d suggest the changes below.

Additionally, this code detects SSE4.1 and related instruction set
extensions at configuration time.=C2=A0 As a result, I think the resulting<= br> code may not run on all x86_64 machines.

Could you investigate this and see how we can get a generic binary?

Thanks,
Ludo=E2=80=99.

--000000000000dd8ded058a01f4b2-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 29 11:23:56 2019 Received: (at 35878) by debbugs.gnu.org; 29 Jun 2019 15:23:56 +0000 Received: from localhost ([127.0.0.1]:44826 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hhFCm-0002Cd-EP for submit@debbugs.gnu.org; Sat, 29 Jun 2019 11:23:56 -0400 Received: from mail-ot1-f67.google.com ([209.85.210.67]:33161) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hhFCk-0002CP-HZ for 35878@debbugs.gnu.org; Sat, 29 Jun 2019 11:23:55 -0400 Received: by mail-ot1-f67.google.com with SMTP id q20so9105443otl.0 for <35878@debbugs.gnu.org>; Sat, 29 Jun 2019 08:23:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=VMQu03YB2VSMYKKH3YaIPDJpvJJ2Pq7whRNK1na4LJ8=; b=dGqsPuIYB+o+UhHQceWaK9zdGz/puoUkcTsuYxC4WsQZYTYV9J7AoeWe7LfjQE1U+j 4xG45qsf24DWAU1sxJRoKMjOSnjk5FPyXR6a/SJ/G9LhhrmV/Kc7FaMl8vBe95v9e2Cx 3wBgidPfHEJRy8XuZfM38xFASJNw8d+25lBPhgpUHqaQA1GCiGskOs9R4babQpgb08fp DVppLfRe2WTQZmgW64asCxdY0Yads6Lr+FJV+D56sPJ7Ew99zMY3KY3kg+EApkrrD3zp lTqPIQIEIwoAea7icr9rRqVV+pK0s5zcjG2DIykRBEBZMVffQUGNimSZbsRyOH9uuJzC 9OTQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=VMQu03YB2VSMYKKH3YaIPDJpvJJ2Pq7whRNK1na4LJ8=; b=G9LRluAOtRNAHdTdXh26TNQCIGOR41NnER2N9imlgKJeWWwiRLnu5vJueRRffxSPxk Lmm2oko4atXy5AHY1fBqB2rlE77MjDpNnknB+2T1OhzdiIl/NV6igUMFuZd1paVD9mLf 6pmobwuTSPss/Ku7QoyYS7OL2Bu6l/ao5E1oOSH6W3UCk7siVNfOv4GYd9E1TPMFEtnd uFbcQD31fvrhrvBgU8R5MzN0iVOtdSwLAAJbRjDrNFcod+2fBLnKeylwQw/PfwBi3Fs8 IR+ArLrWcg9Brq1YJcTBc8j13ajz/mWD35INebtWbrrIqiMPlH8zjmMIkuhzrUyXvOOM fNMA== X-Gm-Message-State: APjAAAWhQ1Rq0ULmP91fk5Qh7oY1QtSlqln5BY+jw1JW2Ll1FKFxdmKD oYgac3inKuDQzSymB17tIaexN+BzoFenc41ZAiuHrg== X-Google-Smtp-Source: APXvYqyNYv7vbjIHwdZ4rmf2mE3glMH/5s+dqh0E1Zl+nzN0mPyR4iPkItosqGXbEB/QsN2N2Y8tr5HWFHbpFvl3QB4= X-Received: by 2002:a9d:5615:: with SMTP id e21mr10722932oti.152.1561821828743; Sat, 29 Jun 2019 08:23:48 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:aca:5f07:0:0:0:0:0 with HTTP; Sat, 29 Jun 2019 08:23:48 -0700 (PDT) Received: by 2002:aca:5f07:0:0:0:0:0 with HTTP; Sat, 29 Jun 2019 08:23:48 -0700 (PDT) In-Reply-To: References: <20190524093307.4345-1-hoonandon@gmail.com> <87muj8t0em.fsf@gnu.org> From: guy fleury iteriteka Date: Sat, 29 Jun 2019 17:23:48 +0200 Message-ID: Subject: Re: [bug#35878] [PATCH] gnu: Add chafa. To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Content-Type: multipart/alternative; boundary="0000000000004e07da058c77fb69" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 35878 Cc: 35878@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --0000000000004e07da058c77fb69 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hello Ludovic, Sorry for taking so long time. I discus with the developper upstream. Here is what he tells me: --------------------------------- Even if it builds SSE support, it will only be used at runtime if the platform supports it. It uses CPUID internally to detect the CPU capabilities when run. ------------------------------- He will also add a note to clarify things in the next release! Thanks. Le 29 mai 2019 09:44, "guy fleury iteriteka" a =C3=A9= crit : > Hi, > > I will try! > Le 27 mai 2019 16:52, "Ludovic Court=C3=A8s" a =C3=A9crit = : > >> Hi, >> >> guy fleury iteriteka skribis: >> >> > * gnu/packages/image-viewers.scm(chaffa): New variable. >> >> I=E2=80=99d suggest the changes below. >> >> Additionally, this code detects SSE4.1 and related instruction set >> extensions at configuration time. As a result, I think the resulting >> code may not run on all x86_64 machines. >> >> Could you investigate this and see how we can get a generic binary? >> >> Thanks, >> Ludo=E2=80=99. >> >> --0000000000004e07da058c77fb69 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

Hello Ludovic,

Sorry for taking so long time.
I discus with the developper upstream. Here is what he tells me:
---------------------------------
Even if it builds SSE support, it will only be used at runtime if the
platform supports it. It uses CPUID internally to detect the CPU
capabilities when run.
-------------------------------

He will also add a note to clarify things in the next releas= e!

Thanks.

Le 29 mai 2019 09:44, "guy fleury iteriteka= " <hoonandon@gmail.com&g= t; a =C3=A9crit=C2=A0:

Hi,

I will try!

Le 27 mai 2019 16:52, "Ludovic Court=C3=A8s= " <ludo@gnu.org> a =C3=A9crit=C2=A0:
Hi,

guy fleury iteriteka <
hoonandon@gmail.com> skribis:

> * gnu/packages/image-viewers.scm(chaffa): New variable.

I=E2=80=99d suggest the changes below.

Additionally, this code detects SSE4.1 and related instruction set
extensions at configuration time.=C2=A0 As a result, I think the resulting<= br> code may not run on all x86_64 machines.

Could you investigate this and see how we can get a generic binary?

Thanks,
Ludo=E2=80=99.

--0000000000004e07da058c77fb69-- From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 02 11:20:02 2019 Received: (at 35878-done) by debbugs.gnu.org; 2 Jul 2019 15:20:02 +0000 Received: from localhost ([127.0.0.1]:47672 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hiKZd-0007y4-Ti for submit@debbugs.gnu.org; Tue, 02 Jul 2019 11:20:02 -0400 Received: from eggs.gnu.org ([209.51.188.92]:49281) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hiKZc-0007xf-7p for 35878-done@debbugs.gnu.org; Tue, 02 Jul 2019 11:20:00 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:51105) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hiKZX-0005Ii-3d; Tue, 02 Jul 2019 11:19:55 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=54130 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hiKZW-0000fQ-N1; Tue, 02 Jul 2019 11:19:54 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: guy fleury iteriteka Subject: Re: [bug#35878] [PATCH] gnu: Add chafa. References: <20190524093307.4345-1-hoonandon@gmail.com> <87muj8t0em.fsf@gnu.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 14 Messidor an 227 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Tue, 02 Jul 2019 17:19:51 +0200 In-Reply-To: (guy fleury iteriteka's message of "Sat, 29 Jun 2019 17:23:48 +0200") Message-ID: <87ef3879bc.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 35878-done Cc: 35878-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi guy, guy fleury iteriteka skribis: > Sorry for taking so long time. > I discus with the developper upstream. Here is what he tells me: > --------------------------------- > Even if it builds SSE support, it will only be used at runtime if the > platform supports it. It uses CPUID internally to detect the CPU > capabilities when run. > ------------------------------- Oh indeed, I see that =E2=80=98chafa-features.h=E2=80=99 does the right thi= ng. Applied, thanks for checking! Ludo=E2=80=99. From unknown Fri Jun 13 10:12:13 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 31 Jul 2019 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator