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 AC50215807A for ; Mon, 7 Oct 2024 17:17:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DCE4E29B1; Mon, 7 Oct 2024 17:17:14 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 823D5E29B1 for ; Mon, 7 Oct 2024 17:17:14 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 597F434134D for ; Mon, 7 Oct 2024 17:17:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0559213C 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.f0141f27817708a7523687413728d216b573e704.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/kmetronome/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/kmetronome/Manifest media-sound/kmetronome/kmetronome-1.4.0.ebuild X-VCS-Directories: media-sound/kmetronome/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f0141f27817708a7523687413728d216b573e704 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: 892fcbf9-764c-4281-9b8c-559de3d31dcb X-Archives-Hash: 3c03ee2815c2c1ded63fa8558687dae4 commit: f0141f27817708a7523687413728d216b573e704 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Oct 7 17:08:53 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=f0141f27 media-sound/kmetronome: add 1.4.0 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/kmetronome/Manifest | 1 + media-sound/kmetronome/kmetronome-1.4.0.ebuild | 34 ++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/media-sound/kmetronome/Manifest b/media-sound/kmetronome/Manifest index 3add0d97d0b4..a9671c4a3f10 100644 --- a/media-sound/kmetronome/Manifest +++ b/media-sound/kmetronome/Manifest @@ -1 +1,2 @@ DIST kmetronome-1.3.0.tar.bz2 366463 BLAKE2B 5140fbf8a31a76febda94713419f14455196ab0017ef048be1d780e66bde95c9f79f6917a02a73f74cd996f39d5e020c6b6fff744c48f21ae0c516940f43aba7 SHA512 3b888dfc802a5a3e83d11a42c6f6f9fd5cd21e294fafa6ef670a6a76cf6b0f37616fcf465d0589c10238b18881e44b85a2104f9b986bc5ddfeecddb51918a78a +DIST kmetronome-1.4.0.tar.bz2 226942 BLAKE2B e8a5c7d0f2458b58d6329a72af622522004853af1fccdf73eedf5161d1f9ea72ee1ff40276b6626fcc0d56b737f2176d857646eda284947a63647cee968b79d0 SHA512 e101d3558064c67937995640f355abfa16e6e8790ac2566cfdd872fbea87df8cfce8430e8976f2ee6c23f0a9e2b66324b2b49c24c41d54c83cc7b51fce557461 diff --git a/media-sound/kmetronome/kmetronome-1.4.0.ebuild b/media-sound/kmetronome/kmetronome-1.4.0.ebuild new file mode 100644 index 000000000000..a22ff09b58d7 --- /dev/null +++ b/media-sound/kmetronome/kmetronome-1.4.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake xdg + +DESCRIPTION="MIDI based metronome using ALSA sequencer" +HOMEPAGE="https://kmetronome.sourceforge.io/" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + dev-qt/qtbase:6[dbus,gui,widgets] + dev-qt/qtsvg:6 + media-libs/alsa-lib + >=media-sound/drumstick-2.9.1[alsa] +" +RDEPEND="${DEPEND}" +BDEPEND=" + dev-qt/qttools:6[linguist] + virtual/pkgconfig +" + +src_configure() { + local mycmakeargs=( + -DBUILD_DOCS=OFF + ) + cmake_src_configure +}