emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#42198: closed ([PATCH] gnu: chafa: Upgate to 1.4.1.)


From: GNU bug Tracking System
Subject: bug#42198: closed ([PATCH] gnu: chafa: Upgate to 1.4.1.)
Date: Sun, 05 Jul 2020 11:17:01 +0000

Your message dated Sun, 5 Jul 2020 14:15:28 +0300
with message-id <20200705111528.GB1614@E5400>
and subject line Re: [bug#42198] [PATCH] gnu: chafa: Upgate to 1.4.1.
has caused the debbugs.gnu.org bug report #42198,
regarding [PATCH] gnu: chafa: Upgate to 1.4.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
42198: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42198
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: chafa: Upgate to 1.4.1. Date: Sat, 4 Jul 2020 16:57:06 +0200
* gnu/packages/image-viewers.scm(chafa): update to 1.4.1.
  [inputs]: Add freetype,libjpeg-turbo
---
 gnu/packages/image-viewers.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index 87159dc..8303ba3 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -10,7 +10,7 @@
 ;;; Copyright ?? 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright ?? 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright ?? 2019 Nicolas Goaziou <mail@nicolasgoaziou.fr>
-;;; Copyright ?? 2019 Guy Fleury Iteriteka <hoonandon@gmail.com>
+;;; Copyright ?? 2019, 2020 Guy Fleury Iteriteka <gfleury@disroot.org>
 ;;; Copyright ?? 2019 Pierre Langlois <pierre.langlois@gmx.com>
 ;;; Copyright ?? 2020 Peng Mei Yu <pengmeiyu@riseup.net>
 ;;; Copyright ?? 2020 R Veera Kumar <vkor@vkten.in>
@@ -531,19 +531,21 @@ preloading.")
 (define-public chafa
   (package
     (name "chafa")
-    (version "1.2.2")
+    (version "1.4.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hpjansson.org/chafa/releases/chafa-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0aa7119514rhsak5i0kgvwllb9z74lnfzfn7dzfhs27fc8cvx1dg"))))
+                "18rb82bfqj1sj2g4irazx4lwq9q4b4k7my1r0q714vf9yhs41ls6"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (inputs
-     `(("glib" ,glib)
+     `(("freetype" ,freetype)
+       ("libjpeg" ,libjpeg-turbo)
+       ("glib" ,glib)
        ("imagemagick" ,imagemagick)))
     (synopsis "Convert images to ANSI/Unicode characters")
     (description
-- 
2.25.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#42198] [PATCH] gnu: chafa: Upgate to 1.4.1. Date: Sun, 5 Jul 2020 14:15:28 +0300
Looks good. Patch pushed.


-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]