mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: Add rust-gstreamer-check-sys-0.21.
* gnu/packages/crates-gtk.scm (rust-gstreamer-check-sys-0.21): New variable. Change-Id: I71d2c1efd7932acfe31a01558de6b765f855d6a0 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
c8bfbdf478
commit
c78d9933c5
1 changed files with 27 additions and 0 deletions
|
@ -3066,6 +3066,33 @@ (define-public rust-gstreamer-base-sys-0.18
|
|||
#:cargo-development-inputs (("rust-shell-words" ,rust-shell-words-1)
|
||||
("rust-tempfile" ,rust-tempfile-3))))))
|
||||
|
||||
(define-public rust-gstreamer-check-sys-0.21
|
||||
(package
|
||||
(name "rust-gstreamer-check-sys")
|
||||
(version "0.21.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gstreamer-check-sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1yvsz1pf4zr9gya7d8mbq3y4qai72iz1hgdxfiqqn136rrazpa6z"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-glib-sys" ,rust-glib-sys-0.18)
|
||||
("rust-gobject-sys" ,rust-gobject-sys-0.18)
|
||||
("rust-gstreamer-sys" ,rust-gstreamer-sys-0.21)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-system-deps" ,rust-system-deps-6))
|
||||
#:cargo-development-inputs (("rust-shell-words" ,rust-shell-words-1)
|
||||
("rust-tempfile" ,rust-tempfile-3))))
|
||||
(native-inputs (list pkg-config))
|
||||
(inputs (list glib gstreamer))
|
||||
(home-page "https://gstreamer.freedesktop.org")
|
||||
(synopsis "FFI bindings to libgstcheck-1.0")
|
||||
(description "This package provides FFI bindings to libgstcheck-1.0.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-gstreamer-sys-0.21
|
||||
(package
|
||||
(name "rust-gstreamer-sys")
|
||||
|
|
Loading…
Reference in a new issue