extra/libheif to 1.17.1-1

This commit is contained in:
Kevin Mihelich 2023-10-23 18:35:16 +00:00
parent 390402d3c0
commit 3f15ee56d8
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = libheif
pkgdesc = An HEIF and AVIF file format decoder and encoder
pkgver = 1.17.0
pkgver = 1.17.1
pkgrel = 1
url = https://github.com/strukturag/libheif
arch = x86_64
@ -23,7 +23,7 @@ pkgbase = libheif
optdepends = dav1d: dav1d encoder
optdepends = rav1e: rav1e encoder
optdepends = svt-av1: svt-av1 encoder
source = https://github.com/strukturag/libheif/releases/download/v1.17.0/libheif-1.17.0.tar.gz
sha256sums = c86661e9ef9c43ad8de9d2b38b7b508df5322580b24d22fc25a977e7fdb26f3c
source = https://github.com/strukturag/libheif/releases/download/v1.17.1/libheif-1.17.1.tar.gz
sha256sums = 97d74c58a346887c1bbf98dcf0322c13b728286153d0f1be2b350f7107e49dba
pkgname = libheif

View file

@ -5,7 +5,7 @@
# - remove make/opt depends on svt-av1, -DWITH_SvtEnc=OFF
pkgname=libheif
pkgver=1.17.0
pkgver=1.17.1
pkgrel=1
pkgdesc='An HEIF and AVIF file format decoder and encoder'
arch=(x86_64)
@ -28,7 +28,7 @@ optdepends=('libjpeg: for heif-convert and heif-enc'
'dav1d: dav1d encoder'
'rav1e: rav1e encoder')
source=(https://github.com/strukturag/libheif/releases/download/v$pkgver/libheif-$pkgver.tar.gz)
sha256sums=('c86661e9ef9c43ad8de9d2b38b7b508df5322580b24d22fc25a977e7fdb26f3c')
sha256sums=('97d74c58a346887c1bbf98dcf0322c13b728286153d0f1be2b350f7107e49dba')
build() {
cmake -B build -S $pkgname-$pkgver \