extra/ffmpeg4.4 to 4.4.4-1

This commit is contained in:
David Beauchamp 2023-06-08 12:33:13 -04:00
parent 6c22c4df82
commit 6f23fb3cc3

View file

@ -15,8 +15,8 @@
# - remove --enable-lto # - remove --enable-lto
pkgname=ffmpeg4.4 pkgname=ffmpeg4.4
pkgver=4.4.3 pkgver=4.4.4
pkgrel=2 pkgrel=1
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)
url=https://ffmpeg.org/ url=https://ffmpeg.org/
@ -95,10 +95,7 @@ provides=(
libswresample.so libswresample.so
libswscale.so libswscale.so
) )
options=( _tag=71fb6132637a2a430375c24afc381fff8b854fe7
debug
)
_tag=3d69f9682f06bbf72e0cdcdc9e66c9307ed6b24f
source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}) source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag})
b2sums=('SKIP') b2sums=('SKIP')
@ -110,6 +107,7 @@ pkgver() {
prepare() { prepare() {
cd ffmpeg cd ffmpeg
git cherry-pick -n 988f2e9eb063db7c1a678729f58aab6eba59a55b # fix nvenc on older gpus git cherry-pick -n 988f2e9eb063db7c1a678729f58aab6eba59a55b # fix nvenc on older gpus
git cherry-pick -n 031f1561cd286596cdb374da32f8aa816ce3b135 # remove compressed_ten_bit_format
} }
build() { build() {