1
0
Fork 0

media-plugins/airwindows-lv2: add 22.0

New plugins! \o/
This commit is contained in:
Ryan Fox 2023-08-11 15:01:17 -07:00
parent f6f3446850
commit bc6535da95
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
2 changed files with 27 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST airwindows-lv2-20.0.tar.gz 225994 BLAKE2B cbd0a842bca190d07d785c7ed9a961987ba9a661d4545c1e464df41ba2cff900fe5ff98ecb2faa8d8c2963845f09dce51ed06e28eb4230e3064ffe59b23c9c4d SHA512 c8ecab8edd116c4678d6bf31cd157c2ea9c88cbb791ea4520cb73a51ccc4d10c221add6818338e9279abf62089131d96ff6fe1b75cb56d242d8e15ed308aab2e
DIST airwindows-lv2-22.0.tar.gz 257084 BLAKE2B 57caa7684f37c17483ff76687ab46647793df46ff51fb0d82dbccb0c0af6e6cc662ac304530a01de24707c6c96a9b27718ffb263ec5c1ec8e8bb2ccbf67ccf57 SHA512 693cce907867bd565b9004a8fdfd868812c95a55e5b6b7a876b64ef1cf78a46807a786dce31203ecd143f1d3cda9f320667febb57b4877f311418db7efed8453

View File

@ -0,0 +1,26 @@
# 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
EGIT_REPO_URI="https://git.sr.ht/~hannes/airwindows-lv2"
else
SRC_URI="https://git.sr.ht/~hannes/airwindows-lv2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
MY_PV="v${PV}"
MY_P="${PN}-${MY_PV}"
S="${WORKDIR}/${MY_P}"
fi
DESCRIPTION="A port of Airwindows plugins to LV2"
HOMEPAGE="https://sr.ht/~hannes/airwindows-lv2/"
LICENSE="MIT"
SLOT="0"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND="media-libs/lv2"