commit:     4ee9a3cbc26ee05b340abc76b6a010a58aa9beb4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  2 13:10:35 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan  2 20:30:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ee9a3cb

media-sound/vmpk: Pin to =media-sound/drumstick-1*, update HOMEPAGE

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

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

diff --git a/media-sound/vmpk/vmpk-0.7.2-r1.ebuild 
b/media-sound/vmpk/vmpk-0.7.2-r1.ebuild
new file mode 100644
index 00000000000..227a4e14dd2
--- /dev/null
+++ b/media-sound/vmpk/vmpk-0.7.2-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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
+"
+RDEPEND="
+       dev-qt/qtcore:5
+       dev-qt/qtgui:5
+       dev-qt/qtnetwork:5
+       dev-qt/qtsvg:5
+       dev-qt/qtwidgets:5
+       dev-qt/qtx11extras:5
+       =media-sound/drumstick-1*
+       x11-libs/libxcb
+       dbus? ( dev-qt/qtdbus:5 )"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+       cmake_src_prepare
+}
+
+src_configure() {
+       local mycmakeargs=(
+               -DENABLE_DBUS=$(usex dbus)
+       )
+       cmake_src_configure
+}
+
+src_install() {
+       cmake_src_install
+       rm -rf "${D}/usr/share/doc/packages" || die
+}

Reply via email to