extra/libavif to 1.0.2-1

This commit is contained in:
David Beauchamp 2023-11-17 08:20:54 -05:00
parent 17ea9f748f
commit f8803c3133
2 changed files with 7 additions and 7 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.0.1 pkgver = 1.0.2
pkgrel = 4 pkgrel = 1
url = https://github.com/AOMediaCodec/libavif url = https://github.com/AOMediaCodec/libavif
arch = x86_64 arch = x86_64
license = BSD license = BSD
@ -17,7 +17,7 @@ pkgbase = libavif
depends = libpng depends = libpng
depends = libjpeg depends = libjpeg
depends = libyuv depends = libyuv
source = https://github.com/AOMediaCodec/libavif/archive/v1.0.1/libavif-1.0.1.tar.gz source = https://github.com/AOMediaCodec/libavif/archive/v1.0.2/libavif-1.0.2.tar.gz
sha256sums = 398fe7039ce35db80fe7da8d116035924f2c02ea4a4aa9f4903df6699287599c sha256sums = de8bf79488c5b523b77358df8b85ae69c3078e6b3f1636fc1f313f952269ad20
pkgname = libavif pkgname = libavif

View file

@ -5,8 +5,8 @@
# - set -DAVIF_CODEC_SVT=OFF # - set -DAVIF_CODEC_SVT=OFF
pkgname=libavif pkgname=libavif
pkgver=1.0.1 pkgver=1.0.2
pkgrel=4 pkgrel=1
pkgdesc="Library for encoding and decoding .avif files" pkgdesc="Library for encoding and decoding .avif files"
arch=(x86_64) arch=(x86_64)
url="https://github.com/AOMediaCodec/libavif" url="https://github.com/AOMediaCodec/libavif"
@ -14,7 +14,7 @@ license=(BSD)
depends=(glibc aom dav1d librav1e.so libpng libjpeg libyuv) depends=(glibc aom dav1d librav1e.so libpng libjpeg libyuv)
makedepends=(cmake nasm pkgconf gdk-pixbuf2) makedepends=(cmake nasm pkgconf gdk-pixbuf2)
source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz) source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
sha256sums=('398fe7039ce35db80fe7da8d116035924f2c02ea4a4aa9f4903df6699287599c') sha256sums=('de8bf79488c5b523b77358df8b85ae69c3078e6b3f1636fc1f313f952269ad20')
build() { build() {
cmake -B build -S ${pkgname}-${pkgver} \ cmake -B build -S ${pkgname}-${pkgver} \