summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornathanielcwm2020-07-23 10:57:31 +0800
committernathanielcwm2020-07-23 10:57:31 +0800
commitfb6e1e4cf1fbd43197a5192f125953ce0d30037c (patch)
tree0a395f8fb94f2622ca6756ec6d58a6204b7c0d15
parentcaae327a666e7f7e2ed96f78b1606d81421432a2 (diff)
downloadaur-fb6e1e4cf1fbd43197a5192f125953ce0d30037c.tar.gz
Bump to 1.11 and update depends
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD13
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48c51f123888..1bfac5824a9e 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.r241.gf17f17a
+ pkgver = 1.11.r14.g0d47152
pkgrel = 1
url = https://github.com/master-of-zen/Av1an
arch = any
@@ -10,17 +10,18 @@ pkgbase = python-av1an-git
depends = python>=3.6.0
depends = python-numpy
depends = python-scenedetect
- depends = ffmpeg
depends = python-opencv-python
depends = python-tqdm
depends = python-psutil
depends = python-scipy
depends = python-matplotlib
- optdepends = aom: AOMENC encoder support
+ depends = ffmpeg
+ depends = aom
optdepends = svt-av1: SVT-AV1 encoder support
optdepends = rav1e: rav1e encoder support
optdepends = libvpx: vpx encoder support
optdepends = vmaf: VMAF calculation support
+ optdepends = x265: x265 encoder support
provides = python-av1an
conflicts = python-av1an
source = git+https://github.com/master-of-zen/Av1an.git
diff --git a/PKGBUILD b/PKGBUILD
index 890df061d368..038c8be30bed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,21 @@
# Maintainer: Nathaniel Chin <thegamingorangutans+aur at gmail.com>
pkgname=python-av1an-git
-pkgver=1.10.r241.gf17f17a
+pkgver=1.11.r14.g0d47152
pkgrel=1
pkgdesc='A cross-platform all-in-one tool for streamlining AV1 encoding'
arch=('any')
url='https://github.com/master-of-zen/Av1an'
license=('GPL3')
makedepends=('python-setuptools' 'git')
-depends=('python>=3.6.0' 'python-numpy' 'python-scenedetect' 'ffmpeg' 'python-opencv-python'
- 'python-tqdm' 'python-psutil' 'python-scipy' 'python-matplotlib')
-optdepends=('aom: AOMENC encoder support'
- 'svt-av1: SVT-AV1 encoder support'
+depends=('python>=3.6.0' 'python-numpy' 'python-scenedetect' 'python-opencv-python'
+ 'python-tqdm' 'python-psutil' 'python-scipy' 'python-matplotlib'
+ 'ffmpeg' 'aom')
+optdepends=('svt-av1: SVT-AV1 encoder support'
'rav1e: rav1e encoder support'
'libvpx: vpx encoder support'
- 'vmaf: VMAF calculation support')
+ 'vmaf: VMAF calculation support'
+ 'x265: x265 encoder support')
provides=('python-av1an')
conflicts=('python-av1an')
source=("git+https://github.com/master-of-zen/Av1an.git")