me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-drm-fourcc-2.

* gnu/packages/crates-graphics.scm (rust-drm-fourcc-2): New variable.

Change-Id: Ic5021c71b187e5acac6e69eb2ce48189631a79f0
master
Efraim Flashner 2024-01-04 11:02:34 +02:00
parent 10c21c3af8
commit 6c7638e616
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 22 additions and 0 deletions

View File

@ -878,6 +878,28 @@ and iOS.")
"This package provides a library to perform image color model conversion.")
(license license:expat-0)))
(define-public rust-drm-fourcc-2
(package
(name "rust-drm-fourcc")
(version "2.2.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "drm-fourcc" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1x76v9a0pkgym4n6cah4barnai9gsssm7gjzxskw2agwibdvrbqa"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-bindgen" ,rust-bindgen-0.57)
("rust-regex" ,rust-regex-1)
("rust-serde" ,rust-serde-1))))
(home-page "https://github.com/danielzfranklin/drm-fourcc-rs")
(synopsis "Enum with every valid Direct Rendering Manager format fourcc")
(description "This package provides an enum with every valid @acronym{DRM,
Direct Rendering Manager} format fourcc.")
(license license:expat)))
(define-public rust-drm-sys-0.5
(package
(name "rust-drm-sys")