Commit Graph

21 Commits

Author SHA1 Message Date
Zhaofeng Li
944e7fb9c2 rav1e: Fix cross-compiling 2021-05-30 17:42:16 -07:00
Jonathan Ringer
d8e62d8e41
Merge remote-tracking branch 'origin/master' into staging-next
Fix cargo-flash build
2021-05-16 18:27:14 -07:00
Michael Weiss
fe29880472
cargo-c,rav1e: Remove myself as maintainer
I'm not using rav1e anymore and we're now using svt-av1 for ffmpeg-full.
2021-05-16 19:49:44 +02:00
Daniël de Kok
85f96822a0 treewide: fix cargoSha256/cargoHash
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.

This change updates cargoSha256/cargoHash tree-wide.

Fixes #121994.
2021-05-08 00:36:37 -07:00
Mario Rodas
dbcaf8b33f rav1e: fix build on darwin 2021-04-01 14:05:00 +02:00
Michael Weiss
9d0e4e9192
rav1e: 0.4.0 -> 0.4.1 2021-04-01 14:23:44 +02:00
Michael Weiss
e85084a85b
rav1e: 0.4.0-alpha -> 0.4.0 2021-01-13 17:55:39 +01:00
zowoq
8bc6e95686 rav1e: fix eval 2020-11-19 23:07:16 +10:00
Okina Matara
85513a7940
rav1e: 0.3.4 -> 0.4.0-alpha 2020-11-18 20:42:33 -06:00
Michael Weiss
ae0221e4d0 rav1e: 0.3.3 -> 0.3.4 2020-09-10 12:27:20 +02:00
zowoq
473536e3b5 buildRustPackage: remove platform.all from packages 2020-08-16 12:48:18 +10:00
Michael Weiss
7024a01211
rav1e: Build and install C-compatible libraries
This is required for AV1 encoding support via librav1e in FFmpeg 4.3:
d8bf24459b
2020-06-18 18:49:27 +02:00
Vladimír Čunát
ad141fcbcb
rav1e: fix meta.homepage evaluation
It was broken by e3fa38ec1.
2020-06-13 17:15:25 +02:00
Michael Weiss
e3fa38ec16
rav1e: 0.3.2 -> 0.3.3
The Cargo.lock file is not included in the master branch but it is
currently added for the releases (e.g. [0]). Since the GitHub deploy
action currently fails for other reasons [1] we should use the
Cargo.lock from the repository instead.

[0]: 80573d2bf7
[1]: https://github.com/xiph/rav1e/issues/2373
2020-06-13 15:22:42 +02:00
Michael Weiss
4d0d0b8dd1
rav1e: 0.3.1 -> 0.3.2 2020-05-29 21:34:51 +02:00
Benjamin Hipple
3dcdededf6 rav1e: upgrade cargo fetcher and cargoSha256 2020-03-08 22:27:42 -04:00
Michael Weiss
c852f024cc
rav1e: 0.3.0 -> 0.3.1
Changelog: https://github.com/xiph/rav1e/releases/tag/v0.3.1
2020-02-20 11:24:54 +01:00
Benjamin Hipple
eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
Michael Weiss
27c0b18970
rav1e: 0.2.1 -> 0.3.0
Changelog: https://github.com/xiph/rav1e/releases/tag/v0.3.0
2020-02-07 16:03:19 +01:00
Michael Weiss
1c7c1e0529
rav1e: 0.2.0 -> 0.2.1
Changelog: https://github.com/xiph/rav1e/releases/tag/v0.2.1
2020-01-04 20:41:21 +01:00
Michael Weiss
fa09b64bc0
rav1e: init at 0.2.0 2019-12-19 14:04:09 +01:00