emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#51106: closed ([PATCH 0/7] Update GIMP to 2.10.28.)


From: GNU bug Tracking System
Subject: bug#51106: closed ([PATCH 0/7] Update GIMP to 2.10.28.)
Date: Sun, 10 Oct 2021 19:39:02 +0000

Your message dated Sun, 10 Oct 2021 21:38:26 +0200
with message-id <68b184b31268ba08c8f17bfdfd54ede5bf8fa521.camel@gmail.com>
and subject line Re: [PATCH v2 7/7] gnu: gimp: Add optional dependencies.
has caused the debbugs.gnu.org bug report #51106,
regarding [PATCH 0/7] Update GIMP to 2.10.28.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
51106: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51106
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/7] Update GIMP to 2.10.28. Date: Sat, 9 Oct 2021 01:06:15 +0000
The GIR patches will be required for GIMP 3.x (it will support plugins written 
in Vala). I am submitting it now to make it easier to setup a development 
environment for 3.x.

Vinicius Monego (7):
  gnu: babl: Update to 0.1.88.
  gnu: babl: Enable GIR.
  gnu: gegl: Update to 0.4.32.
  gnu: gegl: Enable GIR.
  gnu: gegl: Add optional dependencies.
  gnu: gimp: Update to 2.10.28.
  gnu: gimp: Add optional dependencies.

 gnu/packages/gimp.scm | 91 ++++++++++++++++++++++++++++---------------
 1 file changed, 60 insertions(+), 31 deletions(-)

-- 
2.30.2




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH v2 7/7] gnu: gimp: Add optional dependencies. Date: Sun, 10 Oct 2021 21:38:26 +0200 User-agent: Evolution 3.34.2
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



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]