mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-23 09:35:56 +02: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:
@@ -759,16 +759,13 @@ the OpenCV-Python library.")
|
||||
(base32 "0qy3vsh8mrkdbmdyfandydfp0miqqqiisqfagp1mnwd5xvwyqwm2"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
(list gobject-introspection pkg-config))
|
||||
(list gobject-introspection `(,glib "bin") pkg-config))
|
||||
(inputs
|
||||
(list glib hdf5 imagemagick poppler))
|
||||
;; Propagated to satisfy vips.pc.
|
||||
(propagated-inputs
|
||||
(list expat
|
||||
fftw
|
||||
giflib
|
||||
glib
|
||||
(list glib "bin")
|
||||
hdf5
|
||||
imagemagick
|
||||
imath
|
||||
lcms
|
||||
libexif
|
||||
libgsf
|
||||
@@ -779,11 +776,9 @@ the OpenCV-Python library.")
|
||||
libxml2
|
||||
libwebp
|
||||
matio
|
||||
niftilib
|
||||
openexr
|
||||
orc
|
||||
pango
|
||||
poppler))
|
||||
pango))
|
||||
(home-page "https://www.libvips.org/")
|
||||
(synopsis "Multithreaded image processing system with low memory needs")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user