Package Details: rav1e-git 0.7.1.r63.g38879ab5-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: BSD-2-Clause, LicenseRef-custom
Conflicts: rav1e
Provides: librav1e.so, rav1e
Submitter: Chocobo1
Maintainer: Chocobo1
Last Packager: Chocobo1
Votes: 7
Popularity: 0.000000
First Submitted: 2018-02-25 07:31 (UTC)
Last Updated: 2025-04-05 13:46 (UTC)

Dependencies (6)

Required by (27)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

jholmer commented on 2022-11-16 20:45 (UTC)

It may make sense to add a cargo update step before running cargo install. rav1e doesn't package a Cargo.lock file (even though I've been arguing for years that they should add one), as a result of this if your method of building this package caches its files, as most of them do, it will continually use old versions of dependencies based on whenever you first built the package. Running cargo update prior to this will bump all the deps to the latest patch version, which is what you would get if you ran a clean build as well.

superyu1337 commented on 2022-08-04 18:17 (UTC)

I see, nevermind then.

jholmer commented on 2022-08-04 18:14 (UTC)

AUR packages generally avoid including such optimizations, in order to attempt to keep binaries generic. You should add the target-cpu flag to your /etc/makepkg.conf instead.

superyu1337 commented on 2022-08-04 18:07 (UTC) (edited on 2022-08-04 18:11 (UTC) by superyu1337)

Using native optimization flags as specified in https://github.com/xiph/rav1e#target-specific-builds can increase performance. Would like to see this in this package.

Chocobo1 commented on 2020-09-16 13:32 (UTC)

Breaks with 0.4.0-alpha.

Thanks for reporting, fixed now.

aorth commented on 2020-09-16 13:21 (UTC)

Breaks with 0.4.0-alpha. I modified the PKGBUILD to use a dot instead of a dash in the generated version:

-  printf "%s.r%s.g%s" "$_tag" "$_rev" "$_hash" | sed 's/v//'
+  printf "%s.r%s.g%s" "${_tag/-/.}" "$_rev" "$_hash" | sed 's/v//'

Chocobo1 commented on 2020-07-18 04:40 (UTC)

Since ffmpeg now depends on rav1e, could you please add librav1e.so to provides?

Sure, done.

another commented on 2020-07-17 19:59 (UTC)

Since ffmpeg now depends on rav1e, could you please add librav1e.so to provides?

linkmauve commented on 2020-05-15 00:10 (UTC)

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 (UTC)

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)

Thanks! Fixed now.