[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
260/308: gnu: Add rust-drm-0.11.
From: |
guix-commits |
Subject: |
260/308: gnu: Add rust-drm-0.11. |
Date: |
Wed, 4 Dec 2024 16:21:22 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 2e6e4b1d79866aeeae20386da9e8afbc89122d65
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 4 15:19:37 2024 +0200
gnu: Add rust-drm-0.11.
* gnu/packages/crates-graphics.scm (rust-drm-0.11): New variable.
Change-Id: Id6f7ac17f2d383a692b328def1bd93ad45913346
---
gnu/packages/crates-graphics.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
index 07c8d3cfde..433901af52 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -1203,6 +1203,28 @@ and iOS.")
"Safe, low-level bindings to the Direct Rendering Manager API.")
(license license:expat)))
+(define-public rust-drm-0.11
+ (package
+ (inherit rust-drm-0.12)
+ (name "rust-drm")
+ (version "0.11.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "drm" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1pnwicchrbkmfx9rn222q7a8jalzm6faa9pgnkdffnnpc2gady50"))))
+ (arguments
+ `(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
+ ("rust-bytemuck" ,rust-bytemuck-1)
+ ("rust-drm-ffi" ,rust-drm-ffi-0.7)
+ ("rust-drm-fourcc" ,rust-drm-fourcc-2)
+ ("rust-rustix" ,rust-rustix-0.38))
+ #:cargo-development-inputs (("rust-image" ,rust-image-0.24)
+ ("rust-rustix" ,rust-rustix-0.38)
+ ("rust-rustyline" ,rust-rustyline-13))))))
+
(define-public rust-drm-0.10
(package
(inherit rust-drm-0.12)
- 179/308: gnu: rust-ed25519-compact-2: Update to 2.1.1., (continued)
- 179/308: gnu: rust-ed25519-compact-2: Update to 2.1.1., guix-commits, 2024/12/04
- 232/308: gnu: rust-tiff-0.9: Update to 0.9.1., guix-commits, 2024/12/04
- 222/308: gnu: Add rust-core-maths-0.1., guix-commits, 2024/12/04
- 228/308: gnu: rust-wayrs-protocols-0.13: Update to 0.13.2., guix-commits, 2024/12/04
- 225/308: gnu: rust-x11-2: Update to 2.21.0., guix-commits, 2024/12/04
- 233/308: gnu: rust-softbuffer-0.3: Update to 0.3.4., guix-commits, 2024/12/04
- 251/308: gnu: rust-euclid-0.22: Update to 0.22.11., guix-commits, 2024/12/04
- 227/308: gnu: Add rust-wayrs-scanner-0.15., guix-commits, 2024/12/04
- 229/308: gnu: rust-wayrs-proto-parser-2: Update to 2.0.4., guix-commits, 2024/12/04
- 250/308: gnu: rust-exr-1: Update to 1.73.0., guix-commits, 2024/12/04
- 260/308: gnu: Add rust-drm-0.11.,
guix-commits <=
- 245/308: gnu: Add rust-imageproc-0.25., guix-commits, 2024/12/04
- 272/308: gnu: rust-yansi-1: Update to 1.0.1., guix-commits, 2024/12/04
- 291/308: gnu: rust-actix-router-0.2: Update to 0.2.7., guix-commits, 2024/12/04
- 282/308: gnu: rust-tiny-http-0.6: Update to 0.6.4., guix-commits, 2024/12/04
- 305/308: gnu: rust-hyper-0.14: Update to 0.14.31., guix-commits, 2024/12/04
- 307/308: gnu: rust-constant-time-eq-0.3: Update to 0.3.1., guix-commits, 2024/12/04
- 34/308: gnu: rust-tokio-stream-0.1: Update to 0.1.16., guix-commits, 2024/12/04
- 36/308: gnu: rust-textwrap-0.16: Don't skip the build., guix-commits, 2024/12/04
- 94/308: gnu: rust-unicode-width-0.1: Update 0.1.14., guix-commits, 2024/12/04
- 30/308: build-system: cargo: Use platform-rust-target., guix-commits, 2024/12/04