mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/libavif to 1.0.2-1
This commit is contained in:
parent
17ea9f748f
commit
f8803c3133
2 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = libavif
|
||||
pkgdesc = Library for encoding and decoding .avif files
|
||||
pkgver = 1.0.1
|
||||
pkgrel = 4
|
||||
pkgver = 1.0.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/AOMediaCodec/libavif
|
||||
arch = x86_64
|
||||
license = BSD
|
||||
|
@ -17,7 +17,7 @@ pkgbase = libavif
|
|||
depends = libpng
|
||||
depends = libjpeg
|
||||
depends = libyuv
|
||||
source = https://github.com/AOMediaCodec/libavif/archive/v1.0.1/libavif-1.0.1.tar.gz
|
||||
sha256sums = 398fe7039ce35db80fe7da8d116035924f2c02ea4a4aa9f4903df6699287599c
|
||||
source = https://github.com/AOMediaCodec/libavif/archive/v1.0.2/libavif-1.0.2.tar.gz
|
||||
sha256sums = de8bf79488c5b523b77358df8b85ae69c3078e6b3f1636fc1f313f952269ad20
|
||||
|
||||
pkgname = libavif
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
# - set -DAVIF_CODEC_SVT=OFF
|
||||
|
||||
pkgname=libavif
|
||||
pkgver=1.0.1
|
||||
pkgrel=4
|
||||
pkgver=1.0.2
|
||||
pkgrel=1
|
||||
pkgdesc="Library for encoding and decoding .avif files"
|
||||
arch=(x86_64)
|
||||
url="https://github.com/AOMediaCodec/libavif"
|
||||
|
@ -14,7 +14,7 @@ license=(BSD)
|
|||
depends=(glibc aom dav1d librav1e.so libpng libjpeg libyuv)
|
||||
makedepends=(cmake nasm pkgconf gdk-pixbuf2)
|
||||
source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
|
||||
sha256sums=('398fe7039ce35db80fe7da8d116035924f2c02ea4a4aa9f4903df6699287599c')
|
||||
sha256sums=('de8bf79488c5b523b77358df8b85ae69c3078e6b3f1636fc1f313f952269ad20')
|
||||
|
||||
build() {
|
||||
cmake -B build -S ${pkgname}-${pkgver} \
|
||||
|
|
Loading…
Reference in a new issue