mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/dav1d to 0.3.0-1
This commit is contained in:
parent
58ce5412e6
commit
b3a3a7be82
1 changed files with 5 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
# - disable assembly on v5/v6
|
||||
|
||||
pkgname=dav1d
|
||||
pkgver=0.2.1
|
||||
pkgver=0.3.0
|
||||
pkgrel=1
|
||||
pkgdesc='AV1 cross-platform decoder focused on speed and correctness'
|
||||
url='https://code.videolan.org/videolan/dav1d/'
|
||||
|
@ -13,8 +13,10 @@ license=('BSD')
|
|||
depends=('glibc')
|
||||
makedepends=('meson' 'ninja' 'nasm' 'doxygen')
|
||||
provides=('libdav1d.so')
|
||||
source=(${pkgname}-${pkgver}.tar.bz2::https://code.videolan.org/videolan/dav1d/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
|
||||
sha512sums=('38d0a9e639579bf2046d3afd7ba0d4205081d8e26955be0216acc84ee2adcc81c790c858932009965b61a66fc3df66ed6b14da9d0e61e2505418c17bc4b75004')
|
||||
source=(https://downloads.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc})
|
||||
sha512sums=('a1e5bc5d9aa6df5451346b65e8be634588003e24bd8f5f3c14687354c0783287aaf9c68059ef9edcfbb9c8865afaef15ac7bce72780113423f997b710a2eaa2f'
|
||||
'SKIP')
|
||||
validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release Signing Key
|
||||
|
||||
build() {
|
||||
cd ${pkgbase}-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue