[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Wed May 27 14:22:19 UTC 2020
Date: Wednesday, May 27, 2020 @ 14:22:18
Author: foutrelis
Revision: 387722
upgpkg: ffmpeg 1:4.2.3-2: fix start time for MP3 files
Modified:
ffmpeg/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-27 14:11:56 UTC (rev 387721)
+++ PKGBUILD 2020-05-27 14:22:18 UTC (rev 387722)
@@ -6,7 +6,7 @@
pkgname=ffmpeg
pkgver=4.2.3
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video'
arch=(x86_64)
@@ -103,6 +103,10 @@
prepare() {
cd ffmpeg
+ # lavf/mp3dec: don't adjust start time; packets are not adjusted
+ # https://crbug.com/1062037
+ git cherry-pick -n 460132c9980f8a1f501a1f69477bca49e1641233
+
patch -Np1 -i "${srcdir}"/vmaf-model-path.patch
}
More information about the arch-commits
mailing list