extra/ffmpeg to 6.1.1-7

This commit is contained in:
Kevin Mihelich 2024-03-21 23:31:56 +00:00
parent d1b35a6f11
commit d3cdef2855
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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() {