1
0
Fork 0

media-plugins/airwindows-lv2: new package, add 16.0, 9999

This commit is contained in:
Ryan Fox 2023-03-26 23:54:40 -07:00
parent adabc12ac7
commit 0bf171d068
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
4 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST airwindows-lv2-16.0.gh.tar.gz 202456 BLAKE2B 5d58b3476d9832f017504040b58925fcb20dd1324ac5412d27483b1c842a2b09d4bcd491a824b20173f37cabf494706ee7906306a12ec2282644c44fef081e0e SHA512 05ff7ed435b6082e7fc5d923a70d8673fd21564c47b85261e60888b6351b2b8c13bc12b78e118ee1ccfb9bcf4c2fa20b29448d024bd07149918b26eab804a08d

View File

@ -0,0 +1,23 @@
# 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://github.com/hannesbraun/airwindows-lv2.git"
else
SRC_URI="https://github.com/hannesbraun/airwindows-lv2/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
KEYWORDS="~amd64"
fi
DESCRIPTION="A port of Airwindows plugins to LV2"
HOMEPAGE="https://github.com/hannesbraun/airwindows-lv2"
LICENSE="MIT"
SLOT="0"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND="media-libs/lv2"

View File

@ -0,0 +1,23 @@
# 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://github.com/hannesbraun/airwindows-lv2.git"
else
SRC_URI="https://github.com/hannesbraun/airwindows-lv2/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
KEYWORDS="~amd64"
fi
DESCRIPTION="A port of Airwindows plugins to LV2"
HOMEPAGE="https://github.com/hannesbraun/airwindows-lv2"
LICENSE="MIT"
SLOT="0"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND="media-libs/lv2"

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>flewkey@2a03.party</email>
<name>Ryan Fox</name>
</maintainer>
<upstream>
<remote-id type="github">hannesbraun/airwindows-lv2</remote-id>
</upstream>
</pkgmetadata>