mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/libheif to 1.17.6-1
This commit is contained in:
parent
3886366a8b
commit
e133f5d73f
2 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = libheif
|
pkgbase = libheif
|
||||||
pkgdesc = An HEIF and AVIF file format decoder and encoder
|
pkgdesc = An HEIF and AVIF file format decoder and encoder
|
||||||
pkgver = 1.17.5
|
pkgver = 1.17.6
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://github.com/strukturag/libheif
|
url = https://github.com/strukturag/libheif
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL3
|
license = GPL3
|
||||||
|
@ -25,7 +25,7 @@ pkgbase = libheif
|
||||||
optdepends = ffmpeg: hardware decode
|
optdepends = ffmpeg: hardware decode
|
||||||
optdepends = rav1e: rav1e encoder
|
optdepends = rav1e: rav1e encoder
|
||||||
optdepends = svt-av1: svt-av1 encoder
|
optdepends = svt-av1: svt-av1 encoder
|
||||||
source = https://github.com/strukturag/libheif/releases/download/v1.17.5/libheif-1.17.5.tar.gz
|
source = https://github.com/strukturag/libheif/releases/download/v1.17.6/libheif-1.17.6.tar.gz
|
||||||
sha256sums = 38ab01938ef419dbebb98346dc0b1c8bb503a0449ea61a0e409a988786c2af5b
|
sha256sums = 8390baf4913eda0a183e132cec62b875fb2ef507ced5ddddc98dfd2f17780aee
|
||||||
|
|
||||||
pkgname = libheif
|
pkgname = libheif
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
# - remove make/opt depends on svt-av1, -DWITH_SvtEnc=OFF
|
# - remove make/opt depends on svt-av1, -DWITH_SvtEnc=OFF
|
||||||
|
|
||||||
pkgname=libheif
|
pkgname=libheif
|
||||||
pkgver=1.17.5
|
pkgver=1.17.6
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='An HEIF and AVIF file format decoder and encoder'
|
pkgdesc='An HEIF and AVIF file format decoder and encoder'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url='https://github.com/strukturag/libheif'
|
url='https://github.com/strukturag/libheif'
|
||||||
|
@ -30,7 +30,7 @@ optdepends=('libjpeg: for heif-convert and heif-enc'
|
||||||
'ffmpeg: hardware decode'
|
'ffmpeg: hardware decode'
|
||||||
'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=('38ab01938ef419dbebb98346dc0b1c8bb503a0449ea61a0e409a988786c2af5b')
|
sha256sums=('8390baf4913eda0a183e132cec62b875fb2ef507ced5ddddc98dfd2f17780aee')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cmake -B build -S $pkgname-$pkgver \
|
cmake -B build -S $pkgname-$pkgver \
|
||||||
|
|
Loading…
Reference in a new issue