Rebuild ffmpeg against updated srt and sync with upstream

This commit is contained in:
Martchus 2022-06-18 12:59:41 +02:00
parent 571a4141a5
commit 3233efeca5
1 changed files with 7 additions and 5 deletions

View File

@ -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