all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Herman Rimm via Guix-patches via <guix-patches@gnu.org>
To: 75061@debbugs.gnu.org
Cc: Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#75061] [PATCH rust-team 3/6] gnu: rust-gstreamer-gl-sys-0.21: Order alphabetically.
Date: Tue, 24 Dec 2024 11:31:04 +0100	[thread overview]
Message-ID: <87a9c6fbf8f5bea69fb0f89f57af4a3ef3ba36e6.1735035595.git.herman@rimm.ee> (raw)
In-Reply-To: <0fa9a8b86472ec34210687a2782b6499fa2ac42f.1735035595.git.herman@rimm.ee>

* gnu/packages/crates-gtk.scm (rust-gstreamer-gl-sys-0.21): Order.

Change-Id: I13eef5d3da3056fc36138324c3c4fe1aea9d43d9
---
 gnu/packages/crates-gtk.scm | 64 ++++++++++++++++++-------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

diff --git a/gnu/packages/crates-gtk.scm b/gnu/packages/crates-gtk.scm
index 587d293119..29469cd0ae 100644
--- a/gnu/packages/crates-gtk.scm
+++ b/gnu/packages/crates-gtk.scm
@@ -3613,38 +3613,6 @@ (define-public rust-gstreamer-gl-0.21
      "This package provides Rust bindings for GStreamer GL library.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-gstreamer-gl-sys-0.21
-  (package
-    (name "rust-gstreamer-gl-sys")
-    (version "0.21.2")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "gstreamer-gl-sys" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "1kgi8rrlw2qx1p6q9ybk52wxpjn5wscx84lqfg4ng9lr7hdrg06m"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:cargo-test-flags '("--"
-                            "--skip=cross_validate_constants_with_c"
-                            "--skip=cross_validate_layout_with_c")
-       #:cargo-inputs (("rust-glib-sys" ,rust-glib-sys-0.18)
-                       ("rust-gobject-sys" ,rust-gobject-sys-0.18)
-                       ("rust-gstreamer-base-sys" ,rust-gstreamer-base-sys-0.21)
-                       ("rust-gstreamer-sys" ,rust-gstreamer-sys-0.21)
-                       ("rust-gstreamer-video-sys" ,rust-gstreamer-video-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")
-    (description "This package provides FFI bindings to libgstgl-1.0.")
-    (license license:expat)))
-
 (define-public rust-gstreamer-gl-egl-0.21
   (package
     (name "rust-gstreamer-gl-egl")
@@ -3701,6 +3669,38 @@ (define-public rust-gstreamer-gl-egl-sys-0.21
      "This package provides FFI bindings to libgstgl-1.0 (EGL support).")
     (license license:expat)))
 
+(define-public rust-gstreamer-gl-sys-0.21
+  (package
+    (name "rust-gstreamer-gl-sys")
+    (version "0.21.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "gstreamer-gl-sys" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1kgi8rrlw2qx1p6q9ybk52wxpjn5wscx84lqfg4ng9lr7hdrg06m"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-test-flags '("--"
+                            "--skip=cross_validate_constants_with_c"
+                            "--skip=cross_validate_layout_with_c")
+       #:cargo-inputs (("rust-glib-sys" ,rust-glib-sys-0.18)
+                       ("rust-gobject-sys" ,rust-gobject-sys-0.18)
+                       ("rust-gstreamer-base-sys" ,rust-gstreamer-base-sys-0.21)
+                       ("rust-gstreamer-sys" ,rust-gstreamer-sys-0.21)
+                       ("rust-gstreamer-video-sys" ,rust-gstreamer-video-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")
+    (description "This package provides FFI bindings to libgstgl-1.0.")
+    (license license:expat)))
+
 (define-public rust-gstreamer-gl-wayland-0.21
   (package
     (name "rust-gstreamer-gl-wayland")
-- 
2.45.2





  parent reply	other threads:[~2024-12-24 10:32 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-24 10:21 [bug#75061] [PATCH rust-team 1/6] gnu: rust-atk-0.14: Order alphabetically Herman Rimm via Guix-patches via
2024-12-24 10:31 ` [bug#75061] [PATCH rust-team 2/6] gnu: rust-atk-0.8: " Herman Rimm via Guix-patches via
2024-12-24 10:31 ` Herman Rimm via Guix-patches via [this message]
2024-12-24 10:31 ` [bug#75061] [PATCH rust-team 4/6] gnu: rust-actix-test-server-0.2: " Herman Rimm via Guix-patches via
2024-12-24 10:31 ` [bug#75061] [PATCH rust-team 5/6] gnu: rust-axum-macros-0.4: " Herman Rimm via Guix-patches via
2024-12-24 10:31 ` [bug#75061] [PATCH rust-team 6/6] gnu: rust-hyperlocal-0.8: " Herman Rimm via Guix-patches via
2024-12-24 12:01 ` bug#75061: [PATCH rust-team 1/6] gnu: rust-atk-0.14: " Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a9c6fbf8f5bea69fb0f89f57af4a3ef3ba36e6.1735035595.git.herman@rimm.ee \
    --to=guix-patches@gnu.org \
    --cc=75061@debbugs.gnu.org \
    --cc=efraim@flashner.co.il \
    --cc=herman@rimm.ee \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.