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/qmidiarp/
Date: Sun, 30 Aug 2015 13:41:22 +0000 (UTC)	[thread overview]
Message-ID: <1440942065.58474732527ebd3ee28be6dacd59a4b6765ebbce.aballier@gentoo> (raw)

commit:     58474732527ebd3ee28be6dacd59a4b6765ebbce
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 30 13:40:45 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Aug 30 13:41:05 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58474732

media-sound/qmidiarp: bump to 0.6.1.

Package-Manager: portage-2.2.20.1

 media-sound/qmidiarp/Manifest              |  3 +-
 media-sound/qmidiarp/metadata.xml          |  3 ++
 media-sound/qmidiarp/qmidiarp-0.6.1.ebuild | 49 ++++++++++++++++++++++++++++++
 3 files changed, 54 insertions(+), 1 deletion(-)

diff --git a/media-sound/qmidiarp/Manifest b/media-sound/qmidiarp/Manifest
index 2546a4e..73eee71 100644
--- a/media-sound/qmidiarp/Manifest
+++ b/media-sound/qmidiarp/Manifest
@@ -1 +1,2 @@
-DIST qmidiarp-0.3.9.tar.bz2 185426 SHA256 0e9b9de1e8f0e54e253a20d985ea923275a006eacc17281f48644b96ae3d01fc
+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

diff --git a/media-sound/qmidiarp/metadata.xml b/media-sound/qmidiarp/metadata.xml
index 8075e86..a612400 100644
--- a/media-sound/qmidiarp/metadata.xml
+++ b/media-sound/qmidiarp/metadata.xml
@@ -5,4 +5,7 @@
 	<upstream>
 		<remote-id type="sourceforge">qmidiarp</remote-id>
 	</upstream>
+  <use>
+    <flag name="lv2">Enables Ladspa V2 plugins.</flag>
+  </use>
 </pkgmetadata>

diff --git a/media-sound/qmidiarp/qmidiarp-0.6.1.ebuild b/media-sound/qmidiarp/qmidiarp-0.6.1.ebuild
new file mode 100644
index 0000000..8d728a9
--- /dev/null
+++ b/media-sound/qmidiarp/qmidiarp-0.6.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit qmake-utils autotools
+
+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 qt5"
+
+RDEPEND="media-libs/alsa-lib
+	media-sound/jack-audio-connection-kit
+	lv2? ( >=media-libs/lv2-1.8 )
+	osc? ( media-libs/liblo )
+	qt5? ( dev-qt/qtwidgets:5 dev-qt/qtgui:5 dev-qt/qtcore:5 )
+	!qt5? ( dev-qt/qtgui:4 dev-qt/qtcore:4 )"
+DEPEND="${RDEPEND}
+	nls? (
+		qt5? ( dev-qt/qttranslations:5 )
+		!qt5? ( dev-qt/qttranslations:4 )
+	)
+	virtual/pkgconfig"
+
+DOCS="AUTHORS ChangeLog NEWS README"
+
+src_prepare() {
+	eautoreconf
+}
+
+src_configure() {
+	if use qt5 ; then
+		export PATH="$(qt5_get_bindir):${PATH}"
+	else
+		export PATH="$(qt4_get_bindir):${PATH}"
+	fi
+	econf \
+		$(use qt5 && echo "--enable-qt5") \
+		$(use_enable nls translations) \
+		$(use_enable osc nsm) \
+		$(use_enable lv2 lv2plugins)
+
+}


             reply	other threads:[~2015-08-30 13:41 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-30 13:41 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-10-22  9:38 [gentoo-commits] repo/gentoo:master commit in: media-sound/qmidiarp/ David Seifert
2017-02-09 13:15 Alexis Ballier
2017-06-18 16:42 Alexis Ballier
2020-05-20 13:19 Andreas Sturmlechner
2020-05-20 13:19 Andreas Sturmlechner
2020-08-22 16:06 Andreas Sturmlechner
2020-08-22 16:06 Andreas Sturmlechner
2023-04-10  7:27 Miroslav Šulc
2023-04-10  8:48 Sam James
2023-04-15  8:30 Miroslav Šulc
2023-05-16  6:10 Sam James
2023-05-17  7:09 Miroslav Šulc
2023-05-22  6:20 Miroslav Šulc
2023-06-21  8:15 Arthur Zamarin
2023-06-22  7:59 Miroslav Šulc
2024-08-29 11:29 Miroslav Šulc
2024-09-29 10:59 Arthur Zamarin
2024-09-30  7:41 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=1440942065.58474732527ebd3ee28be6dacd59a4b6765ebbce.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