From 25f7a9b806019ce3ca2667cf93c9fcc7695cbfb8 Mon Sep 17 00:00:00 2001 From: tibequadorian Date: Fri, 12 Mar 2021 23:45:35 +0100 Subject: [PATCH] lmms: update to 1.2.2. Patch is upstream now Disable Carla weak linking --- srcpkgs/lmms/patches/qt5-5.15.0.patch | 54 --------------------------- srcpkgs/lmms/template | 9 +++-- 2 files changed, 5 insertions(+), 58 deletions(-) delete mode 100644 srcpkgs/lmms/patches/qt5-5.15.0.patch diff --git a/srcpkgs/lmms/patches/qt5-5.15.0.patch b/srcpkgs/lmms/patches/qt5-5.15.0.patch deleted file mode 100644 index 5f0798f778b1..000000000000 --- a/srcpkgs/lmms/patches/qt5-5.15.0.patch +++ /dev/null @@ -1,54 +0,0 @@ -Source: @pullmoll -Upstream: no -Reason: qt5-5.15.0 requires explicit include for QPainterPath - ---- src/gui/AutomationPatternView.cpp 2018-11-03 02:43:42.000000000 +0100 -+++ src/gui/AutomationPatternView.cpp 2020-06-30 20:54:11.520449601 +0200 -@@ -25,6 +25,7 @@ - - #include - #include -+#include - #include - - #include "AutomationEditor.h" ---- src/gui/LmmsStyle.cpp 2018-11-03 02:43:42.000000000 +0100 -+++ src/gui/LmmsStyle.cpp 2020-06-30 22:59:34.411837701 +0200 -@@ -28,6 +28,7 @@ - #include - #include - #include -+#include - #include - #include - ---- src/gui/editors/AutomationEditor.cpp 2018-11-03 02:43:42.000000000 +0100 -+++ src/gui/editors/AutomationEditor.cpp 2020-06-30 23:03:53.262851055 +0200 -@@ -35,6 +35,7 @@ - #include - #include - #include -+#include - #include - #include - #include ---- plugins/Eq/EqSpectrumView.h 2018-11-03 02:43:42.000000000 +0100 -+++ plugins/Eq/EqSpectrumView.h 2020-06-30 23:07:48.389863185 +0200 -@@ -24,6 +24,7 @@ - #define EQSPECTRUMVIEW_H - - #include -+#include - #include - - #include "fft_helpers.h" ---- plugins/Eq/EqCurve.h 2018-11-03 02:43:42.000000000 +0100 -+++ plugins/Eq/EqCurve.h 2020-06-30 23:08:21.792864908 +0200 -@@ -27,6 +27,7 @@ - - #include - #include -+#include - #include - #include "lmms_math.h" - #include "AutomatableModelView.h" diff --git a/srcpkgs/lmms/template b/srcpkgs/lmms/template index a5ce97ebc5c6..3ec4eb068c91 100644 --- a/srcpkgs/lmms/template +++ b/srcpkgs/lmms/template @@ -1,10 +1,11 @@ # Template file for 'lmms' pkgname=lmms -version=1.2.1 -revision=5 +version=1.2.2 +revision=1 archs="~armv6*" +wrksrc=${pkgname} build_style=cmake -configure_args="-DWANT_QT5=ON -DWANT_WEAKJACK=OFF" +configure_args="-DWANT_QT5=ON -DWANT_WEAKJACK=OFF -DWANT_CARLA=OFF" hostmakedepends="pkg-config qt5-host-tools qt5-qmake extra-cmake-modules fltk" makedepends="SDL_sound-devel fltk-devel fluidsynth-devel jack-devel ladspa-sdk @@ -17,7 +18,7 @@ maintainer="Logen K. " license="GPL-2.0-or-later" homepage="https://lmms.io/" distfiles="https://github.com/LMMS/lmms/releases/download/v${version}/lmms_${version}.tar.xz" -checksum=5a6d1e82b00a7f54ffb8cf52eff2e0b3ff87cadbe5691917edebe51f64c26ae8 +checksum=b185507fb64ecfd8e31145135b58ab244b637f9efc09c4176caf70aa3cbaae1e build_options="sndio" build_options_default="sndio"