* [bug#42198] [PATCH] gnu: chafa: Upgate to 1.4.1.
@ 2020-07-04 14:57 guy fleury iteriteka
2020-07-05 11:15 ` bug#42198: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: guy fleury iteriteka @ 2020-07-04 14:57 UTC (permalink / raw)
To: 42198
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=yes, Size: 1790 bytes --]
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#42198: [PATCH] gnu: chafa: Upgate to 1.4.1.
2020-07-04 14:57 [bug#42198] [PATCH] gnu: chafa: Upgate to 1.4.1 guy fleury iteriteka
@ 2020-07-05 11:15 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2020-07-05 11:15 UTC (permalink / raw)
To: guy fleury iteriteka; +Cc: 42198-done
[-- Attachment #1: Type: text/plain, Size: 242 bytes --]
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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-07-05 11:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-04 14:57 [bug#42198] [PATCH] gnu: chafa: Upgate to 1.4.1 guy fleury iteriteka
2020-07-05 11:15 ` bug#42198: " Efraim Flashner
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).