SHA256
1
0
forked from pool/musescore

Accepting request 1104085 from multimedia:apps

OBS-URL: https://build.opensuse.org/request/show/1104085
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/musescore?expand=0&rev=36
This commit is contained in:
Ana Guerrero 2023-08-16 12:17:36 +00:00 committed by Git OBS Bridge
commit f3f8899ee5
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