public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/rosegarden/
Date: Thu, 29 Dec 2016 17:22:00 +0000 (UTC)	[thread overview]
Message-ID: <1483032108.5ecc49514085e7c43d84f8bcd68f8e13e95618fc.aballier@gentoo> (raw)

commit:     5ecc49514085e7c43d84f8bcd68f8e13e95618fc
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 29 17:21:35 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Dec 29 17:21:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ecc4951

media-sound/rosegarden: bump to 16.06

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-sound/rosegarden/Manifest                |  1 +
 media-sound/rosegarden/rosegarden-16.06.ebuild | 61 ++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

diff --git a/media-sound/rosegarden/Manifest b/media-sound/rosegarden/Manifest
index fe301a6..7418f85 100644
--- a/media-sound/rosegarden/Manifest
+++ b/media-sound/rosegarden/Manifest
@@ -2,3 +2,4 @@ DIST rosegarden-13.04.tar.bz2 5858085 SHA256 4d8dabb08a7b807cad46d64d808752a82e2
 DIST rosegarden-13.10.tar.bz2 6355164 SHA256 6c3a1961b75ded3ded634e9c24f194fd483b11bc797a2603cf5a61fec674e6d5 SHA512 f65bf1c2098b2e2266131e6c430c598ee881e43a5daf77d6ef843be0e2543a07264af4442335573f4408568dde74357c596d8b99cf77b311fb9a55ca3584d18a WHIRLPOOL c39fbe2939411ee10ba8370bce41578e6e683839645c935ee9dfd341d2d0be4d18866893e9cbc10d15245c5d6bc5a8cf5ca90279dde53a979a3d9f7750f0a916
 DIST rosegarden-14.02.tar.bz2 6402898 SHA256 f5d1d78424582326dcde4bb46b521eb25c2b3fd05b98ce3aaf7f2ffd2e9f7cd6 SHA512 ed11482dbb65823186cae4b1532b9e38c75a29e209a97a965521091cc7b6d4fdc32571b30a2be38dee06fd2f516fc924ab1a8e72acaa7212b12dd28d61e224f3 WHIRLPOOL 780edec4c442788e85563d9dc10d36dd2eceadf31b7a865d1e03c3f92623506b354795318e28518dab9335e287d4da3e9a085be80923641588ea4f0c2ab940ee
 DIST rosegarden-14.12.tar.bz2 6235233 SHA256 f876fbb818326da7f012a01a4d6baf45022dcbb98626e0ce40c67b6943ee147e SHA512 7820197d97025365c781f95811a9725058b86375654df9915599957f743f5ea335eb468d0b52100e7be5096e9d10bc6fdad4252db48dc5c49d9ed6d8e7db6660 WHIRLPOOL 9d34eaa60707b3b18007a939c4b5da282e459699a898cc0a1c8016c35c4052f565ff0f7f8bcade4ba986ba501a4d28b3d2fb48c4caba769a270dedb5f124e52e
+DIST rosegarden-16.06.tar.bz2 6362923 SHA256 1044334f2c1a2ac7560d80910e0721c8913bd924f8185a393f630c89020340db SHA512 b95c1c9c49967b15cd100fe45c06db9f389adc17161c16c46f1b4c989d6e93373c90f9f2e622b960f83d2fb9fec9f12458b19840b22cb8c233e66d6e25f2d0de WHIRLPOOL 5b6304a12f3cabbfbaba6a15a7a358f1adbb840cf1dfb9c7edacb64df63fd2b5bf9bb0cfc3f16944e694df364c77a8c3de3df091e003698d96f5646f44645a5c

diff --git a/media-sound/rosegarden/rosegarden-16.06.ebuild b/media-sound/rosegarden/rosegarden-16.06.ebuild
new file mode 100644
index 00000000..86100cd
--- /dev/null
+++ b/media-sound/rosegarden/rosegarden-16.06.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit cmake-utils eutils fdo-mime gnome2-utils
+
+DESCRIPTION="MIDI and audio sequencer and notation editor"
+HOMEPAGE="http://www.rosegardenmusic.com/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="lirc"
+
+RDEPEND="
+	dev-qt/qtgui:5
+	dev-qt/qtcore:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+	dev-qt/qtnetwork:5
+	dev-qt/qtprintsupport:5
+	media-libs/ladspa-sdk:=
+	x11-libs/libSM:=
+	media-sound/jack-audio-connection-kit:=
+	media-libs/alsa-lib:=
+	>=media-libs/dssi-1.0.0:=
+	media-libs/liblo:=
+	media-libs/liblrdf:=
+	sci-libs/fftw:3.0
+	media-libs/libsamplerate:=
+	media-libs/libsndfile:=
+	sys-libs/zlib:=
+	lirc? ( app-misc/lirc:= )"
+DEPEND="${RDEPEND}
+	dev-qt/qttest:5
+	virtual/pkgconfig"
+
+src_configure() {
+	local mycmakeargs=(
+		"-DDISABLE_LIRC=$(usex lirc OFF ON)"
+	)
+	cmake-utils_src_configure
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+	fdo-mime_desktop_database_update
+	fdo-mime_mime_database_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+	fdo-mime_desktop_database_update
+	fdo-mime_mime_database_update
+}


             reply	other threads:[~2016-12-29 17:22 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-29 17:22 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-04-26  8:43 [gentoo-commits] repo/gentoo:master commit in: media-sound/rosegarden/ Alexis Ballier
2017-12-04 21:51 Alexis Ballier
2017-12-04 22:19 Andreas Sturmlechner
2017-12-04 22:19 Andreas Sturmlechner
2017-12-04 22:19 Andreas Sturmlechner
2017-12-12 18:39 Thomas Deutschmann
2017-12-16 10:31 Tobias Klausmann
2018-03-20  4:08 Tim Harder
2018-03-20 18:21 Tim Harder
2018-05-24  0:42 Aaron Bauman
2019-05-08 17:05 Andreas Sturmlechner
2019-06-04 14:45 Thomas Deutschmann
2019-06-05  6:48 Agostino Sarubbo
2019-10-28  8:12 Miroslav Šulc
2019-11-29  8:59 Agostino Sarubbo
2019-12-09 13:20 Miroslav Šulc
2019-12-09 14:19 Miroslav Šulc
2019-12-20 21:48 Miroslav Šulc
2020-07-21  9:04 Agostino Sarubbo
2020-08-07 18:06 Andreas Sturmlechner
2020-08-07 18:06 Andreas Sturmlechner
2020-08-11 11:00 Agostino Sarubbo
2020-08-11 15:40 Miroslav Šulc
2020-08-12  6:01 Agostino Sarubbo
2020-08-12  6:36 Miroslav Šulc
2020-12-15 11:07 Miroslav Šulc
2021-01-22 16:53 Agostino Sarubbo
2021-01-24 12:10 Agostino Sarubbo
2021-06-04  7:42 Miroslav Šulc
2021-07-05 22:34 Sam James
2021-07-06 11:03 Agostino Sarubbo
2021-07-06 11:06 Miroslav Šulc
2021-07-20  6:39 Miroslav Šulc
2021-08-21  4:49 Agostino Sarubbo
2021-08-23 22:16 Agostino Sarubbo
2021-08-24  6:58 Miroslav Šulc
2021-12-10  9:05 Miroslav Šulc
2022-01-10  9:25 Jakov Smolić
2022-01-10 11:23 Jakov Smolić
2022-01-11  8:40 Miroslav Šulc
2022-06-10  6:45 Miroslav Šulc
2022-07-11  8:11 Agostino Sarubbo
2022-07-11  8:13 Agostino Sarubbo
2022-07-12  3:20 Miroslav Šulc
2022-12-08  8:24 Miroslav Šulc
2022-12-22  8:21 Miroslav Šulc
2023-01-08 17:00 Arthur Zamarin
2023-01-09  7:14 Miroslav Šulc
2023-06-13  8:40 Miroslav Šulc
2023-07-14  8:32 Sam James
2023-07-14  8:32 Sam James
2023-07-15  6:51 Miroslav Šulc
2023-12-07  8:56 Miroslav Šulc
2024-01-06 10:08 Michał Górny
2024-01-06 10:08 Michał Górny
2024-01-07 10:02 Miroslav Šulc
2024-07-07 11:46 Sam James
2024-07-07 11:46 Sam James
2024-07-15 11:34 Miroslav Šulc

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=1483032108.5ecc49514085e7c43d84f8bcd68f8e13e95618fc.aballier@gentoo \
    --to=aballier@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