mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +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
|
# - 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() {
|
||||||
|
|
Loading…
Reference in a new issue