mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/libavif to 0.9.0-1
This commit is contained in:
parent
d974803a57
commit
23afa48923
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@
|
|||
# - set -DAVIF_CODEC_SVT=OFF
|
||||
|
||||
pkgname=libavif
|
||||
pkgver=0.8.4
|
||||
pkgrel=2
|
||||
pkgver=0.9.0
|
||||
pkgrel=1
|
||||
pkgdesc="Library for encoding and decoding .avif files"
|
||||
arch=(x86_64)
|
||||
url="https://github.com/AOMediaCodec/libavif"
|
||||
|
@ -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=('116b46a9a497c6ef178c5a20b912d8ac02f888dc8c537e40b5d16700823a9b16')
|
||||
sha256sums=('ea1603fc18e7dd20cf01f0b405156576886ecb5df84db8c0e87187cd2f8a00f4')
|
||||
|
||||
build() {
|
||||
cmake -B build -S ${pkgname}-${pkgver} \
|
||||
|
|
Loading…
Reference in a new issue