extra/libheif to 1.18.1-1

This commit is contained in:
Kevin Mihelich 2024-07-23 11:31:51 +00:00
parent e28ebf4a82
commit af67384754
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.18.0
pkgver = 1.18.1
pkgrel = 1
url = https://github.com/strukturag/libheif
arch = x86_64
@ -26,7 +26,7 @@ pkgbase = libheif
optdepends = rav1e: rav1e encoder
optdepends = svt-av1: svt-av1 encoder
provides = libheif.so
source = https://github.com/strukturag/libheif/releases/download/v1.18.0/libheif-1.18.0.tar.gz
sha256sums = 3f25f516d84401d7c22a24ef313ae478781b95f235c250b06152701c401055c3
source = https://github.com/strukturag/libheif/releases/download/v1.18.1/libheif-1.18.1.tar.gz
sha256sums = 8702564b0f288707ea72b260b3bf4ba9bf7abfa7dac01353def3a86acd6bbb76
pkgname = libheif

View file

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