From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/rosegarden/
Date: Thu, 06 Feb 2025 19:15:55 +0000 (UTC) [thread overview]
Message-ID: <1738869341.c94aa11f11bde2aa01ae9f6100a0ef12380c9fbd.fordfrog@gentoo> (raw)
commit: c94aa11f11bde2aa01ae9f6100a0ef12380c9fbd
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 6 19:15:41 2025 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Feb 6 19:15:41 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c94aa11f
media-sound/rosegarden: bump to 24.12.1 + switched to qt6
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/rosegarden/Manifest | 1 +
media-sound/rosegarden/rosegarden-24.12.1.ebuild | 64 ++++++++++++++++++++++++
2 files changed, 65 insertions(+)
diff --git a/media-sound/rosegarden/Manifest b/media-sound/rosegarden/Manifest
index 049c79e028d6..559f49109720 100644
--- a/media-sound/rosegarden/Manifest
+++ b/media-sound/rosegarden/Manifest
@@ -1 +1,2 @@
+DIST rosegarden-24.12.1.tar.xz 5738756 BLAKE2B 5202a511c53bae267c347ff9197acfe4283987bbad3764393a0335bd7dad775a2042430d3f8226e24436ce15c03204312ce6dc123938f2cec33960c3eeba707d SHA512 f732951162e816a2dde4805e519c9b99598edb543fbe01f819248454c23eb70293a74e92ad11a51ecdd4990bca1f111242f838b2e3259ca09cb4f9bf955b9b6a
DIST rosegarden-24.12.tar.xz 5737612 BLAKE2B e8976ef1c46d4e137ad78f762cc979363e66427b47760e8ee5e5813e89fa68349d1cc541223c980b6e3972b2d55d33bc8cc2de77d61f95b903f897626be1571e SHA512 dd948e2f9bd0fe11249c1e138afc79da10043664c85ea300f9050dd01e959be50f1056d5035f89b8b1f62fb58254890f6f03384eda546f8968cd42baf1153555
diff --git a/media-sound/rosegarden/rosegarden-24.12.1.ebuild b/media-sound/rosegarden/rosegarden-24.12.1.ebuild
new file mode 100644
index 000000000000..b2a6f4dbe8b9
--- /dev/null
+++ b/media-sound/rosegarden/rosegarden-24.12.1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg virtualx
+
+DESCRIPTION="MIDI and audio sequencer and notation editor"
+HOMEPAGE="https://www.rosegardenmusic.com/"
+SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="lirc"
+
+BDEPEND="
+ dev-qt/linguist-tools:5
+ virtual/pkgconfig
+"
+RDEPEND="
+ dev-qt/qtbase:6[gui,network,widgets,xml]
+ media-libs/alsa-lib:=
+ >=media-libs/dssi-1.0.0:=
+ media-libs/ladspa-sdk:=
+ media-libs/liblo:=
+ media-libs/liblrdf:=
+ media-libs/libsamplerate:=
+ media-libs/libsndfile:=
+ sci-libs/fftw:3.0
+ sys-libs/zlib:=
+ virtual/jack
+ x11-libs/libSM:=
+ lirc? ( app-misc/lirc:= )
+"
+DEPEND="${RDEPEND}
+ dev-qt/qttest:5
+"
+
+PATCHES=(
+ "${FILESDIR}/${PN}-24.06-includes.patch"
+ "${FILESDIR}/${PN}-24.12-parameter-declaration.patch"
+ "${FILESDIR}/${PN}-24.12-missing-includes.patch"
+)
+
+src_prepare() {
+ cmake_src_prepare
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DDISABLE_LIRC=$(usex !lirc)
+ -DUSE_QT6=ON
+ )
+ cmake_src_configure
+}
+
+src_test() {
+ # bug 701682, tries to open network socket and fails.
+ local myctestargs=(
+ -E "(test_notationview_selection)"
+ )
+ virtx cmake_src_test
+}
next reply other threads:[~2025-02-06 19:15 UTC|newest]
Thread overview: 68+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-06 19:15 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-01 21:45 [gentoo-commits] repo/gentoo:master commit in: media-sound/rosegarden/ Andreas Sturmlechner
2025-04-01 18:42 Arthur Zamarin
2025-04-01 18:42 Arthur Zamarin
2025-03-09 22:37 Andreas Sturmlechner
2025-01-07 19:41 Miroslav Šulc
2025-01-07 17:03 Jakov Smolić
2025-01-07 17:03 Jakov Smolić
2024-07-15 11:34 Miroslav Šulc
2024-07-07 11:46 Sam James
2024-07-07 11:46 Sam James
2024-01-07 10:02 Miroslav Šulc
2024-01-06 10:08 Michał Górny
2024-01-06 10:08 Michał Górny
2023-12-07 8:56 Miroslav Šulc
2023-07-15 6:51 Miroslav Šulc
2023-07-14 8:32 Sam James
2023-07-14 8:32 Sam James
2023-06-13 8:40 Miroslav Šulc
2023-01-09 7:14 Miroslav Šulc
2023-01-08 17:00 Arthur Zamarin
2022-12-22 8:21 Miroslav Šulc
2022-12-08 8:24 Miroslav Šulc
2022-07-12 3:20 Miroslav Šulc
2022-07-11 8:13 Agostino Sarubbo
2022-07-11 8:11 Agostino Sarubbo
2022-06-10 6:45 Miroslav Šulc
2022-01-11 8:40 Miroslav Šulc
2022-01-10 11:23 Jakov Smolić
2022-01-10 9:25 Jakov Smolić
2021-12-10 9:05 Miroslav Šulc
2021-08-24 6:58 Miroslav Šulc
2021-08-23 22:16 Agostino Sarubbo
2021-08-21 4:49 Agostino Sarubbo
2021-07-20 6:39 Miroslav Šulc
2021-07-06 11:06 Miroslav Šulc
2021-07-06 11:03 Agostino Sarubbo
2021-07-05 22:34 Sam James
2021-06-04 7:42 Miroslav Šulc
2021-01-24 12:10 Agostino Sarubbo
2021-01-22 16:53 Agostino Sarubbo
2020-12-15 11:07 Miroslav Šulc
2020-08-12 6:36 Miroslav Šulc
2020-08-12 6:01 Agostino Sarubbo
2020-08-11 15:40 Miroslav Šulc
2020-08-11 11:00 Agostino Sarubbo
2020-08-07 18:06 Andreas Sturmlechner
2020-08-07 18:06 Andreas Sturmlechner
2020-07-21 9:04 Agostino Sarubbo
2019-12-20 21:48 Miroslav Šulc
2019-12-09 14:19 Miroslav Šulc
2019-12-09 13:20 Miroslav Šulc
2019-11-29 8:59 Agostino Sarubbo
2019-10-28 8:12 Miroslav Šulc
2019-06-05 6:48 Agostino Sarubbo
2019-06-04 14:45 Thomas Deutschmann
2019-05-08 17:05 Andreas Sturmlechner
2018-05-24 0:42 Aaron Bauman
2018-03-20 18:21 Tim Harder
2018-03-20 4:08 Tim Harder
2017-12-16 10:31 Tobias Klausmann
2017-12-12 18:39 Thomas Deutschmann
2017-12-04 22:19 Andreas Sturmlechner
2017-12-04 22:19 Andreas Sturmlechner
2017-12-04 22:19 Andreas Sturmlechner
2017-12-04 21:51 Alexis Ballier
2017-04-26 8:43 Alexis Ballier
2016-12-29 17:22 Alexis Ballier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1738869341.c94aa11f11bde2aa01ae9f6100a0ef12380c9fbd.fordfrog@gentoo \
--to=fordfrog@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox