[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
161/276: gnu: Add rust-y4m-0.8.
From: |
guix-commits |
Subject: |
161/276: gnu: Add rust-y4m-0.8. |
Date: |
Wed, 18 Oct 2023 04:49:54 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit eeea0ec0f29d0c1bbe1be3007226c1bb6dd9f814
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 3 14:44:28 2023 +0300
gnu: Add rust-y4m-0.8.
* gnu/packages/crates-graphics.scm (rust-y4m-0.8): New variable.
(rust-y4m-0.7): Inherit from rust-y4m-0.8.
---
gnu/packages/crates-graphics.scm | 23 +++++++++++++++++++----
1 file changed, 19 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
index ba502982ad..04dee1ec09 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -3823,25 +3823,40 @@ the platform-specific getters provided by winit, or
another library.")
(description "This package provides X11 library bindings for Rust.")
(license license:expat)))
-(define-public rust-y4m-0.7
+(define-public rust-y4m-0.8
(package
(name "rust-y4m")
- (version "0.7.0")
+ (version "0.8.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "y4m" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "1bhdgb7hgx7j92nm6ij5n8wisp50j8ff66ks14jzwdw2mwhrjam7"))))
+ (base32 "0j24y2zf60lpxwd7kyg737hqfyqx16y32s0fjyi6fax6w4hlnnks"))))
(build-system cargo-build-system)
- (arguments `(#:skip-build? #t))
+ (arguments
+ `(#:cargo-development-inputs (("rust-resize" ,rust-resize-0.4))))
(home-page "https://github.com/image-rs/y4m")
(synopsis "YUV4MPEG2 (@file{.y4m}) encoder and decoder")
(description
"This package provides a YUV4MPEG2 (@file{.y4m}) encoder and decoder.")
(license license:expat)))
+(define-public rust-y4m-0.7
+ (package
+ (inherit rust-y4m-0.8)
+ (name "rust-y4m")
+ (version "0.7.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "y4m" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1bhdgb7hgx7j92nm6ij5n8wisp50j8ff66ks14jzwdw2mwhrjam7"))))
+ (arguments `(#:skip-build? #t))))
+
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar
- 126/276: gnu: rust-is-macro-0.1: Update to 0.1.9., (continued)
- 126/276: gnu: rust-is-macro-0.1: Update to 0.1.9., guix-commits, 2023/10/18
- 132/276: gnu: rust-test-case-1: Update to 1.2.3., guix-commits, 2023/10/18
- 133/276: gnu: Add rust-tstr-0.2., guix-commits, 2023/10/18
- 134/276: gnu: rust-unicode-segmentation-1: Update to 1.10.1., guix-commits, 2023/10/18
- 144/276: gnu: Add rust-unicode-id-0.3., guix-commits, 2023/10/18
- 143/276: gnu: Add rust-unreachable-0.1., guix-commits, 2023/10/18
- 150/276: gnu: Add rust-ntest-0.7., guix-commits, 2023/10/18
- 152/276: gnu: Add rust-magic-string-0.3., guix-commits, 2023/10/18
- 156/276: gnu: Add rust-debug-unreachable-0.1., guix-commits, 2023/10/18
- 158/276: gnu: Add rust-browserslist-rs-0.6., guix-commits, 2023/10/18
- 161/276: gnu: Add rust-y4m-0.8.,
guix-commits <=
- 31/276: gnu: Add rust-glam-0.24., guix-commits, 2023/10/18
- 73/276: gnu: rust-web-sys-0.3: Update to 0.3.64., guix-commits, 2023/10/18
- 85/276: gnu: rust-clang-ast-0.1: Update to 0.1.20., guix-commits, 2023/10/18
- 80/276: gnu: rust-unicode-width-0.1: Update to 0.1.11., guix-commits, 2023/10/18
- 105/276: gnu: rust-pin-project-lite-0.2: Update to 0.2.13., guix-commits, 2023/10/18
- 103/276: gnu: Add rust-mio-aio-0.7., guix-commits, 2023/10/18
- 110/276: gnu: rust-tokio-1: Update to 1.32.0., guix-commits, 2023/10/18
- 112/276: gnu: Add rust-asn1-0.15., guix-commits, 2023/10/18
- 114/276: gnu: rust-openssl-0.10: Update to 0.10.57., guix-commits, 2023/10/18
- 109/276: gnu: Add rust-socket2-0.5., guix-commits, 2023/10/18