all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: Vinicius Monego <monego@posteo.net>, 51106-done@debbugs.gnu.org
Subject: bug#51106: [PATCH v2 7/7] gnu: gimp: Add optional dependencies.
Date: Sun, 10 Oct 2021 21:38:26 +0200	[thread overview]
Message-ID: <68b184b31268ba08c8f17bfdfd54ede5bf8fa521.camel@gmail.com> (raw)
In-Reply-To: <20211009170847.296659-7-monego@posteo.net>

Hi,

Am Samstag, den 09.10.2021, 17:08 +0000 schrieb Vinicius Monego:
> * gnu/packages/gimp.scm (gimp)[inputs]: Sort non-optional and
> optional inputs
> alphabetically. Add ghostscript, libheif, libmng, openexr, openjpeg.
> [native-inputs]: Add desktop-file-utils.
Pushed this and the rest of the series with the following adjustment:

> -       ("exif" ,libexif)                ; optional, EXIF + XMP
> support
> -       ("lcms" ,lcms)                   ; optional, color management
> -       ("librsvg" ,librsvg)             ; optional, SVG support
> -       ("libxcursor" ,libxcursor)       ; optional, Mouse Cursor
> support
> -       ("poppler" ,poppler)             ; optional, PDF support
>         ("poppler-data" ,poppler-data)
> -       ("python" ,python-2)             ; optional, Python support
> -       ("python2-pygtk" ,python2-pygtk) ; optional, Python support
> -       ("gegl" ,gegl)))
> +       ("exif" ,libexif)                  ; optional, EXIF + XMP
> support
> +       ("ghostscript" ,ghostscript)       ; optional, EPS + PS
> support
> +       ("lcms" ,lcms)                     ; optional, color
> management
> +       ("libheif" ,libheif)               ; optional, HEIF + AVIF
> support
> +       ("libmng" ,libmng)                 ; optional, MNG support
> +       ("librsvg" ,librsvg)               ; optional, SVG support
> +       ("libxcursor" ,libxcursor)         ; optional, Mouse Cursor
> support
> +       ("openexr" ,openexr)               ; optional, EXR support
> +       ("openjpeg" ,openjpeg)             ; optional, JPEG 2000
> support
> +       ("poppler" ,poppler)               ; optional, PDF support
> +       ("python" ,python-2)               ; optional, Python support
> +       ("python2-pygtk" ,python2-pygtk))) ; optional, Python support
poppler-data belongs to poppler, so added it there with a comment.

Cheers





      reply	other threads:[~2021-10-10 19:39 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-09  1:06 [bug#51106] [PATCH 0/7] Update GIMP to 2.10.28 Vinicius Monego
2021-10-09  1:07 ` [bug#51106] [PATCH 1/7] gnu: babl: Update to 0.1.88 Vinicius Monego
2021-10-09  1:07   ` [bug#51106] [PATCH 2/7] gnu: babl: Enable GIR Vinicius Monego
2021-10-09 12:40     ` Liliana Marie Prikler
2021-10-09  1:07   ` [bug#51106] [PATCH 3/7] gnu: gegl: Update to 0.4.32 Vinicius Monego
2021-10-09  1:07   ` [bug#51106] [PATCH 4/7] gnu: gegl: Enable GIR Vinicius Monego
2021-10-09 12:42     ` Liliana Marie Prikler
2021-10-09  1:07   ` [bug#51106] [PATCH 5/7] gnu: gegl: Add optional dependencies Vinicius Monego
2021-10-09  1:07   ` [bug#51106] [PATCH 6/7] gnu: gimp: Update to 2.10.28 Vinicius Monego
2021-10-09  1:07   ` [bug#51106] [PATCH 7/7] gnu: gimp: Add optional dependencies Vinicius Monego
2021-10-09 17:08 ` [bug#51106] [PATCH v2 1/7] gnu: babl: Update to 0.1.88 Vinicius Monego
2021-10-09 17:08   ` [bug#51106] [PATCH v2 2/7] gnu: babl: Enable GIR Vinicius Monego
2021-10-09 17:08   ` [bug#51106] [PATCH v2 3/7] gnu: gegl: Update to 0.4.32 Vinicius Monego
2021-10-09 17:08   ` [bug#51106] [PATCH v2 4/7] gnu: gegl: Enable GIR Vinicius Monego
2021-10-09 17:08   ` [bug#51106] [PATCH v2 5/7] gnu: gegl: Add optional dependencies Vinicius Monego
2021-10-09 17:08   ` [bug#51106] [PATCH v2 6/7] gnu: gimp: Update to 2.10.28 Vinicius Monego
2021-10-09 17:08   ` [bug#51106] [PATCH v2 7/7] gnu: gimp: Add optional dependencies Vinicius Monego
2021-10-10 19:38     ` Liliana Marie Prikler [this message]

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=68b184b31268ba08c8f17bfdfd54ede5bf8fa521.camel@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=51106-done@debbugs.gnu.org \
    --cc=monego@posteo.net \
    /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 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.