extra/ffmpeg to 6.0-9

This commit is contained in:
Kevin Mihelich 2023-09-05 20:01:29 +00:00
parent 0ceebc5a27
commit f983c64051

View file

@ -16,7 +16,7 @@
pkgname=ffmpeg pkgname=ffmpeg
pkgver=6.0 pkgver=6.0
pkgrel=8 pkgrel=9
epoch=2 epoch=2
pkgdesc='Complete solution to record, convert and stream audio and video' pkgdesc='Complete solution to record, convert and stream audio and video'
arch=(x86_64) arch=(x86_64)
@ -119,6 +119,10 @@ validpgpkeys=(DD1EC9E8DE085C629B3E1846B18E8928B3948D64) # Michael Niedermayer <m
prepare() { prepare() {
cd ffmpeg cd ffmpeg
# FS#79281: fix assembling with binutil as >= 2.41
git cherry-pick -n effadce6c756247ea8bae32dc13bb3e6f464f0eb
# FS#77813: fix playing ogg files with mplayer
git cherry-pick -n cbcc817353a019da4332ad43deb7bbc4e695d02a
patch -Np1 -i ../add-av_stream_get_first_dts-for-chromium.patch # https://crbug.com/1251779 patch -Np1 -i ../add-av_stream_get_first_dts-for-chromium.patch # https://crbug.com/1251779
} }