[PATCH 1/2] testing/mlt: re-enable s390x, fftw is available again
Export this patch
---
testing/mlt/APKBUILD | 2 + -
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testing/mlt/APKBUILD b/testing/mlt/APKBUILD
index cff2080482..c2eee86046 100644
--- a/testing/mlt/APKBUILD
+++ b/testing/mlt/APKBUILD
@@ -5,7 +5,7 @@ pkgver=6.16.0
pkgrel=2
pkgdesc="MLT Multimedia Framework"
url="https://www.mltframework.org/"
- arch="all !s390x" # depends on fftw which does not work on s390x
+ arch="all"
license="GPL-2.0-or-later AND LGPL-2.1-or-later AND GPL-3.0-or-later"
makedepends="python3-dev ffmpeg-dev libsamplerate-dev sox-dev jack-dev
gtk+2.0-dev sdl_image-dev frei0r-plugins-dev libxml2-dev fftw-dev
--
2.22.0
[PATCH 2/2] testing/kdenlive: re-enable s390x, mlt and fftw are available again
Export this patch
---
testing/kdenlive/APKBUILD | 2 + -
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testing/kdenlive/APKBUILD b/testing/kdenlive/APKBUILD
index 351b33b8ee..39fd5d03e0 100644
--- a/testing/kdenlive/APKBUILD
+++ b/testing/kdenlive/APKBUILD
@@ -3,7 +3,7 @@
pkgname=kdenlive
pkgver=19.04.3
pkgrel=1
- arch="all !s390x" # Limited by mlt
+ arch="all"
url="https://kdenlive.org"
pkgdesc="An intuitive and powerful multi-track video editor, including most recent video technologies"
license="GPL-2.0-or-later"
--
2.22.0