Date: Thursday, September 1, 2022 @ 13:14:06
  Author: alucryd
Revision: 454864

upgpkg: ffmpeg 2:5.1.1-1

Modified:
  ffmpeg/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-01 12:32:49 UTC (rev 454863)
+++ PKGBUILD    2022-09-01 13:14:06 UTC (rev 454864)
@@ -5,7 +5,7 @@
 # Contributor: Paul Mattal <p...@archlinux.org>
 
 pkgname=ffmpeg
-pkgver=5.1
+pkgver=5.1.1
 pkgrel=1
 epoch=2
 pkgdesc='Complete solution to record, convert and stream audio and video'
@@ -97,7 +97,7 @@
 options=(
   debug
 )
-_tag=e0723b7e4e22492275d476fcd30d759e1198bc5b
+_tag=1bad30dbe34f2d100b43e8f773d3fe0b5eb23523
 source=(
   git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}
   add-av_stream_get_first_dts-for-chromium.patch
@@ -107,7 +107,7 @@
 
 prepare() {
   cd ffmpeg
-  git cherry-pick -n e0723b7e4e22492275d476fcd30d759e1198bc5b # remove default 
IPFS gateway
+  git cherry-pick -n 412922cc6fa790897ef6bb2be5d6f9a5f030754d # remove default 
IPFS gateway
   patch -Np1 -i ../add-av_stream_get_first_dts-for-chromium.patch # 
https://crbug.com/1251779
 }
 

Reply via email to