mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
media-sound/rosegarden: drop 24.12
Closes: https://bugs.gentoo.org/951059 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST rosegarden-24.12.1.tar.xz 5738756 BLAKE2B 5202a511c53bae267c347ff9197acfe4283987bbad3764393a0335bd7dad775a2042430d3f8226e24436ce15c03204312ce6dc123938f2cec33960c3eeba707d SHA512 f732951162e816a2dde4805e519c9b99598edb543fbe01f819248454c23eb70293a74e92ad11a51ecdd4990bca1f111242f838b2e3259ca09cb4f9bf955b9b6a
|
||||
DIST rosegarden-24.12.tar.xz 5737612 BLAKE2B e8976ef1c46d4e137ad78f762cc979363e66427b47760e8ee5e5813e89fa68349d1cc541223c980b6e3972b2d55d33bc8cc2de77d61f95b903f897626be1571e SHA512 dd948e2f9bd0fe11249c1e138afc79da10043664c85ea300f9050dd01e959be50f1056d5035f89b8b1f62fb58254890f6f03384eda546f8968cd42baf1153555
|
||||
|
||||
@@ -1,68 +0,0 @@
|
||||
# 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/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtnetwork:5
|
||||
dev-qt/qtprintsupport:5
|
||||
dev-qt/qtwidgets:5
|
||||
dev-qt/qtxml:5
|
||||
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)
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_test() {
|
||||
# bug 701682, tries to open network socket and fails.
|
||||
local myctestargs=(
|
||||
-E "(test_notationview_selection)"
|
||||
)
|
||||
virtx cmake_src_test
|
||||
}
|
||||
Reference in New Issue
Block a user