summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathaniel Chin2020-06-07 21:29:58 +0800
committerNathaniel Chin2020-06-07 21:29:58 +0800
commit792272b702ee10816c429faddbb1c8e500eb25bc (patch)
treef9778a05ad7860618e439acc3f9a1b2a85ed0bc9
parentdba122429bf18fc6d5b5282f4d98c29a39e74e4b (diff)
downloadaur-792272b702ee10816c429faddbb1c8e500eb25bc.tar.gz
Add vmaf to depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9f4fda66ae9..c4cc01cc0c5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-av1an-git
pkgdesc = A cross-platform all-in-one tool for streamlining AV1 encoding
- pkgver = 1.10.r14.gce65e84
+ pkgver = 1.10.r44.g15896f0
pkgrel = 1
url = https://github.com/master-of-zen/Av1an
arch = any
@@ -20,6 +20,7 @@ pkgbase = python-av1an-git
optdepends = svt-av1: SVT-AV1 encoder support
optdepends = rav1e: rav1e encoder support
optdepends = libvpx: vpx encoder support
+ optdepends = vmaf: VMAF calculation support
provides = python-av1an
conflicts = python-av1an
source = git+https://github.com/master-of-zen/Av1an.git
diff --git a/PKGBUILD b/PKGBUILD
index 18676b6dbde0..8559b4e7acfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nathaniel Chin <thegamingorangutans+aur at gmail.com>
pkgname=python-av1an-git
-pkgver=1.10.r14.gce65e84
+pkgver=1.10.r44.g15896f0
pkgrel=1
pkgdesc='A cross-platform all-in-one tool for streamlining AV1 encoding'
arch=('any')
@@ -13,7 +13,8 @@ depends=('python>=3.6.0' 'python-numpy' 'python-scenedetect' 'ffmpeg' 'python-op
optdepends=('aom: AOMENC encoder support'
'svt-av1: SVT-AV1 encoder support'
'rav1e: rav1e encoder support'
- 'libvpx: vpx encoder support')
+ 'libvpx: vpx encoder support'
+ 'vmaf: VMAF calculation support')
provides=('python-av1an')
conflicts=('python-av1an')
source=("git+https://github.com/master-of-zen/Av1an.git")