GNU bug report logs -
#69257
[PATCH 000/228 rust-team] WIP: Add GNOME Fractal dependencies.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/crates-gtk.scm (rust-gstreamer-gl-x11-0.21): Add
variable.
Change-Id: Ie98ce89b3f818abf66720bbeeef5e76126899cef
---
gnu/packages/crates-gtk.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/crates-gtk.scm b/gnu/packages/crates-gtk.scm
index 125b2534c0..4d75adfdb9 100644
--- a/gnu/packages/crates-gtk.scm
+++ b/gnu/packages/crates-gtk.scm
@@ -2802,6 +2802,36 @@ (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-0.21
+ (package
+ (name "rust-gstreamer-gl-x11")
+ (version "0.21.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "gstreamer-gl-x11" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0zgn5aih3bcz3ci3xkdpc2jzxrxiz1hdpkwq121w5ln96ag1n0np"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-development-inputs
+ (("rust-gir-format-check" ,rust-gir-format-check-0.1))
+ #:cargo-inputs
+ (("rust-glib" ,rust-glib-0.18)
+ ("rust-gstreamer" ,rust-gstreamer-0.21)
+ ("rust-gstreamer-gl" ,rust-gstreamer-gl-0.21)
+ ("rust-gstreamer-gl-x11-sys" ,rust-gstreamer-gl-x11-sys-0.21)
+ ("rust-libc" ,rust-libc-0.2))))
+ (native-inputs (list pkg-config))
+ (inputs (list gst-plugins-base mesa))
+ (home-page "https://gstreamer.freedesktop.org")
+ (synopsis "Rust bindings for GStreamer GL library (X11 support)")
+ (description
+ "This package provides Rust bindings for GStreamer GL library
+(X11 support).")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-gstreamer-gl-x11-sys-0.21
(package
(name "rust-gstreamer-gl-x11-sys")
--
2.41.0
This bug report was last modified 1 year and 42 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.