extra/libheif to 1.16.2-1

This commit is contained in:
Kevin Mihelich 2023-06-03 18:25:03 +00:00
parent c809d8185e
commit 50fac4f8e8

View file

@ -5,8 +5,8 @@
# - remove make/opt depends on svt-av1
pkgname=libheif
pkgver=1.16.1
pkgrel=2
pkgver=1.16.2
pkgrel=1
pkgdesc='HEIF file format decoder and encoder'
arch=(x86_64)
url='https://github.com/strukturag/libheif'
@ -16,7 +16,7 @@ depends=(libde265 x265 aom dav1d)
optdepends=('libjpeg: for heif-convert and heif-enc' 'libpng: for heif-convert and heif-enc'
'rav1e: rav1e encoder')
source=(https://github.com/strukturag/libheif/releases/download/v$pkgver/libheif-$pkgver.tar.gz)
sha256sums=('ac15b54b6d7c315710e156d119b8a1bfc89f29621e99222b2750b1f31c9c3558')
sha256sums=('7f97e4205c0bd9f9b8560536c8bd2e841d1c9a6d610401eb3eb87ed9cdfe78ea')
build() {
cmake -B build -S $pkgname-$pkgver\