* [PR PATCH] rosegarden: update to 24.12
@ 2024-12-24 15:49 newbluemoon
2025-01-11 17:02 ` [PR PATCH] [Updated] " newbluemoon
0 siblings, 1 reply; 2+ messages in thread
From: newbluemoon @ 2024-12-24 15:49 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1266 bytes --]
There is a new pull request by newbluemoon against master on the void-packages repository
https://github.com/newbluemoon/void-packages rosegarden
https://github.com/void-linux/void-packages/pull/53665
rosegarden: update to 24.12
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### 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, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64 (cross)
- armv7l-musl (cross)
- x86_64-musl
- i686
A patch file from https://github.com/void-linux/void-packages/pull/53665.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rosegarden-53665.patch --]
[-- Type: text/x-diff, Size: 1919 bytes --]
From 02b9b74711546dbd04587e1ba0b239a197af55aa Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Tue, 24 Dec 2024 16:47:15 +0100
Subject: [PATCH] rosegarden: update to 24.12
---
srcpkgs/rosegarden/template | 16 +++++-----------
1 file changed, 5 insertions(+), 11 deletions(-)
diff --git a/srcpkgs/rosegarden/template b/srcpkgs/rosegarden/template
index 9e44ba9db443ed..e6a9e868cb5090 100644
--- a/srcpkgs/rosegarden/template
+++ b/srcpkgs/rosegarden/template
@@ -1,11 +1,12 @@
# Template file for 'rosegarden'
pkgname=rosegarden
-version=24.06
+version=24.12
revision=1
build_style=cmake
hostmakedepends="pkg-config shared-mime-info"
-makedepends="qt5-devel alsa-lib-devel jack-devel ladspa-sdk liblrdf-devel dssi-devel
- liblo-devel fftw-devel libsamplerate-devel libsndfile-devel libSM-devel qt5-tools-devel"
+makedepends="alsa-lib-devel dssi-devel fftw-devel jack-devel ladspa-sdk liblo-devel
+ liblrdf-devel libsamplerate-devel libSM-devel libsndfile-devel lilv-devel qt5-devel
+ qt5-tools-devel"
depends="shared-mime-info"
short_desc="Music composition and editing environment"
maintainer="newbluemoon <blaumolch@mailbox.org>"
@@ -13,15 +14,8 @@ license="GPL-2.0-or-later"
homepage="http://rosegardenmusic.com/"
changelog="https://raw.githubusercontent.com/tedfelix/rosegarden-official/master/CHANGELOG"
distfiles="${SOURCEFORGE_SITE}/rosegarden/rosegarden/${version/*.*.*/${version%.*}}/rosegarden-${version}.tar.xz"
-checksum=866cd4297c128a68208edd28a37808f278f630219533fff32441ad6647e09c27
+checksum=7f3f66136b09af14bd9998e4ade4d6204d458afd1694788fd6dcb3a96ebf15cc
if [ -n "${CROSS_BUILD}" ]; then
hostmakedepends+=" qt5-devel qt5-host-tools"
fi
-
-pre_configure() {
- vsed -i CMakeLists.txt -e 's/-Wcast-align//'
- # disable failing test, see
- # https://bugs.gentoo.org/show_bug.cgi?id=701682
- vsed -i test/CMakeLists.txt -e '/\s*test_notationview_selection/d'
-}
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PR PATCH] [Updated] rosegarden: update to 24.12
2024-12-24 15:49 [PR PATCH] rosegarden: update to 24.12 newbluemoon
@ 2025-01-11 17:02 ` newbluemoon
0 siblings, 0 replies; 2+ messages in thread
From: newbluemoon @ 2025-01-11 17:02 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1271 bytes --]
There is an updated pull request by newbluemoon against master on the void-packages repository
https://github.com/newbluemoon/void-packages rosegarden
https://github.com/void-linux/void-packages/pull/53665
rosegarden: update to 24.12
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### 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, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64 (cross)
- armv7l-musl (cross)
- x86_64-musl
- i686
A patch file from https://github.com/void-linux/void-packages/pull/53665.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rosegarden-53665.patch --]
[-- Type: text/x-diff, Size: 1919 bytes --]
From 652f2a1a6d701aabdcb73f135b25bbbf6a58414e Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Tue, 24 Dec 2024 16:47:15 +0100
Subject: [PATCH] rosegarden: update to 24.12
---
srcpkgs/rosegarden/template | 16 +++++-----------
1 file changed, 5 insertions(+), 11 deletions(-)
diff --git a/srcpkgs/rosegarden/template b/srcpkgs/rosegarden/template
index 9e44ba9db443ed..e6a9e868cb5090 100644
--- a/srcpkgs/rosegarden/template
+++ b/srcpkgs/rosegarden/template
@@ -1,11 +1,12 @@
# Template file for 'rosegarden'
pkgname=rosegarden
-version=24.06
+version=24.12
revision=1
build_style=cmake
hostmakedepends="pkg-config shared-mime-info"
-makedepends="qt5-devel alsa-lib-devel jack-devel ladspa-sdk liblrdf-devel dssi-devel
- liblo-devel fftw-devel libsamplerate-devel libsndfile-devel libSM-devel qt5-tools-devel"
+makedepends="alsa-lib-devel dssi-devel fftw-devel jack-devel ladspa-sdk liblo-devel
+ liblrdf-devel libsamplerate-devel libSM-devel libsndfile-devel lilv-devel qt5-devel
+ qt5-tools-devel"
depends="shared-mime-info"
short_desc="Music composition and editing environment"
maintainer="newbluemoon <blaumolch@mailbox.org>"
@@ -13,15 +14,8 @@ license="GPL-2.0-or-later"
homepage="http://rosegardenmusic.com/"
changelog="https://raw.githubusercontent.com/tedfelix/rosegarden-official/master/CHANGELOG"
distfiles="${SOURCEFORGE_SITE}/rosegarden/rosegarden/${version/*.*.*/${version%.*}}/rosegarden-${version}.tar.xz"
-checksum=866cd4297c128a68208edd28a37808f278f630219533fff32441ad6647e09c27
+checksum=7f3f66136b09af14bd9998e4ade4d6204d458afd1694788fd6dcb3a96ebf15cc
if [ -n "${CROSS_BUILD}" ]; then
hostmakedepends+=" qt5-devel qt5-host-tools"
fi
-
-pre_configure() {
- vsed -i CMakeLists.txt -e 's/-Wcast-align//'
- # disable failing test, see
- # https://bugs.gentoo.org/show_bug.cgi?id=701682
- vsed -i test/CMakeLists.txt -e '/\s*test_notationview_selection/d'
-}
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-01-11 17:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-24 15:49 [PR PATCH] rosegarden: update to 24.12 newbluemoon
2025-01-11 17:02 ` [PR PATCH] [Updated] " newbluemoon
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).