media-sound/amidimap - 0.1.1 (proaudio-gentoo)

Search

Install

Install this version:

emerge -a =media-sound/amidimap-0.1.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-sound/amidimap-0.1.1

Or alternatively:

emerge --autounmask-write -a =media-sound/amidimap-0.1.1

Package Information

Description:
Read in, process and output MIDI events.
Homepage:
https://cowlark.com/amidimap/index.html
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.1.1 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=8
inherit toolchain-funcs

DESCRIPTION="Read in, process and output MIDI events."
HOMEPAGE="https://cowlark.com/amidimap/index.html"
SRC_URI="https://cowlark.com/amidimap/${P}.tar.bz2"

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

DEPEND=">=media-libs/alsa-lib-0.9"

RESTRICT="mirror"

DOCS=( README psr300.map )

PATCHES=( "${FILESDIR}"/${P}-Makefile.patch )

src_compile() {
	emake CC="$(tc-getCC)"
}

src_install() {
	dobin amidimap
	dodoc "${DOCS[@]}"
}

Inherited Eclasses

Dependencies

DEPEND

>=media-libs/alsa-lib-0.9

Manifest for 0.1.1

Type File Size Source URLs
DIST amidimap-0.1.1.tar.bz2 14401 bytes https://cowlark.com/amidimap/amidimap-0.1.1.tar.bz2