community/kdenlive: enable on aarch64 and armv7

Fixes #16320
This commit is contained in:
Sertonix 2024-09-12 23:23:47 +00:00 committed by Bart Ribbers
parent fb3004140d
commit 184fa585b2

View File

@ -8,8 +8,7 @@ pkgver=24.08.0
pkgrel=0
# ppc64le mlt uses 64bit long double while libgcc uses 128bit long double
# ppc64le, s390x, loongarch64 and riscv64 blocked by qt6-qtwebengine -> purpose
# aarch64 and armv7 blocked by OpenGL
arch="all !armhf !ppc64le !s390x !riscv64 !aarch64 !armv7 !loongarch64"
arch="all !armhf !ppc64le !s390x !riscv64 !loongarch64"
url="https://kdenlive.org"
pkgdesc="An intuitive and powerful multi-track video editor, including most recent video technologies"
license="GPL-2.0-or-later"