[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Tue Jul 14 21:58:57 UTC 2020


    Date: Tuesday, July 14, 2020 @ 21:58:57
  Author: foutrelis
Revision: 391919

upgpkg: ffmpeg 2:4.3.1-1: new upstream release

Modified:
  ffmpeg/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-14 19:25:34 UTC (rev 391918)
+++ PKGBUILD	2020-07-14 21:58:57 UTC (rev 391919)
@@ -5,8 +5,8 @@
 # Contributor: Paul Mattal <paul at archlinux.org>
 
 pkgname=ffmpeg
-pkgver=4.2.3
-pkgrel=2
+pkgver=4.3.1
+pkgrel=1
 epoch=2
 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,7 +90,7 @@
   libswresample.so
   libswscale.so
 )
-_tag=d3b963cc41824a3c5b2758ac896fb23e20a87875
+_tag=6b6b9e593dd4d3aaf75f48d40a13ef03bdef9fdb
 source=(
   git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}
   vmaf-model-path.patch
@@ -108,10 +109,6 @@
 prepare() {
   cd ffmpeg
 
-  # 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
 }
 
@@ -147,6 +144,7 @@
     --enable-libopenjpeg \
     --enable-libopus \
     --enable-libpulse \
+    --enable-librav1e \
     --enable-libsoxr \
     --enable-libspeex \
     --enable-libsrt \



More information about the arch-commits mailing list