* [bug#60183] [PATCH] gnu: guile-png: Update to 0.3.0.
@ 2022-12-18 18:55 Artyom V. Poptsov
2022-12-25 16:11 ` bug#60183: " Mathieu Othacehe
0 siblings, 1 reply; 2+ messages in thread
From: Artyom V. Poptsov @ 2022-12-18 18:55 UTC (permalink / raw)
To: 60183
[-- Attachment #1.1: Type: text/plain, Size: 47 bytes --]
Hello,
this patch updates Guile-PNG to 0.3.0.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-guile-png-Update-to-0.3.0.patch --]
[-- Type: text/x-diff, Size: 2186 bytes --]
From c9db934860d914565ac5eaac8ce2d30c657b69cc Mon Sep 17 00:00:00 2001
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Date: Sun, 18 Dec 2022 21:54:22 +0300
Subject: [PATCH] gnu: guile-png: Update to 0.3.0.
* gnu/packages/guile-xyz.scm (guile-png): Update to 0.3.0.
[arguments]: Patch tests to silence Guile-SMC logs.
---
gnu/packages/guile-xyz.scm | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 9fc6344491..f16ec09ee3 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -3592,7 +3592,7 @@ (define-public guile-jtd
(define-public guile-png
(package
(name "guile-png")
- (version "0.2.0")
+ (version "0.3.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3601,10 +3601,21 @@ (define-public guile-png
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
- "1nk81z2cf9fsyppq5ly0yjw7yvdk5qraf71in7ayzdkngphhfgfx"))))
+ "1lv2cjzgrr0yshqng96l6bnn8pjmljv8qcn4w3wldh97ns7qigds"))))
(build-system gnu-build-system)
(arguments
- `(#:make-flags '("GUILE_AUTO_COMPILE=0"))) ;to prevent guild warnings
+ `(#:make-flags '("GUILE_AUTO_COMPILE=0") ;to prevent guild warnings
+ #:phases
+ (modify-phases %standard-phases
+ ;; Guile-PNG tries to log parser messages to the syslog which is not
+ ;; available during the build.
+ (add-after 'unpack 'fix-tests
+ (lambda* (#:key inputs outputs #:allow-other-keys)
+ (substitute* "tests/graphics.scm"
+ ((" \\(png graphics\\)\\)")
+ (string-append " (png graphics)\n"
+ " (png fsm context))\n"
+ "(log-clear-handlers!)"))))))))
(native-inputs (list autoconf automake pkg-config texinfo))
(inputs (list bash-minimal guile-3.0 guile-lib guile-zlib))
(propagated-inputs (list guile-smc))
--
2.34.1
[-- Attachment #1.3: Type: text/plain, Size: 216 bytes --]
- avp
--
Artyom "avp" Poptsov <poptsov.artyom@gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE B57C E9C5 A2D9 0898 A02F
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 519 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#60183: [PATCH] gnu: guile-png: Update to 0.3.0.
2022-12-18 18:55 [bug#60183] [PATCH] gnu: guile-png: Update to 0.3.0 Artyom V. Poptsov
@ 2022-12-25 16:11 ` Mathieu Othacehe
0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2022-12-25 16:11 UTC (permalink / raw)
To: Artyom V. Poptsov; +Cc: 60183-done
> this patch updates Guile-PNG to 0.3.0.
Pushed, thanks!
Mathieu
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-12-25 16:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-18 18:55 [bug#60183] [PATCH] gnu: guile-png: Update to 0.3.0 Artyom V. Poptsov
2022-12-25 16:11 ` bug#60183: " Mathieu Othacehe
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.