extra/ffmpeg to 7.0.2-2

This commit is contained in:
Kevin Mihelich 2024-09-09 01:23:37 +00:00
parent 3a8445efd6
commit c6e6964904
2 changed files with 7 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = ffmpeg
pkgdesc = Complete solution to record, convert and stream audio and video
pkgver = 7.0.2
pkgrel = 1
pkgrel = 2
epoch = 2
url = https://ffmpeg.org
arch = x86_64

View file

@ -16,7 +16,7 @@
pkgname=ffmpeg
pkgver=7.0.2
pkgrel=1
pkgrel=2
epoch=2
pkgdesc='Complete solution to record, convert and stream audio and video'
arch=(x86_64)
@ -129,6 +129,11 @@ validpgpkeys=(DD1EC9E8DE085C629B3E1846B18E8928B3948D64) # Michael Niedermayer <m
prepare() {
cd ffmpeg
patch -Np1 -i ../add-av_stream_get_first_dts-for-chromium.patch # https://crbug.com/1251779
# Fix VAAPI AV1 performance with Mesa
git cherry-pick -n fe9d889dcd79ea18d4dfaa39df4ddbd4c8c3b15c
git cherry-pick -n d2d911eb9a2fc6eb8d86b3ae025a56c1a2692fba
}
pkgver() {