Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lmms for openSUSE:Factory checked in 
at 2022-10-11 18:03:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lmms (Old)
 and      /work/SRC/openSUSE:Factory/.lmms.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lmms"

Tue Oct 11 18:03:24 2022 rev:40 rq:1009759 version:1.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/lmms/lmms.changes        2022-05-04 
15:11:29.468197148 +0200
+++ /work/SRC/openSUSE:Factory/.lmms.new.2275/lmms.changes      2022-10-11 
18:05:51.070114037 +0200
@@ -1,0 +2,6 @@
+Tue Oct 11 09:22:42 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Add patch to fix build with recent carla version:
+  * lmms-1.2.2-carla_defines.patch
+
+-------------------------------------------------------------------

New:
----
  lmms-1.2.2-carla_defines.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lmms.spec ++++++
--- /var/tmp/diff_new_pack.lxBemr/_old  2022-10-11 18:05:51.614114916 +0200
+++ /var/tmp/diff_new_pack.lxBemr/_new  2022-10-11 18:05:51.618114923 +0200
@@ -53,6 +53,8 @@
 # PATCH-FIX-UPSTREAM Fix plugin library search path, testing an upstream 
proposal
 Patch2:         lmms-1.2.0-libdir.patch
 Patch3:         lmms-rpmalloc-fpic.patch
+# PATCH-FIX-UPSTREAM -- Fix build with recent carla releases
+Patch4:         lmms-1.2.2-carla_defines.patch
 BuildRequires:  bash-completion
 BuildRequires:  cmake
 BuildRequires:  desktop-file-utils

++++++ lmms-1.2.2-carla_defines.patch ++++++
Fix build with recent carla versions
Adapted from upstream change (commit 9c49a774)

diff --git a/plugins/carlabase/carla.h b/plugins/carlabase/carla.h
index fb54e22..6f1971e 100644
--- a/plugins/carlabase/carla.h
+++ b/plugins/carlabase/carla.h
@@ -28,6 +28,7 @@
 #include <QtCore/QMutex>
 
 #define REAL_BUILD // FIXME this shouldn't be needed
+#include "CarlaDefines.h"
 #if CARLA_VERSION_HEX >= 0x010911
     #include "CarlaNativePlugin.h"
 #else

Reply via email to