This fixes the build with ffmpeg 4.4.
* gnu/packages/patches/ppsspp-disable-upgrade-and-gold.patch: Rebase patch.
* gnu/packages/emulators.scm (ppsspp): Update to 1.11.3-1.69fa207.
[source]: Adjust origin snippet to unbundle the newly added zstd library.
This package is superseded by rav1e.
Note: I tried defining an alias like so:
(define-public rust-rav1e
(deprecated-package "rust-rav1e" rav1e))
But it caused a problem where the 'rav1e' variable would appear unbound.
* gnu/packages/crates-graphics.scm (rust-rav1e-0.4): Remove.
With the rav1e package having been brought up to par with rust-rav1e,
rust-ravif can use rav1e directly.
* gnu/packages/crates-graphics.scm (rust-ravif)
[cargo-inputs]{rust-rav1e}: Replace with...
{rav1e}: ... this.
[cargo-development-inputs]: New argument.
[native-inputs]: New field.
* gnu/packages/video.scm (rav1e): Update to 0.4.1.
[source]: Fix indentation.
[cargo-inputs]{rust-arbitrary}: Update to 0.4.
{rust-av-metrics}: New input.
{rust-bitstream-io}: Update to 1.
{rust-cfg-if}: Update to 1.
{rust-console}: Update to 0.14.
{rust-crossbeam}: New input.
{rust-itertools}: Update to 0.10.
{rust-libfuzzer-sys}: New input.
{rust-noop-proc-macro}: Update to 0.3.
{rust-paste}: Update to 1.
{rust-rand}: Update to 0.8.
{rust-rand-chacha}: Update to 0.3.
{rust-regex}: New input.
{rust-rustc-version}: Update to 0.3.
{rust-signal-hook}: Update to 0.3.
{rust-v-frame, rust-wasm-bindgen}: New inputs.
{rust-cc: Move to...
[cargo-development-inputs]: ... here.
{rust-rand}: Update to 0.8.
{rust-rand-chacha}: Update to 0.3.
{rust-semver}: Update to 0.11.
[inputs]{nasm}: Move to...
[native-inputs]: ... here. This was spotted by 'guix lint'.
[synopsis]: Focus on facts, toning down marketing.
[description]: Expound.
* gnu/packages/rust-apps.scm (rust-cargo-c): Update to 0.8.1+cargo-0.53.
[cargo-inputs]{rust-cbindgen}: Update to 0.19.
{rust-semver}: Update to 0.10.
{rust-serde-json}: Update to 1.
{rust-cargo, rust-anyhow}: New inputs.
[native-inputs]: New field.
[inputs]: New field.
* gnu/packages/crates-io.scm (rust-filetime-0.2): Update to 0.2.14.
[cargo-inputs]{rust-cargo-if}: Update to version 1.
{rust-redox-syscall}: Update to version 0.2.
The 3.7 branch, while not considered the "stable" branch upstream, has been
adopted by most major GNU/Linux distributions such as Debian, Arch, openSUSE,
etc. It has the benefit of receiving all the security fixes.
* gnu/packages/tls.scm (gnutls): Update to 3.7.2. Remove trailing #t.
[source]: Remove the gnutls-CVE-2021-20231.patch and
gnutls-CVE-2021-20232.patch patches, now incorporated in the source.
* gnu/packages/patches/gnutls-CVE-2021-20231.patch: Delete file.
* gnu/packages/patches/gnutls-CVE-2021-20232.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): De-register them.