Skip to content

Commit

Permalink
media-sound/vmpk: bump to 0.6.2a
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
aballier committed Dec 29, 2016
1 parent 8fc1a0f commit 44604a5
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
1 change: 1 addition & 0 deletions media-sound/vmpk/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST vmpk-0.6.1.tar.bz2 466218 SHA256 0ce7086d70b9a428a2a2547bb5ba2133dc9fec5c738b966a186d8d015aa35665 SHA512 6ca63abb3cc8a586173ace6ba42e9c26620c0597340317674326e45d2aeb7c47896f50ed636168e16cf574822d4f7c11c5083acbe51ea05330acfafd423b871c WHIRLPOOL c078e13a10b958f70869c1fb1426d343b7a542d31caae7c28601c2ea24f9027df36ad11448ef99f4fe17f9d3e1e93e0b1c8c10b38ffb942e274002216ff5444e
DIST vmpk-0.6.2a.tar.bz2 452963 SHA256 d1453497690bf4df9155a3414b149b79c6ce5e474f00985d8ccdd9be678ca908 SHA512 89ba161c3ca7ae260d02c175d1116bea7cdfdfddb0f303d8b9177eeb3d77ded8f6126bed43efa6c279daec0a987d0be30c280d59f42a7c145167fb54a7b8db16 WHIRLPOOL 87b954041d89dd3aa18647fc7a7005cd60171897a54644c4cafdfcba3c233ad0b2429cd159a475e274d9ffae78d642ef55d17d3418515fc20250c763c40f0295
44 changes: 44 additions & 0 deletions media-sound/vmpk/vmpk-0.6.2a.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=4

inherit cmake-utils eutils

DESCRIPTION="Virtual MIDI Piano Keyboard"
HOMEPAGE="http://vmpk.sourceforge.net/"
SRC_URI="mirror://sourceforge/vmpk/${P}.tar.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="dbus"

RDEPEND="
dev-qt/qtcore:5
dev-qt/qtnetwork:5
dev-qt/qtsvg:5
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
x11-libs/libxcb
>=media-sound/drumstick-1.0.0
dbus? ( dev-qt/qtdbus:5 )"
DEPEND="${RDEPEND}
app-text/docbook-xsl-stylesheets
dev-qt/linguist-tools:5
virtual/pkgconfig"

DOCS=( AUTHORS ChangeLog NEWS README TODO )

src_configure() {
local mycmakeargs=(
"$(cmake-utils_use_enable dbus DBUS)"
)
cmake-utils_src_configure
}

src_install() {
cmake-utils_src_install
rm -rf "${D}/usr/share/doc/packages"
}

0 comments on commit 44604a5

Please sign in to comment.