extra/libheif to 1.19.5-1

This commit is contained in:
Kevin Mihelich 2024-11-20 02:25:44 +00:00
parent 820770c346
commit 5ce036d371
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.3
pkgver = 1.19.5
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.3
sha256sums = 0a521942091745f8a3377a94205b91bd2e4e51bf299ec86ff1e13897aacd46d5
source = git+https://github.com/strukturag/libheif#tag=v1.19.5
sha256sums = 321c30e21eb2c28748df227b852916656b6bb9786e7c4cb4cfc6df29dfa73c0d
pkgname = libheif

View file

@ -5,7 +5,7 @@
# - remove make/opt depends on svt-av1, -DWITH_SvtEnc=OFF
pkgname=libheif
pkgver=1.19.3
pkgver=1.19.5
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=('0a521942091745f8a3377a94205b91bd2e4e51bf299ec86ff1e13897aacd46d5')
sha256sums=('321c30e21eb2c28748df227b852916656b6bb9786e7c4cb4cfc6df29dfa73c0d')
build() {
CXXFLAGS+=" -Wno-error=stringop-overflow"