* [PR PATCH] musescore: update to 4.0.0.
@ 2022-12-14 11:59 tibequadorian
2022-12-14 12:48 ` [PR PATCH] [Updated] " tibequadorian
` (11 more replies)
0 siblings, 12 replies; 13+ messages in thread
From: tibequadorian @ 2022-12-14 11:59 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1253 bytes --]
There is a new pull request by tibequadorian against master on the void-packages repository
https://github.com/tibequadorian/void-packages musescore4
https://github.com/void-linux/void-packages/pull/41082
musescore: update to 4.0.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **NO**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/41082.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-musescore4-41082.patch --]
[-- Type: text/x-diff, Size: 2630 bytes --]
From fd46b09122a9bcb3b8b6a95f7c8e1a3f6113f131 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Fri, 12 Mar 2021 21:47:12 +0100
Subject: [PATCH] musescore: update to 4.0.0.
---
srcpkgs/musescore/template | 28 +++++++++++++---------------
1 file changed, 13 insertions(+), 15 deletions(-)
diff --git a/srcpkgs/musescore/template b/srcpkgs/musescore/template
index 1967a35a55e6..b8943a6f1ca2 100644
--- a/srcpkgs/musescore/template
+++ b/srcpkgs/musescore/template
@@ -1,27 +1,25 @@
# Template file for 'musescore'
pkgname=musescore
-version=3.6.2
+version=4.0
revision=1
-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"
+build_style=cmake
+configure_args="-DUSE_SYSTEM_FREETYPE=ON -DDOWNLOAD_SOUNDFONT=OFF
+ -DMUSESCORE_BUILD_CONFIG=release"
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools qt5-tools"
+makedepends="libsndfile-devel qt5-declarative-devel qt5-quickcontrols2-devel
+ qt5-networkauth-devel qt5-xmlpatterns-devel qt5-svg-devel qt5-tools-devel
+ qt5-x11extras-devel"
+depends="qt5-plugin-sqlite qt5-graphicaleffects qt5-quickcontrols
+ qt5-quickcontrols2"
short_desc="Create, play and print beautiful sheet music"
maintainer="tibequadorian <tibequadorian@posteo.de>"
-license="GPL-2.0-or-later"
+license="GPL-3.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
+distfiles="https://github.com/musescore/MuseScore/archive/refs/tags/v${version}.tar.gz
${_soundfont_url}/MuseScore_General.sf3
${_soundfont_url}/MuseScore_General_License.md"
-checksum="c37acc6d7a316f04925265d2d22a35d715888580e16eff846e9b621954133c45
+checksum="1384979d3a0c1c0e4c9f4f5f5f58aa7998ce7efd4408284e9f60345dce63eda3
5b85b6c2c61d10b2b91cddd41efcce7b25cd31c8271d511c73afafbef20b6fa3
5ad8d737e13c7f01f5b9674872a82a92b4ba253603e8ed14b9db12293550b4b9"
skip_extraction="MuseScore_General.sf3 MuseScore_General_License.md"
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PR PATCH] [Updated] musescore: update to 4.0.0.
2022-12-14 11:59 [PR PATCH] musescore: update to 4.0.0 tibequadorian
@ 2022-12-14 12:48 ` tibequadorian
2022-12-14 13:56 ` tibequadorian
` (10 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: tibequadorian @ 2022-12-14 12:48 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1258 bytes --]
There is an updated pull request by tibequadorian against master on the void-packages repository
https://github.com/tibequadorian/void-packages musescore4
https://github.com/void-linux/void-packages/pull/41082
musescore: update to 4.0.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **NO**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/41082.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-musescore4-41082.patch --]
[-- Type: text/x-diff, Size: 2943 bytes --]
From a64a227952fd9d2db5bb6b2882df8d1e33020793 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Fri, 12 Mar 2021 21:47:12 +0100
Subject: [PATCH] musescore: update to 4.0.0.
---
srcpkgs/musescore/template | 32 +++++++++++++++++---------------
1 file changed, 17 insertions(+), 15 deletions(-)
diff --git a/srcpkgs/musescore/template b/srcpkgs/musescore/template
index 1967a35a55e6..3824f9f8be58 100644
--- a/srcpkgs/musescore/template
+++ b/srcpkgs/musescore/template
@@ -1,31 +1,33 @@
# Template file for 'musescore'
pkgname=musescore
-version=3.6.2
+version=4.0
revision=1
-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"
+build_style=cmake
+configure_args="-DUSE_SYSTEM_FREETYPE=ON -DDOWNLOAD_SOUNDFONT=OFF
+ -DBUILD_CRASHPAD_CLIENT=OFF -DMUSESCORE_BUILD_CONFIG=release"
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools qt5-tools"
+makedepends="libsndfile-devel qt5-declarative-devel qt5-quickcontrols2-devel
+ qt5-networkauth-devel qt5-xmlpatterns-devel qt5-svg-devel qt5-tools-devel
+ qt5-x11extras-devel"
+depends="qt5-plugin-sqlite qt5-graphicaleffects qt5-quickcontrols
+ qt5-quickcontrols2"
short_desc="Create, play and print beautiful sheet music"
maintainer="tibequadorian <tibequadorian@posteo.de>"
-license="GPL-2.0-or-later"
+license="GPL-3.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
+distfiles="https://github.com/musescore/MuseScore/archive/refs/tags/v${version}.tar.gz
${_soundfont_url}/MuseScore_General.sf3
${_soundfont_url}/MuseScore_General_License.md"
-checksum="c37acc6d7a316f04925265d2d22a35d715888580e16eff846e9b621954133c45
+checksum="1384979d3a0c1c0e4c9f4f5f5f58aa7998ce7efd4408284e9f60345dce63eda3
5b85b6c2c61d10b2b91cddd41efcce7b25cd31c8271d511c73afafbef20b6fa3
5ad8d737e13c7f01f5b9674872a82a92b4ba253603e8ed14b9db12293550b4b9"
skip_extraction="MuseScore_General.sf3 MuseScore_General_License.md"
+post_install() {
+ rm ${DESTDIR}/usr/bin/crashpad_handler
+}
+
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/"
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PR PATCH] [Updated] musescore: update to 4.0.0.
2022-12-14 11:59 [PR PATCH] musescore: update to 4.0.0 tibequadorian
2022-12-14 12:48 ` [PR PATCH] [Updated] " tibequadorian
@ 2022-12-14 13:56 ` tibequadorian
2022-12-14 13:57 ` tibequadorian
` (9 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: tibequadorian @ 2022-12-14 13:56 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1258 bytes --]
There is an updated pull request by tibequadorian against master on the void-packages repository
https://github.com/tibequadorian/void-packages musescore4
https://github.com/void-linux/void-packages/pull/41082
musescore: update to 4.0.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **NO**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/41082.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-musescore4-41082.patch --]
[-- Type: text/x-diff, Size: 2943 bytes --]
From f2ccbd064c766e9e5eddcff67416f086c622142f Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Fri, 12 Mar 2021 21:47:12 +0100
Subject: [PATCH] musescore: update to 4.0.0.
---
srcpkgs/musescore/template | 32 +++++++++++++++++---------------
1 file changed, 17 insertions(+), 15 deletions(-)
diff --git a/srcpkgs/musescore/template b/srcpkgs/musescore/template
index 1967a35a55e6..3824f9f8be58 100644
--- a/srcpkgs/musescore/template
+++ b/srcpkgs/musescore/template
@@ -1,31 +1,33 @@
# Template file for 'musescore'
pkgname=musescore
-version=3.6.2
+version=4.0
revision=1
-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"
+build_style=cmake
+configure_args="-DUSE_SYSTEM_FREETYPE=ON -DDOWNLOAD_SOUNDFONT=OFF
+ -DBUILD_CRASHPAD_CLIENT=OFF -DMUSESCORE_BUILD_CONFIG=release"
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools qt5-tools"
+makedepends="libsndfile-devel qt5-declarative-devel qt5-quickcontrols2-devel
+ qt5-networkauth-devel qt5-xmlpatterns-devel qt5-svg-devel qt5-tools-devel
+ qt5-x11extras-devel"
+depends="qt5-plugin-sqlite qt5-graphicaleffects qt5-quickcontrols
+ qt5-quickcontrols2"
short_desc="Create, play and print beautiful sheet music"
maintainer="tibequadorian <tibequadorian@posteo.de>"
-license="GPL-2.0-or-later"
+license="GPL-3.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
+distfiles="https://github.com/musescore/MuseScore/archive/refs/tags/v${version}.tar.gz
${_soundfont_url}/MuseScore_General.sf3
${_soundfont_url}/MuseScore_General_License.md"
-checksum="c37acc6d7a316f04925265d2d22a35d715888580e16eff846e9b621954133c45
+checksum="1384979d3a0c1c0e4c9f4f5f5f58aa7998ce7efd4408284e9f60345dce63eda3
5b85b6c2c61d10b2b91cddd41efcce7b25cd31c8271d511c73afafbef20b6fa3
5ad8d737e13c7f01f5b9674872a82a92b4ba253603e8ed14b9db12293550b4b9"
skip_extraction="MuseScore_General.sf3 MuseScore_General_License.md"
+post_install() {
+ rm ${DESTDIR}/usr/bin/crashpad_handler
+}
+
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/"
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PR PATCH] [Updated] musescore: update to 4.0.0.
2022-12-14 11:59 [PR PATCH] musescore: update to 4.0.0 tibequadorian
2022-12-14 12:48 ` [PR PATCH] [Updated] " tibequadorian
2022-12-14 13:56 ` tibequadorian
@ 2022-12-14 13:57 ` tibequadorian
2023-02-25 23:05 ` yopito
` (8 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: tibequadorian @ 2022-12-14 13:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1258 bytes --]
There is an updated pull request by tibequadorian against master on the void-packages repository
https://github.com/tibequadorian/void-packages musescore4
https://github.com/void-linux/void-packages/pull/41082
musescore: update to 4.0.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **NO**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/41082.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-musescore4-41082.patch --]
[-- Type: text/x-diff, Size: 3661 bytes --]
From 6f53f20a7cf99adac6b3538aec8b4e35a878e204 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Fri, 12 Mar 2021 21:47:12 +0100
Subject: [PATCH] musescore: update to 4.0.0.
---
srcpkgs/musescore/patches/linker.patch | 11 +++++++++
srcpkgs/musescore/template | 32 ++++++++++++++------------
2 files changed, 28 insertions(+), 15 deletions(-)
create mode 100644 srcpkgs/musescore/patches/linker.patch
diff --git a/srcpkgs/musescore/patches/linker.patch b/srcpkgs/musescore/patches/linker.patch
new file mode 100644
index 000000000000..3076ffd5747d
--- /dev/null
+++ b/srcpkgs/musescore/patches/linker.patch
@@ -0,0 +1,11 @@
+diff --git a/build/module.cmake b/build/module.cmake
+index 33dc7646c3..81a00c4cf1 100644
+--- a/build/module.cmake
++++ b/build/module.cmake
+@@ -135,5 +135,6 @@ if (NOT ${MODULE} MATCHES global)
+ endif()
+
+ set(MODULE_LINK ${QT_LIBRARIES} ${MODULE_LINK})
++set(MODULE_LINK ${CMAKE_DL_LIBS} ${MODULE_LINK})
+
+ target_link_libraries(${MODULE} PRIVATE ${MODULE_LINK} )
diff --git a/srcpkgs/musescore/template b/srcpkgs/musescore/template
index 1967a35a55e6..3824f9f8be58 100644
--- a/srcpkgs/musescore/template
+++ b/srcpkgs/musescore/template
@@ -1,31 +1,33 @@
# Template file for 'musescore'
pkgname=musescore
-version=3.6.2
+version=4.0
revision=1
-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"
+build_style=cmake
+configure_args="-DUSE_SYSTEM_FREETYPE=ON -DDOWNLOAD_SOUNDFONT=OFF
+ -DBUILD_CRASHPAD_CLIENT=OFF -DMUSESCORE_BUILD_CONFIG=release"
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools qt5-tools"
+makedepends="libsndfile-devel qt5-declarative-devel qt5-quickcontrols2-devel
+ qt5-networkauth-devel qt5-xmlpatterns-devel qt5-svg-devel qt5-tools-devel
+ qt5-x11extras-devel"
+depends="qt5-plugin-sqlite qt5-graphicaleffects qt5-quickcontrols
+ qt5-quickcontrols2"
short_desc="Create, play and print beautiful sheet music"
maintainer="tibequadorian <tibequadorian@posteo.de>"
-license="GPL-2.0-or-later"
+license="GPL-3.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
+distfiles="https://github.com/musescore/MuseScore/archive/refs/tags/v${version}.tar.gz
${_soundfont_url}/MuseScore_General.sf3
${_soundfont_url}/MuseScore_General_License.md"
-checksum="c37acc6d7a316f04925265d2d22a35d715888580e16eff846e9b621954133c45
+checksum="1384979d3a0c1c0e4c9f4f5f5f58aa7998ce7efd4408284e9f60345dce63eda3
5b85b6c2c61d10b2b91cddd41efcce7b25cd31c8271d511c73afafbef20b6fa3
5ad8d737e13c7f01f5b9674872a82a92b4ba253603e8ed14b9db12293550b4b9"
skip_extraction="MuseScore_General.sf3 MuseScore_General_License.md"
+post_install() {
+ rm ${DESTDIR}/usr/bin/crashpad_handler
+}
+
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/"
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: musescore: update to 4.0.0.
2022-12-14 11:59 [PR PATCH] musescore: update to 4.0.0 tibequadorian
` (2 preceding siblings ...)
2022-12-14 13:57 ` tibequadorian
@ 2023-02-25 23:05 ` yopito
2023-02-25 23:06 ` yopito
` (7 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: yopito @ 2023-02-25 23:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 2049 bytes --]
New comment by yopito on void-packages repository
https://github.com/void-linux/void-packages/pull/41082#issuecomment-1445223784
Comment:
hello, version 4.0.1 is building fine for me, basic usage too.
with the template below. Feel free to reuse it for this PR:
```
pkgname=musescore
version=4.0.1
revision=1
build_style=cmake
configure_args="-DUSE_SYSTEM_FREETYPE=ON -DDOWNLOAD_SOUNDFONT=OFF
-DBUILD_CRASHPAD_CLIENT=OFF -DINSTALL_GTEST=OFF
-DMUSESCORE_BUILD_CONFIG=release"
hostmakedepends="pkg-config qt5-qmake qt5-host-tools qt5-tools"
makedepends="libsndfile-devel qt5-declarative-devel qt5-networkauth-devel
qt5-quickcontrols2-devel qt5-xmlpatterns-devel qt5-svg-devel qt5-tools-devel
qt5-x11extras-devel"
depends="qt5-quickcontrols qt5-graphicaleffects qt5-quickcontrols2"
short_desc="Create, play and print beautiful sheet music"
maintainer="tibequadorian <tibequadorian@posteo.de>"
license="GPL-3.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/refs/tags/v${version}.tar.gz
${_soundfont_url}/MuseScore_General.sf3
${_soundfont_url}/MuseScore_General_License.md"
checksum="35367bdf473571ed6fb5df6a8d07f56c730c4bce92030216d7fc44bbb884bbe6
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/"
}
post_install() {
rm ${DESTDIR}/usr/bin/crashpad_handler
# come from emebedded third-party
rm -r ${DESTDIR}/usr/include/kddockwidgets
rm -r ${DESTDIR}/usr/include/opus
rm -r ${DESTDIR}/usr/lib/cmake/KDDockWidgets
rm ${DESTDIR}/usr/lib/libopus.a
rm ${DESTDIR}/usr/lib/libkddockwidgets.a
```
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: musescore: update to 4.0.0.
2022-12-14 11:59 [PR PATCH] musescore: update to 4.0.0 tibequadorian
` (3 preceding siblings ...)
2023-02-25 23:05 ` yopito
@ 2023-02-25 23:06 ` yopito
2023-03-14 14:07 ` [PR PATCH] [Updated] " tibequadorian
` (6 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: yopito @ 2023-02-25 23:06 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 2052 bytes --]
New comment by yopito on void-packages repository
https://github.com/void-linux/void-packages/pull/41082#issuecomment-1445223784
Comment:
hello, version 4.0.1 is building fine for me, basic usage too.
with the template below. Feel free to reuse it for this PR:
```
pkgname=musescore
version=4.0.1
revision=1
build_style=cmake
configure_args="-DUSE_SYSTEM_FREETYPE=ON -DDOWNLOAD_SOUNDFONT=OFF
-DBUILD_CRASHPAD_CLIENT=OFF -DINSTALL_GTEST=OFF
-DMUSESCORE_BUILD_CONFIG=release"
hostmakedepends="pkg-config qt5-qmake qt5-host-tools qt5-tools"
makedepends="libsndfile-devel qt5-declarative-devel qt5-networkauth-devel
qt5-quickcontrols2-devel qt5-xmlpatterns-devel qt5-svg-devel qt5-tools-devel
qt5-x11extras-devel"
depends="qt5-quickcontrols qt5-graphicaleffects qt5-quickcontrols2"
short_desc="Create, play and print beautiful sheet music"
maintainer="tibequadorian <tibequadorian@posteo.de>"
license="GPL-3.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/refs/tags/v${version}.tar.gz
${_soundfont_url}/MuseScore_General.sf3
${_soundfont_url}/MuseScore_General_License.md"
checksum="35367bdf473571ed6fb5df6a8d07f56c730c4bce92030216d7fc44bbb884bbe6
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/"
}
post_install() {
rm ${DESTDIR}/usr/bin/crashpad_handler
# come from emebedded third-party
rm -r ${DESTDIR}/usr/include/kddockwidgets
rm -r ${DESTDIR}/usr/include/opus
rm -r ${DESTDIR}/usr/lib/cmake/KDDockWidgets
rm ${DESTDIR}/usr/lib/libopus.a
rm ${DESTDIR}/usr/lib/libkddockwidgets.a
}
```
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PR PATCH] [Updated] musescore: update to 4.0.0.
2022-12-14 11:59 [PR PATCH] musescore: update to 4.0.0 tibequadorian
` (4 preceding siblings ...)
2023-02-25 23:06 ` yopito
@ 2023-03-14 14:07 ` tibequadorian
2023-03-14 14:07 ` tibequadorian
` (5 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: tibequadorian @ 2023-03-14 14:07 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 860 bytes --]
There is an updated pull request by tibequadorian against master on the void-packages repository
https://github.com/tibequadorian/void-packages musescore4
https://github.com/void-linux/void-packages/pull/41082
musescore: update to 4.0.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
Wait until this release is stable enough.
- https://github.com/musescore/MuseScore/issues/15164
- https://github.com/musescore/MuseScore/pull/11215#issuecomment-1351307386
#### Testing the changes
- I tested the changes in this PR: **NO**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
A patch file from https://github.com/void-linux/void-packages/pull/41082.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-musescore4-41082.patch --]
[-- Type: text/x-diff, Size: 6436 bytes --]
From a885cdf09a17b50f6bd97fc5663dff75e31df0f9 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Fri, 12 Mar 2021 21:47:12 +0100
Subject: [PATCH 1/2] musescore: update to 4.0.0.
---
srcpkgs/musescore/patches/linker.patch | 11 +++++++++
srcpkgs/musescore/template | 32 ++++++++++++++------------
2 files changed, 28 insertions(+), 15 deletions(-)
create mode 100644 srcpkgs/musescore/patches/linker.patch
diff --git a/srcpkgs/musescore/patches/linker.patch b/srcpkgs/musescore/patches/linker.patch
new file mode 100644
index 000000000000..3076ffd5747d
--- /dev/null
+++ b/srcpkgs/musescore/patches/linker.patch
@@ -0,0 +1,11 @@
+diff --git a/build/module.cmake b/build/module.cmake
+index 33dc7646c3..81a00c4cf1 100644
+--- a/build/module.cmake
++++ b/build/module.cmake
+@@ -135,5 +135,6 @@ if (NOT ${MODULE} MATCHES global)
+ endif()
+
+ set(MODULE_LINK ${QT_LIBRARIES} ${MODULE_LINK})
++set(MODULE_LINK ${CMAKE_DL_LIBS} ${MODULE_LINK})
+
+ target_link_libraries(${MODULE} PRIVATE ${MODULE_LINK} )
diff --git a/srcpkgs/musescore/template b/srcpkgs/musescore/template
index 1967a35a55e6..3824f9f8be58 100644
--- a/srcpkgs/musescore/template
+++ b/srcpkgs/musescore/template
@@ -1,31 +1,33 @@
# Template file for 'musescore'
pkgname=musescore
-version=3.6.2
+version=4.0
revision=1
-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"
+build_style=cmake
+configure_args="-DUSE_SYSTEM_FREETYPE=ON -DDOWNLOAD_SOUNDFONT=OFF
+ -DBUILD_CRASHPAD_CLIENT=OFF -DMUSESCORE_BUILD_CONFIG=release"
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools qt5-tools"
+makedepends="libsndfile-devel qt5-declarative-devel qt5-quickcontrols2-devel
+ qt5-networkauth-devel qt5-xmlpatterns-devel qt5-svg-devel qt5-tools-devel
+ qt5-x11extras-devel"
+depends="qt5-plugin-sqlite qt5-graphicaleffects qt5-quickcontrols
+ qt5-quickcontrols2"
short_desc="Create, play and print beautiful sheet music"
maintainer="tibequadorian <tibequadorian@posteo.de>"
-license="GPL-2.0-or-later"
+license="GPL-3.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
+distfiles="https://github.com/musescore/MuseScore/archive/refs/tags/v${version}.tar.gz
${_soundfont_url}/MuseScore_General.sf3
${_soundfont_url}/MuseScore_General_License.md"
-checksum="c37acc6d7a316f04925265d2d22a35d715888580e16eff846e9b621954133c45
+checksum="1384979d3a0c1c0e4c9f4f5f5f58aa7998ce7efd4408284e9f60345dce63eda3
5b85b6c2c61d10b2b91cddd41efcce7b25cd31c8271d511c73afafbef20b6fa3
5ad8d737e13c7f01f5b9674872a82a92b4ba253603e8ed14b9db12293550b4b9"
skip_extraction="MuseScore_General.sf3 MuseScore_General_License.md"
+post_install() {
+ rm ${DESTDIR}/usr/bin/crashpad_handler
+}
+
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/"
From 019714e3baf4f5e3a92b0bed7d8a856c21772b49 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 14 Mar 2023 15:06:52 +0100
Subject: [PATCH 2/2] musescore: update to 4.0.1.
---
srcpkgs/musescore/template | 30 ++++++++++++++++++------------
1 file changed, 18 insertions(+), 12 deletions(-)
diff --git a/srcpkgs/musescore/template b/srcpkgs/musescore/template
index 3824f9f8be58..d294b9bf9b73 100644
--- a/srcpkgs/musescore/template
+++ b/srcpkgs/musescore/template
@@ -1,16 +1,16 @@
-# Template file for 'musescore'
pkgname=musescore
-version=4.0
+version=4.0.1
revision=1
build_style=cmake
configure_args="-DUSE_SYSTEM_FREETYPE=ON -DDOWNLOAD_SOUNDFONT=OFF
- -DBUILD_CRASHPAD_CLIENT=OFF -DMUSESCORE_BUILD_CONFIG=release"
+ -DBUILD_CRASHPAD_CLIENT=OFF -DINSTALL_GTEST=OFF
+ -DMUSESCORE_BUILD_CONFIG=release"
hostmakedepends="pkg-config qt5-qmake qt5-host-tools qt5-tools"
-makedepends="libsndfile-devel qt5-declarative-devel qt5-quickcontrols2-devel
- qt5-networkauth-devel qt5-xmlpatterns-devel qt5-svg-devel qt5-tools-devel
+makedepends="libsndfile-devel qt5-declarative-devel qt5-networkauth-devel
+ qt5-quickcontrols2-devel qt5-xmlpatterns-devel qt5-svg-devel qt5-tools-devel
qt5-x11extras-devel"
-depends="qt5-plugin-sqlite qt5-graphicaleffects qt5-quickcontrols
- qt5-quickcontrols2"
+depends="qt5-quickcontrols qt5-graphicaleffects qt5-quickcontrols2"
+
short_desc="Create, play and print beautiful sheet music"
maintainer="tibequadorian <tibequadorian@posteo.de>"
license="GPL-3.0-or-later"
@@ -19,16 +19,22 @@ _soundfont_url="https://ftp.osuosl.org/pub/musescore/soundfont/MuseScore_General
distfiles="https://github.com/musescore/MuseScore/archive/refs/tags/v${version}.tar.gz
${_soundfont_url}/MuseScore_General.sf3
${_soundfont_url}/MuseScore_General_License.md"
-checksum="1384979d3a0c1c0e4c9f4f5f5f58aa7998ce7efd4408284e9f60345dce63eda3
+checksum="35367bdf473571ed6fb5df6a8d07f56c730c4bce92030216d7fc44bbb884bbe6
5b85b6c2c61d10b2b91cddd41efcce7b25cd31c8271d511c73afafbef20b6fa3
5ad8d737e13c7f01f5b9674872a82a92b4ba253603e8ed14b9db12293550b4b9"
skip_extraction="MuseScore_General.sf3 MuseScore_General_License.md"
-post_install() {
- rm ${DESTDIR}/usr/bin/crashpad_handler
-}
-
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/"
}
+
+post_install() {
+ rm ${DESTDIR}/usr/bin/crashpad_handler
+ # come from emebedded third-party
+ rm -r ${DESTDIR}/usr/include/kddockwidgets
+ rm -r ${DESTDIR}/usr/include/opus
+ rm -r ${DESTDIR}/usr/lib/cmake/KDDockWidgets
+ rm ${DESTDIR}/usr/lib/libopus.a
+ rm ${DESTDIR}/usr/lib/libkddockwidgets.a
+}
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PR PATCH] [Updated] musescore: update to 4.0.0.
2022-12-14 11:59 [PR PATCH] musescore: update to 4.0.0 tibequadorian
` (5 preceding siblings ...)
2023-03-14 14:07 ` [PR PATCH] [Updated] " tibequadorian
@ 2023-03-14 14:07 ` tibequadorian
2023-03-15 20:17 ` [PR REVIEW] " sirkhancision
` (4 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: tibequadorian @ 2023-03-14 14:07 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 860 bytes --]
There is an updated pull request by tibequadorian against master on the void-packages repository
https://github.com/tibequadorian/void-packages musescore4
https://github.com/void-linux/void-packages/pull/41082
musescore: update to 4.0.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
Wait until this release is stable enough.
- https://github.com/musescore/MuseScore/issues/15164
- https://github.com/musescore/MuseScore/pull/11215#issuecomment-1351307386
#### Testing the changes
- I tested the changes in this PR: **NO**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
A patch file from https://github.com/void-linux/void-packages/pull/41082.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-musescore4-41082.patch --]
[-- Type: text/x-diff, Size: 6435 bytes --]
From a885cdf09a17b50f6bd97fc5663dff75e31df0f9 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Fri, 12 Mar 2021 21:47:12 +0100
Subject: [PATCH 1/2] musescore: update to 4.0.0.
---
srcpkgs/musescore/patches/linker.patch | 11 +++++++++
srcpkgs/musescore/template | 32 ++++++++++++++------------
2 files changed, 28 insertions(+), 15 deletions(-)
create mode 100644 srcpkgs/musescore/patches/linker.patch
diff --git a/srcpkgs/musescore/patches/linker.patch b/srcpkgs/musescore/patches/linker.patch
new file mode 100644
index 000000000000..3076ffd5747d
--- /dev/null
+++ b/srcpkgs/musescore/patches/linker.patch
@@ -0,0 +1,11 @@
+diff --git a/build/module.cmake b/build/module.cmake
+index 33dc7646c3..81a00c4cf1 100644
+--- a/build/module.cmake
++++ b/build/module.cmake
+@@ -135,5 +135,6 @@ if (NOT ${MODULE} MATCHES global)
+ endif()
+
+ set(MODULE_LINK ${QT_LIBRARIES} ${MODULE_LINK})
++set(MODULE_LINK ${CMAKE_DL_LIBS} ${MODULE_LINK})
+
+ target_link_libraries(${MODULE} PRIVATE ${MODULE_LINK} )
diff --git a/srcpkgs/musescore/template b/srcpkgs/musescore/template
index 1967a35a55e6..3824f9f8be58 100644
--- a/srcpkgs/musescore/template
+++ b/srcpkgs/musescore/template
@@ -1,31 +1,33 @@
# Template file for 'musescore'
pkgname=musescore
-version=3.6.2
+version=4.0
revision=1
-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"
+build_style=cmake
+configure_args="-DUSE_SYSTEM_FREETYPE=ON -DDOWNLOAD_SOUNDFONT=OFF
+ -DBUILD_CRASHPAD_CLIENT=OFF -DMUSESCORE_BUILD_CONFIG=release"
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools qt5-tools"
+makedepends="libsndfile-devel qt5-declarative-devel qt5-quickcontrols2-devel
+ qt5-networkauth-devel qt5-xmlpatterns-devel qt5-svg-devel qt5-tools-devel
+ qt5-x11extras-devel"
+depends="qt5-plugin-sqlite qt5-graphicaleffects qt5-quickcontrols
+ qt5-quickcontrols2"
short_desc="Create, play and print beautiful sheet music"
maintainer="tibequadorian <tibequadorian@posteo.de>"
-license="GPL-2.0-or-later"
+license="GPL-3.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
+distfiles="https://github.com/musescore/MuseScore/archive/refs/tags/v${version}.tar.gz
${_soundfont_url}/MuseScore_General.sf3
${_soundfont_url}/MuseScore_General_License.md"
-checksum="c37acc6d7a316f04925265d2d22a35d715888580e16eff846e9b621954133c45
+checksum="1384979d3a0c1c0e4c9f4f5f5f58aa7998ce7efd4408284e9f60345dce63eda3
5b85b6c2c61d10b2b91cddd41efcce7b25cd31c8271d511c73afafbef20b6fa3
5ad8d737e13c7f01f5b9674872a82a92b4ba253603e8ed14b9db12293550b4b9"
skip_extraction="MuseScore_General.sf3 MuseScore_General_License.md"
+post_install() {
+ rm ${DESTDIR}/usr/bin/crashpad_handler
+}
+
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/"
From 054b41c0d39c9023cbb09cb5e883e67b6bd48cdb Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 14 Mar 2023 15:06:52 +0100
Subject: [PATCH 2/2] musescore: update to 4.0.1.
---
srcpkgs/musescore/template | 29 ++++++++++++++++++-----------
1 file changed, 18 insertions(+), 11 deletions(-)
diff --git a/srcpkgs/musescore/template b/srcpkgs/musescore/template
index 3824f9f8be58..b0684947c70d 100644
--- a/srcpkgs/musescore/template
+++ b/srcpkgs/musescore/template
@@ -1,16 +1,17 @@
# Template file for 'musescore'
pkgname=musescore
-version=4.0
+version=4.0.1
revision=1
build_style=cmake
configure_args="-DUSE_SYSTEM_FREETYPE=ON -DDOWNLOAD_SOUNDFONT=OFF
- -DBUILD_CRASHPAD_CLIENT=OFF -DMUSESCORE_BUILD_CONFIG=release"
+ -DBUILD_CRASHPAD_CLIENT=OFF -DINSTALL_GTEST=OFF
+ -DMUSESCORE_BUILD_CONFIG=release"
hostmakedepends="pkg-config qt5-qmake qt5-host-tools qt5-tools"
-makedepends="libsndfile-devel qt5-declarative-devel qt5-quickcontrols2-devel
- qt5-networkauth-devel qt5-xmlpatterns-devel qt5-svg-devel qt5-tools-devel
+makedepends="libsndfile-devel qt5-declarative-devel qt5-networkauth-devel
+ qt5-quickcontrols2-devel qt5-xmlpatterns-devel qt5-svg-devel qt5-tools-devel
qt5-x11extras-devel"
-depends="qt5-plugin-sqlite qt5-graphicaleffects qt5-quickcontrols
- qt5-quickcontrols2"
+depends="qt5-quickcontrols qt5-graphicaleffects qt5-quickcontrols2"
+
short_desc="Create, play and print beautiful sheet music"
maintainer="tibequadorian <tibequadorian@posteo.de>"
license="GPL-3.0-or-later"
@@ -19,16 +20,22 @@ _soundfont_url="https://ftp.osuosl.org/pub/musescore/soundfont/MuseScore_General
distfiles="https://github.com/musescore/MuseScore/archive/refs/tags/v${version}.tar.gz
${_soundfont_url}/MuseScore_General.sf3
${_soundfont_url}/MuseScore_General_License.md"
-checksum="1384979d3a0c1c0e4c9f4f5f5f58aa7998ce7efd4408284e9f60345dce63eda3
+checksum="35367bdf473571ed6fb5df6a8d07f56c730c4bce92030216d7fc44bbb884bbe6
5b85b6c2c61d10b2b91cddd41efcce7b25cd31c8271d511c73afafbef20b6fa3
5ad8d737e13c7f01f5b9674872a82a92b4ba253603e8ed14b9db12293550b4b9"
skip_extraction="MuseScore_General.sf3 MuseScore_General_License.md"
-post_install() {
- rm ${DESTDIR}/usr/bin/crashpad_handler
-}
-
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/"
}
+
+post_install() {
+ rm ${DESTDIR}/usr/bin/crashpad_handler
+ # come from emebedded third-party
+ rm -r ${DESTDIR}/usr/include/kddockwidgets
+ rm -r ${DESTDIR}/usr/include/opus
+ rm -r ${DESTDIR}/usr/lib/cmake/KDDockWidgets
+ rm ${DESTDIR}/usr/lib/libopus.a
+ rm ${DESTDIR}/usr/lib/libkddockwidgets.a
+}
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PR REVIEW] musescore: update to 4.0.0.
2022-12-14 11:59 [PR PATCH] musescore: update to 4.0.0 tibequadorian
` (6 preceding siblings ...)
2023-03-14 14:07 ` tibequadorian
@ 2023-03-15 20:17 ` sirkhancision
2023-03-15 20:17 ` sirkhancision
` (3 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: sirkhancision @ 2023-03-15 20:17 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 187 bytes --]
New review comment by sirkhancision on void-packages repository
https://github.com/void-linux/void-packages/pull/41082#discussion_r1137725689
Comment:
```suggestion
version=4.0.2
```
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PR REVIEW] musescore: update to 4.0.0.
2022-12-14 11:59 [PR PATCH] musescore: update to 4.0.0 tibequadorian
` (7 preceding siblings ...)
2023-03-15 20:17 ` [PR REVIEW] " sirkhancision
@ 2023-03-15 20:17 ` sirkhancision
2023-03-16 0:18 ` tibequadorian
` (2 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: sirkhancision @ 2023-03-15 20:17 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 248 bytes --]
New review comment by sirkhancision on void-packages repository
https://github.com/void-linux/void-packages/pull/41082#discussion_r1137726857
Comment:
```suggestion
checksum="9907b75e6194405bf8c8d23d2bb1b03343c76258426a8aee11d161390fc4f06d
```
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: musescore: update to 4.0.0.
2022-12-14 11:59 [PR PATCH] musescore: update to 4.0.0 tibequadorian
` (8 preceding siblings ...)
2023-03-15 20:17 ` sirkhancision
@ 2023-03-16 0:18 ` tibequadorian
2023-06-14 1:59 ` github-actions
2023-06-28 2:07 ` [PR PATCH] [Closed]: " github-actions
11 siblings, 0 replies; 13+ messages in thread
From: tibequadorian @ 2023-03-16 0:18 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 200 bytes --]
New comment by tibequadorian on void-packages repository
https://github.com/void-linux/void-packages/pull/41082#issuecomment-1471018350
Comment:
It does work fine but the tests are still failing...
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: musescore: update to 4.0.0.
2022-12-14 11:59 [PR PATCH] musescore: update to 4.0.0 tibequadorian
` (9 preceding siblings ...)
2023-03-16 0:18 ` tibequadorian
@ 2023-06-14 1:59 ` github-actions
2023-06-28 2:07 ` [PR PATCH] [Closed]: " github-actions
11 siblings, 0 replies; 13+ messages in thread
From: github-actions @ 2023-06-14 1:59 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/41082#issuecomment-1590325637
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] 13+ messages in thread
* Re: [PR PATCH] [Closed]: musescore: update to 4.0.0.
2022-12-14 11:59 [PR PATCH] musescore: update to 4.0.0 tibequadorian
` (10 preceding siblings ...)
2023-06-14 1:59 ` github-actions
@ 2023-06-28 2:07 ` github-actions
11 siblings, 0 replies; 13+ messages in thread
From: github-actions @ 2023-06-28 2:07 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 689 bytes --]
There's a closed pull request on the void-packages repository
musescore: update to 4.0.0.
https://github.com/void-linux/void-packages/pull/41082
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
Wait until this release is stable enough.
- https://github.com/musescore/MuseScore/issues/15164
- https://github.com/musescore/MuseScore/pull/11215#issuecomment-1351307386
#### Testing the changes
- I tested the changes in this PR: **NO**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2023-06-28 2:07 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-14 11:59 [PR PATCH] musescore: update to 4.0.0 tibequadorian
2022-12-14 12:48 ` [PR PATCH] [Updated] " tibequadorian
2022-12-14 13:56 ` tibequadorian
2022-12-14 13:57 ` tibequadorian
2023-02-25 23:05 ` yopito
2023-02-25 23:06 ` yopito
2023-03-14 14:07 ` [PR PATCH] [Updated] " tibequadorian
2023-03-14 14:07 ` tibequadorian
2023-03-15 20:17 ` [PR REVIEW] " sirkhancision
2023-03-15 20:17 ` sirkhancision
2023-03-16 0:18 ` tibequadorian
2023-06-14 1:59 ` github-actions
2023-06-28 2:07 ` [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).