gnu: vips: Fetch sources from git.

* gnu/packages/image-processing (vips)[source]: Fetch from git.

Change-Id: I1bab0fdf3dd6c230025726c613f9eefb36238871
This commit is contained in:
Zheng Junjie 2024-10-14 09:23:01 +08:00
parent fce2e41db4
commit fb3a390bea
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -781,12 +781,13 @@ the OpenCV-Python library.")
(version "8.15.3") (version "8.15.3")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append (uri (git-reference
"https://github.com/libvips/libvips/releases/download/v" (url "https://github.com/libvips/libvips")
version "/vips-" version ".tar.xz")) (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 "182j20dw38f1nyfx8cf7cjsr0k4nl7lfk3wm2d0ddypa6vsxj9ry")))) (base32 "0nxzhs4gwhpm4j9hlca8s97xh1b1p1cawnwdc69rmxkrf714hlgj"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
(list gobject-introspection pkg-config)) (list gobject-introspection pkg-config))