From 0acb40c5e92152a9baf037d4042ca92f787c2ec8680eb4470f1be24355e682ac Mon Sep 17 00:00:00 2001 From: Cor Blom Date: Fri, 1 Mar 2019 13:58:21 +0000 Subject: [PATCH] disable build crashreporter for now OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/musescore?expand=0&rev=24 --- musescore.changes | 2 +- musescore.spec | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/musescore.changes b/musescore.changes index ce920c4..7ec3627 100644 --- a/musescore.changes +++ b/musescore.changes @@ -10,7 +10,7 @@ Fri Mar 1 13:38:39 UTC 2019 - Cor Blom * Brass Quartet and Brass Quintet templates couldn't be opened - Update to 3.0.3: New - * New crash report facility + * New crash report facility (this is disabled in our build for now) Improvements * Whole score playback can be turned on when in the Part tab using the mixer. Part playback works by default in in the Part tab diff --git a/musescore.spec b/musescore.spec index 99dd187..6b5f421 100644 --- a/musescore.spec +++ b/musescore.spec @@ -100,7 +100,8 @@ chmod -x fonts/gootville/readme.txt %define __builddir build.release %cmake \ -DUSE_SYSTEM_FREETYPE="ON" \ - -DBUILD_WEBENGINE="OFF" + -DBUILD_WEBENGINE="OFF" \ + -DBUILD_CRASH_REPORTER="OFF" %make_jobs lrelease all # Put the desktop file in place for the packaging