From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qmidiarp/
Date: Mon, 10 Apr 2023 07:27:01 +0000 (UTC) [thread overview]
Message-ID: <1681111619.ed0dce97432a3b5ccaca0f70d2f2420b7e63a4a5.fordfrog@gentoo> (raw)
commit: ed0dce97432a3b5ccaca0f70d2f2420b7e63a4a5
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 07:26:47 2023 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 07:26:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed0dce97
media-sound/qmidiarp: bump to 0.6.6
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/qmidiarp/Manifest | 1 +
media-sound/qmidiarp/qmidiarp-0.6.6.ebuild | 39 ++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/media-sound/qmidiarp/Manifest b/media-sound/qmidiarp/Manifest
index ad6b7db320da..38f1aca92852 100644
--- a/media-sound/qmidiarp/Manifest
+++ b/media-sound/qmidiarp/Manifest
@@ -1 +1,2 @@
DIST qmidiarp-0.6.5.tar.bz2 541288 BLAKE2B eb2acb80c6fd442b197510eef2be000dc6a8e4cf7142cebbbbd156dad464f80062cc0a41881476aedc41c1b7cff27b1c56ae64354134b255b6cbd7672ef182f0 SHA512 171d74230a77b15453367fd38f9bcc94bbbd025a9665853180172bdfd812c2ee5ae0954124706d46c7e5cec0aafaebd5de68435f717789f052e7f86c48917379
+DIST qmidiarp-0.6.6.tar.bz2 574160 BLAKE2B 6a48fcf246cb18bd9b744f9927506c3e17f8c5cc8ecca9f8a05176d66cb41beec208df8e8c366b1785bd5e8262ea4c069bbcb20a606ca628e5bacc7e641dea97 SHA512 976f483d6d9446d5b2ad641ff68d881963be267cbbd809f0049ead9059f09987e01dfbf378869371d0564a5c2460319af94228c7321fb58c9b6faf0fd2cd3567
diff --git a/media-sound/qmidiarp/qmidiarp-0.6.6.ebuild b/media-sound/qmidiarp/qmidiarp-0.6.6.ebuild
new file mode 100644
index 000000000000..6591ea357739
--- /dev/null
+++ b/media-sound/qmidiarp/qmidiarp-0.6.6.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qmake-utils xdg
+
+DESCRIPTION="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="lv2 nls osc"
+
+BDEPEND="
+ nls? ( dev-qt/linguist-tools:5 )
+ virtual/pkgconfig"
+RDEPEND="
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ media-libs/alsa-lib
+ virtual/jack
+ lv2? ( media-libs/lv2 )
+ osc? ( media-libs/liblo )"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ export PATH="$(qt5_get_bindir):${PATH}"
+
+ local myeconfargs=(
+ $(use_enable lv2 lv2plugins)
+ $(use_enable nls translations)
+ $(use_enable osc nsm)
+ )
+ econf "${myeconfargs[@]}"
+}
next reply other threads:[~2023-04-10 7:27 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-10 7:27 Miroslav Šulc [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
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
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=1681111619.ed0dce97432a3b5ccaca0f70d2f2420b7e63a4a5.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