guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

36/66: gnu: Add rust-gstreamer-app-0.18.


From: guix-commits
Subject: 36/66: gnu: Add rust-gstreamer-app-0.18.
Date: Tue, 24 Oct 2023 07:54:57 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 179ecc41a08504bcd6e54e36052139384f2736fc
Author: Steve George <steve@futurile.net>
AuthorDate: Mon Oct 23 23:21:18 2023 +0100

    gnu: Add rust-gstreamer-app-0.18.
    
    * gnu/packages/crates-gtk.scm (rust-gstreamer-app-0.18): New variable.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
    Change-Id: I0d9e4f2adfe2614f6915089b5164ea4eaa02cb8d
---
 gnu/packages/crates-gtk.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/crates-gtk.scm b/gnu/packages/crates-gtk.scm
index afa8c33f3d..ab2e781447 100644
--- a/gnu/packages/crates-gtk.scm
+++ b/gnu/packages/crates-gtk.scm
@@ -1755,6 +1755,39 @@
     (description "Rust bindings for GStreamer.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-gstreamer-app-0.18
+  (package
+    (name "rust-gstreamer-app")
+    (version "0.18.7")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "gstreamer-app" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "115nykpdvfccyzvfi73qkhn061f6rdyhcaj9ajnw2ik5pimdyjk6"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:tests? #f  ; https://github.com/gtk-rs/gtk3-rs/issues/768
+       #:cargo-inputs (("rust-bitflags" ,rust-bitflags-1)
+                       ("rust-futures-core" ,rust-futures-core-0.3)
+                       ("rust-futures-sink" ,rust-futures-sink-0.3)
+                       ("rust-glib" ,rust-glib-0.15)
+                       ("rust-gstreamer" ,rust-gstreamer-0.18)
+                       ("rust-gstreamer-app-sys" ,rust-gstreamer-app-sys-0.18)
+                       ("rust-gstreamer-base" ,rust-gstreamer-base-0.18)
+                       ("rust-libc" ,rust-libc-0.2)
+                       ("rust-once-cell" ,rust-once-cell-1))
+       #:cargo-development-inputs (("rust-futures-executor" 
,rust-futures-executor-0.3)
+                                   ("rust-futures-util" ,rust-futures-util-0.3)
+                                   ("rust-gir-format-check" 
,rust-gir-format-check-0.1))))
+    (native-inputs (list pkg-config))
+    (inputs (list glib gstreamer gst-plugins-base))
+    (home-page "https://gstreamer.freedesktop.org";)
+    (synopsis "Rust bindings for GStreamer App library")
+    (description "Rust bindings for the GStreamer App library.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-gstreamer-app-sys-0.18
   (package
     (name "rust-gstreamer-app-sys")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]