extra/libheif to 1.19.3-1

This commit is contained in:
Kevin Mihelich 2024-11-12 12:25:04 +00:00
parent e78f6914dd
commit a274bba270
2 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
pkgbase = libheif
pkgdesc = An HEIF and AVIF file format decoder and encoder
pkgver = 1.19.2
pkgrel = 2
pkgver = 1.19.3
pkgrel = 1
url = https://github.com/strukturag/libheif
arch = x86_64
license = GPL3
@ -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.2
sha256sums = edd45429bf2ce428cfe8082f8879d27633b77435c3cd073c7a23e2525121368d
source = git+https://github.com/strukturag/libheif#tag=v1.19.3
sha256sums = 0a521942091745f8a3377a94205b91bd2e4e51bf299ec86ff1e13897aacd46d5
pkgname = libheif

View file

@ -5,8 +5,8 @@
# - remove make/opt depends on svt-av1, -DWITH_SvtEnc=OFF
pkgname=libheif
pkgver=1.19.2
pkgrel=2
pkgver=1.19.3
pkgrel=1
pkgdesc='An HEIF and AVIF file format decoder and encoder'
arch=(x86_64)
url='https://github.com/strukturag/libheif'
@ -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=('edd45429bf2ce428cfe8082f8879d27633b77435c3cd073c7a23e2525121368d')
sha256sums=('0a521942091745f8a3377a94205b91bd2e4e51bf299ec86ff1e13897aacd46d5')
build() {
CXXFLAGS+=" -Wno-error=stringop-overflow"