GNU bug report logs -
#54269
[PATCH]: gnu: Add web-pixbuf-loader.
Previous Next
Reported by: Zhu Zihao <all_but_last <at> 163.com>
Date: Sun, 6 Mar 2022 05:35:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
[signature.asc (application/pgp-signature, inline)]
[0001-gnu-Add-webp-pixbuf-loader.patch (text/x-patch, inline)]
From 5cd861b0cdfc0527f8b2676b46be7d5007fbf9af Mon Sep 17 00:00:00 2001
From: Zhu Zihao <all_but_last <at> 163.com>
Date: Sun, 6 Mar 2022 13:32:30 +0800
Subject: [PATCH] gnu: Add webp-pixbuf-loader.
* gnu/packages/gtk.scm (webp-pixbuf-loader): New variable.
---
gnu/packages/gtk.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 29302051c1..0abe22d637 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -2893,3 +2893,29 @@ (define-public gromit-mpx
"Gromit-MPX is an on-screen annotation tool that works with any
Unix desktop environment under X11 as well as Wayland.")
(license license:gpl2+)))
+
+(define-public webp-pixbuf-loader
+ (package
+ (name "webp-pixbuf-loader")
+ (version "0.0.4")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/aruiz/webp-pixbuf-loader")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1kshsz91mirjmnmv796nba1r8jg8a613anhgd38dhh2zmnladcwn"))))
+ (build-system meson-build-system)
+ (arguments
+ (list
+ #:configure-flags
+ #~(list (string-append "-Dgdk_pixbuf_moduledir="
+ #$output "/lib/gdk-pixbuf-2.0/2.10.0/loaders"))))
+ (inputs (list gdk-pixbuf glib gtk+ libwebp))
+ (native-inputs (list pkg-config))
+ (home-page "https://github.com/aruiz/webp-pixbuf-loader")
+ (synopsis "WebP GdkPixbuf loader library")
+ (description "Webp-pixbuf-loader is a WebP format loader of GdkPixbuf.")
+ (license license:lgpl2.0+)))
--
2.34.0
[Message part 4 (text/plain, inline)]
--
Retrieve my PGP public key:
gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F
Zihao
This bug report was last modified 3 years and 72 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.