From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/kmetronome/
Date: Fri, 17 Dec 2021 10:59:08 +0000 (UTC) [thread overview]
Message-ID: <1639738740.465fb6a3f2dfe0215084208b9da1a5b3ba9845eb.asturm@gentoo> (raw)
commit: 465fb6a3f2dfe0215084208b9da1a5b3ba9845eb
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 17 10:57:18 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 17 10:59:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=465fb6a3
media-sound/kmetronome: 1.3.0 version bump
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-sound/kmetronome/Manifest | 1 +
media-sound/kmetronome/kmetronome-1.3.0.ebuild | 38 ++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/media-sound/kmetronome/Manifest b/media-sound/kmetronome/Manifest
index b68b3022f78e..fa24a3206ea2 100644
--- a/media-sound/kmetronome/Manifest
+++ b/media-sound/kmetronome/Manifest
@@ -1 +1,2 @@
DIST kmetronome-1.2.0.tar.bz2 227803 BLAKE2B 89d95f088ff038586ceee56315ae8172715a32e8b1c3c2b482fff4e072b523900016b2004b16d19e0e0210b743a8a6753552be8c0ca3e2873038cbbfd8fc5b9a SHA512 6bfba857661b031da37067a88a3ed07f687167ad218f924295d2b953ee555722d00bd5700d541207a93a43afce3f95ded11809630d15657b6d4b0df055792ead
+DIST kmetronome-1.3.0.tar.bz2 366463 BLAKE2B 5140fbf8a31a76febda94713419f14455196ab0017ef048be1d780e66bde95c9f79f6917a02a73f74cd996f39d5e020c6b6fff744c48f21ae0c516940f43aba7 SHA512 3b888dfc802a5a3e83d11a42c6f6f9fd5cd21e294fafa6ef670a6a76cf6b0f37616fcf465d0589c10238b18881e44b85a2104f9b986bc5ddfeecddb51918a78a
diff --git a/media-sound/kmetronome/kmetronome-1.3.0.ebuild b/media-sound/kmetronome/kmetronome-1.3.0.ebuild
new file mode 100644
index 000000000000..4a254b284185
--- /dev/null
+++ b/media-sound/kmetronome/kmetronome-1.3.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 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="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="5"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ dev-qt/qtcore:5
+ dev-qt/qtdbus:5
+ dev-qt/qtgui:5
+ dev-qt/qtsvg:5
+ dev-qt/qtwidgets:5
+ media-libs/alsa-lib
+ >=media-sound/drumstick-2.0.0
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+ dev-qt/linguist-tools:5
+ virtual/pkgconfig
+"
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_DOCS=OFF
+ -DUSE_QT=5
+ )
+ cmake_src_configure
+}
next reply other threads:[~2021-12-17 10:59 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-17 10:59 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-28 23:35 [gentoo-commits] repo/gentoo:master commit in: media-sound/kmetronome/ Jakov Smolić
2025-01-28 23:35 Jakov Smolić
2025-01-16 19:41 Andreas Sturmlechner
2024-11-09 15:46 Andreas Sturmlechner
2024-11-09 13:24 Arthur Zamarin
2024-11-04 9:29 Sam James
2024-10-07 17:17 Andreas Sturmlechner
2024-10-07 17:17 Andreas Sturmlechner
2022-01-19 8:29 Andreas Sturmlechner
2022-01-18 21:50 Jakov Smolić
2022-01-18 21:50 Jakov Smolić
2021-01-30 16:36 Andreas Sturmlechner
2021-01-30 14:30 Sam James
2021-01-27 4:14 Sam James
2021-01-02 20:31 Andreas Sturmlechner
2021-01-02 20:31 Andreas Sturmlechner
2021-01-02 20:31 Andreas Sturmlechner
2019-12-13 9:26 Andreas Sturmlechner
2019-12-13 7:36 Agostino Sarubbo
2019-12-09 14:38 Agostino Sarubbo
2019-11-11 1:14 Andreas Sturmlechner
2019-06-12 10:03 Andreas Sturmlechner
2016-06-22 12:57 Michael Palimaka
2016-06-22 12:57 Michael Palimaka
2016-04-12 18:26 Johannes Huber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1639738740.465fb6a3f2dfe0215084208b9da1a5b3ba9845eb.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox