mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: rav1e: Update to 0.7.1.
* gnu/packages/video.scm (rav1e): Update to 0.7.1. [source]: Remove snippet. [arguments]: Don't install the sources. [cargo-inputs]: Add rust-libdav1d-sys-0.6, rust-profiling-1, rust-tracing-0.1, rust-tracing-chrome-0.7, rust-tracing-subscriber-0.3. Replace rust-arbitrary-0.4 with 1, rust-bitstream-io-1 with 2, rust-built-0.5 with 0.7, rust-itertools-0.10 with 0.12, rust-libfuzzer-sys-0.3 with 0.4, rust-num-derive-0.3 with 0.4, rust-serde-big-array-0.4 with 0.5, rust-toml-0.5 with 0.8. Remove rust-clap-lex-0.3, rust-dav1d-sys-0.7, rust-hawktracer-0.7, rust-rustc-version-0.4, rust-winnow-0.4. [cargo-development-inputs]: Replace rust-criterion-0.4 with 0.5. Remove rust-predicates-2, rust-predicates-core-1, rust-predicates-tree-1, rust-quickcheck-macros-1. [inputs]: Replace libgit2 with libgit2-1.7. Change-Id: I08be8cef38119067c4827b1a72824ec7e4208633
This commit is contained in:
parent
4231ee6e03
commit
ee27ebf046
1 changed files with 19 additions and 27 deletions
|
@ -5854,84 +5854,76 @@ (define-public w-scan
|
|||
(define-public rav1e
|
||||
(package
|
||||
(name "rav1e")
|
||||
(version "0.6.6")
|
||||
(version "0.7.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "rav1e" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1h9fhmamb7mh3cv86y1qja9qb7r6w2jv3p8ydngvsyjy59lq7hqn"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin (substitute* "Cargo.toml"
|
||||
(("\"= ?([[:digit:]]+(\\.[[:digit:]]+)*)" _ version)
|
||||
(string-append "\"^" version)))))))
|
||||
(base32 "1sawva6nmj2fvynydbcirr3nb7wjyg0id2hz2771qnv6ly0cx1yd"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
`(#:install-source? #f
|
||||
#:cargo-inputs
|
||||
(("rust-aom-sys" ,rust-aom-sys-0.3)
|
||||
("rust-arbitrary" ,rust-arbitrary-0.4)
|
||||
("rust-arbitrary" ,rust-arbitrary-1)
|
||||
("rust-arg-enum-proc-macro" ,rust-arg-enum-proc-macro-0.3)
|
||||
("rust-arrayvec" ,rust-arrayvec-0.7)
|
||||
("rust-av-metrics" ,rust-av-metrics-0.9)
|
||||
("rust-av1-grain" ,rust-av1-grain-0.2)
|
||||
("rust-backtrace" ,rust-backtrace-0.3)
|
||||
("rust-bitstream-io" ,rust-bitstream-io-1)
|
||||
("rust-built" ,rust-built-0.5)
|
||||
("rust-bitstream-io" ,rust-bitstream-io-2)
|
||||
("rust-built" ,rust-built-0.7)
|
||||
("rust-byteorder" ,rust-byteorder-1)
|
||||
("rust-cc" ,rust-cc-1)
|
||||
("rust-cfg-if" ,rust-cfg-if-1)
|
||||
("rust-clap" ,rust-clap-4)
|
||||
("rust-clap-complete" ,rust-clap-complete-4)
|
||||
("rust-clap-lex" ,rust-clap-lex-0.3)
|
||||
("rust-console" ,rust-console-0.15)
|
||||
("rust-crossbeam" ,rust-crossbeam-0.8)
|
||||
("rust-dav1d-sys" ,rust-dav1d-sys-0.7)
|
||||
("rust-fern" ,rust-fern-0.6)
|
||||
("rust-image" ,rust-image-0.24)
|
||||
("rust-interpolate-name" ,rust-interpolate-name-0.2)
|
||||
("rust-itertools" ,rust-itertools-0.10)
|
||||
("rust-itertools" ,rust-itertools-0.12)
|
||||
("rust-ivf" ,rust-ivf-0.1)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-libfuzzer-sys" ,rust-libfuzzer-sys-0.3)
|
||||
("rust-libdav1d-sys" ,rust-libdav1d-sys-0.6)
|
||||
("rust-libfuzzer-sys" ,rust-libfuzzer-sys-0.4)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-maybe-rayon" ,rust-maybe-rayon-0.1)
|
||||
("rust-nasm-rs" ,rust-nasm-rs-0.2)
|
||||
("rust-new-debug-unreachable" ,rust-new-debug-unreachable-1)
|
||||
("rust-nom" ,rust-nom-7)
|
||||
("rust-noop-proc-macro" ,rust-noop-proc-macro-0.3)
|
||||
("rust-num-derive" ,rust-num-derive-0.3)
|
||||
("rust-num-derive" ,rust-num-derive-0.4)
|
||||
("rust-num-traits" ,rust-num-traits-0.2)
|
||||
("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-paste" ,rust-paste-1)
|
||||
("rust-profiling" ,rust-profiling-1)
|
||||
("rust-rand" ,rust-rand-0.8)
|
||||
("rust-rand-chacha" ,rust-rand-chacha-0.3)
|
||||
("rust-rust-hawktracer" ,rust-rust-hawktracer-0.7)
|
||||
("rust-rustc-version" ,rust-rustc-version-0.4)
|
||||
("rust-scan-fmt" ,rust-scan-fmt-0.2)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-big-array" ,rust-serde-big-array-0.4)
|
||||
("rust-serde-big-array" ,rust-serde-big-array-0.5)
|
||||
("rust-signal-hook" ,rust-signal-hook-0.3)
|
||||
("rust-simd-helpers" ,rust-simd-helpers-0.1)
|
||||
("rust-system-deps" ,rust-system-deps-6)
|
||||
("rust-thiserror" ,rust-thiserror-1)
|
||||
("rust-toml" ,rust-toml-0.5)
|
||||
("rust-toml" ,rust-toml-0.8)
|
||||
("rust-tracing" ,rust-tracing-0.1)
|
||||
("rust-tracing-chrome" ,rust-tracing-chrome-0.7)
|
||||
("rust-tracing-subscriber" ,rust-tracing-subscriber-0.3)
|
||||
("rust-v-frame" ,rust-v-frame-0.3)
|
||||
("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2)
|
||||
("rust-winnow" ,rust-winnow-0.4)
|
||||
("rust-y4m" ,rust-y4m-0.8))
|
||||
#:cargo-development-inputs
|
||||
(("rust-assert-cmd" ,rust-assert-cmd-2)
|
||||
("rust-criterion" ,rust-criterion-0.4)
|
||||
("rust-criterion" ,rust-criterion-0.5)
|
||||
("rust-interpolate-name" ,rust-interpolate-name-0.2)
|
||||
("rust-nom" ,rust-nom-7)
|
||||
("rust-predicates" ,rust-predicates-2)
|
||||
("rust-predicates-core" ,rust-predicates-core-1)
|
||||
("rust-predicates-tree" ,rust-predicates-tree-1)
|
||||
("rust-pretty-assertions" ,rust-pretty-assertions-1)
|
||||
("rust-quickcheck" ,rust-quickcheck-1)
|
||||
("rust-quickcheck-macros" ,rust-quickcheck-macros-1)
|
||||
("rust-rand" ,rust-rand-0.8)
|
||||
("rust-rand-chacha" ,rust-rand-chacha-0.3)
|
||||
("rust-semver" ,rust-semver-1))
|
||||
|
@ -5950,7 +5942,7 @@ (define-public rav1e
|
|||
'())
|
||||
(list pkg-config rust-cargo-c)))
|
||||
(inputs
|
||||
(list libgit2 zlib))
|
||||
(list libgit2-1.7 zlib))
|
||||
(home-page "https://github.com/xiph/rav1e/")
|
||||
(synopsis "Fast and safe AV1 encoder")
|
||||
(description "@code{rav1e} is an AV1 video encoder. It is designed to
|
||||
|
|
Loading…
Reference in a new issue