aur/ffmpeg-shinobi to 4.3.2-5

Fix build with clang 13
This commit is contained in:
graysky 2021-12-02 15:55:02 -05:00
parent 6064dd78a0
commit c77529355f

View file

@ -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() {