unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#65485] [PATCH] gnu: guile-png: Update to 0.7.1.
@ 2023-08-24  6:24 Artyom V. Poptsov
  2023-09-10 22:49 ` Artyom V. Poptsov
  0 siblings, 1 reply; 3+ messages in thread
From: Artyom V. Poptsov @ 2023-08-24  6:24 UTC (permalink / raw)
  To: 65485


[-- Attachment #1.1: Type: text/plain, Size: 62 bytes --]

Hello Guixers,

this patch series updates Guile-PNG to 0.7.1.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-guile-png-Delete-strip-phase.patch --]
[-- Type: text/x-diff, Size: 1272 bytes --]

From 1e2f8d711bf3d77fadfff41f32e608a1362ca435 Mon Sep 17 00:00:00 2001
Message-Id: <1e2f8d711bf3d77fadfff41f32e608a1362ca435.1692858047.git.poptsov.artyom@gmail.com>
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Date: Thu, 24 Aug 2023 09:05:04 +0300
Subject: [PATCH 1/3] gnu: guile-png: Delete "strip" phase.

* gnu/packages/guile-xyz.scm (guile-png) [arguments]: Delete "strip" phase.
---
 gnu/packages/guile-xyz.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 4e7c80ac8d..34fa0e998f 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -3856,7 +3856,9 @@ (define-public guile-png
                 "0nkim662lb48y8n5hik8rrj76600v2inwaxwnfpdny7h2j0yq1wm"))))
     (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
+                  (delete 'strip))))
     (native-inputs (list autoconf
                          automake
                          pkg-config

base-commit: 160f78a4d92205df986ed9efcce7d3aac188cb24
-- 
2.34.1


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.3: 0002-gnu-guile-png-Update-to-0.7.1.patch --]
[-- Type: text/x-diff, Size: 1564 bytes --]

From 5d34e0cf494ab2e4f28468830eaed3e50c7e15a2 Mon Sep 17 00:00:00 2001
Message-Id: <5d34e0cf494ab2e4f28468830eaed3e50c7e15a2.1692858047.git.poptsov.artyom@gmail.com>
In-Reply-To: <1e2f8d711bf3d77fadfff41f32e608a1362ca435.1692858047.git.poptsov.artyom@gmail.com>
References: <1e2f8d711bf3d77fadfff41f32e608a1362ca435.1692858047.git.poptsov.artyom@gmail.com>
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Date: Thu, 24 Aug 2023 09:12:13 +0300
Subject: [PATCH 2/3] gnu: guile-png: Update to 0.7.1.

* gnu/packages/guile-xyz.scm (guile-png): Update to 0.7.1.
---
 gnu/packages/guile-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 34fa0e998f..c32429b612 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -3844,7 +3844,7 @@ (define-public guile-jtd
 (define-public guile-png
   (package
     (name "guile-png")
-    (version "0.7.0")
+    (version "0.7.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3853,7 +3853,7 @@ (define-public guile-png
               (file-name (string-append name "-" version "-checkout"))
               (sha256
                (base32
-                "0nkim662lb48y8n5hik8rrj76600v2inwaxwnfpdny7h2j0yq1wm"))))
+                "0y65795s9bs69msqvdbq8h34n00bkfs5v1d44wz21nwdffvq6557"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags '("GUILE_AUTO_COMPILE=0") ;to prevent guild warnings
-- 
2.34.1


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.4: 0003-gnu-guile-png-Update-description.patch --]
[-- Type: text/x-diff, Size: 1477 bytes --]

From 7e7aaa1882cce19f7137be75da71e9782a384d79 Mon Sep 17 00:00:00 2001
Message-Id: <7e7aaa1882cce19f7137be75da71e9782a384d79.1692858047.git.poptsov.artyom@gmail.com>
In-Reply-To: <1e2f8d711bf3d77fadfff41f32e608a1362ca435.1692858047.git.poptsov.artyom@gmail.com>
References: <1e2f8d711bf3d77fadfff41f32e608a1362ca435.1692858047.git.poptsov.artyom@gmail.com>
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Date: Thu, 24 Aug 2023 09:13:48 +0300
Subject: [PATCH 3/3] gnu: guile-png: Update description.

* gnu/packages/guile-xyz.scm (guile-png) [description]: Update.
---
 gnu/packages/guile-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index c32429b612..f29a19b4e9 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -3874,9 +3874,9 @@ (define-public guile-png
     (synopsis "PNG file parsing library for Guile")
     (description
      "@code{guile-png} is a GNU Guile library for working with the
-@url{https://en.wikipedia.org/wiki/PNG, PNG format}.  This library provides
-API for reading and writing PNG data, as well as some basic image processing
-filters.")
+@url{https://en.wikipedia.org/wiki/PNG, PNG format}.  This library provides API for
+reading and writing PNG data, as well as some graphic primitives and basic image
+processing filters.")
     (license license:gpl3+)))
 
 (define-public nomad
-- 
2.34.1


[-- Attachment #1.5: Type: text/plain, Size: 227 bytes --]


Thanks,

- 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] 3+ messages in thread

* [bug#65485] [PATCH] gnu: guile-png: Update to 0.7.1.
  2023-08-24  6:24 [bug#65485] [PATCH] gnu: guile-png: Update to 0.7.1 Artyom V. Poptsov
@ 2023-09-10 22:49 ` Artyom V. Poptsov
  2023-09-12  7:50   ` Christopher Baines
  0 siblings, 1 reply; 3+ messages in thread
From: Artyom V. Poptsov @ 2023-09-10 22:49 UTC (permalink / raw)
  To: 65485

[-- Attachment #1: Type: text/plain, Size: 323 bytes --]

Hello everybody,

this is just a gentle ping -- could somebody review my Guile-PNG
patches?

Thanks!

- 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: 869 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#65485] [PATCH] gnu: guile-png: Update to 0.7.1.
  2023-09-10 22:49 ` Artyom V. Poptsov
@ 2023-09-12  7:50   ` Christopher Baines
  0 siblings, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2023-09-12  7:50 UTC (permalink / raw)
  To: Artyom V. Poptsov; +Cc: 65485-done, 65485

[-- Attachment #1: Type: text/plain, Size: 597 bytes --]


"Artyom V. Poptsov" <poptsov.artyom@gmail.com> writes:

> [[PGP Signed Part:No public key for 935EBE0736DC857E created at 2023-09-10T23:49:14+0100 using RSA]]
> Hello everybody,
>
> this is just a gentle ping -- could somebody review my Guile-PNG
> patches?

I've gone ahead and merged the three patches in to one, I think because
the diff isn't confusing, this is fine in this case (if you'd changed
all the indentation in one commit for example, maybe there would be a
good reason to keep that separate).

I've pushed this to master as cdddc6bc28e2026b78800533069688e510df42f2.

Thanks,

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-09-12  7:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-24  6:24 [bug#65485] [PATCH] gnu: guile-png: Update to 0.7.1 Artyom V. Poptsov
2023-09-10 22:49 ` Artyom V. Poptsov
2023-09-12  7:50   ` Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).