mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/libheif to 1.16.2-1
This commit is contained in:
parent
c809d8185e
commit
50fac4f8e8
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@
|
||||||
# - remove make/opt depends on svt-av1
|
# - remove make/opt depends on svt-av1
|
||||||
|
|
||||||
pkgname=libheif
|
pkgname=libheif
|
||||||
pkgver=1.16.1
|
pkgver=1.16.2
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='HEIF file format decoder and encoder'
|
pkgdesc='HEIF file format decoder and encoder'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url='https://github.com/strukturag/libheif'
|
url='https://github.com/strukturag/libheif'
|
||||||
|
@ -16,7 +16,7 @@ depends=(libde265 x265 aom dav1d)
|
||||||
optdepends=('libjpeg: for heif-convert and heif-enc' 'libpng: for heif-convert and heif-enc'
|
optdepends=('libjpeg: for heif-convert and heif-enc' 'libpng: for heif-convert and heif-enc'
|
||||||
'rav1e: rav1e encoder')
|
'rav1e: rav1e encoder')
|
||||||
source=(https://github.com/strukturag/libheif/releases/download/v$pkgver/libheif-$pkgver.tar.gz)
|
source=(https://github.com/strukturag/libheif/releases/download/v$pkgver/libheif-$pkgver.tar.gz)
|
||||||
sha256sums=('ac15b54b6d7c315710e156d119b8a1bfc89f29621e99222b2750b1f31c9c3558')
|
sha256sums=('7f97e4205c0bd9f9b8560536c8bd2e841d1c9a6d610401eb3eb87ed9cdfe78ea')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cmake -B build -S $pkgname-$pkgver\
|
cmake -B build -S $pkgname-$pkgver\
|
||||||
|
|
Loading…
Reference in a new issue