pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/musescore
Module Name: pkgsrc
Committed By: gutteridge
Date: Sat May 30 03:04:38 UTC 2026
Modified Files:
pkgsrc/audio/musescore: Makefile
Log Message:
musescore: correctly report this as a "release" build
The exact CMake arguments had changed over time, and this was missed in
the update to 4.x.
While here, also drop another argument that has no effect. There is a
newer way of requesting the same, but we're not actually building that
way anyway at present, and enabling it leads to other troubles with Qt6
stuff.
To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/audio/musescore/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/musescore/Makefile
diff -u pkgsrc/audio/musescore/Makefile:1.70 pkgsrc/audio/musescore/Makefile:1.71
--- pkgsrc/audio/musescore/Makefile:1.70 Thu May 14 16:40:26 2026
+++ pkgsrc/audio/musescore/Makefile Sat May 30 03:04:38 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.70 2026/05/14 16:40:26 ryoon Exp $
+# $NetBSD: Makefile,v 1.71 2026/05/30 03:04:38 gutteridge Exp $
DISTNAME= musescore-4.6.5
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=musescore/}
GITHUB_PROJECT= MuseScore
@@ -26,9 +26,9 @@ CMAKE_ARG_PATH= ..
CMAKE_CONFIGURE_ARGS+= -Wno-dev
CMAKE_CONFIGURE_ARGS+= -DCMAKE_BUILD_TYPE="Release"
+CMAKE_CONFIGURE_ARGS+= -DMUSE_APP_BUILD_MODE=release
CMAKE_CONFIGURE_ARGS+= -DMUSESCORE_BUILD_CONFIGURATION=app
CMAKE_CONFIGURE_ARGS+= -DMUE_DOWNLOAD_SOUNDFONT=OFF
-CMAKE_CONFIGURE_ARGS+= -DSKIP_PRECOMPILE_HEADERS=ON
CMAKE_CONFIGURE_ARGS+= -DMUE_COMPILE_USE_SYSTEM_FLAC=ON
CMAKE_CONFIGURE_ARGS+= -DMUE_COMPILE_USE_SYSTEM_FREETYPE=ON
Home |
Main Index |
Thread Index |
Old Index