mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/ffmpeg to 5.1.1-1
This commit is contained in:
parent
a16214fbb7
commit
1e7cbee6a6
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue