summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-12-22 20:19:24 -0200
committerDaniel Bermond2017-12-22 20:19:24 -0200
commit5ebce0c7d4eadc99db17b79f56053bdb02e567e7 (patch)
treec69d5b93c13ea5d46233ef2bbe5e43466665cd3b /PKGBUILD
parent55f217543e8d37587f280b7193a13bfcc41b7328 (diff)
downloadaur-5ebce0c7d4eadc99db17b79f56053bdb02e567e7.tar.gz
depends: temporarily switch libvmaf to libvmaf-git
ffmpeg git master currently requires libvmaf git master to compile. Currently it does not compile with libvmaf stable release version. As soon as ffmpeg compiles with libvmaf stable release version it will be switched back to libvmaf dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b68c3e089c5..c6dc60191aa5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# and add '--enable-libndi_newtek' to the configure options.
pkgname=ffmpeg-full-git
-pkgver=3.5.r89400.g5a412a5c3c
+pkgver=3.5.r89569.gd2a2bc9a9f
pkgrel=1
pkgdesc='Record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac; git version)'
arch=('i686' 'x86_64')
@@ -37,7 +37,7 @@ makedepends=(
# official repositories:
'git' 'nasm' 'opencl-headers'
# AUR:
- 'blackmagic-decklink-sdk' 'libmfx' 'libvmaf'
+ 'blackmagic-decklink-sdk' 'libmfx' 'libvmaf-git'
)
provides=(
'ffmpeg' 'qt-faststart' 'ffmpeg-git' 'ffmpeg-decklink' 'ffmpeg-libfdk_aac' 'ffmpeg-nvenc'