Date: Tuesday, June 16, 2020 @ 07:46:40 Author: alucryd Revision: 389295
upgpkg: ffmpeg 1:4.3-1 Modified: ffmpeg/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-16 07:25:54 UTC (rev 389294) +++ PKGBUILD 2020-06-16 07:46:40 UTC (rev 389295) @@ -5,8 +5,8 @@ # Contributor: Paul Mattal <[email protected]> pkgname=ffmpeg -pkgver=4.2.3 -pkgrel=5 +pkgver=4.3 +pkgrel=1 epoch=1 pkgdesc='Complete solution to record, convert and stream audio and video' arch=(x86_64) @@ -34,6 +34,7 @@ libmodplug libomxil-bellagio libpulse + librav1e.so libraw1394 libsoxr libssh @@ -89,8 +90,9 @@ libswresample.so libswscale.so ) +_tag=8e12af29d1a3f95c9e952d78354e3c8b1c0431a8 source=( - git+https://git.ffmpeg.org/ffmpeg.git#tag=d3b963cc41824a3c5b2758ac896fb23e20a87875 + git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag} vmaf-model-path.patch ) sha256sums=( @@ -111,10 +113,6 @@ # https://crbug.com/1062037 git cherry-pick -n 460132c9980f8a1f501a1f69477bca49e1641233 - # backport avisynthplus support - git show 6d8cddd1c67758636843f6a08295b3896c2e9ef8 -- libavformat/avisynth.c | git apply - - git show 56f59246293de417d27ea7e27cb9a7727ee579fb -- libavformat/avisynth.c | git apply - - patch -Np1 -i "${srcdir}"/vmaf-model-path.patch } @@ -150,6 +148,7 @@ --enable-libopenjpeg \ --enable-libopus \ --enable-libpulse \ + --enable-librav1e \ --enable-libsoxr \ --enable-libspeex \ --enable-libsrt \
