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 B00B413835B for ; Sat, 23 Jan 2021 00:25:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4AD9E0BDE; Sat, 23 Jan 2021 00:25:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BC03EE0BDE for ; Sat, 23 Jan 2021 00:25:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 80A9F340955 for ; Sat, 23 Jan 2021 00:25:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0EA0476 for ; Sat, 23 Jan 2021 00:25:50 +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: <1611361535.299053dbbf0102616120c63bcf7e8ffc95391ab5.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.0.0.ebuild X-VCS-Directories: media-sound/kmidimon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 299053dbbf0102616120c63bcf7e8ffc95391ab5 X-VCS-Branch: master Date: Sat, 23 Jan 2021 00:25:50 +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: 1e0b9e27-c6a0-4345-a563-67b68a0fe63a X-Archives-Hash: 094e0a1872f6073f2b05caa4c90114f9 commit: 299053dbbf0102616120c63bcf7e8ffc95391ab5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jan 22 18:37:48 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 23 00:25:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=299053db media-sound/kmidimon: 1.0.0 version bump Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/kmidimon/Manifest | 1 + media-sound/kmidimon/kmidimon-1.0.0.ebuild | 39 ++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/media-sound/kmidimon/Manifest b/media-sound/kmidimon/Manifest index ebda93d3940..28ef96e899d 100644 --- a/media-sound/kmidimon/Manifest +++ b/media-sound/kmidimon/Manifest @@ -1 +1,2 @@ +DIST kmidimon-1.0.0.tar.bz2 322397 BLAKE2B 6c70e6b6162fe53fbaf7b7945035cb3974120501504c74c3fc0a0c607b2c38153f72cdefdc5f68b97c02148aefc3cd6e49ec0ea45f8b8f9ee6c11ab9383b813d SHA512 3c69fdc128bf5c0b7ec123b06ce3ef0e2220a04e8e721d8fbfa461dc8392b08250f2d333fc0f6080135107a97cd16736327648c4cb4cca72ea4d43c1007ad744 DIST kmidimon-1.0.0_pre20201003.zip 559637 BLAKE2B 57843d2718b8efb6d0be1174390bb21949e200efddc8a7ed65a67eef422eb0976f6008184bdb836bcaa3aabba9a1ea6e2ae848f931a26255a97cc11a29b85643 SHA512 0e6750196a0ecd138746602f6e9c2344aa3fe1ea49a0bb6a40d0626e7a428fb3c8fe51bed76b4df342eef32163c83deffd610bd3904108706943ee6e969b5b26 diff --git a/media-sound/kmidimon/kmidimon-1.0.0.ebuild b/media-sound/kmidimon/kmidimon-1.0.0.ebuild new file mode 100644 index 00000000000..3c9506e1889 --- /dev/null +++ b/media-sound/kmidimon/kmidimon-1.0.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake xdg + +DESCRIPTION="MIDI monitor for ALSA sequencer" +HOMEPAGE="https://kmidimon.sourceforge.io/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +RDEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + media-libs/alsa-lib + >=media-sound/drumstick-2.0.0 +" +DEPEND="${RDEPEND}" +BDEPEND=" + app-arch/unzip + dev-qt/linguist-tools:5 +" + +src_prepare() { + cmake_src_prepare +} + +src_configure() { + local mycmakeargs=( + -DCMAKE_INSTALL_DOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html + ) + cmake_src_configure +}