diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-02 17:01:55 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-02 21:30:52 +0100 |
commit | 5cd5e89091f100b0e72b94805cac218d5c30ecd6 (patch) | |
tree | cada7cf1af1affe2251ece995dc5568d6d405aaf /media-sound | |
parent | media-sound/kmetronome: 1.2.0 version bump (diff) | |
download | gentoo-5cd5e89091f100b0e72b94805cac218d5c30ecd6.tar.gz gentoo-5cd5e89091f100b0e72b94805cac218d5c30ecd6.tar.bz2 gentoo-5cd5e89091f100b0e72b94805cac218d5c30ecd6.zip |
media-sound/kmidimon: Resurrect package as 1.0.0_pre20201003 snapshot
Bug: https://bugs.gentoo.org/633502
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/kmidimon/Manifest | 1 | ||||
-rw-r--r-- | media-sound/kmidimon/kmidimon-1.0.0_pre20201003.ebuild | 40 | ||||
-rw-r--r-- | media-sound/kmidimon/metadata.xml | 15 |
3 files changed, 56 insertions, 0 deletions
diff --git a/media-sound/kmidimon/Manifest b/media-sound/kmidimon/Manifest new file mode 100644 index 000000000000..ebda93d39404 --- /dev/null +++ b/media-sound/kmidimon/Manifest @@ -0,0 +1 @@ +DIST kmidimon-1.0.0_pre20201003.zip 559637 BLAKE2B 57843d2718b8efb6d0be1174390bb21949e200efddc8a7ed65a67eef422eb0976f6008184bdb836bcaa3aabba9a1ea6e2ae848f931a26255a97cc11a29b85643 SHA512 0e6750196a0ecd138746602f6e9c2344aa3fe1ea49a0bb6a40d0626e7a428fb3c8fe51bed76b4df342eef32163c83deffd610bd3904108706943ee6e969b5b26 diff --git a/media-sound/kmidimon/kmidimon-1.0.0_pre20201003.ebuild b/media-sound/kmidimon/kmidimon-1.0.0_pre20201003.ebuild new file mode 100644 index 000000000000..230e713785ec --- /dev/null +++ b/media-sound/kmidimon/kmidimon-1.0.0_pre20201003.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake xdg + +DESCRIPTION="MIDI monitor for ALSA sequencer" +HOMEPAGE="https://kmidimon.sourceforge.io/" +SRC_URI="https://sourceforge.net/code-snapshots/svn/k/km/${PN}/code/${PN}-code-r217-trunk.zip -> ${P}.zip" +S="${WORKDIR}/${PN}-code-r217-trunk" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +RDEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + media-libs/alsa-lib + >=media-sound/drumstick-2.0.0 +" +DEPEND="${RDEPEND}" +BDEPEND=" + app-arch/unzip + dev-qt/linguist-tools:5 +" + +src_prepare() { + cmake_src_prepare +} + +src_configure() { + local mycmakeargs=( + -DCMAKE_INSTALL_DOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html + ) + cmake_src_configure +} diff --git a/media-sound/kmidimon/metadata.xml b/media-sound/kmidimon/metadata.xml new file mode 100644 index 000000000000..e3a6e95b81ee --- /dev/null +++ b/media-sound/kmidimon/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>kde@gentoo.org</email> + <name>Gentoo KDE Project</name> + </maintainer> + <maintainer type="project"> + <email>sound@gentoo.org</email> + <name>Gentoo Sound project</name> + </maintainer> + <upstream> + <remote-id type="sourceforge">kmidimon</remote-id> + </upstream> +</pkgmetadata> |