mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/dav1d to 0.6.0-1
This commit is contained in:
parent
216d0729c2
commit
25f11ed421
1 changed files with 4 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
# - disable assembly on v5/v6
|
||||
|
||||
pkgname=dav1d
|
||||
pkgver=0.5.2
|
||||
pkgver=0.6.0
|
||||
pkgrel=1
|
||||
pkgdesc='AV1 cross-platform decoder focused on speed and correctness'
|
||||
url='https://code.videolan.org/videolan/dav1d/'
|
||||
|
@ -14,8 +14,10 @@ depends=('glibc' 'vulkan-icd-loader')
|
|||
makedepends=('meson' 'ninja' 'nasm' 'doxygen' 'vulkan-headers')
|
||||
provides=('libdav1d.so')
|
||||
source=(https://downloads.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc})
|
||||
sha512sums=('255e592256e47305921f8331f3ea7f9792e2c62b981f62a0ee05a342c3c1073ef4b469092252442c9d67294c0d69b03c127a49a73519aee0e37ab6d89e3000c3'
|
||||
sha512sums=('aeee206806642188839602c7040340052d8cff2168fd142516499da1718c497b3b6b45f96af2d543a0db8ef5d26acece6ac9bb6c6e00316fa222a2ea0554581c'
|
||||
'SKIP')
|
||||
b2sums=('152f948a89584d706b80f1334a3d430b3a97715365228bab24b610a5742ec07b371503cae18d8df83a40c85599aa9d8bf0fc181ea5c355bf0f9e1bf541f066cd'
|
||||
'SKIP')
|
||||
validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release Signing Key
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue