extra/libheif to 1.19.0-1

This commit is contained in:
Kevin Mihelich 2024-10-31 23:16:49 +00:00
parent 20789c5f94
commit 611553ed83
2 changed files with 11 additions and 11 deletions

View file

@ -1,7 +1,7 @@
pkgbase = libheif
pkgdesc = An HEIF and AVIF file format decoder and encoder
pkgver = 1.18.2
pkgrel = 2
pkgver = 1.19.0
pkgrel = 1
url = https://github.com/strukturag/libheif
arch = x86_64
license = GPL3
@ -9,6 +9,7 @@ pkgbase = libheif
makedepends = dav1d
makedepends = ffmpeg
makedepends = gdk-pixbuf2
makedepends = git
makedepends = libjpeg-turbo
makedepends = libpng
makedepends = rav1e
@ -26,7 +27,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.2/libheif-1.18.2.tar.gz
sha256sums = c4002a622bec9f519f29d84bfdc6024e33fd67953a5fb4dc2c2f11f67d5e45bf
source = git+https://github.com/strukturag/libheif#tag=v1.19.0
sha256sums = a662fd3a8459b51446176855d160d0cce90ae9d4b740d5018291fb1b00a060f0
pkgname = libheif

View file

@ -5,8 +5,8 @@
# - remove make/opt depends on svt-av1, -DWITH_SvtEnc=OFF
pkgname=libheif
pkgver=1.18.2
pkgrel=2
pkgver=1.19.0
pkgrel=1
pkgdesc='An HEIF and AVIF file format decoder and encoder'
arch=(x86_64)
url='https://github.com/strukturag/libheif'
@ -16,6 +16,7 @@ makedepends=(cmake
dav1d
ffmpeg
gdk-pixbuf2
git
libjpeg-turbo
libpng
rav1e)
@ -30,13 +31,11 @@ optdepends=('libjpeg-turbo: for heif-convert and heif-enc'
'dav1d: dav1d encoder'
'ffmpeg: hardware decode'
'rav1e: rav1e encoder')
source=(
https://github.com/strukturag/libheif/releases/download/v$pkgver/libheif-$pkgver.tar.gz
)
sha256sums=('c4002a622bec9f519f29d84bfdc6024e33fd67953a5fb4dc2c2f11f67d5e45bf')
source=(git+https://github.com/strukturag/libheif#tag=v$pkgver)
sha256sums=('a662fd3a8459b51446176855d160d0cce90ae9d4b740d5018291fb1b00a060f0')
build() {
cmake -B build -S $pkgname-$pkgver \
cmake -B build -S $pkgname \
-DCMAKE_INSTALL_PREFIX=/usr \
-DWITH_DAV1D=ON \
-DWITH_RAV1E=ON \