unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Bruno Victal <mirai@makinata.eu>
To: 62523@debbugs.gnu.org
Cc: Bruno Victal <mirai@makinata.eu>, maxim.cournoyer@gmail.com
Subject: [bug#62523] [PATCH] gnu: geeqie: Use libjpeg-turbo.
Date: Wed, 29 Mar 2023 14:15:09 +0100	[thread overview]
Message-ID: <13b9cb3c7dd5ddb22bdafacf17ad4b3554935b95.1680095695.git.mirai@makinata.eu> (raw)

libjpeg is obsolete.

* gnu/packages/image-viewers.scm (geeqie)[inputs]: Replace libjpeg with
libjpeg-turbo.
---
 gnu/packages/image-viewers.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index f7719600a7..d8d6304a85 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -254,7 +254,7 @@ (define-public geeqie
            libarchive
            libchamplain
            libheif
-           libjpeg
+           libjpeg-turbo
            libpng
            libraw
            libtiff
-- 
2.39.1





             reply	other threads:[~2023-03-29 13:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-29 13:15 Bruno Victal [this message]
2023-03-29 19:07 ` bug#62523: [PATCH] gnu: geeqie: Use libjpeg-turbo Maxim Cournoyer
2023-03-30  2:41 ` [bug#62523] " 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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=13b9cb3c7dd5ddb22bdafacf17ad4b3554935b95.1680095695.git.mirai@makinata.eu \
    --to=mirai@makinata.eu \
    --cc=62523@debbugs.gnu.org \
    --cc=maxim.cournoyer@gmail.com \
    /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: link
Be 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 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).