Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] musescore: update to 4.5.1
@ 2025-04-10  9:55 konskara
  2025-04-10 11:36 ` [PR PATCH] [Updated] " konskara
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: konskara @ 2025-04-10  9:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 431 bytes --]

There is a new pull request by konskara against master on the void-packages repository

https://github.com/konskara/void-packages musescore
https://github.com/void-linux/void-packages/pull/55024

musescore: update to 4.5.1
- I tested the changes in this PR: **YES**

- I built this PR locally for my native architecture, (x86_64-glibc)


A patch file from https://github.com/void-linux/void-packages/pull/55024.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-musescore-55024.patch --]
[-- Type: text/x-diff, Size: 3583 bytes --]

From adf48a4ee268a96568a2c67cc88fa73cd03d913e Mon Sep 17 00:00:00 2001
From: konskara <73367769+konskara@users.noreply.github.com>
Date: Thu, 10 Apr 2025 12:53:54 +0300
Subject: [PATCH] Update to v4.5.1

---
 srcpkgs/musescore/template | 51 +++++++++++++++++++-------------------
 1 file changed, 26 insertions(+), 25 deletions(-)

diff --git a/srcpkgs/musescore/template b/srcpkgs/musescore/template
index e3ed608c207a47..75beb8f5b5363b 100644
--- a/srcpkgs/musescore/template
+++ b/srcpkgs/musescore/template
@@ -1,32 +1,33 @@
 # Template file for 'musescore'
 pkgname=musescore
-version=3.6.2
-revision=2
-build_style=gnu-makefile
-make_build_args="USE_SYSTEM_FREETYPE=ON BUILD_WEBENGINE=OFF
- DOWNLOAD_SOUNDFONT=OFF MUSESCORE_BUILD_CONFIG=release"
-make_install_args="-C build.release"
-hostmakedepends="cmake pkg-config qt5-qmake qt5-host-tools qt5-tools"
-makedepends="jack-devel lame-devel libsndfile-devel portaudio-devel
- portmidi-devel pulseaudio-devel qt5-declarative-devel qt5-script-devel
- qt5-svg-devel qt5-tools-devel qt5-webchannel-devel
- qt5-location-devel qt5-xmlpatterns-devel qt5-plugin-mysql qt5-plugin-odbc
- qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds qt5-quickcontrols2-devel"
-depends="qt5-plugin-sqlite qt5-graphicaleffects qt5-quickcontrols2"
+version=4.5.1
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE=None \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_POSITION_INDEPENDENT_CODE=ON \
+    -DCMAKE_SKIP_RPATH=ON \
+    -DMUSE_APP_BUILD_MODE=release \
+    -DMUSESCORE_BUILD_CONFIGURATION=app \
+    -DMUE_BUILD_UNIT_TESTS=OFF \
+    -DMUE_COMPILE_USE_SYSTEM_FLAC=ON \
+    -DMUE_COMPILE_USE_SYSTEM_FREETYPE=ON \
+    -DMUE_COMPILE_USE_SYSTEM_HARFBUZZ=ON \
+    -DMUE_COMPILE_USE_SYSTEM_OPUS=ON \
+    -DMUE_COMPILE_USE_SYSTEM_OPUSENC=ON \
+    -DMUE_COMPILE_USE_SYSTEM_TINYXML=ON \
+    -DMUE_ENABLE_FILE_ASSOCIATION=ON \
+    -DMUE_INSTALL_SOUNDFONT=ON \
+    -Wno-dev"
+makedepends="pkg-config jack-devel qt6-declarative-host-tools lame-devel libsndfile-devel portaudio-devel git
+ portmidi-devel pulseaudio-devel qt6-declarative-devel qt6-base-devel qt6-base qt5-qmake qt6-networkauth-devel
+ qt6-svg-devel qt6-tools-devel qt6-webchannel-devel qt6-qt5compat-devel tinyxml2-devel zlib zstd opus-devel libopusenc-devel 
+ qt6-location-devel qt6-scxml-devel qt6-plugin-mysql qt6-plugin-odbc libsndfile-devel freetype-devel
+ qt6-plugin-pgsql qt6-plugin-sqlite qt6-base-private-devel"
+depends="qt6-plugin-sqlite qt6-base qt6-svg qt6-declarative qt6-scxml qt6-networkauth qt6-qt5compat tinyxml2 zlib zstd opus libopusenc" 
 short_desc="Create, play and print beautiful sheet music"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://musescore.org/"
-_soundfont_url="https://ftp.osuosl.org/pub/musescore/soundfont/MuseScore_General"
 distfiles="https://github.com/musescore/MuseScore/archive/v${version}.tar.gz
- ${_soundfont_url}/MuseScore_General.sf3
- ${_soundfont_url}/MuseScore_General_License.md"
-checksum="c37acc6d7a316f04925265d2d22a35d715888580e16eff846e9b621954133c45
- 5b85b6c2c61d10b2b91cddd41efcce7b25cd31c8271d511c73afafbef20b6fa3
- 5ad8d737e13c7f01f5b9674872a82a92b4ba253603e8ed14b9db12293550b4b9"
-skip_extraction="MuseScore_General.sf3 MuseScore_General_License.md"
-
-post_extract() {
-	cp "${XBPS_SRCDISTDIR}/${pkgname}-${version}/MuseScore_General.sf3" "${wrksrc}/share/sound/"
-	cp "${XBPS_SRCDISTDIR}/${pkgname}-${version}/MuseScore_General_License.md" "${wrksrc}/share/sound/"
-}
+checksum="5ec033770599ee42ebc00e1a8c680b78de7ac871a0fa6484a68544653171b9ae"

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] musescore: update to 4.5.1
  2025-04-10  9:55 [PR PATCH] musescore: update to 4.5.1 konskara
@ 2025-04-10 11:36 ` konskara
  2025-04-10 12:33 ` konskara
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: konskara @ 2025-04-10 11:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 436 bytes --]

There is an updated pull request by konskara against master on the void-packages repository

https://github.com/konskara/void-packages musescore
https://github.com/void-linux/void-packages/pull/55024

musescore: update to 4.5.1
- I tested the changes in this PR: **YES**

- I built this PR locally for my native architecture, (x86_64-glibc)


A patch file from https://github.com/void-linux/void-packages/pull/55024.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-musescore-55024.patch --]
[-- Type: text/x-diff, Size: 5612 bytes --]

From adf48a4ee268a96568a2c67cc88fa73cd03d913e Mon Sep 17 00:00:00 2001
From: konskara <73367769+konskara@users.noreply.github.com>
Date: Thu, 10 Apr 2025 12:53:54 +0300
Subject: [PATCH 1/2] Update to v4.5.1

---
 srcpkgs/musescore/template | 51 +++++++++++++++++++-------------------
 1 file changed, 26 insertions(+), 25 deletions(-)

diff --git a/srcpkgs/musescore/template b/srcpkgs/musescore/template
index e3ed608c207a47..75beb8f5b5363b 100644
--- a/srcpkgs/musescore/template
+++ b/srcpkgs/musescore/template
@@ -1,32 +1,33 @@
 # Template file for 'musescore'
 pkgname=musescore
-version=3.6.2
-revision=2
-build_style=gnu-makefile
-make_build_args="USE_SYSTEM_FREETYPE=ON BUILD_WEBENGINE=OFF
- DOWNLOAD_SOUNDFONT=OFF MUSESCORE_BUILD_CONFIG=release"
-make_install_args="-C build.release"
-hostmakedepends="cmake pkg-config qt5-qmake qt5-host-tools qt5-tools"
-makedepends="jack-devel lame-devel libsndfile-devel portaudio-devel
- portmidi-devel pulseaudio-devel qt5-declarative-devel qt5-script-devel
- qt5-svg-devel qt5-tools-devel qt5-webchannel-devel
- qt5-location-devel qt5-xmlpatterns-devel qt5-plugin-mysql qt5-plugin-odbc
- qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds qt5-quickcontrols2-devel"
-depends="qt5-plugin-sqlite qt5-graphicaleffects qt5-quickcontrols2"
+version=4.5.1
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE=None \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_POSITION_INDEPENDENT_CODE=ON \
+    -DCMAKE_SKIP_RPATH=ON \
+    -DMUSE_APP_BUILD_MODE=release \
+    -DMUSESCORE_BUILD_CONFIGURATION=app \
+    -DMUE_BUILD_UNIT_TESTS=OFF \
+    -DMUE_COMPILE_USE_SYSTEM_FLAC=ON \
+    -DMUE_COMPILE_USE_SYSTEM_FREETYPE=ON \
+    -DMUE_COMPILE_USE_SYSTEM_HARFBUZZ=ON \
+    -DMUE_COMPILE_USE_SYSTEM_OPUS=ON \
+    -DMUE_COMPILE_USE_SYSTEM_OPUSENC=ON \
+    -DMUE_COMPILE_USE_SYSTEM_TINYXML=ON \
+    -DMUE_ENABLE_FILE_ASSOCIATION=ON \
+    -DMUE_INSTALL_SOUNDFONT=ON \
+    -Wno-dev"
+makedepends="pkg-config jack-devel qt6-declarative-host-tools lame-devel libsndfile-devel portaudio-devel git
+ portmidi-devel pulseaudio-devel qt6-declarative-devel qt6-base-devel qt6-base qt5-qmake qt6-networkauth-devel
+ qt6-svg-devel qt6-tools-devel qt6-webchannel-devel qt6-qt5compat-devel tinyxml2-devel zlib zstd opus-devel libopusenc-devel 
+ qt6-location-devel qt6-scxml-devel qt6-plugin-mysql qt6-plugin-odbc libsndfile-devel freetype-devel
+ qt6-plugin-pgsql qt6-plugin-sqlite qt6-base-private-devel"
+depends="qt6-plugin-sqlite qt6-base qt6-svg qt6-declarative qt6-scxml qt6-networkauth qt6-qt5compat tinyxml2 zlib zstd opus libopusenc" 
 short_desc="Create, play and print beautiful sheet music"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://musescore.org/"
-_soundfont_url="https://ftp.osuosl.org/pub/musescore/soundfont/MuseScore_General"
 distfiles="https://github.com/musescore/MuseScore/archive/v${version}.tar.gz
- ${_soundfont_url}/MuseScore_General.sf3
- ${_soundfont_url}/MuseScore_General_License.md"
-checksum="c37acc6d7a316f04925265d2d22a35d715888580e16eff846e9b621954133c45
- 5b85b6c2c61d10b2b91cddd41efcce7b25cd31c8271d511c73afafbef20b6fa3
- 5ad8d737e13c7f01f5b9674872a82a92b4ba253603e8ed14b9db12293550b4b9"
-skip_extraction="MuseScore_General.sf3 MuseScore_General_License.md"
-
-post_extract() {
-	cp "${XBPS_SRCDISTDIR}/${pkgname}-${version}/MuseScore_General.sf3" "${wrksrc}/share/sound/"
-	cp "${XBPS_SRCDISTDIR}/${pkgname}-${version}/MuseScore_General_License.md" "${wrksrc}/share/sound/"
-}
+checksum="5ec033770599ee42ebc00e1a8c680b78de7ac871a0fa6484a68544653171b9ae"

From c999a3afeae7d917d31ac2e411cf17a43c3312f0 Mon Sep 17 00:00:00 2001
From: konskara <73367769+konskara@users.noreply.github.com>
Date: Thu, 10 Apr 2025 14:36:11 +0300
Subject: [PATCH 2/2] Update template

---
 srcpkgs/musescore/template | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/srcpkgs/musescore/template b/srcpkgs/musescore/template
index 75beb8f5b5363b..aa9a5d7b5cc1e7 100644
--- a/srcpkgs/musescore/template
+++ b/srcpkgs/musescore/template
@@ -3,22 +3,7 @@ pkgname=musescore
 version=4.5.1
 revision=1
 build_style=cmake
-configure_args="-DCMAKE_BUILD_TYPE=None \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_POSITION_INDEPENDENT_CODE=ON \
-    -DCMAKE_SKIP_RPATH=ON \
-    -DMUSE_APP_BUILD_MODE=release \
-    -DMUSESCORE_BUILD_CONFIGURATION=app \
-    -DMUE_BUILD_UNIT_TESTS=OFF \
-    -DMUE_COMPILE_USE_SYSTEM_FLAC=ON \
-    -DMUE_COMPILE_USE_SYSTEM_FREETYPE=ON \
-    -DMUE_COMPILE_USE_SYSTEM_HARFBUZZ=ON \
-    -DMUE_COMPILE_USE_SYSTEM_OPUS=ON \
-    -DMUE_COMPILE_USE_SYSTEM_OPUSENC=ON \
-    -DMUE_COMPILE_USE_SYSTEM_TINYXML=ON \
-    -DMUE_ENABLE_FILE_ASSOCIATION=ON \
-    -DMUE_INSTALL_SOUNDFONT=ON \
-    -Wno-dev"
+configure_args="-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_SKIP_RPATH=ON -DMUSE_APP_BUILD_MODE=release -DMUSESCORE_BUILD_CONFIGURATION=app -DMUE_BUILD_UNIT_TESTS=OFF -DMUE_COMPILE_USE_SYSTEM_FLAC=ON -DMUE_COMPILE_USE_SYSTEM_FREETYPE=ON -DMUE_COMPILE_USE_SYSTEM_HARFBUZZ=ON -DMUE_COMPILE_USE_SYSTEM_OPUS=ON -DMUE_COMPILE_USE_SYSTEM_OPUSENC=ON -DMUE_COMPILE_USE_SYSTEM_TINYXML=ON -DMUE_ENABLE_FILE_ASSOCIATION=ON -DMUE_INSTALL_SOUNDFONT=ON"
 makedepends="pkg-config jack-devel qt6-declarative-host-tools lame-devel libsndfile-devel portaudio-devel git
  portmidi-devel pulseaudio-devel qt6-declarative-devel qt6-base-devel qt6-base qt5-qmake qt6-networkauth-devel
  qt6-svg-devel qt6-tools-devel qt6-webchannel-devel qt6-qt5compat-devel tinyxml2-devel zlib zstd opus-devel libopusenc-devel 

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] musescore: update to 4.5.1
  2025-04-10  9:55 [PR PATCH] musescore: update to 4.5.1 konskara
  2025-04-10 11:36 ` [PR PATCH] [Updated] " konskara
@ 2025-04-10 12:33 ` konskara
  2025-04-28 20:44 ` konskara
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: konskara @ 2025-04-10 12:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 436 bytes --]

There is an updated pull request by konskara against master on the void-packages repository

https://github.com/konskara/void-packages musescore
https://github.com/void-linux/void-packages/pull/55024

musescore: update to 4.5.1
- I tested the changes in this PR: **YES**

- I built this PR locally for my native architecture, (x86_64-glibc)


A patch file from https://github.com/void-linux/void-packages/pull/55024.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-musescore-55024.patch --]
[-- Type: text/x-diff, Size: 7393 bytes --]

From adf48a4ee268a96568a2c67cc88fa73cd03d913e Mon Sep 17 00:00:00 2001
From: konskara <73367769+konskara@users.noreply.github.com>
Date: Thu, 10 Apr 2025 12:53:54 +0300
Subject: [PATCH 1/3] Update to v4.5.1

---
 srcpkgs/musescore/template | 51 +++++++++++++++++++-------------------
 1 file changed, 26 insertions(+), 25 deletions(-)

diff --git a/srcpkgs/musescore/template b/srcpkgs/musescore/template
index e3ed608c207a47..75beb8f5b5363b 100644
--- a/srcpkgs/musescore/template
+++ b/srcpkgs/musescore/template
@@ -1,32 +1,33 @@
 # Template file for 'musescore'
 pkgname=musescore
-version=3.6.2
-revision=2
-build_style=gnu-makefile
-make_build_args="USE_SYSTEM_FREETYPE=ON BUILD_WEBENGINE=OFF
- DOWNLOAD_SOUNDFONT=OFF MUSESCORE_BUILD_CONFIG=release"
-make_install_args="-C build.release"
-hostmakedepends="cmake pkg-config qt5-qmake qt5-host-tools qt5-tools"
-makedepends="jack-devel lame-devel libsndfile-devel portaudio-devel
- portmidi-devel pulseaudio-devel qt5-declarative-devel qt5-script-devel
- qt5-svg-devel qt5-tools-devel qt5-webchannel-devel
- qt5-location-devel qt5-xmlpatterns-devel qt5-plugin-mysql qt5-plugin-odbc
- qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds qt5-quickcontrols2-devel"
-depends="qt5-plugin-sqlite qt5-graphicaleffects qt5-quickcontrols2"
+version=4.5.1
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE=None \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_POSITION_INDEPENDENT_CODE=ON \
+    -DCMAKE_SKIP_RPATH=ON \
+    -DMUSE_APP_BUILD_MODE=release \
+    -DMUSESCORE_BUILD_CONFIGURATION=app \
+    -DMUE_BUILD_UNIT_TESTS=OFF \
+    -DMUE_COMPILE_USE_SYSTEM_FLAC=ON \
+    -DMUE_COMPILE_USE_SYSTEM_FREETYPE=ON \
+    -DMUE_COMPILE_USE_SYSTEM_HARFBUZZ=ON \
+    -DMUE_COMPILE_USE_SYSTEM_OPUS=ON \
+    -DMUE_COMPILE_USE_SYSTEM_OPUSENC=ON \
+    -DMUE_COMPILE_USE_SYSTEM_TINYXML=ON \
+    -DMUE_ENABLE_FILE_ASSOCIATION=ON \
+    -DMUE_INSTALL_SOUNDFONT=ON \
+    -Wno-dev"
+makedepends="pkg-config jack-devel qt6-declarative-host-tools lame-devel libsndfile-devel portaudio-devel git
+ portmidi-devel pulseaudio-devel qt6-declarative-devel qt6-base-devel qt6-base qt5-qmake qt6-networkauth-devel
+ qt6-svg-devel qt6-tools-devel qt6-webchannel-devel qt6-qt5compat-devel tinyxml2-devel zlib zstd opus-devel libopusenc-devel 
+ qt6-location-devel qt6-scxml-devel qt6-plugin-mysql qt6-plugin-odbc libsndfile-devel freetype-devel
+ qt6-plugin-pgsql qt6-plugin-sqlite qt6-base-private-devel"
+depends="qt6-plugin-sqlite qt6-base qt6-svg qt6-declarative qt6-scxml qt6-networkauth qt6-qt5compat tinyxml2 zlib zstd opus libopusenc" 
 short_desc="Create, play and print beautiful sheet music"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://musescore.org/"
-_soundfont_url="https://ftp.osuosl.org/pub/musescore/soundfont/MuseScore_General"
 distfiles="https://github.com/musescore/MuseScore/archive/v${version}.tar.gz
- ${_soundfont_url}/MuseScore_General.sf3
- ${_soundfont_url}/MuseScore_General_License.md"
-checksum="c37acc6d7a316f04925265d2d22a35d715888580e16eff846e9b621954133c45
- 5b85b6c2c61d10b2b91cddd41efcce7b25cd31c8271d511c73afafbef20b6fa3
- 5ad8d737e13c7f01f5b9674872a82a92b4ba253603e8ed14b9db12293550b4b9"
-skip_extraction="MuseScore_General.sf3 MuseScore_General_License.md"
-
-post_extract() {
-	cp "${XBPS_SRCDISTDIR}/${pkgname}-${version}/MuseScore_General.sf3" "${wrksrc}/share/sound/"
-	cp "${XBPS_SRCDISTDIR}/${pkgname}-${version}/MuseScore_General_License.md" "${wrksrc}/share/sound/"
-}
+checksum="5ec033770599ee42ebc00e1a8c680b78de7ac871a0fa6484a68544653171b9ae"

From c999a3afeae7d917d31ac2e411cf17a43c3312f0 Mon Sep 17 00:00:00 2001
From: konskara <73367769+konskara@users.noreply.github.com>
Date: Thu, 10 Apr 2025 14:36:11 +0300
Subject: [PATCH 2/3] Update template

---
 srcpkgs/musescore/template | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/srcpkgs/musescore/template b/srcpkgs/musescore/template
index 75beb8f5b5363b..aa9a5d7b5cc1e7 100644
--- a/srcpkgs/musescore/template
+++ b/srcpkgs/musescore/template
@@ -3,22 +3,7 @@ pkgname=musescore
 version=4.5.1
 revision=1
 build_style=cmake
-configure_args="-DCMAKE_BUILD_TYPE=None \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_POSITION_INDEPENDENT_CODE=ON \
-    -DCMAKE_SKIP_RPATH=ON \
-    -DMUSE_APP_BUILD_MODE=release \
-    -DMUSESCORE_BUILD_CONFIGURATION=app \
-    -DMUE_BUILD_UNIT_TESTS=OFF \
-    -DMUE_COMPILE_USE_SYSTEM_FLAC=ON \
-    -DMUE_COMPILE_USE_SYSTEM_FREETYPE=ON \
-    -DMUE_COMPILE_USE_SYSTEM_HARFBUZZ=ON \
-    -DMUE_COMPILE_USE_SYSTEM_OPUS=ON \
-    -DMUE_COMPILE_USE_SYSTEM_OPUSENC=ON \
-    -DMUE_COMPILE_USE_SYSTEM_TINYXML=ON \
-    -DMUE_ENABLE_FILE_ASSOCIATION=ON \
-    -DMUE_INSTALL_SOUNDFONT=ON \
-    -Wno-dev"
+configure_args="-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_SKIP_RPATH=ON -DMUSE_APP_BUILD_MODE=release -DMUSESCORE_BUILD_CONFIGURATION=app -DMUE_BUILD_UNIT_TESTS=OFF -DMUE_COMPILE_USE_SYSTEM_FLAC=ON -DMUE_COMPILE_USE_SYSTEM_FREETYPE=ON -DMUE_COMPILE_USE_SYSTEM_HARFBUZZ=ON -DMUE_COMPILE_USE_SYSTEM_OPUS=ON -DMUE_COMPILE_USE_SYSTEM_OPUSENC=ON -DMUE_COMPILE_USE_SYSTEM_TINYXML=ON -DMUE_ENABLE_FILE_ASSOCIATION=ON -DMUE_INSTALL_SOUNDFONT=ON"
 makedepends="pkg-config jack-devel qt6-declarative-host-tools lame-devel libsndfile-devel portaudio-devel git
  portmidi-devel pulseaudio-devel qt6-declarative-devel qt6-base-devel qt6-base qt5-qmake qt6-networkauth-devel
  qt6-svg-devel qt6-tools-devel qt6-webchannel-devel qt6-qt5compat-devel tinyxml2-devel zlib zstd opus-devel libopusenc-devel 

From 4e58fc8d7b8a14984a17ba4b44a714014463d38b Mon Sep 17 00:00:00 2001
From: konskara <73367769+konskara@users.noreply.github.com>
Date: Thu, 10 Apr 2025 15:33:37 +0300
Subject: [PATCH 3/3] Update template

---
 srcpkgs/musescore/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/musescore/template b/srcpkgs/musescore/template
index aa9a5d7b5cc1e7..0ca49fc0da6433 100644
--- a/srcpkgs/musescore/template
+++ b/srcpkgs/musescore/template
@@ -3,7 +3,7 @@ pkgname=musescore
 version=4.5.1
 revision=1
 build_style=cmake
-configure_args="-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_SKIP_RPATH=ON -DMUSE_APP_BUILD_MODE=release -DMUSESCORE_BUILD_CONFIGURATION=app -DMUE_BUILD_UNIT_TESTS=OFF -DMUE_COMPILE_USE_SYSTEM_FLAC=ON -DMUE_COMPILE_USE_SYSTEM_FREETYPE=ON -DMUE_COMPILE_USE_SYSTEM_HARFBUZZ=ON -DMUE_COMPILE_USE_SYSTEM_OPUS=ON -DMUE_COMPILE_USE_SYSTEM_OPUSENC=ON -DMUE_COMPILE_USE_SYSTEM_TINYXML=ON -DMUE_ENABLE_FILE_ASSOCIATION=ON -DMUE_INSTALL_SOUNDFONT=ON"
+configure_args="-DMUSE_APP_BUILD_MODE=release -DMUSESCORE_BUILD_CONFIGURATION=app -DMUE_BUILD_UNIT_TESTS=OFF -DMUE_COMPILE_USE_SYSTEM_FLAC=ON -DMUE_COMPILE_USE_SYSTEM_FREETYPE=ON -DMUE_COMPILE_USE_SYSTEM_HARFBUZZ=ON -DMUE_COMPILE_USE_SYSTEM_OPUS=ON -DMUE_COMPILE_USE_SYSTEM_OPUSENC=ON -DMUE_COMPILE_USE_SYSTEM_TINYXML=ON -DMUE_ENABLE_FILE_ASSOCIATION=ON -DMUE_INSTALL_SOUNDFONT=ON"
 makedepends="pkg-config jack-devel qt6-declarative-host-tools lame-devel libsndfile-devel portaudio-devel git
  portmidi-devel pulseaudio-devel qt6-declarative-devel qt6-base-devel qt6-base qt5-qmake qt6-networkauth-devel
  qt6-svg-devel qt6-tools-devel qt6-webchannel-devel qt6-qt5compat-devel tinyxml2-devel zlib zstd opus-devel libopusenc-devel 

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] musescore: update to 4.5.1
  2025-04-10  9:55 [PR PATCH] musescore: update to 4.5.1 konskara
  2025-04-10 11:36 ` [PR PATCH] [Updated] " konskara
  2025-04-10 12:33 ` konskara
@ 2025-04-28 20:44 ` konskara
  2025-04-28 20:49 ` konskara
  2025-04-28 20:49 ` [PR PATCH] [Closed]: " konskara
  4 siblings, 0 replies; 6+ messages in thread
From: konskara @ 2025-04-28 20:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 436 bytes --]

There is an updated pull request by konskara against master on the void-packages repository

https://github.com/konskara/void-packages musescore
https://github.com/void-linux/void-packages/pull/55024

musescore: update to 4.5.1
- I tested the changes in this PR: **YES**

- I built this PR locally for my native architecture, (x86_64-glibc)


A patch file from https://github.com/void-linux/void-packages/pull/55024.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-musescore-55024.patch --]
[-- Type: text/x-diff, Size: 7393 bytes --]

From adf48a4ee268a96568a2c67cc88fa73cd03d913e Mon Sep 17 00:00:00 2001
From: konskara <73367769+konskara@users.noreply.github.com>
Date: Thu, 10 Apr 2025 12:53:54 +0300
Subject: [PATCH 1/3] Update to v4.5.1

---
 srcpkgs/musescore/template | 51 +++++++++++++++++++-------------------
 1 file changed, 26 insertions(+), 25 deletions(-)

diff --git a/srcpkgs/musescore/template b/srcpkgs/musescore/template
index e3ed608c207a47..75beb8f5b5363b 100644
--- a/srcpkgs/musescore/template
+++ b/srcpkgs/musescore/template
@@ -1,32 +1,33 @@
 # Template file for 'musescore'
 pkgname=musescore
-version=3.6.2
-revision=2
-build_style=gnu-makefile
-make_build_args="USE_SYSTEM_FREETYPE=ON BUILD_WEBENGINE=OFF
- DOWNLOAD_SOUNDFONT=OFF MUSESCORE_BUILD_CONFIG=release"
-make_install_args="-C build.release"
-hostmakedepends="cmake pkg-config qt5-qmake qt5-host-tools qt5-tools"
-makedepends="jack-devel lame-devel libsndfile-devel portaudio-devel
- portmidi-devel pulseaudio-devel qt5-declarative-devel qt5-script-devel
- qt5-svg-devel qt5-tools-devel qt5-webchannel-devel
- qt5-location-devel qt5-xmlpatterns-devel qt5-plugin-mysql qt5-plugin-odbc
- qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds qt5-quickcontrols2-devel"
-depends="qt5-plugin-sqlite qt5-graphicaleffects qt5-quickcontrols2"
+version=4.5.1
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE=None \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_POSITION_INDEPENDENT_CODE=ON \
+    -DCMAKE_SKIP_RPATH=ON \
+    -DMUSE_APP_BUILD_MODE=release \
+    -DMUSESCORE_BUILD_CONFIGURATION=app \
+    -DMUE_BUILD_UNIT_TESTS=OFF \
+    -DMUE_COMPILE_USE_SYSTEM_FLAC=ON \
+    -DMUE_COMPILE_USE_SYSTEM_FREETYPE=ON \
+    -DMUE_COMPILE_USE_SYSTEM_HARFBUZZ=ON \
+    -DMUE_COMPILE_USE_SYSTEM_OPUS=ON \
+    -DMUE_COMPILE_USE_SYSTEM_OPUSENC=ON \
+    -DMUE_COMPILE_USE_SYSTEM_TINYXML=ON \
+    -DMUE_ENABLE_FILE_ASSOCIATION=ON \
+    -DMUE_INSTALL_SOUNDFONT=ON \
+    -Wno-dev"
+makedepends="pkg-config jack-devel qt6-declarative-host-tools lame-devel libsndfile-devel portaudio-devel git
+ portmidi-devel pulseaudio-devel qt6-declarative-devel qt6-base-devel qt6-base qt5-qmake qt6-networkauth-devel
+ qt6-svg-devel qt6-tools-devel qt6-webchannel-devel qt6-qt5compat-devel tinyxml2-devel zlib zstd opus-devel libopusenc-devel 
+ qt6-location-devel qt6-scxml-devel qt6-plugin-mysql qt6-plugin-odbc libsndfile-devel freetype-devel
+ qt6-plugin-pgsql qt6-plugin-sqlite qt6-base-private-devel"
+depends="qt6-plugin-sqlite qt6-base qt6-svg qt6-declarative qt6-scxml qt6-networkauth qt6-qt5compat tinyxml2 zlib zstd opus libopusenc" 
 short_desc="Create, play and print beautiful sheet music"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://musescore.org/"
-_soundfont_url="https://ftp.osuosl.org/pub/musescore/soundfont/MuseScore_General"
 distfiles="https://github.com/musescore/MuseScore/archive/v${version}.tar.gz
- ${_soundfont_url}/MuseScore_General.sf3
- ${_soundfont_url}/MuseScore_General_License.md"
-checksum="c37acc6d7a316f04925265d2d22a35d715888580e16eff846e9b621954133c45
- 5b85b6c2c61d10b2b91cddd41efcce7b25cd31c8271d511c73afafbef20b6fa3
- 5ad8d737e13c7f01f5b9674872a82a92b4ba253603e8ed14b9db12293550b4b9"
-skip_extraction="MuseScore_General.sf3 MuseScore_General_License.md"
-
-post_extract() {
-	cp "${XBPS_SRCDISTDIR}/${pkgname}-${version}/MuseScore_General.sf3" "${wrksrc}/share/sound/"
-	cp "${XBPS_SRCDISTDIR}/${pkgname}-${version}/MuseScore_General_License.md" "${wrksrc}/share/sound/"
-}
+checksum="5ec033770599ee42ebc00e1a8c680b78de7ac871a0fa6484a68544653171b9ae"

From c999a3afeae7d917d31ac2e411cf17a43c3312f0 Mon Sep 17 00:00:00 2001
From: konskara <73367769+konskara@users.noreply.github.com>
Date: Thu, 10 Apr 2025 14:36:11 +0300
Subject: [PATCH 2/3] Update template

---
 srcpkgs/musescore/template | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/srcpkgs/musescore/template b/srcpkgs/musescore/template
index 75beb8f5b5363b..aa9a5d7b5cc1e7 100644
--- a/srcpkgs/musescore/template
+++ b/srcpkgs/musescore/template
@@ -3,22 +3,7 @@ pkgname=musescore
 version=4.5.1
 revision=1
 build_style=cmake
-configure_args="-DCMAKE_BUILD_TYPE=None \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_POSITION_INDEPENDENT_CODE=ON \
-    -DCMAKE_SKIP_RPATH=ON \
-    -DMUSE_APP_BUILD_MODE=release \
-    -DMUSESCORE_BUILD_CONFIGURATION=app \
-    -DMUE_BUILD_UNIT_TESTS=OFF \
-    -DMUE_COMPILE_USE_SYSTEM_FLAC=ON \
-    -DMUE_COMPILE_USE_SYSTEM_FREETYPE=ON \
-    -DMUE_COMPILE_USE_SYSTEM_HARFBUZZ=ON \
-    -DMUE_COMPILE_USE_SYSTEM_OPUS=ON \
-    -DMUE_COMPILE_USE_SYSTEM_OPUSENC=ON \
-    -DMUE_COMPILE_USE_SYSTEM_TINYXML=ON \
-    -DMUE_ENABLE_FILE_ASSOCIATION=ON \
-    -DMUE_INSTALL_SOUNDFONT=ON \
-    -Wno-dev"
+configure_args="-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_SKIP_RPATH=ON -DMUSE_APP_BUILD_MODE=release -DMUSESCORE_BUILD_CONFIGURATION=app -DMUE_BUILD_UNIT_TESTS=OFF -DMUE_COMPILE_USE_SYSTEM_FLAC=ON -DMUE_COMPILE_USE_SYSTEM_FREETYPE=ON -DMUE_COMPILE_USE_SYSTEM_HARFBUZZ=ON -DMUE_COMPILE_USE_SYSTEM_OPUS=ON -DMUE_COMPILE_USE_SYSTEM_OPUSENC=ON -DMUE_COMPILE_USE_SYSTEM_TINYXML=ON -DMUE_ENABLE_FILE_ASSOCIATION=ON -DMUE_INSTALL_SOUNDFONT=ON"
 makedepends="pkg-config jack-devel qt6-declarative-host-tools lame-devel libsndfile-devel portaudio-devel git
  portmidi-devel pulseaudio-devel qt6-declarative-devel qt6-base-devel qt6-base qt5-qmake qt6-networkauth-devel
  qt6-svg-devel qt6-tools-devel qt6-webchannel-devel qt6-qt5compat-devel tinyxml2-devel zlib zstd opus-devel libopusenc-devel 

From 4e58fc8d7b8a14984a17ba4b44a714014463d38b Mon Sep 17 00:00:00 2001
From: konskara <73367769+konskara@users.noreply.github.com>
Date: Thu, 10 Apr 2025 15:33:37 +0300
Subject: [PATCH 3/3] Update template

---
 srcpkgs/musescore/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/musescore/template b/srcpkgs/musescore/template
index aa9a5d7b5cc1e7..0ca49fc0da6433 100644
--- a/srcpkgs/musescore/template
+++ b/srcpkgs/musescore/template
@@ -3,7 +3,7 @@ pkgname=musescore
 version=4.5.1
 revision=1
 build_style=cmake
-configure_args="-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_SKIP_RPATH=ON -DMUSE_APP_BUILD_MODE=release -DMUSESCORE_BUILD_CONFIGURATION=app -DMUE_BUILD_UNIT_TESTS=OFF -DMUE_COMPILE_USE_SYSTEM_FLAC=ON -DMUE_COMPILE_USE_SYSTEM_FREETYPE=ON -DMUE_COMPILE_USE_SYSTEM_HARFBUZZ=ON -DMUE_COMPILE_USE_SYSTEM_OPUS=ON -DMUE_COMPILE_USE_SYSTEM_OPUSENC=ON -DMUE_COMPILE_USE_SYSTEM_TINYXML=ON -DMUE_ENABLE_FILE_ASSOCIATION=ON -DMUE_INSTALL_SOUNDFONT=ON"
+configure_args="-DMUSE_APP_BUILD_MODE=release -DMUSESCORE_BUILD_CONFIGURATION=app -DMUE_BUILD_UNIT_TESTS=OFF -DMUE_COMPILE_USE_SYSTEM_FLAC=ON -DMUE_COMPILE_USE_SYSTEM_FREETYPE=ON -DMUE_COMPILE_USE_SYSTEM_HARFBUZZ=ON -DMUE_COMPILE_USE_SYSTEM_OPUS=ON -DMUE_COMPILE_USE_SYSTEM_OPUSENC=ON -DMUE_COMPILE_USE_SYSTEM_TINYXML=ON -DMUE_ENABLE_FILE_ASSOCIATION=ON -DMUE_INSTALL_SOUNDFONT=ON"
 makedepends="pkg-config jack-devel qt6-declarative-host-tools lame-devel libsndfile-devel portaudio-devel git
  portmidi-devel pulseaudio-devel qt6-declarative-devel qt6-base-devel qt6-base qt5-qmake qt6-networkauth-devel
  qt6-svg-devel qt6-tools-devel qt6-webchannel-devel qt6-qt5compat-devel tinyxml2-devel zlib zstd opus-devel libopusenc-devel 

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] musescore: update to 4.5.1
  2025-04-10  9:55 [PR PATCH] musescore: update to 4.5.1 konskara
                   ` (2 preceding siblings ...)
  2025-04-28 20:44 ` konskara
@ 2025-04-28 20:49 ` konskara
  2025-04-28 20:49 ` [PR PATCH] [Closed]: " konskara
  4 siblings, 0 replies; 6+ messages in thread
From: konskara @ 2025-04-28 20:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 436 bytes --]

There is an updated pull request by konskara against master on the void-packages repository

https://github.com/konskara/void-packages musescore
https://github.com/void-linux/void-packages/pull/55024

musescore: update to 4.5.1
- I tested the changes in this PR: **YES**

- I built this PR locally for my native architecture, (x86_64-glibc)


A patch file from https://github.com/void-linux/void-packages/pull/55024.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-musescore-55024.patch --]
[-- Type: text/x-diff, Size: 10656 bytes --]

From adf48a4ee268a96568a2c67cc88fa73cd03d913e Mon Sep 17 00:00:00 2001
From: konskara <73367769+konskara@users.noreply.github.com>
Date: Thu, 10 Apr 2025 12:53:54 +0300
Subject: [PATCH 1/4] Update to v4.5.1

---
 srcpkgs/musescore/template | 51 +++++++++++++++++++-------------------
 1 file changed, 26 insertions(+), 25 deletions(-)

diff --git a/srcpkgs/musescore/template b/srcpkgs/musescore/template
index e3ed608c207a47..75beb8f5b5363b 100644
--- a/srcpkgs/musescore/template
+++ b/srcpkgs/musescore/template
@@ -1,32 +1,33 @@
 # Template file for 'musescore'
 pkgname=musescore
-version=3.6.2
-revision=2
-build_style=gnu-makefile
-make_build_args="USE_SYSTEM_FREETYPE=ON BUILD_WEBENGINE=OFF
- DOWNLOAD_SOUNDFONT=OFF MUSESCORE_BUILD_CONFIG=release"
-make_install_args="-C build.release"
-hostmakedepends="cmake pkg-config qt5-qmake qt5-host-tools qt5-tools"
-makedepends="jack-devel lame-devel libsndfile-devel portaudio-devel
- portmidi-devel pulseaudio-devel qt5-declarative-devel qt5-script-devel
- qt5-svg-devel qt5-tools-devel qt5-webchannel-devel
- qt5-location-devel qt5-xmlpatterns-devel qt5-plugin-mysql qt5-plugin-odbc
- qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds qt5-quickcontrols2-devel"
-depends="qt5-plugin-sqlite qt5-graphicaleffects qt5-quickcontrols2"
+version=4.5.1
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE=None \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_POSITION_INDEPENDENT_CODE=ON \
+    -DCMAKE_SKIP_RPATH=ON \
+    -DMUSE_APP_BUILD_MODE=release \
+    -DMUSESCORE_BUILD_CONFIGURATION=app \
+    -DMUE_BUILD_UNIT_TESTS=OFF \
+    -DMUE_COMPILE_USE_SYSTEM_FLAC=ON \
+    -DMUE_COMPILE_USE_SYSTEM_FREETYPE=ON \
+    -DMUE_COMPILE_USE_SYSTEM_HARFBUZZ=ON \
+    -DMUE_COMPILE_USE_SYSTEM_OPUS=ON \
+    -DMUE_COMPILE_USE_SYSTEM_OPUSENC=ON \
+    -DMUE_COMPILE_USE_SYSTEM_TINYXML=ON \
+    -DMUE_ENABLE_FILE_ASSOCIATION=ON \
+    -DMUE_INSTALL_SOUNDFONT=ON \
+    -Wno-dev"
+makedepends="pkg-config jack-devel qt6-declarative-host-tools lame-devel libsndfile-devel portaudio-devel git
+ portmidi-devel pulseaudio-devel qt6-declarative-devel qt6-base-devel qt6-base qt5-qmake qt6-networkauth-devel
+ qt6-svg-devel qt6-tools-devel qt6-webchannel-devel qt6-qt5compat-devel tinyxml2-devel zlib zstd opus-devel libopusenc-devel 
+ qt6-location-devel qt6-scxml-devel qt6-plugin-mysql qt6-plugin-odbc libsndfile-devel freetype-devel
+ qt6-plugin-pgsql qt6-plugin-sqlite qt6-base-private-devel"
+depends="qt6-plugin-sqlite qt6-base qt6-svg qt6-declarative qt6-scxml qt6-networkauth qt6-qt5compat tinyxml2 zlib zstd opus libopusenc" 
 short_desc="Create, play and print beautiful sheet music"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://musescore.org/"
-_soundfont_url="https://ftp.osuosl.org/pub/musescore/soundfont/MuseScore_General"
 distfiles="https://github.com/musescore/MuseScore/archive/v${version}.tar.gz
- ${_soundfont_url}/MuseScore_General.sf3
- ${_soundfont_url}/MuseScore_General_License.md"
-checksum="c37acc6d7a316f04925265d2d22a35d715888580e16eff846e9b621954133c45
- 5b85b6c2c61d10b2b91cddd41efcce7b25cd31c8271d511c73afafbef20b6fa3
- 5ad8d737e13c7f01f5b9674872a82a92b4ba253603e8ed14b9db12293550b4b9"
-skip_extraction="MuseScore_General.sf3 MuseScore_General_License.md"
-
-post_extract() {
-	cp "${XBPS_SRCDISTDIR}/${pkgname}-${version}/MuseScore_General.sf3" "${wrksrc}/share/sound/"
-	cp "${XBPS_SRCDISTDIR}/${pkgname}-${version}/MuseScore_General_License.md" "${wrksrc}/share/sound/"
-}
+checksum="5ec033770599ee42ebc00e1a8c680b78de7ac871a0fa6484a68544653171b9ae"

From c999a3afeae7d917d31ac2e411cf17a43c3312f0 Mon Sep 17 00:00:00 2001
From: konskara <73367769+konskara@users.noreply.github.com>
Date: Thu, 10 Apr 2025 14:36:11 +0300
Subject: [PATCH 2/4] Update template

---
 srcpkgs/musescore/template | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/srcpkgs/musescore/template b/srcpkgs/musescore/template
index 75beb8f5b5363b..aa9a5d7b5cc1e7 100644
--- a/srcpkgs/musescore/template
+++ b/srcpkgs/musescore/template
@@ -3,22 +3,7 @@ pkgname=musescore
 version=4.5.1
 revision=1
 build_style=cmake
-configure_args="-DCMAKE_BUILD_TYPE=None \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_POSITION_INDEPENDENT_CODE=ON \
-    -DCMAKE_SKIP_RPATH=ON \
-    -DMUSE_APP_BUILD_MODE=release \
-    -DMUSESCORE_BUILD_CONFIGURATION=app \
-    -DMUE_BUILD_UNIT_TESTS=OFF \
-    -DMUE_COMPILE_USE_SYSTEM_FLAC=ON \
-    -DMUE_COMPILE_USE_SYSTEM_FREETYPE=ON \
-    -DMUE_COMPILE_USE_SYSTEM_HARFBUZZ=ON \
-    -DMUE_COMPILE_USE_SYSTEM_OPUS=ON \
-    -DMUE_COMPILE_USE_SYSTEM_OPUSENC=ON \
-    -DMUE_COMPILE_USE_SYSTEM_TINYXML=ON \
-    -DMUE_ENABLE_FILE_ASSOCIATION=ON \
-    -DMUE_INSTALL_SOUNDFONT=ON \
-    -Wno-dev"
+configure_args="-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_SKIP_RPATH=ON -DMUSE_APP_BUILD_MODE=release -DMUSESCORE_BUILD_CONFIGURATION=app -DMUE_BUILD_UNIT_TESTS=OFF -DMUE_COMPILE_USE_SYSTEM_FLAC=ON -DMUE_COMPILE_USE_SYSTEM_FREETYPE=ON -DMUE_COMPILE_USE_SYSTEM_HARFBUZZ=ON -DMUE_COMPILE_USE_SYSTEM_OPUS=ON -DMUE_COMPILE_USE_SYSTEM_OPUSENC=ON -DMUE_COMPILE_USE_SYSTEM_TINYXML=ON -DMUE_ENABLE_FILE_ASSOCIATION=ON -DMUE_INSTALL_SOUNDFONT=ON"
 makedepends="pkg-config jack-devel qt6-declarative-host-tools lame-devel libsndfile-devel portaudio-devel git
  portmidi-devel pulseaudio-devel qt6-declarative-devel qt6-base-devel qt6-base qt5-qmake qt6-networkauth-devel
  qt6-svg-devel qt6-tools-devel qt6-webchannel-devel qt6-qt5compat-devel tinyxml2-devel zlib zstd opus-devel libopusenc-devel 

From 4e58fc8d7b8a14984a17ba4b44a714014463d38b Mon Sep 17 00:00:00 2001
From: konskara <73367769+konskara@users.noreply.github.com>
Date: Thu, 10 Apr 2025 15:33:37 +0300
Subject: [PATCH 3/4] Update template

---
 srcpkgs/musescore/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/musescore/template b/srcpkgs/musescore/template
index aa9a5d7b5cc1e7..0ca49fc0da6433 100644
--- a/srcpkgs/musescore/template
+++ b/srcpkgs/musescore/template
@@ -3,7 +3,7 @@ pkgname=musescore
 version=4.5.1
 revision=1
 build_style=cmake
-configure_args="-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_SKIP_RPATH=ON -DMUSE_APP_BUILD_MODE=release -DMUSESCORE_BUILD_CONFIGURATION=app -DMUE_BUILD_UNIT_TESTS=OFF -DMUE_COMPILE_USE_SYSTEM_FLAC=ON -DMUE_COMPILE_USE_SYSTEM_FREETYPE=ON -DMUE_COMPILE_USE_SYSTEM_HARFBUZZ=ON -DMUE_COMPILE_USE_SYSTEM_OPUS=ON -DMUE_COMPILE_USE_SYSTEM_OPUSENC=ON -DMUE_COMPILE_USE_SYSTEM_TINYXML=ON -DMUE_ENABLE_FILE_ASSOCIATION=ON -DMUE_INSTALL_SOUNDFONT=ON"
+configure_args="-DMUSE_APP_BUILD_MODE=release -DMUSESCORE_BUILD_CONFIGURATION=app -DMUE_BUILD_UNIT_TESTS=OFF -DMUE_COMPILE_USE_SYSTEM_FLAC=ON -DMUE_COMPILE_USE_SYSTEM_FREETYPE=ON -DMUE_COMPILE_USE_SYSTEM_HARFBUZZ=ON -DMUE_COMPILE_USE_SYSTEM_OPUS=ON -DMUE_COMPILE_USE_SYSTEM_OPUSENC=ON -DMUE_COMPILE_USE_SYSTEM_TINYXML=ON -DMUE_ENABLE_FILE_ASSOCIATION=ON -DMUE_INSTALL_SOUNDFONT=ON"
 makedepends="pkg-config jack-devel qt6-declarative-host-tools lame-devel libsndfile-devel portaudio-devel git
  portmidi-devel pulseaudio-devel qt6-declarative-devel qt6-base-devel qt6-base qt5-qmake qt6-networkauth-devel
  qt6-svg-devel qt6-tools-devel qt6-webchannel-devel qt6-qt5compat-devel tinyxml2-devel zlib zstd opus-devel libopusenc-devel 

From 76332aa10a7d99c4bafcad84766efe01179ce993 Mon Sep 17 00:00:00 2001
From: konskara <73367769+konskara@users.noreply.github.com>
Date: Mon, 28 Apr 2025 23:49:18 +0300
Subject: [PATCH 4/4] Update to 4.5.2

---
 srcpkgs/musescore/template | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/musescore/template b/srcpkgs/musescore/template
index 0ca49fc0da6433..f4ff99683035ec 100644
--- a/srcpkgs/musescore/template
+++ b/srcpkgs/musescore/template
@@ -1,18 +1,21 @@
 # Template file for 'musescore'
 pkgname=musescore
-version=4.5.1
+version=4.5.2
 revision=1
 build_style=cmake
-configure_args="-DMUSE_APP_BUILD_MODE=release -DMUSESCORE_BUILD_CONFIGURATION=app -DMUE_BUILD_UNIT_TESTS=OFF -DMUE_COMPILE_USE_SYSTEM_FLAC=ON -DMUE_COMPILE_USE_SYSTEM_FREETYPE=ON -DMUE_COMPILE_USE_SYSTEM_HARFBUZZ=ON -DMUE_COMPILE_USE_SYSTEM_OPUS=ON -DMUE_COMPILE_USE_SYSTEM_OPUSENC=ON -DMUE_COMPILE_USE_SYSTEM_TINYXML=ON -DMUE_ENABLE_FILE_ASSOCIATION=ON -DMUE_INSTALL_SOUNDFONT=ON"
-makedepends="pkg-config jack-devel qt6-declarative-host-tools lame-devel libsndfile-devel portaudio-devel git
- portmidi-devel pulseaudio-devel qt6-declarative-devel qt6-base-devel qt6-base qt5-qmake qt6-networkauth-devel
- qt6-svg-devel qt6-tools-devel qt6-webchannel-devel qt6-qt5compat-devel tinyxml2-devel zlib zstd opus-devel libopusenc-devel 
- qt6-location-devel qt6-scxml-devel qt6-plugin-mysql qt6-plugin-odbc libsndfile-devel freetype-devel
- qt6-plugin-pgsql qt6-plugin-sqlite qt6-base-private-devel"
-depends="qt6-plugin-sqlite qt6-base qt6-svg qt6-declarative qt6-scxml qt6-networkauth qt6-qt5compat tinyxml2 zlib zstd opus libopusenc" 
+configure_args="-DCMAKE_BUILD_TYPE=Release -DMUSE_APP_BUILD_MODE=release -DMUSESCORE_BUILD_CONFIGURATION=app -DMUSE_ENABLE_UNIT_TESTS=OFF -DMUE_BUILD_UNIT_TESTS=OFF -DMUE_COMPILE_USE_SYSTEM_FLAC=ON -DMUE_COMPILE_USE_SYSTEM_FREETYPE=ON -DMUE_COMPILE_USE_SYSTEM_HARFBUZZ=ON -DMUE_COMPILE_USE_SYSTEM_OPUS=ON -DMUE_COMPILE_USE_SYSTEM_OPUSENC=ON -DMUE_COMPILE_USE_SYSTEM_TINYXML=ON -DMUE_ENABLE_FILE_ASSOCIATION=ON -DMUE_INSTALL_SOUNDFONT=ON"
+makedepends="pkg-config jack-devel qt6-declarative-host-tools lame-devel  portaudio-devel git
+ portmidi-devel pulseaudio-devel qt6-declarative-devel qt6-base-devel qt6-networkauth-devel
+ qt6-svg-devel qt6-tools-devel qt6-webchannel-devel qt6-qt5compat-devel tinyxml2-devel zlib-devel zstd opus-devel libopusenc-devel 
+ qt6-location-devel qt6-scxml-devel qt6-plugin-mysql qt6-plugin-odbc libsndfile-devel freetype-devel harfbuzz-devel
+ qt6-plugin-pgsql qt6-plugin-sqlite qt6-base-private-devel flac libflac-devel"
+depends="hicolor-icon-theme qt6-plugin-sqlite qt6-base qt6-svg qt6-declarative qt6-scxml qt6-networkauth qt6-qt5compat tinyxml2 zlib zstd opus libopusenc harfbuzz alsa-lib freetype"  
 short_desc="Create, play and print beautiful sheet music"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://musescore.org/"
 distfiles="https://github.com/musescore/MuseScore/archive/v${version}.tar.gz
-checksum="5ec033770599ee42ebc00e1a8c680b78de7ac871a0fa6484a68544653171b9ae"
+checksum=62e879ebc39b34612b2b4aa67b51ab7a75e465772eb7e5a1dbc137f902c91b39
+
+# Add qmake to PATH
+export PATH="$PATH:/usr/lib/qt6/bin"

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Closed]: musescore: update to 4.5.1
  2025-04-10  9:55 [PR PATCH] musescore: update to 4.5.1 konskara
                   ` (3 preceding siblings ...)
  2025-04-28 20:49 ` konskara
@ 2025-04-28 20:49 ` konskara
  4 siblings, 0 replies; 6+ messages in thread
From: konskara @ 2025-04-28 20:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 276 bytes --]

There's a closed pull request on the void-packages repository

musescore: update to 4.5.1
https://github.com/void-linux/void-packages/pull/55024

Description:
- I tested the changes in this PR: **YES**

- I built this PR locally for my native architecture, (x86_64-glibc)


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-04-28 20:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-10  9:55 [PR PATCH] musescore: update to 4.5.1 konskara
2025-04-10 11:36 ` [PR PATCH] [Updated] " konskara
2025-04-10 12:33 ` konskara
2025-04-28 20:44 ` konskara
2025-04-28 20:49 ` konskara
2025-04-28 20:49 ` [PR PATCH] [Closed]: " konskara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).