mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/libavif to 0.9.2-1
This commit is contained in:
parent
d1490c9a54
commit
355e6b1ab6
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
# - set -DAVIF_CODEC_SVT=OFF
|
||||
|
||||
pkgname=libavif
|
||||
pkgver=0.9.1
|
||||
pkgver=0.9.2
|
||||
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=('8526f3fff34a05a51d7c703cdcf1d0d38c939b5b6dd4bb7d3a3405ddad88186c')
|
||||
sha256sums=('d6607d654adc40a392da83daa72a4ff802cd750c045a68131c9305639c10fc5c')
|
||||
|
||||
build() {
|
||||
cmake -B build -S ${pkgname}-${pkgver} \
|
||||
|
|
Loading…
Reference in a new issue