[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#51106: [PATCH v2 7/7] gnu: gimp: Add optional dependencies.
From: |
Liliana Marie Prikler |
Subject: |
bug#51106: [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
- [bug#51106] [PATCH 6/7] gnu: gimp: Update to 2.10.28., (continued)
- [bug#51106] [PATCH v2 1/7] gnu: babl: Update to 0.1.88., Vinicius Monego, 2021/10/09
- [bug#51106] [PATCH v2 5/7] gnu: gegl: Add optional dependencies., Vinicius Monego, 2021/10/09
- [bug#51106] [PATCH v2 2/7] gnu: babl: Enable GIR., Vinicius Monego, 2021/10/09
- [bug#51106] [PATCH v2 3/7] gnu: gegl: Update to 0.4.32., Vinicius Monego, 2021/10/09
- [bug#51106] [PATCH v2 4/7] gnu: gegl: Enable GIR., Vinicius Monego, 2021/10/09
- [bug#51106] [PATCH v2 6/7] gnu: gimp: Update to 2.10.28., Vinicius Monego, 2021/10/09
- [bug#51106] [PATCH v2 7/7] gnu: gimp: Add optional dependencies., Vinicius Monego, 2021/10/09
- bug#51106: [PATCH v2 7/7] gnu: gimp: Add optional dependencies.,
Liliana Marie Prikler <=