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 AED7A15807A for ; Mon, 7 Oct 2024 17:17:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED7EBE29B6; Mon, 7 Oct 2024 17:17:15 +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 D0ADDE29B6 for ; Mon, 7 Oct 2024 17:17:15 +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 BDABB33EDD8 for ; Mon, 7 Oct 2024 17:17:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D86882191 for ; Mon, 7 Oct 2024 17:17:11 +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: <1728321408.970d420bbed6f56d57ed31075e9dc123e003a013.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/kmidimon/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/kmidimon/Manifest media-sound/kmidimon/kmidimon-1.4.0.ebuild X-VCS-Directories: media-sound/kmidimon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 970d420bbed6f56d57ed31075e9dc123e003a013 X-VCS-Branch: master Date: Mon, 7 Oct 2024 17:17:11 +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: 317733b5-d7d2-45fd-b6f9-3351a093b459 X-Archives-Hash: 4367544a53a735d2cd8e107597392e48 commit: 970d420bbed6f56d57ed31075e9dc123e003a013 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Oct 7 17:15:21 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Oct 7 17:16:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=970d420b media-sound/kmidimon: add 1.4.0 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/kmidimon/Manifest | 1 + media-sound/kmidimon/kmidimon-1.4.0.ebuild | 37 ++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/media-sound/kmidimon/Manifest b/media-sound/kmidimon/Manifest index 9836e8994487..57583c6fe35d 100644 --- a/media-sound/kmidimon/Manifest +++ b/media-sound/kmidimon/Manifest @@ -1 +1,2 @@ DIST kmidimon-1.3.0.tar.bz2 698412 BLAKE2B 185125fda809042a064b225f14ef5c04c69f07bda77d2291d2719256ccbee122bc181d9ea602cb43335f764ae9576daf79966a681637d080f5e3533bd856715d SHA512 02085e6d6768fe5d35649446ec5db2eadcf34b4c727fb250bdbc33d79c86a16d6dc3993ddd9fe08e93e08e1400fb3f56bb71913020ffa410f56ad7168bf08b97 +DIST kmidimon-1.4.0.tar.bz2 309675 BLAKE2B 83a466b63256d082e257af797c501cd4a405409a31c20f26bd38cb7afbfe84566550589feceb201563572352b9ae90f20e255d6c75e21340bd43316ea392e5a2 SHA512 83f3ff86b02d91bd20c81c4dc8dc036b3c8483c246c65b1dc4fe2d084f98c792cf1e9dcaad3b0984f0f294bc0b7f4d6d090bd44b88efa3738fc9ada63cf613ba diff --git a/media-sound/kmidimon/kmidimon-1.4.0.ebuild b/media-sound/kmidimon/kmidimon-1.4.0.ebuild new file mode 100644 index 000000000000..4db8b777b2c6 --- /dev/null +++ b/media-sound/kmidimon/kmidimon-1.4.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake xdg + +DESCRIPTION="MIDI monitor for ALSA sequencer" +HOMEPAGE="https://kmidimon.sourceforge.io/" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +RDEPEND=" + dev-qt/qt5compat:6 + dev-qt/qtbase:6[gui,widgets] + media-libs/alsa-lib + >=media-sound/drumstick-2.9.1[alsa] +" +DEPEND="${RDEPEND}" +BDEPEND=" + app-arch/unzip + dev-qt/qttools:6[linguist] +" + +PATCHES=( "${FILESDIR}/${PN}-1.2.0-fix-cmake-pathvar.patch" ) + +src_configure() { + local mycmakeargs=( + -DBUILD_DOCS=OFF + -DCMAKE_INSTALL_DOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html + ) + cmake_src_configure +}