mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: Add rust-gstreamer-gl-x11-sys-0.21.
* gnu/packages/crates-gtk.scm (rust-gstreamer-gl-x11-sys-0.21): New variable. Change-Id: I6f3b19f658e24b6bb6a4821823405b089776b827 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
1acd053b5a
commit
263e3e96e7
1 changed files with 27 additions and 0 deletions
|
@ -3605,6 +3605,33 @@ (define-public rust-gstreamer-gl-wayland-sys-0.21
|
|||
"This package provides FFI bindings to libgstgl-1.0 (Wayland support).")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-gstreamer-gl-x11-sys-0.21
|
||||
(package
|
||||
(name "rust-gstreamer-gl-x11-sys")
|
||||
(version "0.21.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gstreamer-gl-x11-sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1p5wdrn3h55jx15963z1wnk7whwplpjfymy5yjsmkqdrqw1yz6n4"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-glib-sys" ,rust-glib-sys-0.18)
|
||||
("rust-gstreamer-gl-sys" ,rust-gstreamer-gl-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 gst-plugins-base mesa))
|
||||
(home-page "https://gstreamer.freedesktop.org")
|
||||
(synopsis "FFI bindings to libgstgl-1.0 (X11 support)")
|
||||
(description
|
||||
"This package provides FFI bindings to libgstgl-1.0 (X11 support).")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-gstreamer-pbutils-0.21
|
||||
(package
|
||||
(name "rust-gstreamer-pbutils")
|
||||
|
|
Loading…
Reference in a new issue