mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/ffmpeg4.4 to 4.4.4-1
This commit is contained in:
parent
6c22c4df82
commit
6f23fb3cc3
1 changed files with 4 additions and 6 deletions
|
@ -15,8 +15,8 @@
|
|||
# - remove --enable-lto
|
||||
|
||||
pkgname=ffmpeg4.4
|
||||
pkgver=4.4.3
|
||||
pkgrel=2
|
||||
pkgver=4.4.4
|
||||
pkgrel=1
|
||||
pkgdesc='Complete solution to record, convert and stream audio and video'
|
||||
arch=(x86_64)
|
||||
url=https://ffmpeg.org/
|
||||
|
@ -95,10 +95,7 @@ provides=(
|
|||
libswresample.so
|
||||
libswscale.so
|
||||
)
|
||||
options=(
|
||||
debug
|
||||
)
|
||||
_tag=3d69f9682f06bbf72e0cdcdc9e66c9307ed6b24f
|
||||
_tag=71fb6132637a2a430375c24afc381fff8b854fe7
|
||||
source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag})
|
||||
b2sums=('SKIP')
|
||||
|
||||
|
@ -110,6 +107,7 @@ pkgver() {
|
|||
prepare() {
|
||||
cd ffmpeg
|
||||
git cherry-pick -n 988f2e9eb063db7c1a678729f58aab6eba59a55b # fix nvenc on older gpus
|
||||
git cherry-pick -n 031f1561cd286596cdb374da32f8aa816ce3b135 # remove compressed_ten_bit_format
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue