[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: GIMP: Add support for WebP images.
From: |
guix-commits |
Subject: |
branch master updated: gnu: GIMP: Add support for WebP images. |
Date: |
Sat, 01 Feb 2020 14:14:59 -0500 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 5a8adc6 gnu: GIMP: Add support for WebP images.
5a8adc6 is described below
commit 5a8adc6dfcf16ad9284d70e68da0dc320eb5af63
Author: Leo Famulari <address@hidden>
AuthorDate: Sat Feb 1 14:10:58 2020 -0500
gnu: GIMP: Add support for WebP images.
Suggested by Jorge P. de Morais Neto <address@hidden>.
* gnu/packages/gimp.scm (gimp): Add libwebp.
---
gnu/packages/gimp.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index 0991109..0f2eba3 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -174,6 +174,7 @@ buffers.")
("glib" ,glib)
("glib-networking" ,glib-networking)
("libtiff" ,libtiff)
+ ("libwebp" ,libwebp)
("libjpeg" ,libjpeg)
("atk" ,atk)
("gexiv2" ,gexiv2)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: GIMP: Add support for WebP images.,
guix-commits <=