From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qmidiarp/
Date: Thu, 9 Feb 2017 13:15:32 +0000 (UTC) [thread overview]
Message-ID: <1486646112.80310aa726e0de5e99ce2fb777d386d18591ce47.aballier@gentoo> (raw)
commit: 80310aa726e0de5e99ce2fb777d386d18591ce47
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 9 13:15:12 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Feb 9 13:15:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80310aa7
media-sound/qmidiarp: Bump to 0.6.4
Package-Manager: Portage-2.3.3, Repoman-2.3.1
media-sound/qmidiarp/Manifest | 1 +
media-sound/qmidiarp/qmidiarp-0.6.4.ebuild | 40 ++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/media-sound/qmidiarp/Manifest b/media-sound/qmidiarp/Manifest
index fededa36fe..2f8f78cc66 100644
--- a/media-sound/qmidiarp/Manifest
+++ b/media-sound/qmidiarp/Manifest
@@ -1 +1,2 @@
DIST qmidiarp-0.6.3.tar.bz2 541646 SHA256 10f5f4784cb3d0e131978f455bff57bf82fae71956a923d83a3809ea92b4f07f SHA512 0dbb916e4d27cf03924ce5c76928d01afe677331ec9b2a1ea7ca0c06725ead012458956d254e811908f9c351b00bf309bdf806b0ff68cdd40d129d73dab683c9 WHIRLPOOL 823d0130bd90e45132ba6d423b11c4713225208353382df9ae0824d55e2d439e566a30d9c2e5184263b956cf5fa1cda301cb4449fde0a950ca6961f7791c9bcf
+DIST qmidiarp-0.6.4.tar.bz2 537804 SHA256 1d96536927ce71691ae6fe779f627b277cfa0373341669ec9a06b92715da6ebe SHA512 06f3dc52c6673f452af4d5c5f4d2efc50fbe16b8fe792cb9d115f9efa124224e0131e763d31ee60cee68b78d952061e69976a09fa3118b23362ea3cea76260d0 WHIRLPOOL e04e64725e1efb4e772b62f6c030a61370f9447f61989fb5615dfee778f46c5036231f97f0518fa6750278875cd3003d3ebf667736fa026a550d8a561ed0f74b
diff --git a/media-sound/qmidiarp/qmidiarp-0.6.4.ebuild b/media-sound/qmidiarp/qmidiarp-0.6.4.ebuild
new file mode 100644
index 0000000000..430b8c3255
--- /dev/null
+++ b/media-sound/qmidiarp/qmidiarp-0.6.4.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit flag-o-matic qmake-utils
+
+DESCRIPTION="An arpeggiator, sequencer and MIDI LFO for ALSA"
+HOMEPAGE="http://qmidiarp.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls lv2 osc"
+
+RDEPEND="
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ media-libs/alsa-lib
+ media-sound/jack-audio-connection-kit
+ lv2? ( media-libs/lv2 )
+ osc? ( media-libs/liblo )"
+DEPEND="${RDEPEND}
+ nls? ( dev-qt/qttranslations:5 )
+ virtual/pkgconfig"
+
+src_configure() {
+ export PATH="$(qt5_get_bindir):${PATH}"
+
+ append-cxxflags -std=c++11
+
+ econf \
+ --enable-qt5 \
+ $(use_enable lv2 lv2plugins) \
+ $(use_enable nls translations) \
+ $(use_enable osc nsm)
+}
next reply other threads:[~2017-02-09 13:15 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-09 13:15 Alexis Ballier [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-30 7:41 [gentoo-commits] repo/gentoo:master commit in: media-sound/qmidiarp/ Miroslav Šulc
2024-09-29 10:59 Arthur Zamarin
2024-08-29 11:29 Miroslav Šulc
2023-06-22 7:59 Miroslav Šulc
2023-06-21 8:15 Arthur Zamarin
2023-05-22 6:20 Miroslav Šulc
2023-05-17 7:09 Miroslav Šulc
2023-05-16 6:10 Sam James
2023-04-15 8:30 Miroslav Šulc
2023-04-10 8:48 Sam James
2023-04-10 7:27 Miroslav Šulc
2020-08-22 16:06 Andreas Sturmlechner
2020-08-22 16:06 Andreas Sturmlechner
2020-05-20 13:19 Andreas Sturmlechner
2020-05-20 13:19 Andreas Sturmlechner
2017-06-18 16:42 Alexis Ballier
2016-10-22 9:38 David Seifert
2015-08-30 13:41 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=1486646112.80310aa726e0de5e99ce2fb777d386d18591ce47.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