extra/ffmpeg to 5.1.1-1

This commit is contained in:
Kevin Mihelich 2022-09-01 13:55:58 +00:00
parent a16214fbb7
commit 1e7cbee6a6

View file

@ -15,7 +15,7 @@
# - remove --enable-lto # - remove --enable-lto
pkgname=ffmpeg pkgname=ffmpeg
pkgver=5.1 pkgver=5.1.1
pkgrel=1 pkgrel=1
epoch=2 epoch=2
pkgdesc='Complete solution to record, convert and stream audio and video' pkgdesc='Complete solution to record, convert and stream audio and video'
@ -99,7 +99,7 @@ provides=(
options=( options=(
debug debug
) )
_tag=e0723b7e4e22492275d476fcd30d759e1198bc5b _tag=1bad30dbe34f2d100b43e8f773d3fe0b5eb23523
source=( source=(
git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag} git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}
add-av_stream_get_first_dts-for-chromium.patch add-av_stream_get_first_dts-for-chromium.patch
@ -109,7 +109,7 @@ b2sums=('SKIP'
prepare() { prepare() {
cd ffmpeg cd ffmpeg
git cherry-pick -n e0723b7e4e22492275d476fcd30d759e1198bc5b # remove default IPFS gateway git cherry-pick -n 412922cc6fa790897ef6bb2be5d6f9a5f030754d # remove default IPFS gateway
patch -Np1 -i ../add-av_stream_get_first_dts-for-chromium.patch # https://crbug.com/1251779 patch -Np1 -i ../add-av_stream_get_first_dts-for-chromium.patch # https://crbug.com/1251779
} }