mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
aur/ffmpeg-shinobi to 4.3.2-5
Fix build with clang 13
This commit is contained in:
parent
6064dd78a0
commit
c77529355f
1 changed files with 6 additions and 5 deletions
|
@ -14,7 +14,7 @@ buildarch=28
|
|||
pkgname=ffmpeg-shinobi
|
||||
_pkgname=ffmpeg
|
||||
pkgver=4.3.2
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc='FFmpeg from the 4.3 release branch for use with Shinobi'
|
||||
arch=(x86_64 aarch64 armv6h armv7h)
|
||||
url=https://ffmpeg.org/
|
||||
|
@ -114,11 +114,11 @@ _tag=f719f869907764e6412a6af6e178c46e5f915d25
|
|||
source=(
|
||||
git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}
|
||||
vmaf-model-path.patch
|
||||
0001-configure-use-no-narrowing-for-cuda-llvm-compilation.patch::https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/52cc323735ced6e8095cfd3acea0e36e35c76eb2
|
||||
)
|
||||
sha256sums=(
|
||||
SKIP
|
||||
8dff51f84a5f7460f8893f0514812f5d2bd668c3276ef7ab7713c99b71d7bd8d
|
||||
)
|
||||
sha256sums=('SKIP'
|
||||
'8dff51f84a5f7460f8893f0514812f5d2bd668c3276ef7ab7713c99b71d7bd8d'
|
||||
'9a661c1e4f0cbad393fb76da1d9fde6dced3918c29bc39b22b996ec4f4c6cecd')
|
||||
|
||||
pkgver() {
|
||||
cd ffmpeg
|
||||
|
@ -130,6 +130,7 @@ prepare() {
|
|||
cd ffmpeg
|
||||
|
||||
patch -Np1 -i "${srcdir}"/vmaf-model-path.patch
|
||||
patch -Np1 -i "${srcdir}"/0001-configure-use-no-narrowing-for-cuda-llvm-compilation.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue