mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/libheif to 1.18.2-1
This commit is contained in:
parent
fce7e55326
commit
dfeb27e01a
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = libheif
|
||||
pkgdesc = An HEIF and AVIF file format decoder and encoder
|
||||
pkgver = 1.18.1
|
||||
pkgver = 1.18.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/strukturag/libheif
|
||||
arch = x86_64
|
||||
|
@ -26,7 +26,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.1/libheif-1.18.1.tar.gz
|
||||
sha256sums = 8702564b0f288707ea72b260b3bf4ba9bf7abfa7dac01353def3a86acd6bbb76
|
||||
source = https://github.com/strukturag/libheif/releases/download/v1.18.2/libheif-1.18.2.tar.gz
|
||||
sha256sums = c4002a622bec9f519f29d84bfdc6024e33fd67953a5fb4dc2c2f11f67d5e45bf
|
||||
|
||||
pkgname = libheif
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# - remove make/opt depends on svt-av1, -DWITH_SvtEnc=OFF
|
||||
|
||||
pkgname=libheif
|
||||
pkgver=1.18.1
|
||||
pkgver=1.18.2
|
||||
pkgrel=1
|
||||
pkgdesc='An HEIF and AVIF file format decoder and encoder'
|
||||
arch=(x86_64)
|
||||
|
@ -33,7 +33,7 @@ optdepends=('libjpeg: for heif-convert and heif-enc'
|
|||
source=(
|
||||
https://github.com/strukturag/libheif/releases/download/v$pkgver/libheif-$pkgver.tar.gz
|
||||
)
|
||||
sha256sums=('8702564b0f288707ea72b260b3bf4ba9bf7abfa7dac01353def3a86acd6bbb76')
|
||||
sha256sums=('c4002a622bec9f519f29d84bfdc6024e33fd67953a5fb4dc2c2f11f67d5e45bf')
|
||||
|
||||
build() {
|
||||
cmake -B build -S $pkgname-$pkgver \
|
||||
|
|
Loading…
Reference in a new issue