From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qmidiarp/
Date: Sat, 22 Oct 2016 09:38:24 +0000 (UTC) [thread overview]
Message-ID: <1477129095.0ff1c8bbb92908cf8dc374e8358f3ebc6cfb8c9e.soap@gentoo> (raw)
commit: 0ff1c8bbb92908cf8dc374e8358f3ebc6cfb8c9e
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Fri Oct 21 23:56:56 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct 22 09:38:15 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ff1c8bb
media-sound/qmidiarp: 0.6.3 version bump, fix configure w/ Qt 5.7
Also enable Qt5 unconditionally, bump EAPI to 6.
Gentoo-bug: 569100, 589158, 595446
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2626
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-sound/qmidiarp/Manifest | 1 +
media-sound/qmidiarp/qmidiarp-0.6.3.ebuild | 40 ++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/media-sound/qmidiarp/Manifest b/media-sound/qmidiarp/Manifest
index 73eee71..22a4b9a 100644
--- a/media-sound/qmidiarp/Manifest
+++ b/media-sound/qmidiarp/Manifest
@@ -1,2 +1,3 @@
DIST qmidiarp-0.3.9.tar.bz2 185426 SHA256 0e9b9de1e8f0e54e253a20d985ea923275a006eacc17281f48644b96ae3d01fc SHA512 f015e95ee099c135352b641101042b4042de486de374d2bbac491a464191e6a9399fac121603aa2e96d6b45987835b4d74d40056d57568ecb91db17c950b1ae4 WHIRLPOOL 3b77d772da2cf50ef8c6c2b9dbba13831a7ff3465010eda06757b316fd3ef2db1625f56797b7824e13f56e7a2ddd973e72d80971fd3b6e4be602e7b23d5c35ff
DIST qmidiarp-0.6.1.tar.bz2 536640 SHA256 f81f0b51ab8cfc57eeecd8873d07b3bec56b193b2287a36ec4ab75d7754f6d9d SHA512 8b63e0744a42458d395b8003123514394db01d2a15ba4727725fb54fb2b8234d7dd7c241d84c9ec46bf84d56d84aaf84916fb59627c7863d15582cbf1fe63bba WHIRLPOOL 66075dbb34c273e12ccbc5bcd18b59458df7fb5ae4afed08f58c08fd9fe97967035b4fb9ef2cc7b9037d5e92d97cdd84b8c8bf88108befdbd12d5aa5d624e9c9
+DIST qmidiarp-0.6.3.tar.bz2 541646 SHA256 10f5f4784cb3d0e131978f455bff57bf82fae71956a923d83a3809ea92b4f07f SHA512 0dbb916e4d27cf03924ce5c76928d01afe677331ec9b2a1ea7ca0c06725ead012458956d254e811908f9c351b00bf309bdf806b0ff68cdd40d129d73dab683c9 WHIRLPOOL 823d0130bd90e45132ba6d423b11c4713225208353382df9ae0824d55e2d439e566a30d9c2e5184263b956cf5fa1cda301cb4449fde0a950ca6961f7791c9bcf
diff --git a/media-sound/qmidiarp/qmidiarp-0.6.3.ebuild b/media-sound/qmidiarp/qmidiarp-0.6.3.ebuild
new file mode 100644
index 00000000..0557d11
--- /dev/null
+++ b/media-sound/qmidiarp/qmidiarp-0.6.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 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:[~2016-10-22 9:38 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-22 9:38 David Seifert [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
2017-02-09 13:15 Alexis Ballier
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=1477129095.0ff1c8bbb92908cf8dc374e8358f3ebc6cfb8c9e.soap@gentoo \
--to=soap@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