2023-03-27 02:54:40 -04:00
|
|
|
# Copyright 1999-2023 Gentoo Authors
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=8
|
|
|
|
|
|
|
|
inherit meson
|
|
|
|
|
|
|
|
if [[ ${PV} == 9999 ]]; then
|
|
|
|
inherit git-r3
|
2023-04-08 23:38:25 -04:00
|
|
|
EGIT_REPO_URI="https://git.sr.ht/~hannes/airwindows-lv2"
|
2023-03-27 02:54:40 -04:00
|
|
|
else
|
2023-04-08 23:38:25 -04:00
|
|
|
SRC_URI="https://git.sr.ht/~hannes/airwindows-lv2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
2023-03-27 02:54:40 -04:00
|
|
|
KEYWORDS="~amd64"
|
2023-04-08 23:38:25 -04:00
|
|
|
MY_PV="v${PV}"
|
|
|
|
MY_P="${PN}-${MY_PV}"
|
|
|
|
S="${WORKDIR}/${MY_P}"
|
2023-03-27 02:54:40 -04:00
|
|
|
fi
|
|
|
|
|
|
|
|
DESCRIPTION="A port of Airwindows plugins to LV2"
|
2023-04-08 23:38:25 -04:00
|
|
|
HOMEPAGE="https://sr.ht/~hannes/airwindows-lv2/"
|
2023-03-27 02:54:40 -04:00
|
|
|
LICENSE="MIT"
|
|
|
|
SLOT="0"
|
|
|
|
|
|
|
|
DEPEND=""
|
|
|
|
RDEPEND="${DEPEND}"
|
|
|
|
BDEPEND="media-libs/lv2"
|