summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornathanielcwm2020-04-08 04:53:07 +0800
committernathanielcwm2020-04-08 04:53:07 +0800
commitab36dcbe8d338255038d78e69100a2a11b0bb157 (patch)
tree8912a877d8ef0ec83fb4a648dfc01f4329e8c70d
parentfaa7ce137b834911474a2ebbc712fc3ff9597a89 (diff)
downloadaur-ab36dcbe8d338255038d78e69100a2a11b0bb157.tar.gz
Add avisynthplus to dependancies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d8e8102ac63..397c6f1f772c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -86,6 +86,7 @@ pkgbase = ffmpeg-amd-full-git
depends = libdrm
depends = libvdpau
depends = dav1d
+ depends = avisynthplus
depends = chromaprint-fftw
depends = codec2
depends = davs2
diff --git a/PKGBUILD b/PKGBUILD
index 9af46ec0d13b..4981c8d0ecc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,11 @@
-# Maintainer: Marko Korhonen <reekymarko at reekynet.com>
+# Maintainer: Nathaniel Chin <thegamingorangutans+aur at gmail.com>
+# Original: Daniel Bermond < gmail-com: danielbermond > https://aur.archlinux.org/packages/ffmpeg-full-git
+# Contributor: Marko Korhonen <reekymarko at reekynet.com>
+# Contributor: Bruno Filipe < gmail-com: bmilreu >
pkgname=ffmpeg-amd-full-git
_srcname=ffmpeg
-pkgver=4.3.r95223.ga27c0781dd
+pkgver=4.3.r97205.g3935c891e9
pkgrel=1
pkgdesc='Complete solution to record, convert and stream audio and video (all possible features for AMD; git version)'
arch=('i686' 'x86_64')
@@ -22,7 +25,7 @@ depends=(
'openal' 'ocl-icd' 'libgl' 'sndio' 'sdl2' 'vapoursynth' 'libxv' 'libx11'
'libxext' 'zlib' 'libomxil-bellagio' 'libva' 'libdrm' 'libvdpau' 'dav1d'
# AUR:
- 'chromaprint-fftw' 'codec2' 'davs2' 'flite1-patched' 'libilbc'
+ 'avisynthplus' 'chromaprint-fftw' 'codec2' 'davs2' 'flite1-patched' 'libilbc'
'libklvanc-git' 'kvazaar' 'openh264' 'libopenmpt-svn' 'shine' 'vo-amrwbenc'
'xavs' 'xavs2' 'libmysofa-git'
)