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

Maxime Gauduin alucryd at archlinux.org
Wed Jun 10 09:24:28 UTC 2020


    Date: Wednesday, June 10, 2020 @ 09:24:27
  Author: alucryd
Revision: 388732

upgpkg: ffmpeg 1:4.2.3-5

Modified:
  ffmpeg/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-10 08:56:35 UTC (rev 388731)
+++ PKGBUILD	2020-06-10 09:24:27 UTC (rev 388732)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.2.3
-pkgrel=4
+pkgrel=5
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -67,6 +67,7 @@
   zlib
 )
 makedepends=(
+  avisynthplus
   ffnvcodec-headers
   git
   ladspa
@@ -110,6 +111,10 @@
   # 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
 }
 



More information about the arch-commits mailing list