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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9D67A1581FB for ; Thu, 29 Aug 2024 11:30:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9B50E29D0; Thu, 29 Aug 2024 11:30:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C03C6E29D0 for ; Thu, 29 Aug 2024 11:30:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B3B2833FE49 for ; Thu, 29 Aug 2024 11:29:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BDC614D0 for ; Thu, 29 Aug 2024 11:29:58 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1724930990.8b33fcbb1ebd2c66f5656204596988a9aa451fd7.fordfrog@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.7.1.ebuild X-VCS-Directories: media-sound/qmidiarp/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 8b33fcbb1ebd2c66f5656204596988a9aa451fd7 X-VCS-Branch: master Date: Thu, 29 Aug 2024 11:29:58 +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: 5786494a-ac00-4587-8e0b-8fceef50bd16 X-Archives-Hash: cc0b6aaa7779daad535339d08ace4337 commit: 8b33fcbb1ebd2c66f5656204596988a9aa451fd7 Author: Miroslav Šulc gentoo org> AuthorDate: Thu Aug 29 11:29:50 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu Aug 29 11:29:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b33fcbb media-sound/qmidiarp: bump to 0.7.1 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/qmidiarp/Manifest | 1 + media-sound/qmidiarp/qmidiarp-0.7.1.ebuild | 39 ++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/media-sound/qmidiarp/Manifest b/media-sound/qmidiarp/Manifest index 3b48a0281a9e..f69b613d4def 100644 --- a/media-sound/qmidiarp/Manifest +++ b/media-sound/qmidiarp/Manifest @@ -1 +1,2 @@ DIST qmidiarp-0.7.0.tar.bz2 718430 BLAKE2B 43b558d8185f2e798dc17dc58c966daf244f35b11abf5c96220f81210b39dc619daa260ff384a16da35c74584c90e86330597ec6e170bb071cebf977374c5efa SHA512 f1dcb9c817bfc9c39a9b120f5716518c3ef825652258d5852f9e228cbc3018202427a19d4b47858c16d43e5d8bbf3712cced68d95f300cc6b98ad76c608b68fd +DIST qmidiarp-0.7.1.tar.bz2 718810 BLAKE2B 3f8283e19964084961e991531e973793b07aa4e8f08d4d55bfb2f302314338c8aba2da50bd6aad58bcd7fc07d7f259a9c2bc90fdb824fe2ddc8ef733fb076265 SHA512 50f73deb2bd7c609df1211b3ce03d3253ecfeae4c26736e3ca4c8062fcc08f5b00de47fc0c3e50215f00c3bf4bf67519b85c5f3fa793501146413e396d0eabcf diff --git a/media-sound/qmidiarp/qmidiarp-0.7.1.ebuild b/media-sound/qmidiarp/qmidiarp-0.7.1.ebuild new file mode 100644 index 000000000000..c4596707c28e --- /dev/null +++ b/media-sound/qmidiarp/qmidiarp-0.7.1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2024 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="https://qmidiarp.sourceforge.net/" +SRC_URI="https://downloads.sourceforge.net/${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[@]}" +}