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

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

bug#45568: closed ([PATCH] gnu: graphicsmagick: Add dependency on libweb


From: GNU bug Tracking System
Subject: bug#45568: closed ([PATCH] gnu: graphicsmagick: Add dependency on libwebp.)
Date: Sun, 03 Jan 2021 15:21:02 +0000

Your message dated Sun, 3 Jan 2021 17:19:12 +0200
with message-id <X/HgcEL/Ga8JKCtJ@3900XT>
and subject line Re: [bug#45568] [PATCH] gnu: graphicsmagick: Add dependency on 
libwebp.
has caused the debbugs.gnu.org bug report #45568,
regarding [PATCH] gnu: graphicsmagick: Add dependency on libwebp.
to be marked as done.

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


-- 
45568: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45568
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: graphicsmagick: Add dependency on libwebp. Date: Thu, 31 Dec 2020 12:39:05 -0300
* gnu/packages/imagemagick.scm (graphicsmagick): Add dependency on libwebp.
[inputs]: Add libwebp.
---
Required to convert to/from webp.

 gnu/packages/imagemagick.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/imagemagick.scm b/gnu/packages/imagemagick.scm
index a624d7bc6a..a92d2ca395 100644
--- a/gnu/packages/imagemagick.scm
+++ b/gnu/packages/imagemagick.scm
@@ -8,6 +8,7 @@
 ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2018 Alex Vong <alexvong1995@gmail.com>
 ;;; Copyright © 2020 Marius Bakke <marius@gnu.org>
+;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -224,6 +225,7 @@ script.")
        ("libtiff" ,libtiff)
        ("libpng" ,libpng)
        ("libjpeg" ,libjpeg-turbo)
+       ("libwebp" ,libwebp)
        ("freetype" ,freetype)
        ("bzip2" ,bzip2)
        ("xz" ,xz)
-- 
2.29.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#45568] [PATCH] gnu: graphicsmagick: Add dependency on libwebp. Date: Sun, 3 Jan 2021 17:19:12 +0200
Looks good to me! 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]