public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/vmpk/
Date: Tue, 28 Jan 2025 19:27:37 +0000 (UTC)	[thread overview]
Message-ID: <1738092207.c8cc2ed0c4014b67f68b97542d1171a4e45a27dc.asturm@gentoo> (raw)

commit:     c8cc2ed0c4014b67f68b97542d1171a4e45a27dc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 28 19:23:27 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 19:23:27 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8cc2ed0

media-sound/vmpk: Fix dev-qt/* SLOT deps to be 6 only

Bug: https://bugs.gentoo.org/948971
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-sound/vmpk/vmpk-0.9.1-r1.ebuild | 42 +++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/media-sound/vmpk/vmpk-0.9.1-r1.ebuild b/media-sound/vmpk/vmpk-0.9.1-r1.ebuild
new file mode 100644
index 000000000000..d2fbe7b85d0f
--- /dev/null
+++ b/media-sound/vmpk/vmpk-0.9.1-r1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="Virtual MIDI Piano Keyboard"
+HOMEPAGE="https://vmpk.sourceforge.io/"
+SRC_URI="https://downloads.sourceforge.net/vmpk/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="dbus"
+
+DEPEND="
+	dev-qt/qtbase:6[dbus?,gui,network,widgets]
+	>=media-sound/drumstick-2.10.0
+	x11-libs/libxcb
+"
+RDEPEND="${DEPEND}
+	dev-qt/qtsvg:6
+"
+BDEPEND="
+	app-text/docbook-xsl-stylesheets
+	dev-qt/qttools:6[linguist]
+	virtual/pkgconfig
+"
+
+src_configure() {
+	local mycmakeargs=(
+		-DENABLE_DBUS=$(usex dbus)
+	)
+	cmake_src_configure
+}
+
+src_install() {
+	cmake_src_install
+	dodir /usr/share/doc/${PF}/html
+	mv "${D}"/usr/share/vmpk/*.html "${D}"/usr/share/doc/${PF}/html/ || die
+}


             reply	other threads:[~2025-01-28 19:27 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-28 19:27 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-29 16:05 [gentoo-commits] repo/gentoo:master commit in: media-sound/vmpk/ Andreas Sturmlechner
2025-01-28 23:35 Jakov Smolić
2025-01-28 23:35 Jakov Smolić
2025-01-28 19:27 Andreas Sturmlechner
2024-12-29 17:49 Miroslav Šulc
2024-12-06  7:59 Miroslav Šulc
2024-11-30 18:58 Arthur Zamarin
2024-10-30 12:45 Miroslav Šulc
2024-08-29 21:56 Andreas Sturmlechner
2022-05-05 10:10 Miroslav Šulc
2022-05-05  9:54 Jakov Smolić
2022-04-05  5:22 Miroslav Šulc
2022-01-24  9:13 Miroslav Šulc
2022-01-23 15:23 Sam James
2022-01-23 13:09 Jakov Smolić
2021-12-24  8:04 Miroslav Šulc
2021-11-26  7:26 Miroslav Šulc
2021-11-26  5:47 Sam James
2021-11-25 20:07 Sam James
2021-10-26  7:13 Miroslav Šulc
2021-08-06  4:41 Miroslav Šulc
2021-08-06  0:25 Sam James
2021-08-05 19:24 Miroslav Šulc
2021-08-03 10:57 Agostino Sarubbo
2021-06-30  7:39 Miroslav Šulc
2021-06-15 13:28 Miroslav Šulc
2021-06-15 13:25 Sam James
2021-06-15 13:25 Sam James
2021-05-15  9:27 Miroslav Šulc
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
2020-09-03 14:29 Thomas Deutschmann
2020-08-21  9:11 Miroslav Šulc
2020-08-02 12:07 Miroslav Šulc
2017-02-02 13:44 Johannes Huber
2017-02-02 13:44 Johannes Huber
2016-12-29 15:59 Alexis Ballier
2016-03-17  1:05 Manuel Rüger
2015-10-01 14:21 Michael Palimaka
2015-08-24  9:27 Alexis Ballier

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=1738092207.c8cc2ed0c4014b67f68b97542d1171a4e45a27dc.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