gnu: Add rust-libwebp-sys-0.4.

* gnu/packages/crates-graphics.scm (rust-libwebp-sys-0.4): New variable.
This commit is contained in:
Efraim Flashner 2023-02-23 17:15:15 +02:00
parent 62cfe906d7
commit b5e5b5c419
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -1500,6 +1500,28 @@ pixel buffers with width, height and stride.")
("rust-png" ,rust-png-0.14)
("rust-walkdir" ,rust-walkdir-2))))))
(define-public rust-libwebp-sys-0.4
(package
(name "rust-libwebp-sys")
(version "0.4.2")
(source (origin
(method url-fetch)
(uri (crate-uri "libwebp-sys" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1gvjaqhjpzdskx8x4q1lfgw24jnbjgkx4s6dxpkkg2d2ba4d37s3"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-test-flags
'("--release" "--"
"--skip=tests::poke")
#:cargo-inputs
(("rust-cc" ,rust-cc-1))))
(home-page "https://github.com/NoXF/libwebp-sys")
(synopsis "Bindings to libwebp (bindgen, static linking)")
(description "Bindings to libwebp (bindgen, static linking)")
(license license:expat)))
(define-public rust-line-drawing-0.7
(package
(name "rust-line-drawing")