~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH 1/2] testing/mlt: re-enable s390x, fftw is available again

Bart Ribbers <bribbers@disroot.org>
Details
Message ID
<20190716184904.12374-1-bribbers@disroot.org>
DKIM signature
missing
Download raw message
Patch: +1 -1
---
 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

Bart Ribbers <bribbers@disroot.org>
Details
Message ID
<20190716184904.12374-2-bribbers@disroot.org>
In-Reply-To
<20190716184904.12374-1-bribbers@disroot.org> (view parent)
DKIM signature
missing
Download raw message
Patch: +1 -1
---
 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
Reply to thread Export thread (mbox)