From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/vmpk/
Date: Tue, 5 Apr 2022 05:22:36 +0000 (UTC) [thread overview]
Message-ID: <1649136151.9ad6193d595e5984c6dc751c67c9dd1d2bc34bc9.fordfrog@gentoo> (raw)
commit: 9ad6193d595e5984c6dc751c67c9dd1d2bc34bc9
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 5 05:22:31 2022 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Apr 5 05:22:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ad6193d
media-sound/vmpk: bump to 0.8.7
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/vmpk/Manifest | 1 +
media-sound/vmpk/vmpk-0.8.7.ebuild | 51 ++++++++++++++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/media-sound/vmpk/Manifest b/media-sound/vmpk/Manifest
index 96cbde9c9087..4f1f02d06ae0 100644
--- a/media-sound/vmpk/Manifest
+++ b/media-sound/vmpk/Manifest
@@ -1 +1,2 @@
DIST vmpk-0.8.6.tar.bz2 483376 BLAKE2B a2145394a9ad90f567e292e23bd9b7f62e26160b6375a48cea2a84818139865a65fdde172f6a8b6e42015e0ce14127c1f97558e00b56ebc288fa1e3d3bd11eab SHA512 0b77aabf1dda99c9149a5353fc9d0363469de2678e6089fc7dc13dc349587fd1b1630cf511c4d9ef384a7523b8f023e451d6c543a805dcda0bf5cf9d7a4b4277
+DIST vmpk-0.8.7.tar.bz2 483742 BLAKE2B 788c70034fcfb53edfb4c6b0faf80c06e2ae096c06819bc727359d4597cb217ca60efc9ebbbb19b223dc0d7106ddd9083abbce881f175b98203f3b6acc9b44e2 SHA512 83867aed8be8e620e18070d5eba9f5e4026b1f39ff9d7fe55e342d4a040c96e2353844296191c0efb46483254b1d2d30824894077562a165f7474d02a882cfc6
diff --git a/media-sound/vmpk/vmpk-0.8.7.ebuild b/media-sound/vmpk/vmpk-0.8.7.ebuild
new file mode 100644
index 000000000000..11fb028cd522
--- /dev/null
+++ b/media-sound/vmpk/vmpk-0.8.7.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2022 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="mirror://sourceforge/vmpk/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="dbus"
+
+BDEPEND="
+ app-text/docbook-xsl-stylesheets
+ dev-qt/linguist-tools:5
+ virtual/pkgconfig
+"
+DEPEND="
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtnetwork:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtx11extras:5
+ >=media-sound/drumstick-2.6.0
+ x11-libs/libxcb
+ dbus? ( dev-qt/qtdbus:5 )
+"
+RDEPEND="${DEPEND}
+ dev-qt/qtsvg:5
+"
+
+src_prepare() {
+ cmake_src_prepare
+}
+
+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
+}
next reply other threads:[~2022-04-05 5:22 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-05 5:22 Miroslav Šulc [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
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-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=1649136151.9ad6193d595e5984c6dc751c67c9dd1d2bc34bc9.fordfrog@gentoo \
--to=fordfrog@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