Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] musescore: update to 4.5.2
@ 2025-04-28 21:05 konskara
  2025-04-29 20:51 ` [PR REVIEW] " classabbyamp
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: konskara @ 2025-04-28 21:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 429 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/55209

musescore: update to 4.5.2
- 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/55209.patch is attached

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

From 43e9960cc10abe3e96d978ef0ae6c1ebadad7db7 Mon Sep 17 00:00:00 2001
From: konskara <kostaskrks@outlook.com>
Date: Tue, 29 Apr 2025 00:03:58 +0300
Subject: [PATCH] musescore: update to 4.5.2

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

diff --git a/srcpkgs/musescore/template b/srcpkgs/musescore/template
index e3ed608c207a47..09ff5ca7a1f329 100644
--- a/srcpkgs/musescore/template
+++ b/srcpkgs/musescore/template
@@ -1,32 +1,22 @@
 # 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.2
+revision=1
+archs="x86_64"
+build_style=cmake
+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/"
-_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"
+distfiles="https://github.com/musescore/MuseScore/archive/v${version}.tar.gz"
+checksum=62e879ebc39b34612b2b4aa67b51ab7a75e465772eb7e5a1dbc137f902c91b39
 
-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/"
-}
+# Add qmake to PATH
+export PATH="$PATH:/usr/lib/qt6/bin"
\ No newline at end of file

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

* Re: [PR REVIEW] musescore: update to 4.5.2
  2025-04-28 21:05 [PR PATCH] musescore: update to 4.5.2 konskara
@ 2025-04-29 20:51 ` classabbyamp
  2025-04-29 21:17 ` [PR PATCH] [Updated] " konskara
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: classabbyamp @ 2025-04-29 20:51 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/55209#discussion_r2067412128

Comment:
does `build_helper="qmake-qt6"` work instead of this?

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

* Re: [PR PATCH] [Updated] musescore: update to 4.5.2
  2025-04-28 21:05 [PR PATCH] musescore: update to 4.5.2 konskara
  2025-04-29 20:51 ` [PR REVIEW] " classabbyamp
@ 2025-04-29 21:17 ` konskara
  2025-04-29 21:20 ` konskara
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: konskara @ 2025-04-29 21:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 434 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/55209

musescore: update to 4.5.2
- 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/55209.patch is attached

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

From 43e9960cc10abe3e96d978ef0ae6c1ebadad7db7 Mon Sep 17 00:00:00 2001
From: konskara <kostaskrks@outlook.com>
Date: Tue, 29 Apr 2025 00:03:58 +0300
Subject: [PATCH] musescore: update to 4.5.2

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

diff --git a/srcpkgs/musescore/template b/srcpkgs/musescore/template
index e3ed608c207a47..09ff5ca7a1f329 100644
--- a/srcpkgs/musescore/template
+++ b/srcpkgs/musescore/template
@@ -1,32 +1,22 @@
 # 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.2
+revision=1
+archs="x86_64"
+build_style=cmake
+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/"
-_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"
+distfiles="https://github.com/musescore/MuseScore/archive/v${version}.tar.gz"
+checksum=62e879ebc39b34612b2b4aa67b51ab7a75e465772eb7e5a1dbc137f902c91b39
 
-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/"
-}
+# Add qmake to PATH
+export PATH="$PATH:/usr/lib/qt6/bin"
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] musescore: update to 4.5.2
  2025-04-28 21:05 [PR PATCH] musescore: update to 4.5.2 konskara
  2025-04-29 20:51 ` [PR REVIEW] " classabbyamp
  2025-04-29 21:17 ` [PR PATCH] [Updated] " konskara
@ 2025-04-29 21:20 ` konskara
  2025-04-29 21:25 ` [PR REVIEW] " konskara
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: konskara @ 2025-04-29 21:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 434 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/55209

musescore: update to 4.5.2
- 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/55209.patch is attached

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

From 43e9960cc10abe3e96d978ef0ae6c1ebadad7db7 Mon Sep 17 00:00:00 2001
From: konskara <kostaskrks@outlook.com>
Date: Tue, 29 Apr 2025 00:03:58 +0300
Subject: [PATCH 1/2] musescore: update to 4.5.2

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

diff --git a/srcpkgs/musescore/template b/srcpkgs/musescore/template
index e3ed608c207a47..09ff5ca7a1f329 100644
--- a/srcpkgs/musescore/template
+++ b/srcpkgs/musescore/template
@@ -1,32 +1,22 @@
 # 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.2
+revision=1
+archs="x86_64"
+build_style=cmake
+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/"
-_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"
+distfiles="https://github.com/musescore/MuseScore/archive/v${version}.tar.gz"
+checksum=62e879ebc39b34612b2b4aa67b51ab7a75e465772eb7e5a1dbc137f902c91b39
 
-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/"
-}
+# Add qmake to PATH
+export PATH="$PATH:/usr/lib/qt6/bin"
\ No newline at end of file

From 49bcb15aece0a5a62b20bae6a387a1c7dc4c8ebb Mon Sep 17 00:00:00 2001
From: konskara <73367769+konskara@users.noreply.github.com>
Date: Wed, 30 Apr 2025 00:20:50 +0300
Subject: [PATCH 2/2] add build_helper

---
 srcpkgs/musescore/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/musescore/template b/srcpkgs/musescore/template
index 09ff5ca7a1f329..1568b0d99261a4 100644
--- a/srcpkgs/musescore/template
+++ b/srcpkgs/musescore/template
@@ -4,6 +4,7 @@ version=4.5.2
 revision=1
 archs="x86_64"
 build_style=cmake
+build_helper=qmake6
 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
@@ -17,6 +18,3 @@ license="GPL-2.0-or-later"
 homepage="https://musescore.org/"
 distfiles="https://github.com/musescore/MuseScore/archive/v${version}.tar.gz"
 checksum=62e879ebc39b34612b2b4aa67b51ab7a75e465772eb7e5a1dbc137f902c91b39
-
-# Add qmake to PATH
-export PATH="$PATH:/usr/lib/qt6/bin"
\ No newline at end of file

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

* Re: [PR REVIEW] musescore: update to 4.5.2
  2025-04-28 21:05 [PR PATCH] musescore: update to 4.5.2 konskara
                   ` (2 preceding siblings ...)
  2025-04-29 21:20 ` konskara
@ 2025-04-29 21:25 ` konskara
  2025-05-01  4:35 ` [PR PATCH] [Updated] " konskara
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: konskara @ 2025-04-29 21:25 UTC (permalink / raw)
  To: ml

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

New review comment by konskara on void-packages repository

https://github.com/void-linux/void-packages/pull/55209#discussion_r2067452742

Comment:
Yeah, thank you! Just tested it and it works great, should have read the manual better.

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

* Re: [PR PATCH] [Updated] musescore: update to 4.5.2
  2025-04-28 21:05 [PR PATCH] musescore: update to 4.5.2 konskara
                   ` (3 preceding siblings ...)
  2025-04-29 21:25 ` [PR REVIEW] " konskara
@ 2025-05-01  4:35 ` konskara
  2025-05-01 14:55 ` [PR REVIEW] " classabbyamp
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: konskara @ 2025-05-01  4:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 434 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/55209

musescore: update to 4.5.2
- 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/55209.patch is attached

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

From c773970676d64a242fb7e408f7d7c8e4a9c5b977 Mon Sep 17 00:00:00 2001
From: konskara <kostaskrks@outlook.com>
Date: Tue, 29 Apr 2025 00:03:58 +0300
Subject: [PATCH] musescore: update to 4.5.2

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

diff --git a/srcpkgs/musescore/template b/srcpkgs/musescore/template
index e3ed608c207a47..1568b0d99261a4 100644
--- a/srcpkgs/musescore/template
+++ b/srcpkgs/musescore/template
@@ -1,32 +1,20 @@
 # 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.2
+revision=1
+archs="x86_64"
+build_style=cmake
+build_helper=qmake6
+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/"
-_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/"
-}
+distfiles="https://github.com/musescore/MuseScore/archive/v${version}.tar.gz"
+checksum=62e879ebc39b34612b2b4aa67b51ab7a75e465772eb7e5a1dbc137f902c91b39

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

* Re: [PR REVIEW] musescore: update to 4.5.2
  2025-04-28 21:05 [PR PATCH] musescore: update to 4.5.2 konskara
                   ` (4 preceding siblings ...)
  2025-05-01  4:35 ` [PR PATCH] [Updated] " konskara
@ 2025-05-01 14:55 ` classabbyamp
  2025-05-02  2:29 ` [PR PATCH] [Updated] " konskara
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: classabbyamp @ 2025-05-01 14:55 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/55209#discussion_r2070370467

Comment:
break lines at ~80 characters with a single-space indent on continuations (like `makedepends`)

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

* Re: [PR PATCH] [Updated] musescore: update to 4.5.2
  2025-04-28 21:05 [PR PATCH] musescore: update to 4.5.2 konskara
                   ` (5 preceding siblings ...)
  2025-05-01 14:55 ` [PR REVIEW] " classabbyamp
@ 2025-05-02  2:29 ` konskara
  2025-05-02  2:37 ` konskara
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: konskara @ 2025-05-02  2:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 434 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/55209

musescore: update to 4.5.2
- 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/55209.patch is attached

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

From f72d0ecc349d5649f6c9d4309deb4f01026b9f64 Mon Sep 17 00:00:00 2001
From: konskara <kostaskrks@outlook.com>
Date: Tue, 29 Apr 2025 00:03:58 +0300
Subject: [PATCH] musescore: update to 4.5.2

---
 srcpkgs/ada/template             |  7 ++++
 srcpkgs/bzip3/template           |  8 +++++
 srcpkgs/elektroid/template       |  8 +++++
 srcpkgs/fzf/template             |  8 +++++
 srcpkgs/github-cli/template      |  8 +++++
 srcpkgs/gnuchess/template        |  8 +++++
 srcpkgs/mcelog/template          |  8 +++++
 srcpkgs/musescore/template       | 50 ++++++++++++++---------------
 srcpkgs/nodejs/template          | 55 ++++++++++++++++++++++++++++++++
 srcpkgs/python3-pyinfra/template | 12 +++++++
 srcpkgs/quickjs/template         |  8 +++++
 srcpkgs/smartmontools/template   |  8 +++++
 srcpkgs/yt-dlp/template          |  8 +++++
 13 files changed, 170 insertions(+), 26 deletions(-)

diff --git a/srcpkgs/ada/template b/srcpkgs/ada/template
index 22a0b687e2f4b7..d2010ee348e738 100644
--- a/srcpkgs/ada/template
+++ b/srcpkgs/ada/template
@@ -1,7 +1,11 @@
 # Template file for 'ada'
 pkgname=ada
 version=3.2.1
+<<<<<<< HEAD
 revision=2
+=======
+revision=1
+>>>>>>> c7739706 (musescore: update to 4.5.2)
 build_style=cmake
 # They all pull in CPM - CMake's missing package manager
 configure_args="-DADA_TESTING=OFF -DADA_BENCHMARKS=OFF -DADA_TOOLS=OFF
@@ -24,7 +28,10 @@ ada-devel_package() {
 	pkg_install() {
 		vmove usr/include
 		vmove usr/lib/cmake
+<<<<<<< HEAD
 		vmove usr/lib/pkgconfig
+=======
+>>>>>>> c7739706 (musescore: update to 4.5.2)
 		vmove "usr/lib/*.so"
 	}
 }
diff --git a/srcpkgs/bzip3/template b/srcpkgs/bzip3/template
index 40932252d35340..bfcbccd98d90fe 100644
--- a/srcpkgs/bzip3/template
+++ b/srcpkgs/bzip3/template
@@ -1,6 +1,10 @@
 # Template file for 'bzip3'
 pkgname=bzip3
+<<<<<<< HEAD
 version=1.5.2
+=======
+version=1.5.1
+>>>>>>> c7739706 (musescore: update to 4.5.2)
 revision=1
 build_style=gnu-configure
 short_desc="Better and stronger spiritual successor to bzip2"
@@ -9,7 +13,11 @@ license="LGPL-3.0-or-later"
 homepage="https://github.com/kspalaiologos/bzip3"
 changelog="https://github.com/kspalaiologos/bzip3/blob/master/NEWS"
 distfiles="https://github.com/kspalaiologos/bzip3/releases/download/${version}/bzip3-${version}.tar.xz"
+<<<<<<< HEAD
 checksum=58e3887151ba630cefc3cf9c6604ec158ec894eccacdddced6add48b844f4d4b
+=======
+checksum=53b844f9d9fb1d75faa4d3a9d9026017caaf50bb200b320d1685c6506b8f3b37
+>>>>>>> c7739706 (musescore: update to 4.5.2)
 
 bzip3-devel_package() {
 	short_desc+=" - development files"
diff --git a/srcpkgs/elektroid/template b/srcpkgs/elektroid/template
index 0c6aa15964c7d7..8bc6c7728d4e66 100644
--- a/srcpkgs/elektroid/template
+++ b/srcpkgs/elektroid/template
@@ -1,6 +1,10 @@
 # Template file for 'elektroid'
 pkgname=elektroid
+<<<<<<< HEAD
 version=3.2.3
+=======
+version=3.2.2
+>>>>>>> c7739706 (musescore: update to 4.5.2)
 revision=1
 build_style=gnu-configure
 hostmakedepends="automake gettext-devel-tools libtool pkg-config"
@@ -13,4 +17,8 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/dagargo/elektroid"
 distfiles="https://github.com/dagargo/elektroid/releases/download/${version}/elektroid-${version}.tar.gz"
+<<<<<<< HEAD
 checksum=815f43092f29972cfebae7feab4eb5a7c136adff28efcf329418707a78691992
+=======
+checksum=ce24bd3956216ee8b0564106cddea8e1252c03993868e2442c4e0bd96f8e310c
+>>>>>>> c7739706 (musescore: update to 4.5.2)
diff --git a/srcpkgs/fzf/template b/srcpkgs/fzf/template
index 4ddac766ceb66a..b9a0644c2a5e2f 100644
--- a/srcpkgs/fzf/template
+++ b/srcpkgs/fzf/template
@@ -1,6 +1,10 @@
 # Template file for 'fzf'
 pkgname=fzf
+<<<<<<< HEAD
 version=0.61.3
+=======
+version=0.61.1
+>>>>>>> c7739706 (musescore: update to 4.5.2)
 revision=1
 build_style=go
 go_import_path="github.com/junegunn/fzf"
@@ -12,7 +16,11 @@ license="MIT"
 homepage="https://github.com/junegunn/fzf"
 changelog="https://raw.githubusercontent.com/junegunn/fzf/master/CHANGELOG.md"
 distfiles="https://github.com/junegunn/fzf/archive/refs/tags/v${version}.tar.gz"
+<<<<<<< HEAD
 checksum=0a5837791dd0a9861ff778738ad174b1ad60968d2e196b4333bdcfb55567f37d
+=======
+checksum=702e1886dab359a1dab361b372c1ac05b2a1ed5d916aa0fbc08e8269a53a5171
+>>>>>>> c7739706 (musescore: update to 4.5.2)
 
 post_install() {
 	cd ${wrksrc}
diff --git a/srcpkgs/github-cli/template b/srcpkgs/github-cli/template
index bbf046c9be302d..eb2204fcd2e103 100644
--- a/srcpkgs/github-cli/template
+++ b/srcpkgs/github-cli/template
@@ -1,6 +1,10 @@
 # Template file for 'github-cli'
 pkgname=github-cli
+<<<<<<< HEAD
 version=2.72.0
+=======
+version=2.71.2
+>>>>>>> c7739706 (musescore: update to 4.5.2)
 revision=1
 build_style=go
 build_helper=qemu
@@ -14,7 +18,11 @@ license="MIT"
 homepage="https://cli.github.com"
 changelog="https://github.com/cli/cli/releases"
 distfiles="https://github.com/cli/cli/archive/refs/tags/v${version}.tar.gz"
+<<<<<<< HEAD
 checksum=5a2cd4f2601d254d11a55dab463849ccccb5fa4bdcaa72b792ea9c3bf8c67d23
+=======
+checksum=f63adebce6e555005674b46ea6d96843b5e870bdb698759834276a69a121875c
+>>>>>>> c7739706 (musescore: update to 4.5.2)
 
 pre_build() {
 	local _date
diff --git a/srcpkgs/gnuchess/template b/srcpkgs/gnuchess/template
index 6e5d7e2eb45148..344b79f977024e 100644
--- a/srcpkgs/gnuchess/template
+++ b/srcpkgs/gnuchess/template
@@ -1,6 +1,10 @@
 # Template file for 'gnuchess'
 pkgname=gnuchess
+<<<<<<< HEAD
 version=6.2.11
+=======
+version=6.2.9
+>>>>>>> c7739706 (musescore: update to 4.5.2)
 revision=1
 build_style=gnu-configure
 makedepends="readline-devel"
@@ -9,6 +13,10 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="GPL-3.0-or-later"
 homepage="http://www.gnu.org/software/chess/chess.html"
 distfiles="${GNU_SITE}/chess/${pkgname}-${version}.tar.gz"
+<<<<<<< HEAD
 checksum=d81140eea5c69d14b0cfb63816d4b4c9e18fba51f5267de5b1539f468939e9bd
+=======
+checksum=ddfcc20bdd756900a9ab6c42c7daf90a2893bf7f19ce347420ce36baebc41890
+>>>>>>> c7739706 (musescore: update to 4.5.2)
 
 LDFLAGS="-Wl,-z,stack-size=2097152"
diff --git a/srcpkgs/mcelog/template b/srcpkgs/mcelog/template
index 03a508bc22921f..db6b907031d7c5 100644
--- a/srcpkgs/mcelog/template
+++ b/srcpkgs/mcelog/template
@@ -1,6 +1,10 @@
 # Template file for 'mcelog'
 pkgname=mcelog
+<<<<<<< HEAD
 version=206
+=======
+version=204
+>>>>>>> c7739706 (musescore: update to 4.5.2)
 revision=1
 archs="i686* x86_64*"
 hostmakedepends="python3"
@@ -10,7 +14,11 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="GPL-2.0-only"
 homepage="http://www.mcelog.org/"
 distfiles="https://github.com/andikleen/mcelog/archive/v${version}.tar.gz"
+<<<<<<< HEAD
 checksum=2f0deb89b68118891d4e6b83594d997861506079f88b9641c6a92adc36e856a2
+=======
+checksum=a3eda1313dead81e68c99b622041a6914be85e3c4510bdb5a776b578dbdd98ea
+>>>>>>> c7739706 (musescore: update to 4.5.2)
 
 do_build() {
 	make CC=$CC CFLAGS="$CFLAGS $LDFLAGS" ${makejobs}
diff --git a/srcpkgs/musescore/template b/srcpkgs/musescore/template
index e3ed608c207a47..6d8228531ea4bb 100644
--- a/srcpkgs/musescore/template
+++ b/srcpkgs/musescore/template
@@ -1,32 +1,30 @@
 # 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.2
+revision=1
+archs="x86_64"
+build_style=cmake
+build_helper=qmake6
+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/"
-_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/"
-}
+distfiles="https://github.com/musescore/MuseScore/archive/v${version}.tar.gz"
+checksum=62e879ebc39b34612b2b4aa67b51ab7a75e465772eb7e5a1dbc137f902c91b39
\ No newline at end of file
diff --git a/srcpkgs/nodejs/template b/srcpkgs/nodejs/template
index 0bc1a3513cd052..440682a3329a99 100644
--- a/srcpkgs/nodejs/template
+++ b/srcpkgs/nodejs/template
@@ -1,6 +1,7 @@
 # Template file for 'nodejs'
 pkgname=nodejs
 version=22.15.0
+<<<<<<< HEAD
 revision=2
 build_style=configure
 configure_args="
@@ -24,6 +25,16 @@ _make_depends="
  $(vopt_if libuv libuv-devel)
  $(vopt_if nghttp2 nghttp2-devel)
  $(vopt_if cares c-ares-devel)
+=======
+revision=1
+hostmakedepends="which pkg-config python3-setuptools"
+_make_depends="zlib-devel \
+ $(vopt_if icu icu-devel) \
+ $(vopt_if ssl openssl-devel) \
+ $(vopt_if libuv libuv-devel) \
+ $(vopt_if nghttp2 nghttp2-devel) \
+ $(vopt_if cares c-ares-devel) \
+>>>>>>> c7739706 (musescore: update to 4.5.2)
  $(vopt_if brotli brotli-devel)"
 makedepends="${_make_depends}"
 checkdepends="procps-ng iana-etc"
@@ -71,6 +82,7 @@ esac
 CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
 CXXFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
 
+<<<<<<< HEAD
 post_patch() {
 	vsed -e 's/install: all/install:/' -i Makefile
 }
@@ -88,6 +100,23 @@ pre_configure() {
 			i686*) configure_args+=" --dest-cpu=x86" ;;
 			x86_64*) configure_args+=" --dest-cpu=x86_64" ;;
 			riscv64*) configure_args+=" --dest-cpu=riscv64" ;;
+=======
+do_configure() {
+	local _args
+
+	export LD="$CXX"
+	if [ "$CROSS_BUILD" ]; then
+		case "$XBPS_TARGET_MACHINE" in
+			arm*) _args="--dest-cpu=arm" ;;
+			aarch64*) _args="--dest-cpu=arm64" ;;
+			ppc64*) _args="--dest-cpu=ppc64" ;;
+			ppc*) _args="--dest-cpu=ppc" ;;
+			mipsel*) _args="--dest-cpu=mipsel" ;;
+			mips*) _args="--dest-cpu=mips" ;;
+			i686*) _args="--dest-cpu=x86" ;;
+			x86_64*) _args="--dest-cpu=x86_64" ;;
+			riscv64*) _args="--dest-cpu=riscv64" ;;
+>>>>>>> c7739706 (musescore: update to 4.5.2)
 			*) msg_error "$pkgver: cannot be cross compiled for ${XBPS_TARGET_MACHINE}.\n" ;;
 		esac
 		# this is necessary - for example, normally compiling from ppc64le
@@ -96,6 +125,7 @@ pre_configure() {
 		#
 		# that results in the toolset built for target only, and attempting
 		# to execute it within the build system fails
+<<<<<<< HEAD
 		configure_args+=" --cross-compiling"
 	fi
 
@@ -115,6 +145,25 @@ pre_build() {
 		CXXFLAGS=${CFLAGS/-g /-g1 }
 	fi
 	make_build_args+=" PORTABLE=1"
+=======
+		_args+=" --cross-compiling"
+	fi
+	./configure --prefix=/usr --shared-zlib  --enable-lto \
+		$(vopt_if icu --with-intl=system-icu) \
+		$(vopt_if ssl --shared-openssl) \
+		$(vopt_if libuv --shared-libuv) \
+		$(vopt_if nghttp2 --shared-nghttp2) \
+		$(vopt_if cares --shared-cares) \
+		$(vopt_if brotli --shared-brotli) ${_args}
+}
+
+do_build() {
+	if [ "$CROSS_BUILD" ]; then
+		make LD="$CXX" LDFLAGS+=-ldl ${makejobs} PORTABLE=1 V=1
+	else
+		make LD="$CXX" LDFLAGS+=-ldl ${makejobs} V=1
+	fi
+>>>>>>> c7739706 (musescore: update to 4.5.2)
 }
 
 do_check() {
@@ -167,8 +216,14 @@ test-tls-sni-server-client.js,\
 	make CI_SKIP_TESTS="$CI_SKIP_TESTS" LD="$CXX" LDFLAGS+=-ldl ${makejobs} V=1 test-only
 }
 
+<<<<<<< HEAD
 post_install() {
 	rm -rf $DESTDIR/usr/include/node/openssl
+=======
+do_install() {
+	make LD="$CXX" LDFLAGS+=-ldl DESTDIR="$DESTDIR" install
+	rm $DESTDIR/usr/include/node/openssl -rf
+>>>>>>> c7739706 (musescore: update to 4.5.2)
 	vlicense LICENSE
 }
 
diff --git a/srcpkgs/python3-pyinfra/template b/srcpkgs/python3-pyinfra/template
index 1ba69c6095fc76..bb7aa16a34da4d 100644
--- a/srcpkgs/python3-pyinfra/template
+++ b/srcpkgs/python3-pyinfra/template
@@ -1,6 +1,10 @@
 # Template file for 'python3-pyinfra'
 pkgname=python3-pyinfra
+<<<<<<< HEAD
 version=3.3.1
+=======
+version=3.2
+>>>>>>> c7739706 (musescore: update to 4.5.2)
 revision=1
 build_style=python3-pep517
 hostmakedepends="python3-setuptools"
@@ -8,14 +12,22 @@ depends="python3 python3-Jinja2 python3-click python3-colorama python3-dateutil
  python3-distro python3-docopt python3-gevent python3-paramiko python3-pywinrm
  python3-six python3-yaml python3-packaging python3-typeguard
  python3-setuptools"
+<<<<<<< HEAD
 checkdepends="${depends} python3-pytest python3-mock openssh sudo"
+=======
+checkdepends="${depends} python3-pytest python3-mock openssh"
+>>>>>>> c7739706 (musescore: update to 4.5.2)
 short_desc="Automate infrastructure super fast at massive scale"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="MIT"
 homepage="https://pyinfra.com/"
 changelog="https://github.com/Fizzadar/pyinfra/blob/HEAD/CHANGELOG.md"
 distfiles="https://github.com/Fizzadar/pyinfra/archive/v${version}.tar.gz"
+<<<<<<< HEAD
 checksum=6490bba47b0182b0c79b3c915bf1f1058be874af4a7edcb95f1ef990f4a44e22
+=======
+checksum=7da8d0dc2a5fba37b221c26de2510167d32db8aa0ff1fe4417ee2266c007e285
+>>>>>>> c7739706 (musescore: update to 4.5.2)
 
 post_install() {
 	rm -r ${DESTDIR}/${py3_sitelib}/tests
diff --git a/srcpkgs/quickjs/template b/srcpkgs/quickjs/template
index f6ad9dc1391ae3..53205778982fad 100644
--- a/srcpkgs/quickjs/template
+++ b/srcpkgs/quickjs/template
@@ -1,6 +1,10 @@
 # Template file for 'quickjs'
 pkgname=quickjs
+<<<<<<< HEAD
 version=2025.04.26
+=======
+version=2024.01.13
+>>>>>>> c7739706 (musescore: update to 4.5.2)
 revision=1
 build_style=gnu-makefile
 make_use_env=true
@@ -10,7 +14,11 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="MIT"
 homepage="https://bellard.org/quickjs/"
 distfiles="https://bellard.org/quickjs/quickjs-${version//./-}.tar.xz"
+<<<<<<< HEAD
 checksum=2f20074c25166ef6f781f381c50d57b502cb85d470d639abccebbef7954c83bf
+=======
+checksum=3c4bf8f895bfa54beb486c8d1218112771ecfc5ac3be1036851ef41568212e03
+>>>>>>> c7739706 (musescore: update to 4.5.2)
 
 if [ "$CROSS_BUILD" ]; then
 	make_build_args+=" CROSS_PREFIX=${XBPS_CROSS_TRIPLET}-"
diff --git a/srcpkgs/smartmontools/template b/srcpkgs/smartmontools/template
index e19b4fb8b127cb..946b4668b4454b 100644
--- a/srcpkgs/smartmontools/template
+++ b/srcpkgs/smartmontools/template
@@ -1,6 +1,10 @@
 # Template file for 'smartmontools'
 pkgname=smartmontools
+<<<<<<< HEAD
 version=7.5
+=======
+version=7.4
+>>>>>>> c7739706 (musescore: update to 4.5.2)
 revision=1
 build_style=gnu-configure
 configure_args="--sysconfdir=/etc/smartd --with-libcap-ng=yes"
@@ -12,7 +16,11 @@ license="GPL-2.0-or-later"
 homepage="http://smartmontools.sourceforge.net"
 changelog="https://raw.githubusercontent.com/smartmontools/smartmontools/master/smartmontools/NEWS"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
+<<<<<<< HEAD
 checksum=690b83ca331378da9ea0d9d61008c4b22dde391387b9bbad7f29387f2595f76e
+=======
+checksum=e9a61f641ff96ca95319edfb17948cd297d0cd3342736b2c49c99d4716fb993d
+>>>>>>> c7739706 (musescore: update to 4.5.2)
 
 post_install() {
 	vsv smartd
diff --git a/srcpkgs/yt-dlp/template b/srcpkgs/yt-dlp/template
index 2456d88bb746ce..422c3549d2fee7 100644
--- a/srcpkgs/yt-dlp/template
+++ b/srcpkgs/yt-dlp/template
@@ -1,6 +1,10 @@
 # Template file for 'yt-dlp'
 pkgname=yt-dlp
+<<<<<<< HEAD
 version=2025.04.30
+=======
+version=2025.03.31
+>>>>>>> c7739706 (musescore: update to 4.5.2)
 revision=1
 build_style=python3-pep517
 make_check_args="-k not((download)or(test_socks))"
@@ -13,4 +17,8 @@ license="Unlicense"
 homepage="https://github.com/yt-dlp/yt-dlp"
 changelog="https://raw.githubusercontent.com/yt-dlp/yt-dlp/master/Changelog.md"
 distfiles="https://github.com/yt-dlp/yt-dlp/releases/download/${version}/yt-dlp.tar.gz>yt-dlp-$version.tar.gz"
+<<<<<<< HEAD
 checksum=feb3113fc38c1c0f987d2cfcb7366fed65fa508ff302e7bd8ac9be87c7774b31
+=======
+checksum=23ab23b7dffada34f98ecbffc3da763834ee3b0d969d5d10f8436ca6c32ca9eb
+>>>>>>> c7739706 (musescore: update to 4.5.2)

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

* Re: [PR PATCH] [Updated] musescore: update to 4.5.2
  2025-04-28 21:05 [PR PATCH] musescore: update to 4.5.2 konskara
                   ` (6 preceding siblings ...)
  2025-05-02  2:29 ` [PR PATCH] [Updated] " konskara
@ 2025-05-02  2:37 ` konskara
  2025-05-02  5:42 ` konskara
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: konskara @ 2025-05-02  2:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 434 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/55209

musescore: update to 4.5.2
- 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/55209.patch is attached

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

From a46047031c6d5f2a7721ae91edfdefbed3e3d21c Mon Sep 17 00:00:00 2001
From: konskara <kostaskrks@outlook.com>
Date: Fri, 2 May 2025 05:36:58 +0300
Subject: [PATCH] musescore: update to 4.5.2

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

diff --git a/srcpkgs/musescore/template b/srcpkgs/musescore/template
index e3ed608c207a47..6d8228531ea4bb 100644
--- a/srcpkgs/musescore/template
+++ b/srcpkgs/musescore/template
@@ -1,32 +1,30 @@
 # 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.2
+revision=1
+archs="x86_64"
+build_style=cmake
+build_helper=qmake6
+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/"
-_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/"
-}
+distfiles="https://github.com/musescore/MuseScore/archive/v${version}.tar.gz"
+checksum=62e879ebc39b34612b2b4aa67b51ab7a75e465772eb7e5a1dbc137f902c91b39
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] musescore: update to 4.5.2
  2025-04-28 21:05 [PR PATCH] musescore: update to 4.5.2 konskara
                   ` (7 preceding siblings ...)
  2025-05-02  2:37 ` konskara
@ 2025-05-02  5:42 ` konskara
  2025-05-02  5:45 ` konskara
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: konskara @ 2025-05-02  5:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 434 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/55209

musescore: update to 4.5.2
- 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/55209.patch is attached

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

From a46047031c6d5f2a7721ae91edfdefbed3e3d21c Mon Sep 17 00:00:00 2001
From: konskara <kostaskrks@outlook.com>
Date: Fri, 2 May 2025 05:36:58 +0300
Subject: [PATCH 1/2] musescore: update to 4.5.2

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

diff --git a/srcpkgs/musescore/template b/srcpkgs/musescore/template
index e3ed608c207a47..6d8228531ea4bb 100644
--- a/srcpkgs/musescore/template
+++ b/srcpkgs/musescore/template
@@ -1,32 +1,30 @@
 # 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.2
+revision=1
+archs="x86_64"
+build_style=cmake
+build_helper=qmake6
+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/"
-_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/"
-}
+distfiles="https://github.com/musescore/MuseScore/archive/v${version}.tar.gz"
+checksum=62e879ebc39b34612b2b4aa67b51ab7a75e465772eb7e5a1dbc137f902c91b39
\ No newline at end of file

From 1abd00bf6d46fcf3b83a18581967acb28ecb389a Mon Sep 17 00:00:00 2001
From: konskara <kostaskrks@outlook.com>
Date: Fri, 2 May 2025 08:42:39 +0300
Subject: [PATCH 2/2] fix syntax

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

diff --git a/srcpkgs/musescore/template b/srcpkgs/musescore/template
index 6d8228531ea4bb..703d3eb5f5b120 100644
--- a/srcpkgs/musescore/template
+++ b/srcpkgs/musescore/template
@@ -5,26 +5,26 @@ revision=1
 archs="x86_64"
 build_style=cmake
 build_helper=qmake6
-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 
+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-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"  
+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=62e879ebc39b34612b2b4aa67b51ab7a75e465772eb7e5a1dbc137f902c91b39
\ No newline at end of file
+checksum=62e879ebc39b34612b2b4aa67b51ab7a75e465772eb7e5a1dbc137f902c91b39

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

* Re: [PR PATCH] [Updated] musescore: update to 4.5.2
  2025-04-28 21:05 [PR PATCH] musescore: update to 4.5.2 konskara
                   ` (8 preceding siblings ...)
  2025-05-02  5:42 ` konskara
@ 2025-05-02  5:45 ` konskara
  2025-05-02  5:52 ` konskara
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: konskara @ 2025-05-02  5:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 434 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/55209

musescore: update to 4.5.2
- 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/55209.patch is attached

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

From ceac89dd68468d0cddd9f1d5015cb714682412f8 Mon Sep 17 00:00:00 2001
From: konskara <kostaskrks@outlook.com>
Date: Fri, 2 May 2025 05:36:58 +0300
Subject: [PATCH] musescore: update to 4.5.2

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

diff --git a/srcpkgs/musescore/template b/srcpkgs/musescore/template
index e3ed608c207a47..703d3eb5f5b120 100644
--- a/srcpkgs/musescore/template
+++ b/srcpkgs/musescore/template
@@ -1,32 +1,30 @@
 # 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.2
+revision=1
+archs="x86_64"
+build_style=cmake
+build_helper=qmake6
+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/"
-_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/"
-}
+distfiles="https://github.com/musescore/MuseScore/archive/v${version}.tar.gz"
+checksum=62e879ebc39b34612b2b4aa67b51ab7a75e465772eb7e5a1dbc137f902c91b39

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

* Re: [PR PATCH] [Updated] musescore: update to 4.5.2
  2025-04-28 21:05 [PR PATCH] musescore: update to 4.5.2 konskara
                   ` (9 preceding siblings ...)
  2025-05-02  5:45 ` konskara
@ 2025-05-02  5:52 ` konskara
  2025-05-03  5:41 ` [PR REVIEW] " oreo639
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: konskara @ 2025-05-02  5:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 434 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/55209

musescore: update to 4.5.2
- 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/55209.patch is attached

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

From 70b00186c3b78f983aa665be4f9b5c563d586927 Mon Sep 17 00:00:00 2001
From: konskara <kostaskrks@outlook.com>
Date: Fri, 2 May 2025 05:36:58 +0300
Subject: [PATCH] musescore: update to 4.5.2

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

diff --git a/srcpkgs/musescore/template b/srcpkgs/musescore/template
index e3ed608c207a47..716a63b97678b0 100644
--- a/srcpkgs/musescore/template
+++ b/srcpkgs/musescore/template
@@ -1,32 +1,34 @@
 # 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.2
+revision=1
+archs="x86_64"
+build_style=cmake
+build_helper=qmake6
+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/"
-_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/"
-}
+distfiles="https://github.com/musescore/MuseScore/archive/v${version}.tar.gz"
+checksum=62e879ebc39b34612b2b4aa67b51ab7a75e465772eb7e5a1dbc137f902c91b39

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

* Re: [PR REVIEW] musescore: update to 4.5.2
  2025-04-28 21:05 [PR PATCH] musescore: update to 4.5.2 konskara
                   ` (10 preceding siblings ...)
  2025-05-02  5:52 ` konskara
@ 2025-05-03  5:41 ` oreo639
  2025-05-03  7:21 ` konskara
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: oreo639 @ 2025-05-03  5:41 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/55209#discussion_r2072325683

Comment:
Why was this added?

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

* Re: [PR REVIEW] musescore: update to 4.5.2
  2025-04-28 21:05 [PR PATCH] musescore: update to 4.5.2 konskara
                   ` (11 preceding siblings ...)
  2025-05-03  5:41 ` [PR REVIEW] " oreo639
@ 2025-05-03  7:21 ` konskara
  2025-05-03  7:23 ` [PR PATCH] [Updated] " konskara
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: konskara @ 2025-05-03  7:21 UTC (permalink / raw)
  To: ml

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

New review comment by konskara on void-packages repository

https://github.com/void-linux/void-packages/pull/55209#discussion_r2072340063

Comment:
Hi, I assumed it was necessary because I only tested it on that architecture. But since it builds for others too, I'll go ahead and remove it. Thanks!

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

* Re: [PR PATCH] [Updated] musescore: update to 4.5.2
  2025-04-28 21:05 [PR PATCH] musescore: update to 4.5.2 konskara
                   ` (12 preceding siblings ...)
  2025-05-03  7:21 ` konskara
@ 2025-05-03  7:23 ` konskara
  2025-06-13  3:02 ` classabbyamp
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: konskara @ 2025-05-03  7:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 434 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/55209

musescore: update to 4.5.2
- 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/55209.patch is attached

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

From c56f85cadcb16b327081cc9bfaabdc3310055240 Mon Sep 17 00:00:00 2001
From: konskara <kostaskrks@outlook.com>
Date: Fri, 2 May 2025 05:36:58 +0300
Subject: [PATCH] musescore: update to 4.5.2

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

diff --git a/srcpkgs/musescore/template b/srcpkgs/musescore/template
index e3ed608c207a47..e8b9091b1d2670 100644
--- a/srcpkgs/musescore/template
+++ b/srcpkgs/musescore/template
@@ -1,32 +1,31 @@
 # 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.2
+revision=1
+build_style=cmake
+build_helper=qmake6
+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/"
-_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/"
-}
+distfiles="https://github.com/musescore/MuseScore/archive/v${version}.tar.gz"
+checksum=62e879ebc39b34612b2b4aa67b51ab7a75e465772eb7e5a1dbc137f902c91b39

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

* Re: [PR PATCH] [Updated] musescore: update to 4.5.2
  2025-04-28 21:05 [PR PATCH] musescore: update to 4.5.2 konskara
                   ` (13 preceding siblings ...)
  2025-05-03  7:23 ` [PR PATCH] [Updated] " konskara
@ 2025-06-13  3:02 ` classabbyamp
  2025-09-12  2:01 ` github-actions
  2025-09-26  2:04 ` [PR PATCH] [Closed]: " github-actions
  16 siblings, 0 replies; 18+ messages in thread
From: classabbyamp @ 2025-06-13  3:02 UTC (permalink / raw)
  To: ml

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

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

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

musescore: update to 4.5.2
- 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/55209.patch is attached

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

From 3fb07357ec8f8121aa86ea452253e0ce6b09ff3a Mon Sep 17 00:00:00 2001
From: konskara <kostaskrks@outlook.com>
Date: Fri, 2 May 2025 05:36:58 +0300
Subject: [PATCH] musescore: update to 4.5.2

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

diff --git a/srcpkgs/musescore/template b/srcpkgs/musescore/template
index e3ed608c207a47..ee3c7b949b3527 100644
--- a/srcpkgs/musescore/template
+++ b/srcpkgs/musescore/template
@@ -1,32 +1,24 @@
 # 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.2
+revision=1
+build_style=cmake
+build_helper=qmake6
+configure_args="-DMUSE_APP_BUILD_MODE=release -DMUSESCORE_BUILD_CONFIGURATION=app
+ -DMUSE_ENABLE_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_INSTALL_SOUNDFONT=ON"
+hostmakedepends="pkg-config qt6-declarative-host-tools"
+makedepends="jack-devel lame-devel portaudio-devel 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
+ opus-devel libopusenc-devel qt6-location-devel qt6-scxml-devel libsndfile-devel
+ freetype-devel harfbuzz-devel qt6-base-private-devel libflac-devel"
+depends="hicolor-icon-theme qt6-plugin-sqlite"
 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/"
-}
+distfiles="https://github.com/musescore/MuseScore/archive/v${version}.tar.gz"
+checksum=62e879ebc39b34612b2b4aa67b51ab7a75e465772eb7e5a1dbc137f902c91b39

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

* Re: musescore: update to 4.5.2
  2025-04-28 21:05 [PR PATCH] musescore: update to 4.5.2 konskara
                   ` (14 preceding siblings ...)
  2025-06-13  3:02 ` classabbyamp
@ 2025-09-12  2:01 ` github-actions
  2025-09-26  2:04 ` [PR PATCH] [Closed]: " github-actions
  16 siblings, 0 replies; 18+ messages in thread
From: github-actions @ 2025-09-12  2:01 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/55209#issuecomment-3283376228

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: musescore: update to 4.5.2
  2025-04-28 21:05 [PR PATCH] musescore: update to 4.5.2 konskara
                   ` (15 preceding siblings ...)
  2025-09-12  2:01 ` github-actions
@ 2025-09-26  2:04 ` github-actions
  16 siblings, 0 replies; 18+ messages in thread
From: github-actions @ 2025-09-26  2:04 UTC (permalink / raw)
  To: ml

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

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

musescore: update to 4.5.2
https://github.com/void-linux/void-packages/pull/55209

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] 18+ messages in thread

end of thread, other threads:[~2025-09-26  2:04 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-28 21:05 [PR PATCH] musescore: update to 4.5.2 konskara
2025-04-29 20:51 ` [PR REVIEW] " classabbyamp
2025-04-29 21:17 ` [PR PATCH] [Updated] " konskara
2025-04-29 21:20 ` konskara
2025-04-29 21:25 ` [PR REVIEW] " konskara
2025-05-01  4:35 ` [PR PATCH] [Updated] " konskara
2025-05-01 14:55 ` [PR REVIEW] " classabbyamp
2025-05-02  2:29 ` [PR PATCH] [Updated] " konskara
2025-05-02  2:37 ` konskara
2025-05-02  5:42 ` konskara
2025-05-02  5:45 ` konskara
2025-05-02  5:52 ` konskara
2025-05-03  5:41 ` [PR REVIEW] " oreo639
2025-05-03  7:21 ` konskara
2025-05-03  7:23 ` [PR PATCH] [Updated] " konskara
2025-06-13  3:02 ` classabbyamp
2025-09-12  2:01 ` github-actions
2025-09-26  2:04 ` [PR PATCH] [Closed]: " github-actions

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).