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

Evangelos Foutras foutrelis at archlinux.org
Fri Jun 26 06:37:22 UTC 2020


    Date: Friday, June 26, 2020 @ 06:37:22
  Author: foutrelis
Revision: 390463

upgpkg: ffmpeg 2:4.2.3-2: remove fix for MP3 start time

It was reverted upstream and another fix has been added to Chromium.

Modified:
  ffmpeg/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-26 06:34:14 UTC (rev 390462)
+++ PKGBUILD	2020-06-26 06:37:22 UTC (rev 390463)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.2.3
-pkgrel=1
+pkgrel=2
 epoch=2
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -108,10 +108,6 @@
 prepare() {
   cd ffmpeg
 
-  # lavf/mp3dec: don't adjust start time; packets are not adjusted
-  # 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 -



More information about the arch-commits mailing list