community/libavif to 0.10.1-1

This commit is contained in:
Kevin Mihelich 2022-05-06 18:06:53 +00:00
parent 8c42571415
commit 60086db40f

View file

@ -5,7 +5,7 @@
# - set -DAVIF_CODEC_SVT=OFF
pkgname=libavif
pkgver=0.9.3
pkgver=0.10.1
pkgrel=1
pkgdesc="Library for encoding and decoding .avif files"
arch=(x86_64)
@ -14,7 +14,7 @@ license=(BSD)
depends=(glibc aom dav1d rav1e zlib libpng libjpeg libyuv)
makedepends=(cmake nasm pkgconf gdk-pixbuf2)
source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
sha256sums=('bcd9a1f57f982a9615eb7e2faf87236dc88eb1d0c886f3471c7440ead605060d')
sha256sums=('66e82854ceb84a3e542bc140a343bc90e56c68f3ecb4fff63e636c136ed9a05e')
build() {
cmake -B build -S ${pkgname}-${pkgver} \