extra/libheif to 1.17.6-1

This commit is contained in:
Kevin Mihelich 2023-12-21 02:19:40 +00:00
parent 3886366a8b
commit e133f5d73f
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.17.5
pkgrel = 2
pkgver = 1.17.6
pkgrel = 1
url = https://github.com/strukturag/libheif
arch = x86_64
license = GPL3
@ -25,7 +25,7 @@ pkgbase = libheif
optdepends = ffmpeg: hardware decode
optdepends = rav1e: rav1e encoder
optdepends = svt-av1: svt-av1 encoder
source = https://github.com/strukturag/libheif/releases/download/v1.17.5/libheif-1.17.5.tar.gz
sha256sums = 38ab01938ef419dbebb98346dc0b1c8bb503a0449ea61a0e409a988786c2af5b
source = https://github.com/strukturag/libheif/releases/download/v1.17.6/libheif-1.17.6.tar.gz
sha256sums = 8390baf4913eda0a183e132cec62b875fb2ef507ced5ddddc98dfd2f17780aee
pkgname = libheif

View file

@ -5,8 +5,8 @@
# - remove make/opt depends on svt-av1, -DWITH_SvtEnc=OFF
pkgname=libheif
pkgver=1.17.5
pkgrel=2
pkgver=1.17.6
pkgrel=1
pkgdesc='An HEIF and AVIF file format decoder and encoder'
arch=(x86_64)
url='https://github.com/strukturag/libheif'
@ -30,7 +30,7 @@ optdepends=('libjpeg: for heif-convert and heif-enc'
'ffmpeg: hardware decode'
'rav1e: rav1e encoder')
source=(https://github.com/strukturag/libheif/releases/download/v$pkgver/libheif-$pkgver.tar.gz)
sha256sums=('38ab01938ef419dbebb98346dc0b1c8bb503a0449ea61a0e409a988786c2af5b')
sha256sums=('8390baf4913eda0a183e132cec62b875fb2ef507ced5ddddc98dfd2f17780aee')
build() {
cmake -B build -S $pkgname-$pkgver \