mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: vips: Propagate inputs to satisfy vips.pc.
* gnu/packages/image-processing.scm (vips)[inputs]: Remove giflib, niftilib. Move glib:bin to native-inputs. Move expat, fftw, lcms, libexif, libgsf, libjpeg-turbo, libpng, librsvg-for-system, libtiff, libxml2, libwebp, matio, openexr, orc, pango to ... [propagated-inputs]: ... here. Change-Id: Icf5a6764c17d839b66d298a00724a473e0b920b8
This commit is contained in:
parent
17454306ca
commit
6e6c698a6a
1 changed files with 5 additions and 10 deletions
|
@ -759,16 +759,13 @@ the OpenCV-Python library.")
|
||||||
(base32 "0qy3vsh8mrkdbmdyfandydfp0miqqqiisqfagp1mnwd5xvwyqwm2"))))
|
(base32 "0qy3vsh8mrkdbmdyfandydfp0miqqqiisqfagp1mnwd5xvwyqwm2"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gobject-introspection pkg-config))
|
(list gobject-introspection `(,glib "bin") pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
|
(list glib hdf5 imagemagick poppler))
|
||||||
|
;; Propagated to satisfy vips.pc.
|
||||||
|
(propagated-inputs
|
||||||
(list expat
|
(list expat
|
||||||
fftw
|
fftw
|
||||||
giflib
|
|
||||||
glib
|
|
||||||
(list glib "bin")
|
|
||||||
hdf5
|
|
||||||
imagemagick
|
|
||||||
imath
|
|
||||||
lcms
|
lcms
|
||||||
libexif
|
libexif
|
||||||
libgsf
|
libgsf
|
||||||
|
@ -779,11 +776,9 @@ the OpenCV-Python library.")
|
||||||
libxml2
|
libxml2
|
||||||
libwebp
|
libwebp
|
||||||
matio
|
matio
|
||||||
niftilib
|
|
||||||
openexr
|
openexr
|
||||||
orc
|
orc
|
||||||
pango
|
pango))
|
||||||
poppler))
|
|
||||||
(home-page "https://www.libvips.org/")
|
(home-page "https://www.libvips.org/")
|
||||||
(synopsis "Multithreaded image processing system with low memory needs")
|
(synopsis "Multithreaded image processing system with low memory needs")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue