summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 809d5faa30bf..451330ffe235 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.12.r265.g006d919
+ pkgver = 1.12.r317.g51cb13c
pkgrel = 1
url = https://github.com/master-of-zen/Av1an
arch = any
@@ -25,6 +25,7 @@ pkgbase = python-av1an-git
optdepends = svt-vp9: SVT-VP9 encoder support
optdepends = vmaf: VMAF calculation support
optdepends = x265: x265 encoder support
+ optdepends = x264: x264 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 3f8d5f9375c8..178b2af89677 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nathaniel Chin <thegamingorangutans+aur at gmail.com>
pkgname=python-av1an-git
-pkgver=1.12.r265.g006d919
+pkgver=1.12.r317.g51cb13c
pkgrel=1
pkgdesc='A cross-platform all-in-one tool for streamlining AV1 encoding'
arch=('any')
@@ -16,7 +16,9 @@ optdepends=('svt-av1: SVT-AV1 encoder support'
'libvpx: vpx encoder support'
'svt-vp9: SVT-VP9 encoder support'
'vmaf: VMAF calculation support'
- 'x265: x265 encoder support')
+ 'x265: x265 encoder support'
+ 'x264: x264 encoder support'
+ )
provides=('python-av1an')
conflicts=('python-av1an')
source=("git+https://github.com/master-of-zen/Av1an.git")