* update libavif to 1.1.1-2

This commit is contained in:
Alexander Baldeck 2024-10-09 08:53:19 +02:00
parent 60b22cdd93
commit e075d873d5
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
pkgbase = libavif pkgbase = libavif
pkgdesc = Library for encoding and decoding .avif files pkgdesc = Library for encoding and decoding .avif files
pkgver = 1.1.1 pkgver = 1.1.1
pkgrel = 1 pkgrel = 2
url = https://github.com/AOMediaCodec/libavif url = https://github.com/AOMediaCodec/libavif
arch = x86_64 arch = x86_64
arch = powerpc64le arch = powerpc64le
@ -18,7 +18,7 @@ pkgbase = libavif
depends = librav1e.so depends = librav1e.so
depends = svt-av1 depends = svt-av1
depends = libpng depends = libpng
depends = libjpeg depends = libjpeg-turbo
depends = libyuv depends = libyuv
depends = libwebp depends = libwebp
source = git+https://github.com/AOMediaCodec/libavif#tag=v1.1.1 source = git+https://github.com/AOMediaCodec/libavif#tag=v1.1.1

View File

@ -3,12 +3,12 @@
pkgname=libavif pkgname=libavif
pkgver=1.1.1 pkgver=1.1.1
pkgrel=1 pkgrel=2
pkgdesc="Library for encoding and decoding .avif files" pkgdesc="Library for encoding and decoding .avif files"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/AOMediaCodec/libavif" url="https://github.com/AOMediaCodec/libavif"
license=(LicenseRef-libavif) license=(LicenseRef-libavif)
depends=(glibc aom dav1d librav1e.so svt-av1 libpng libjpeg libyuv libwebp) depends=(glibc aom dav1d librav1e.so svt-av1 libpng libjpeg-turbo libyuv libwebp)
makedepends=(cmake makedepends=(cmake
gdk-pixbuf2 gdk-pixbuf2
git) git)