mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/ffmpeg to 4.4.1-1
This commit is contained in:
parent
c0abd16413
commit
f6f999b5a9
1 changed files with 7 additions and 5 deletions
|
@ -16,8 +16,8 @@
|
|||
# - remove --enable-lto
|
||||
|
||||
pkgname=ffmpeg
|
||||
pkgver=4.4
|
||||
pkgrel=6
|
||||
pkgver=4.4.1
|
||||
pkgrel=1
|
||||
epoch=2
|
||||
pkgdesc='Complete solution to record, convert and stream audio and video'
|
||||
arch=(x86_64)
|
||||
|
@ -97,13 +97,15 @@ provides=(
|
|||
libswresample.so
|
||||
libswscale.so
|
||||
)
|
||||
_tag=dc91b913b6260e85e1304c74ff7bb3c22a8c9fb1
|
||||
_tag=7e0d640edf6c3eee1816b105c2f7498c4f948e74
|
||||
source=(
|
||||
git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}
|
||||
vmaf-model-path.patch
|
||||
)
|
||||
sha256sums=('SKIP'
|
||||
'8dff51f84a5f7460f8893f0514812f5d2bd668c3276ef7ab7713c99b71d7bd8d')
|
||||
sha256sums=(
|
||||
SKIP
|
||||
8dff51f84a5f7460f8893f0514812f5d2bd668c3276ef7ab7713c99b71d7bd8d
|
||||
)
|
||||
|
||||
pkgver() {
|
||||
cd ffmpeg
|
||||
|
|
Loading…
Reference in a new issue