SHA256
1
0
forked from pool/musescore

Accepting request 1104084 from home:cornelisbb:branches:multimedia:apps

- Disable update module (-DBUILD_UPDATE_MODULE:BOOL=OFF)
  https://github.com/musescore/MuseScore/issues/15617
  is fixed

OBS-URL: https://build.opensuse.org/request/show/1104084
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/musescore?expand=0&rev=136
This commit is contained in:
Cor Blom 2023-08-15 20:03:56 +00:00 committed by Git OBS Bridge
parent d7c09b199c
commit 5f1aa5e9be
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Aug 15 19:15:21 UTC 2023 - Cor Blom <cornelis@solcon.nl>
- Disable update module (-DBUILD_UPDATE_MODULE:BOOL=OFF)
https://github.com/musescore/MuseScore/issues/15617
is fixed
-------------------------------------------------------------------
Fri Aug 11 21:27:30 UTC 2023 - Cor Blom <cornelis@solcon.nl>

View File

@ -164,14 +164,14 @@ mv -f tmpfile thirdparty/rtf2html/README.ru
# BUILD_VIDEOEXPORT_MODULE:BOOL=ON
# find out how to enable this
# BUILD_VST:BOOL=ON
# -DBUILD_UPDATE_MODULE:BOOL=OFF triggers bug https://github.com/musescore/MuseScore/issues/15617
%cmake \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DMUSESCORE_BUILD_CONFIGURATION=app \
-DMUSESCORE_BUILD_CONFIG=release \
-DBUILD_UNIT_TESTS=OFF \
-DUSE_SYSTEM_FREETYPE=ON \
-DBUILD_JACK:BOOL=ON \
-DBUILD_UPDATE_MODULE:BOOL=ON \
-DBUILD_UPDATE_MODULE:BOOL=OFF \
-DBUILD_CRASHPAD_CLIENT=OFF \
-DMUSESCORE_REVISION=%{revision} \
-Wno-dev