From: Saku Laesvuori via Guix-patches via <guix-patches@gnu.org> To: 64751@debbugs.gnu.org Cc: 48018@debbugs.gnu.org, Saku Laesvuori <saku@laesvuori.fi> Subject: [bug#64751] [PATCH core-updates 2/4] gnu: imagemagick: Fix converting webp images Date: Thu, 20 Jul 2023 21:40:11 +0300 [thread overview] Message-ID: <20230720184039.12104-1-saku@laesvuori.fi> (raw) In-Reply-To: <20230720183731.7296-1-saku@laesvuori.fi> Fixes <https://issues.guix.gnu.org/48018>. * gnu/packages/imagemagick.scm (imagemagick)[inputs]: Add libwebp. --- The comments in the code imply that this could be applied to master, but `guix refresh` claimed it to have over 3 000 dependents. Go figure. gnu/packages/imagemagick.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/imagemagick.scm b/gnu/packages/imagemagick.scm index 169dc12f35..55e100a71c 100644 --- a/gnu/packages/imagemagick.scm +++ b/gnu/packages/imagemagick.scm @@ -158,6 +158,8 @@ (define-public imagemagick (base32 "0didbs10i9zb4dgripa851j7fivxb9jar7l3vvxz6i4kn6xvdv7r")) (patches (search-patches "imagemagick-Fix-tests.patch")))) + (inputs (cons `("libwebp" ,libwebp) + (package-inputs imagemagick/stable))) (arguments (append (package-arguments imagemagick/stable) '(#:tests? #t))))) -- 2.41.0
WARNING: multiple messages have this Message-ID (diff)
From: Saku Laesvuori via Bug reports for GNU Guix <bug-guix@gnu.org> To: 64751@debbugs.gnu.org Cc: 48018@debbugs.gnu.org, Saku Laesvuori <saku@laesvuori.fi> Subject: bug#48018: [PATCH core-updates 2/4] gnu: imagemagick: Fix converting webp images Date: Thu, 20 Jul 2023 21:40:11 +0300 [thread overview] Message-ID: <20230720184039.12104-1-saku@laesvuori.fi> (raw) In-Reply-To: <87fszeh4bh.fsf@inria.fr> Fixes <https://issues.guix.gnu.org/48018>. * gnu/packages/imagemagick.scm (imagemagick)[inputs]: Add libwebp. --- The comments in the code imply that this could be applied to master, but `guix refresh` claimed it to have over 3 000 dependents. Go figure. gnu/packages/imagemagick.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/imagemagick.scm b/gnu/packages/imagemagick.scm index 169dc12f35..55e100a71c 100644 --- a/gnu/packages/imagemagick.scm +++ b/gnu/packages/imagemagick.scm @@ -158,6 +158,8 @@ (define-public imagemagick (base32 "0didbs10i9zb4dgripa851j7fivxb9jar7l3vvxz6i4kn6xvdv7r")) (patches (search-patches "imagemagick-Fix-tests.patch")))) + (inputs (cons `("libwebp" ,libwebp) + (package-inputs imagemagick/stable))) (arguments (append (package-arguments imagemagick/stable) '(#:tests? #t))))) -- 2.41.0
next prev parent reply other threads:[~2023-07-20 18:41 UTC|newest] Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top 2023-07-20 18:37 [bug#64751] [PATCH core-updates 1/4] gnu: imagemagick: Update to 6.9.12-91 Saku Laesvuori via Guix-patches via 2023-07-20 18:40 ` Saku Laesvuori via Guix-patches via [this message] 2023-07-20 18:40 ` bug#48018: [PATCH core-updates 2/4] gnu: imagemagick: Fix converting webp images Saku Laesvuori via Bug reports for GNU Guix 2023-07-20 18:41 ` [bug#64751] [PATCH core-updates 3/4] gnu: imagemagick: Update package style Saku Laesvuori via Guix-patches via 2023-07-20 18:41 ` [bug#64751] [PATCH core-updates 4/4] gnu: imagemagick/stable: Sync with imagemagick Saku Laesvuori via Guix-patches via 2024-01-21 23:05 ` bug#64751: [PATCH core-updates 1/4] gnu: imagemagick: Update to 6.9.12-91 Maxim Cournoyer -- strict thread matches above, loose matches on Subject: below -- 2021-04-25 13:38 bug#48018: ImageMagick’s ‘convert’ fails to delegate to ‘dwebp’ Ludovic Courtès 2023-11-06 11:07 ` bug#48018: reviewed, checked and re-based the previous commit Wicki Gabriel (wicg) 2024-01-03 22:20 ` Maxim Cournoyer 2024-01-04 13:13 ` bug#48018: ImageMagick’s ‘convert’ fails to delegate to ‘dwebp’ Simon South 2024-01-04 17:51 ` Maxim Cournoyer
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20230720184039.12104-1-saku@laesvuori.fi \ --to=guix-patches@gnu.org \ --cc=48018@debbugs.gnu.org \ --cc=64751@debbugs.gnu.org \ --cc=saku@laesvuori.fi \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
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.