summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2021-02-02 05:19:28 -0500
committerPatrick Northon2021-02-02 05:19:28 -0500
commitf6fb28acd8d2fceae3007a023f612a8e25705079 (patch)
treee8c6ab56c1ddc40d31a4acdeafb13e5f51149cd8
parent4ad3b3148ff9505cb7c165fcacd513d484c693ef (diff)
downloadaur-f6fb28acd8d2fceae3007a023f612a8e25705079.tar.gz
Add rav1e dependency.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46cfaff59846..92a1e7be32d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-libheif
pkgdesc = HEIF file format decoder and encoder. (mingw-w64)
pkgver = 1.11.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/strukturag/libheif
arch = any
license = LGPL
@@ -11,6 +11,7 @@ pkgbase = mingw-w64-libheif
depends = mingw-w64-libjpeg-turbo
depends = mingw-w64-aom
depends = mingw-w64-x265
+ depends = mingw-w64-rav1e
depends = mingw-w64-dav1d
options = !strip
options = !buildflags
diff --git a/PKGBUILD b/PKGBUILD
index 6395d1447d11..4de27644f61c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mingw-w64-libheif
pkgver=1.11.0
-pkgrel=2
+pkgrel=3
pkgdesc="HEIF file format decoder and encoder. (mingw-w64)"
url="https://github.com/strukturag/libheif"
license=("LGPL")
@@ -12,6 +12,7 @@ depends=(
"mingw-w64-libjpeg-turbo"
"mingw-w64-aom"
"mingw-w64-x265"
+ "mingw-w64-rav1e"
"mingw-w64-dav1d"
)
makedepends=("mingw-w64-cmake")