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

Maxime Gauduin alucryd at archlinux.org
Tue Sep 17 14:00:19 UTC 2019


    Date: Tuesday, September 17, 2019 @ 14:00:18
  Author: alucryd
Revision: 362988

make dav1d the default av1 decoder: ffmpeg 1:4.2.1-2

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-17 13:57:28 UTC (rev 362987)
+++ PKGBUILD	2019-09-17 14:00:18 UTC (rev 362988)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.2.1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -89,6 +89,12 @@
   git describe --tags | sed 's/^n//'
 }
 
+prepare() {
+  cd ffmpeg
+
+  git cherry-pick -n dc0806dd25882f41f6085c8356712f95fded56c7
+}
+
 build() {
   cd ffmpeg
 



More information about the arch-commits mailing list