GNU bug report logs -
#66717
[PATCH 00/64] Series to add rust-librespot-playback-0.4
Previous Next
Reported by: Steve George <steve <at> futurile.net>
Date: Mon, 23 Oct 2023 21:37:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-mp4parse-0.8): New variable.
---
gnu/packages/crates-graphics.scm | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
index 22b77121e9..e4876be98c 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -1767,6 +1767,20 @@ (define-public rust-mp4parse-0.12
(description "Parser for ISO base media file format (mp4)")
(license license:mpl2.0)))
+(define-public rust-mp4parse-0.8
+ (package
+ (inherit rust-mp4parse-0.12)
+ (name "rust-mp4parse")
+ (version "0.8.0")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "mp4parse" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1pqsv1zm5x9nnkjrv25qv2yg6ba4dny6bsy6cfdzrdm8kwg2r54r"))))
+ (arguments
+ `(#:skip-build? #t))))
+
(define-public rust-osmesa-sys-0.1
(package
(name "rust-osmesa-sys")
--
2.41.0
This bug report was last modified 1 year and 216 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.