mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/libavif to 1.0.4-4
This commit is contained in:
parent
396ed739d0
commit
9aa5554b0a
2 changed files with 8 additions and 4 deletions
|
@ -1,13 +1,14 @@
|
|||
pkgbase = libavif
|
||||
pkgdesc = Library for encoding and decoding .avif files
|
||||
pkgver = 1.0.4
|
||||
pkgrel = 3
|
||||
pkgrel = 4
|
||||
url = https://github.com/AOMediaCodec/libavif
|
||||
arch = x86_64
|
||||
license = LicenseRef-libavif
|
||||
makedepends = cmake
|
||||
makedepends = nasm
|
||||
makedepends = gdk-pixbuf2
|
||||
makedepends = nasm
|
||||
makedepends = pandoc-cli
|
||||
depends = glibc
|
||||
depends = aom
|
||||
depends = dav1d
|
||||
|
|
|
@ -4,16 +4,19 @@
|
|||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - remove depends on svt-av1
|
||||
# - set -DAVIF_CODEC_SVT=OFF
|
||||
# - remove makedepends on pandoc-cli, don't set -DAVIF_BUILD_MAN_PAGES=ON
|
||||
|
||||
pkgname=libavif
|
||||
pkgver=1.0.4
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Library for encoding and decoding .avif files"
|
||||
arch=(x86_64)
|
||||
url="https://github.com/AOMediaCodec/libavif"
|
||||
license=(LicenseRef-libavif)
|
||||
depends=(glibc aom dav1d librav1e.so libpng libjpeg libyuv libwebp)
|
||||
makedepends=(cmake nasm gdk-pixbuf2)
|
||||
makedepends=(cmake
|
||||
gdk-pixbuf2
|
||||
nasm)
|
||||
source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
|
||||
sha256sums=('dc56708c83a4b934a8af2b78f67f866ba2fb568605c7cf94312acf51ee57d146')
|
||||
|
||||
|
|
Loading…
Reference in a new issue