musescore: 3.2.3 -> 3.4.2
This commit is contained in:
@@ -6,11 +6,11 @@
|
|||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "musescore";
|
pname = "musescore";
|
||||||
version = "3.2.3";
|
version = "3.4.2";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://github.com/musescore/MuseScore/releases/download/v${version}/MuseScore-${version}.zip";
|
url = "https://github.com/musescore/MuseScore/releases/download/v${version}/MuseScore-${version}.zip";
|
||||||
sha256 = "17mr0c8whw6vz86lp1j36rams4h8virc4z68fld0q3rpq6g05szs";
|
sha256 = "1laskvp40dncs12brkgvk7wl0qrvzy52rn7nf3b67ps1vmd130gp";
|
||||||
stripRoot = false;
|
stripRoot = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,9 @@
|
|||||||
--- a/mscore/CMakeLists.txt
|
--- a/main/CMakeLists.txt
|
||||||
+++ b/mscore/CMakeLists.txt
|
+++ b/main/CMakeLists.txt
|
||||||
@@ -660,22 +660,6 @@ if (MINGW)
|
@@ -220,16 +219,0 @@ else (MINGW)
|
||||||
else (MINGW)
|
- ## install qwebengine core
|
||||||
|
|
||||||
if ( NOT MSVC )
|
|
||||||
-## install qwebengine core
|
|
||||||
- if (NOT APPLE AND USE_WEBENGINE)
|
- if (NOT APPLE AND USE_WEBENGINE)
|
||||||
- install(FILES
|
- install(PROGRAMS
|
||||||
- ${QT_INSTALL_LIBEXECS}/QtWebEngineProcess
|
- ${QT_INSTALL_LIBEXECS}/QtWebEngineProcess
|
||||||
- DESTINATION bin
|
- DESTINATION bin
|
||||||
- )
|
- )
|
||||||
@@ -20,6 +17,3 @@
|
|||||||
- )
|
- )
|
||||||
- endif(NOT APPLE AND USE_WEBENGINE)
|
- endif(NOT APPLE AND USE_WEBENGINE)
|
||||||
-
|
-
|
||||||
target_link_libraries(mscore
|
|
||||||
${ALSA_LIB}
|
|
||||||
${QT_LIBRARIES}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user