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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 54269 in the body.
You can then email your comments to 54269 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#54269
; Package
guix-patches
.
(Sun, 06 Mar 2022 05:35:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Zhu Zihao <all_but_last <at> 163.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 06 Mar 2022 05:35:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[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
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Fri, 11 Mar 2022 22:15:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Zhu Zihao <all_but_last <at> 163.com>
:
bug acknowledged by developer.
(Fri, 11 Mar 2022 22:15:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 54269-done <at> debbugs.gnu.org (full text, mbox):
Hi,
Zhu Zihao <all_but_last <at> 163.com> skribis:
>>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.
Applied, thanks!
Ludo’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 09 Apr 2022 11:24:06 GMT)
Full text and
rfc822 format available.
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.