From 3233efeca5ef17799c0c5bd90488172ec5c1568c Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 18 Jun 2022 12:59:41 +0200 Subject: [PATCH] Rebuild ffmpeg against updated srt and sync with upstream --- ffmpeg/custom/PKGBUILD | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/ffmpeg/custom/PKGBUILD b/ffmpeg/custom/PKGBUILD index e0d49ce1..e92ce42f 100644 --- a/ffmpeg/custom/PKGBUILD +++ b/ffmpeg/custom/PKGBUILD @@ -10,7 +10,7 @@ _name=ffmpeg pkgname=ffmpeg-custom pkgver=5.0.1 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc='Complete solution to record, convert and stream audio and video (with more features enabled than regular ffmpeg)' arch=('x86_64') @@ -111,18 +111,20 @@ provides=( ) conflicts=("$_name") -_tag=9687cae2b468e09e35df4cea92cc2e6a0e6c93b3 options=( debug ) +_tag=9687cae2b468e09e35df4cea92cc2e6a0e6c93b3 source=( git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag} ffmpeg-vmaf2.x.patch add-av_stream_get_first_dts-for-chromium.patch ) -b2sums=('SKIP' - '65039aac811bfd143359e32720cd6ca64124f1789c1b624bd28a5bd75b37362b2a3b6b402203c4e9d137fb1d00895114f3789df40f8381091d38c98e7876cc8a' - '3f2ee7606500fa9444380d138959cd2bccfbba7d34629a17f4f6288c6bde29e931bbe922a7c25d861f057ddd4ba0b095bbd675c1930754746d5dd476b3ccbc13') +b2sums=( + SKIP + 65039aac811bfd143359e32720cd6ca64124f1789c1b624bd28a5bd75b37362b2a3b6b402203c4e9d137fb1d00895114f3789df40f8381091d38c98e7876cc8a + 3f2ee7606500fa9444380d138959cd2bccfbba7d34629a17f4f6288c6bde29e931bbe922a7c25d861f057ddd4ba0b095bbd675c1930754746d5dd476b3ccbc13 +) prepare() { cd ffmpeg