1 # Maintainer: Maxime Gauduin <alucryd@archlinux.org>
2 # Contributor: Daniel Bermond <dbermond@archlinux.org>
3 # Contributor: Chocobo1 <chocobo1@archlinux.net>
8 pkgdesc='An AV1 encoder focused on speed and safety'
10 url=https://github.com/xiph/rav1e/
22 provides=(librav1e.so)
23 _tag=1aff20cd23f718866ae7460e866f8d60b41f4422
25 git+https://github.com/xiph/rav1e.git#tag=${_tag}
26 https://github.com/xiph/rav1e/releases/download/v${pkgver}/Cargo.lock
29 '6baeb4e72ee86dd4c3d6c9acfcfac6a2e58a580101eb181daced09199a136868')
33 git describe --tags | sed 's/^v//'
37 cp -f Cargo.lock rav1e/
40 --manifest-path rav1e/Cargo.toml
47 --manifest-path rav1e/Cargo.toml
52 --manifest-path rav1e/Cargo.toml
59 --manifest-path rav1e/Cargo.toml
70 --root "${pkgdir}"/usr
76 install -Dm 644 LICENSE PATENTS -t "${pkgdir}"/usr/share/licenses/rav1e/