mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/ffmpeg to 6.0-9
This commit is contained in:
parent
0ceebc5a27
commit
f983c64051
1 changed files with 5 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
pkgname=ffmpeg
|
||||
pkgver=6.0
|
||||
pkgrel=8
|
||||
pkgrel=9
|
||||
epoch=2
|
||||
pkgdesc='Complete solution to record, convert and stream audio and video'
|
||||
arch=(x86_64)
|
||||
|
@ -119,6 +119,10 @@ validpgpkeys=(DD1EC9E8DE085C629B3E1846B18E8928B3948D64) # Michael Niedermayer <m
|
|||
|
||||
prepare() {
|
||||
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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue