extra/libavif to 1.0.4-4

This commit is contained in:
Kevin Mihelich 2024-06-29 23:30:51 +00:00
parent 396ed739d0
commit 9aa5554b0a
2 changed files with 8 additions and 4 deletions

View file

@ -1,13 +1,14 @@
pkgbase = libavif pkgbase = libavif
pkgdesc = Library for encoding and decoding .avif files pkgdesc = Library for encoding and decoding .avif files
pkgver = 1.0.4 pkgver = 1.0.4
pkgrel = 3 pkgrel = 4
url = https://github.com/AOMediaCodec/libavif url = https://github.com/AOMediaCodec/libavif
arch = x86_64 arch = x86_64
license = LicenseRef-libavif license = LicenseRef-libavif
makedepends = cmake makedepends = cmake
makedepends = nasm
makedepends = gdk-pixbuf2 makedepends = gdk-pixbuf2
makedepends = nasm
makedepends = pandoc-cli
depends = glibc depends = glibc
depends = aom depends = aom
depends = dav1d depends = dav1d

View file

@ -4,16 +4,19 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org> # ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - remove depends on svt-av1 # - remove depends on svt-av1
# - set -DAVIF_CODEC_SVT=OFF # - set -DAVIF_CODEC_SVT=OFF
# - remove makedepends on pandoc-cli, don't set -DAVIF_BUILD_MAN_PAGES=ON
pkgname=libavif pkgname=libavif
pkgver=1.0.4 pkgver=1.0.4
pkgrel=3 pkgrel=4
pkgdesc="Library for encoding and decoding .avif files" pkgdesc="Library for encoding and decoding .avif files"
arch=(x86_64) arch=(x86_64)
url="https://github.com/AOMediaCodec/libavif" url="https://github.com/AOMediaCodec/libavif"
license=(LicenseRef-libavif) license=(LicenseRef-libavif)
depends=(glibc aom dav1d librav1e.so libpng libjpeg libyuv libwebp) 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) source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
sha256sums=('dc56708c83a4b934a8af2b78f67f866ba2fb568605c7cf94312acf51ee57d146') sha256sums=('dc56708c83a4b934a8af2b78f67f866ba2fb568605c7cf94312acf51ee57d146')