extra/libheif to 1.19.1-1

This commit is contained in:
David Beauchamp 2024-11-01 19:03:37 -04:00
parent fd3eb317bd
commit 0e5a38b88f
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.19.0
pkgver = 1.19.1
pkgrel = 1
url = https://github.com/strukturag/libheif
arch = x86_64
@ -27,7 +27,7 @@ pkgbase = libheif
optdepends = rav1e: rav1e encoder
optdepends = svt-av1: svt-av1 encoder
provides = libheif.so
source = git+https://github.com/strukturag/libheif#tag=v1.19.0
sha256sums = a662fd3a8459b51446176855d160d0cce90ae9d4b740d5018291fb1b00a060f0
source = git+https://github.com/strukturag/libheif#tag=v1.19.1
sha256sums = ec2fff5d5363d1dcfc80cd46730ff962012cfa3d1d9a627621c863e5101cfb29
pkgname = libheif

View file

@ -5,7 +5,7 @@
# - remove make/opt depends on svt-av1, -DWITH_SvtEnc=OFF
pkgname=libheif
pkgver=1.19.0
pkgver=1.19.1
pkgrel=1
pkgdesc='An HEIF and AVIF file format decoder and encoder'
arch=(x86_64)
@ -32,7 +32,7 @@ optdepends=('libjpeg-turbo: for heif-convert and heif-enc'
'ffmpeg: hardware decode'
'rav1e: rav1e encoder')
source=(git+https://github.com/strukturag/libheif#tag=v$pkgver)
sha256sums=('a662fd3a8459b51446176855d160d0cce90ae9d4b740d5018291fb1b00a060f0')
sha256sums=('ec2fff5d5363d1dcfc80cd46730ff962012cfa3d1d9a627621c863e5101cfb29')
build() {
cmake -B build -S $pkgname \