* update rav1e to 0.6.3-1
This commit is contained in:
parent
3497911e97
commit
1e593def80
@ -1,12 +1,13 @@
|
|||||||
|
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
|
||||||
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
|
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
|
||||||
# Contributor: Daniel Bermond <dbermond@archlinux.org>
|
# Contributor: Daniel Bermond <dbermond@archlinux.org>
|
||||||
# Contributor: Chocobo1 <chocobo1@archlinux.net>
|
# Contributor: Chocobo1 <chocobo1@archlinux.net>
|
||||||
|
|
||||||
pkgname=rav1e
|
pkgname=rav1e
|
||||||
pkgver=0.6.1
|
pkgver=0.6.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='An AV1 encoder focused on speed and safety'
|
pkgdesc='An AV1 encoder focused on speed and safety'
|
||||||
arch=(x86_64 powerpc64le powerpc riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
url=https://github.com/xiph/rav1e/
|
url=https://github.com/xiph/rav1e/
|
||||||
license=(BSD)
|
license=(BSD)
|
||||||
depends=(
|
depends=(
|
||||||
@ -19,17 +20,15 @@ makedepends=(
|
|||||||
git
|
git
|
||||||
rust
|
rust
|
||||||
)
|
)
|
||||||
makedepends_x86_64=(
|
makedepends_x86_64=(nasm)
|
||||||
nasm
|
|
||||||
)
|
|
||||||
provides=(librav1e.so)
|
provides=(librav1e.so)
|
||||||
_tag=0fb96baa0a8c2a539ad0c148b6b2f9cfed37707a
|
_tag=bc155a5801a0d402b16cd42ca1392168d299b70b
|
||||||
source=(
|
source=(
|
||||||
git+https://github.com/xiph/rav1e.git#tag=${_tag}
|
git+https://github.com/xiph/rav1e.git#tag=${_tag}
|
||||||
Cargo-rav1e-${pkgver}.lock::https://github.com/xiph/rav1e/releases/download/v${pkgver}/Cargo.lock
|
Cargo-rav1e-${pkgver}.lock::https://github.com/xiph/rav1e/releases/download/v${pkgver}/Cargo.lock
|
||||||
)
|
)
|
||||||
b2sums=('SKIP'
|
b2sums=('SKIP'
|
||||||
'6996c71a299ebcb5d3e4b2b4a3b46d0b14ce9ca1668cbf3d867669ddb798a7a038739b81db5b2816942f8207260658478f93d68b206735d129222a109e2f64f8')
|
'8a4c208534dcc2b6f272eb154aad5b01767b6d09c82735109646173efdda5cf4ed2d4775d437af5aa70cbc3e937d4f5c55eac4738c52441c3fdec7ee7e65ac38')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd rav1e
|
cd rav1e
|
||||||
|
Loading…
x
Reference in New Issue
Block a user