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:
parent
e108f772e9
commit
0acb40c5e9
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user