mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/libavif to 0.11.1-1
This commit is contained in:
parent
57560c8ec9
commit
20227f7768
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@
|
|||
# - set -DAVIF_CODEC_SVT=OFF
|
||||
|
||||
pkgname=libavif
|
||||
pkgver=0.10.1
|
||||
pkgrel=2
|
||||
pkgver=0.11.1
|
||||
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=('66e82854ceb84a3e542bc140a343bc90e56c68f3ecb4fff63e636c136ed9a05e')
|
||||
sha256sums=('0eb49965562a0e5e5de58389650d434cff32af84c34185b6c9b7b2fccae06d4e')
|
||||
|
||||
build() {
|
||||
cmake -B build -S ${pkgname}-${pkgver} \
|
||||
|
|
Loading…
Reference in a new issue