Search Criteria
Package Details: rav1e-git 0.4.0.alpha.r20.g115f6e19-1
Git Clone URL: | https://aur.archlinux.org/rav1e-git.git (read-only, click to copy) |
---|---|
Package Base: | rav1e-git |
Description: | The fastest and safest AV1 encoder |
Upstream URL: | https://github.com/xiph/rav1e |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Chocobo1 |
Maintainer: | Chocobo1 |
Last Packager: | Chocobo1 |
Votes: | 7 |
Popularity: | 0.000466 |
First Submitted: | 2018-02-25 07:31 |
Last Updated: | 2020-10-09 17:05 |
Dependencies (5)
- gcc-libs (gcc-libs-multilib-x32, fastgcc, gcc-libs-multilib-git, gcc-libs-git)
- cargo-c (cargo-c-git) (make)
- git (git-git) (make)
- nasm (nasm-git) (make)
- rust (rust-i586-git, rust-git, rust-mrustc, rust-bin, rustup-git, rust-nightly, rust-nightly-bin, rust-wasm, rustup) (make)
Required by (19)
- ffmpeg-amd-full (requires rav1e)
- ffmpeg-amd-full-git (requires rav1e)
- ffmpeg-decklink (requires librav1e.so)
- ffmpeg-full (requires rav1e)
- ffmpeg-full-git (requires rav1e)
- ffmpeg-full-git-hardened (requires rav1e)
- ffmpeg-git (requires librav1e.so)
- ffmpeg-gl-transition (requires librav1e.so)
- ffmpeg-intel-full-git (requires rav1e)
- ffmpeg-libfdk_aac (requires librav1e.so)
- ffmpeg-ndi (requires librav1e.so)
- ffmpeg-nocuda (requires librav1e.so)
- ffmpeg-nox-git (requires librav1e.so)
- ffmpeg-svt-av1-git (requires librav1e.so)
- ffmpeg-svt-vp9-git (requires librav1e.so)
- libavif-git (requires rav1e)
- libheif-git (requires rav1e)
- python-av1an (requires rav1e) (optional)
- python-av1an-git (requires rav1e) (optional)
Latest Comments
1 2 Next › Last »
Chocobo1 commented on 2020-09-16 13:32
Thanks for reporting, fixed now.
aorth commented on 2020-09-16 13:21
Breaks with 0.4.0-alpha. I modified the PKGBUILD to use a dot instead of a dash in the generated version:
Chocobo1 commented on 2020-07-18 04:40
Sure, done.
another commented on 2020-07-17 19:59
Since ffmpeg now depends on rav1e, could you please add librav1e.so to provides?
linkmauve commented on 2020-05-15 00:10
Hi, cargo-c is now in community, you can add it to makedepends and stop building it. :)
Chocobo1 commented on 2020-03-23 13:59
Thanks! Fixed now.
toggleton commented on 2020-03-23 13:02
error: The subcommand 'install' wasn't recognized
changing in line 46
"$srcdir/bin/cargo-cinstall" install
to"$srcdir/bin/cargo-cinstall" cinstall
does work. I think cargo-c v0.6.0 did break that(same with rav1e 0.3.1-1)
gmes78 commented on 2020-01-23 04:06
I'm using the Rust nightlies, maybe it's because of that. This file is also mentioned in the Rust packaging guidelines.
Chocobo1 commented on 2020-01-23 03:54
I see no such file on my builds, where does it come from?
gmes78 commented on 2020-01-23 00:29
/usr/.crates2.json
should be removed from the package. I also suggest passing the-f
flag to rm, so that if/usr/.crates2.json
(or/usr/.crates.toml
) isn't there, the build doesn't fail.