1
0
Fork 0

media-plugins/airwindows-lv2: add 18.0

This commit is contained in:
Ryan Fox 2023-04-08 20:39:14 -07:00
parent bb7886ead6
commit a8004e5b6e
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
2 changed files with 27 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST airwindows-lv2-16.0.tar.gz 202469 BLAKE2B da84babc3204e4ea75ffcfb8909100db20959317983b7fcceb014a603ae808c7141b1753fe4db93ba9155af11e81102e249e0f080f389024e2a208c05310c96c SHA512 68adf12134b1efc5d16d7e197cd79ac1ef1027e414f85d4a3075b18774e49df96dbcd6b5c3d3acf994be361ad428a7ce5dcebe7def252e0d26ebb78aeff48ecc
DIST airwindows-lv2-18.0.tar.gz 203359 BLAKE2B 1fe4c132161cbbe1deff35cce96ecfa3455e7371a14ceb9b8f490f3ce56d980edfb214947d3024e8f4abc85a2c09c708bcbd95633cd3e671095e8d843efbac53 SHA512 78ab51fd741bb4a3c7dbcefbb0de7ad523282466d7783a3cc10abd316891ae0806de897976f2f72ad27d9d4c59d1c1f8a7fe8629d1e5a4adfba1450492f45639

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"