diff options
author | Alexandre Demers | 2020-01-30 03:16:15 -0500 |
---|---|---|
committer | Alexandre Demers | 2020-01-30 03:16:15 -0500 |
commit | 3b8f00d597eed9c8094d9bea77d284fae71184f0 (patch) | |
tree | 531889dda5d7e7a633052615f7d77e5599145e23 | |
parent | 8b6b5de2412a8dd4acbfb1d5ff9af0fc44afb1de (diff) | |
download | aur-3b8f00d597eed9c8094d9bea77d284fae71184f0.tar.gz |
Small update to x264 dependency
X264 version 159 is needed.
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = lib32-ffmpeg pkgdesc = Complete solution to record, convert and stream audio and video (32 bit) pkgver = 4.2.2 - pkgrel = 1 + pkgrel = 2 epoch = 1 url = http://ffmpeg.org/ arch = x86_64 @@ -52,7 +52,7 @@ pkgbase = lib32-ffmpeg depends = lib32-libva depends = lib32-libvorbis depends = lib32-libvpx - depends = lib32-x264>=157 + depends = lib32-x264>=159 depends = lib32-x265 depends = lib32-xvidcore optdepends = lib32-ladspa: LADSPA filters @@ -7,7 +7,7 @@ _pkgbasename=ffmpeg pkgname=lib32-$_pkgbasename pkgver=4.2.2 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc="Complete solution to record, convert and stream audio and video (32 bit)" arch=('x86_64') @@ -58,7 +58,7 @@ depends=("$_pkgbasename" # 'lib32-vid.stab' 'lib32-libvorbis' 'lib32-libvpx' - 'lib32-x264>=157' + 'lib32-x264>=159' 'lib32-x265' 'lib32-xvidcore' ) |