SHA256
1
0
forked from pool/musescore

disable build crashreporter for now

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/musescore?expand=0&rev=24
This commit is contained in:
Cor Blom 2019-03-01 13:58:21 +00:00 committed by Git OBS Bridge
parent e108f772e9
commit 0acb40c5e9
2 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,7 @@ Fri Mar 1 13:38:39 UTC 2019 - Cor Blom <cornelis@solcon.nl>
* Brass Quartet and Brass Quintet templates couldn't be opened * Brass Quartet and Brass Quintet templates couldn't be opened
- Update to 3.0.3: - Update to 3.0.3:
New New
* New crash report facility * New crash report facility (this is disabled in our build for now)
Improvements Improvements
* Whole score playback can be turned on when in the Part tab * 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 using the mixer. Part playback works by default in in the Part tab

View File

@ -100,7 +100,8 @@ chmod -x fonts/gootville/readme.txt
%define __builddir build.release %define __builddir build.release
%cmake \ %cmake \
-DUSE_SYSTEM_FREETYPE="ON" \ -DUSE_SYSTEM_FREETYPE="ON" \
-DBUILD_WEBENGINE="OFF" -DBUILD_WEBENGINE="OFF" \
-DBUILD_CRASH_REPORTER="OFF"
%make_jobs lrelease all %make_jobs lrelease all
# Put the desktop file in place for the packaging # Put the desktop file in place for the packaging