mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/ffmpeg to 6.1.1-7
This commit is contained in:
parent
d1b35a6f11
commit
d3cdef2855
2 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = ffmpeg
|
||||
pkgdesc = Complete solution to record, convert and stream audio and video
|
||||
pkgver = 6.1.1
|
||||
pkgrel = 6
|
||||
pkgrel = 7
|
||||
epoch = 2
|
||||
url = https://ffmpeg.org
|
||||
arch = x86_64
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
pkgname=ffmpeg
|
||||
pkgver=6.1.1
|
||||
pkgrel=6
|
||||
pkgrel=7
|
||||
epoch=2
|
||||
pkgdesc='Complete solution to record, convert and stream audio and video'
|
||||
arch=(x86_64)
|
||||
|
@ -140,6 +140,8 @@ prepare() {
|
|||
# Fix bug in av_fft_end
|
||||
git cherry-pick -n a562cfee2e214252f8b3f516527272ae32ef9532
|
||||
git cherry-pick -n 250471ea1745fc703eb346a2a662304536a311b1
|
||||
# Fix build with latest vulkan headers
|
||||
git cherry-pick -n fef22c87ada4517441701e6e61e062c9f4399c8e
|
||||
}
|
||||
|
||||
pkgver() {
|
||||
|
|
Loading…
Reference in a new issue