public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/rosegarden/
Date: Fri, 20 Dec 2019 21:48:16 +0000 (UTC)	[thread overview]
Message-ID: <1576878485.074ecb148d2fe3f633cdbf9f52fc5128610a686f.fordfrog@gentoo> (raw)

commit:     074ecb148d2fe3f633cdbf9f52fc5128610a686f
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 20 15:15:10 2019 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Dec 20 21:48:05 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=074ecb14

media-sound/rosegarden: bump 19.12

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-sound/rosegarden/Manifest                |  1 +
 media-sound/rosegarden/rosegarden-19.12.ebuild | 59 ++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

diff --git a/media-sound/rosegarden/Manifest b/media-sound/rosegarden/Manifest
index 66f0b16fbe3..81d41355110 100644
--- a/media-sound/rosegarden/Manifest
+++ b/media-sound/rosegarden/Manifest
@@ -1,2 +1,3 @@
 DIST rosegarden-17.12.1.tar.bz2 6692715 BLAKE2B 698ecfb58754ee292e589e0fb3618e2076a6e59dde1f06d15ed3bad43313cc79ed03307364350f5cd2323350173119ccc71b42c839d8498d360461a19801a96a SHA512 8bd4a464bbf2825d6c2fb8d36123e68d94de7f4e997c6ed8efc5670e87799781eb8251995890979c9d107d4fc58c636fe73e699c859c8e95aa567c4289958495
 DIST rosegarden-19.06.tar.bz2 6667374 BLAKE2B c204a99dd46a0dcbfda6afc361ec31b7f211d2b95a8d171ff3fb06e37b3dbabc2b36fdbc04a3dfc821a9e331681d2a1e2395e91a86fe9d9fecd3af173f5b675b SHA512 13eddd4ec88662f3275d83bf40471ca0a34d43b3c9c9f07cf46b891c74f087ec7fe0d4b8ffe8204f2f3a30829352f4d952bb035a5bd09a7b6bdeb41ff5d1e8d8
+DIST rosegarden-19.12.tar.bz2 6672820 BLAKE2B f4541c894d0de7f4c5fc435ce463b9fc6940cf1c595e9d9b6c168f51b9e05e63a449b8f3a99456801baf864d0788130368ed87c81646af04a6f2891a6372e444 SHA512 22c45346b1a4d69f009e59091bdf5f5f68633241a48df7bd6ee73462cc281ee7182be3d48c3afc0843aa551145c203a8b881501891eb84b6d3f3def5f7650fc6

diff --git a/media-sound/rosegarden/rosegarden-19.12.ebuild b/media-sound/rosegarden/rosegarden-19.12.ebuild
new file mode 100644
index 00000000000..43ed83b26b8
--- /dev/null
+++ b/media-sound/rosegarden/rosegarden-19.12.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils xdg virtualx
+
+DESCRIPTION="MIDI and audio sequencer and notation editor"
+HOMEPAGE="https://www.rosegardenmusic.com/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="lirc"
+RESTRICT="!test? ( test )"
+
+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
+"
+
+src_prepare() {
+	cmake-utils_src_prepare
+}
+
+src_configure() {
+	local mycmakeargs=(
+		"-DDISABLE_LIRC=$(usex lirc OFF ON)"
+	)
+	cmake-utils_src_configure
+}
+
+src_test() {
+	 virtx cmake-utils_src_test
+}


             reply	other threads:[~2019-12-20 21:48 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-20 21:48 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-15 11:34 [gentoo-commits] repo/gentoo:master commit in: media-sound/rosegarden/ 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-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=1576878485.074ecb148d2fe3f633cdbf9f52fc5128610a686f.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