[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Wed Jun 15 23:17:00 UTC 2022
Date: Wednesday, June 15, 2022 @ 23:17:00
Author: heftig
Revision: 448740
5.0.1-3: srt rebuild
Modified:
ffmpeg/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-15 23:09:06 UTC (rev 448739)
+++ PKGBUILD 2022-06-15 23:17:00 UTC (rev 448740)
@@ -6,7 +6,7 @@
pkgname=ffmpeg
pkgver=5.0.1
-pkgrel=2
+pkgrel=3
epoch=2
pkgdesc='Complete solution to record, convert and stream audio and video'
arch=(x86_64)
@@ -94,18 +94,20 @@
libswresample.so
libswscale.so
)
-_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
More information about the arch-commits
mailing list