| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.1.6 | 7 | ~amd64 ~x86 | 0 |
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Library for processing digital sample based MIDI instrument patch files."
HOMEPAGE="https://github.com/swami/libinstpatch"
SRC_URI="https://github.com/swami/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
inherit cmake
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="dev-libs/glib
media-libs/libsndfile
dev-python/pygobject"
DEPEND="${RDEPEND}"
dev-libs/glib media-libs/libsndfile dev-python/pygobject
dev-libs/glib media-libs/libsndfile dev-python/pygobject
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | libinstpatch-1.1.6.tar.gz | 517513 bytes | https://github.com/swami/libinstpatch/archive/refs/tags/v1.1.6.tar.gz |