From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CAECB138359 for ; Sat, 22 Aug 2020 16:06:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E87BAE087F; Sat, 22 Aug 2020 16:06:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF7F6E087F for ; Sat, 22 Aug 2020 16:06:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CCF30340DF0 for ; Sat, 22 Aug 2020 16:06:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 618C8339 for ; Sat, 22 Aug 2020 16:06:16 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1598112353.4fe3d4226cf02cdd893ad65e55775b783d3e6302.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qmidiarp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/qmidiarp/Manifest media-sound/qmidiarp/qmidiarp-0.6.5.ebuild X-VCS-Directories: media-sound/qmidiarp/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4fe3d4226cf02cdd893ad65e55775b783d3e6302 X-VCS-Branch: master Date: Sat, 22 Aug 2020 16:06:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3a059a10-9aa9-4912-a512-6844fa9ddca0 X-Archives-Hash: 12565f2d83af061fa1d5f357c1c3018b commit: 4fe3d4226cf02cdd893ad65e55775b783d3e6302 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Aug 21 22:03:17 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 22 16:05:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fe3d422 media-sound/qmidiarp: 0.6.5 version bump, use xdg.eclass Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/qmidiarp/Manifest | 1 + media-sound/qmidiarp/qmidiarp-0.6.5.ebuild | 39 ++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/media-sound/qmidiarp/Manifest b/media-sound/qmidiarp/Manifest index 955fa802db9..ef5272b614c 100644 --- a/media-sound/qmidiarp/Manifest +++ b/media-sound/qmidiarp/Manifest @@ -1 +1,2 @@ DIST qmidiarp-0.6.4.tar.bz2 537804 BLAKE2B 6cb1ed8e2abd1289b65d9a2a1a2762caec673fc5df5d3a847d7d872ae9b2fad5b1dadfdf94ab79f762ddb769ae65d7b919a8ed8cf93835b4a6a2e21ef974aa82 SHA512 06f3dc52c6673f452af4d5c5f4d2efc50fbe16b8fe792cb9d115f9efa124224e0131e763d31ee60cee68b78d952061e69976a09fa3118b23362ea3cea76260d0 +DIST qmidiarp-0.6.5.tar.bz2 541288 BLAKE2B eb2acb80c6fd442b197510eef2be000dc6a8e4cf7142cebbbbd156dad464f80062cc0a41881476aedc41c1b7cff27b1c56ae64354134b255b6cbd7672ef182f0 SHA512 171d74230a77b15453367fd38f9bcc94bbbd025a9665853180172bdfd812c2ee5ae0954124706d46c7e5cec0aafaebd5de68435f717789f052e7f86c48917379 diff --git a/media-sound/qmidiarp/qmidiarp-0.6.5.ebuild b/media-sound/qmidiarp/qmidiarp-0.6.5.ebuild new file mode 100644 index 00000000000..3f32bdbdb91 --- /dev/null +++ b/media-sound/qmidiarp/qmidiarp-0.6.5.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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[@]}" +}