Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rosegarden: update to 23.06
@ 2023-06-18 13:09 newbluemoon
  2023-06-19 19:07 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 1 reply; 2+ messages in thread
From: newbluemoon @ 2023-06-18 13:09 UTC (permalink / raw)
  To: ml

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

rosegarden: update to 23.06
<!-- 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
  - armv7l-musl
  - x86_64-musl
  - i686



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

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

From 1137a633d2c05adde94c2e8785e4d2a7357283d4 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 18 Jun 2023 15:06:17 +0200
Subject: [PATCH] rosegarden: update to 23.06

---
 .../patches/fix-use-after-free-lilypad.patch         | 12 ------------
 srcpkgs/rosegarden/template                          |  6 +++---
 2 files changed, 3 insertions(+), 15 deletions(-)
 delete mode 100644 srcpkgs/rosegarden/patches/fix-use-after-free-lilypad.patch

diff --git a/srcpkgs/rosegarden/patches/fix-use-after-free-lilypad.patch b/srcpkgs/rosegarden/patches/fix-use-after-free-lilypad.patch
deleted file mode 100644
index 7d84b7376556..000000000000
--- a/srcpkgs/rosegarden/patches/fix-use-after-free-lilypad.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/src/document/io/LilyPondExporter.cpp
-+++ b/src/document/io/LilyPondExporter.cpp
-@@ -462,7 +462,8 @@ LilyPondExporter::handleStartingPostEven
-                             }
- 
-                             // Duration
--                            const char * d = restsDuration.toStdString().data();
-+                            std::string tmp = restsDuration.toStdString();
-+                            const char * d = tmp.data();
- 
-                             // Indication
-                             const char * in =
diff --git a/srcpkgs/rosegarden/template b/srcpkgs/rosegarden/template
index ba6498262438..1262053be213 100644
--- a/srcpkgs/rosegarden/template
+++ b/srcpkgs/rosegarden/template
@@ -1,6 +1,6 @@
 # Template file for 'rosegarden'
 pkgname=rosegarden
-version=22.12.1
+version=23.06
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config shared-mime-info"
@@ -12,8 +12,8 @@ maintainer="newbluemoon <blaumolch@mailbox.org>"
 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.bz2"
-checksum=7ea7a27f7ee5c49781708f9c615a51919b892264a599e64edf2cd23733d99206
+distfiles="${SOURCEFORGE_SITE}/rosegarden/rosegarden/${version/*.*.*/${version%.*}}/rosegarden-${version}.tar.xz"
+checksum=1f34578bf47bac364faf1c6c14daaedaa387a4f3b19704f5ba868f4ecd2d72cc
 
 if [ -n "${CROSS_BUILD}" ]; then
 	hostmakedepends+=" qt5-devel qt5-host-tools"

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

* Re: [PR PATCH] [Merged]: rosegarden: update to 23.06
  2023-06-18 13:09 [PR PATCH] rosegarden: update to 23.06 newbluemoon
@ 2023-06-19 19:07 ` Duncaen
  0 siblings, 0 replies; 2+ messages in thread
From: Duncaen @ 2023-06-19 19:07 UTC (permalink / raw)
  To: ml

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

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

rosegarden: update to 23.06
https://github.com/void-linux/void-packages/pull/44502

Description:
<!-- 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
  - armv7l-musl
  - x86_64-musl
  - i686



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

end of thread, other threads:[~2023-06-19 19:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-18 13:09 [PR PATCH] rosegarden: update to 23.06 newbluemoon
2023-06-19 19:07 ` [PR PATCH] [Merged]: " Duncaen

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