mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/ffmpeg to 6.0-13
This commit is contained in:
parent
2a6eac57b1
commit
375cfbc8eb
2 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = ffmpeg
|
||||
pkgdesc = Complete solution to record, convert and stream audio and video
|
||||
pkgver = 6.0
|
||||
pkgrel = 12
|
||||
pkgrel = 13
|
||||
epoch = 2
|
||||
url = https://ffmpeg.org/
|
||||
arch = x86_64
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
pkgname=ffmpeg
|
||||
pkgver=6.0
|
||||
pkgrel=12
|
||||
pkgrel=13
|
||||
epoch=2
|
||||
pkgdesc='Complete solution to record, convert and stream audio and video'
|
||||
arch=(x86_64)
|
||||
|
@ -125,6 +125,9 @@ prepare() {
|
|||
# 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
|
||||
# use non-deprecated nvenc GUID for conftest
|
||||
git cherry-pick -n 03823ac0c6a38bd6ba972539e3203a592579792f
|
||||
git cherry-pick -n d2b46c1ef768bc31ba9180f6d469d5b8be677500
|
||||
}
|
||||
|
||||
pkgver() {
|
||||
|
|
Loading…
Reference in a new issue