1
0
Fork 0

media-plugins/zplugins: New package

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Ryan Fox <flewkey@2a03.party>
This commit is contained in:
Ryan Fox 2021-02-25 01:26:25 +00:00
parent 99e7fb0491
commit f15b88fcbc
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
4 changed files with 82 additions and 0 deletions

View File

@ -0,0 +1,4 @@
DIST zplugins-0.2.3.tar.gz 1525982 BLAKE2B 1d8cee73b6c340a35805ac764eab3bf42a189466036241deb5fa4120e880290c08786df6b642b55a102c7c4aaa8e5ef2fec936ba2c3c80127de06be554f8973a SHA512 cddc71f1e41a4c045c63ce5fcb2680b47c8a91c4e2b0e858794fe5fcb57c4480d52942bdeddfebff94ed08fc92d1c570c9d383ee88f374e3bd159ae371cb52ec
EBUILD zplugins-0.2.3.ebuild 690 BLAKE2B c315cbff83c9b1be678d5b37ec09780451944fec811835f1e85ae9a3b6812cef58d256997f168977885a51bad6ecec08f97d9c0b85cd7728a675264c79d1af63 SHA512 f5e53ba58dd7118a2f32fc50941fe6f7af27eb38369777823dd190e9d80d035a0e176184d991bf47a8152f6d02b589087c1e1543195dbd142042a74b5c600516
EBUILD zplugins-9999.ebuild 690 BLAKE2B c315cbff83c9b1be678d5b37ec09780451944fec811835f1e85ae9a3b6812cef58d256997f168977885a51bad6ecec08f97d9c0b85cd7728a675264c79d1af63 SHA512 f5e53ba58dd7118a2f32fc50941fe6f7af27eb38369777823dd190e9d80d035a0e176184d991bf47a8152f6d02b589087c1e1543195dbd142042a74b5c600516
MISC metadata.xml 236 BLAKE2B fdb34c66e3059efc0efb2328ffedb24c495be95dfeb68b7adcdf5ab1a88eee6788294d07ec032238de7d9127cffd50a1598b42aa8f99d3d11f54a761c79a9482 SHA512 43add4c2db3d06110521dea982cfcbddc98d63bb1e1b89952511654d54f09746e0d76ac1e0f0e70d2832357f44fe11fc4653500b856c7b29d05a55bb70535e80

View File

@ -0,0 +1,8 @@
<?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>
</pkgmetadata>

View File

@ -0,0 +1,35 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson
if [[ ${PV} != *9999* ]]; then
SRC_URI="https://git.sr.ht/~alextee/zplugins/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
S="${WORKDIR}/${PN}-v${PV}"
else
inherit git-r3
EGIT_REPO_URI="https://git.sr.ht/~alextee/zplugins"
fi
DESCRIPTION="A collection of audio DSP plugins"
HOMEPAGE="https://git.sr.ht/~alextee/zplugins"
LICENSE="GPL-3"
SLOT="0"
DEPEND="
dev-scheme/guile
media-libs/libsndfile
x11-libs/ztoolkit[rsvg]
"
RDEPEND="${DEPEND}"
BDEPEND=""
src_configure() {
local emesonargs=(
"-Dlv2dir=$(get_libdir)/lv2"
)
meson_src_configure
}

View File

@ -0,0 +1,35 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson
if [[ ${PV} != *9999* ]]; then
SRC_URI="https://git.sr.ht/~alextee/zplugins/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
S="${WORKDIR}/${PN}-v${PV}"
else
inherit git-r3
EGIT_REPO_URI="https://git.sr.ht/~alextee/zplugins"
fi
DESCRIPTION="A collection of audio DSP plugins"
HOMEPAGE="https://git.sr.ht/~alextee/zplugins"
LICENSE="GPL-3"
SLOT="0"
DEPEND="
dev-scheme/guile
media-libs/libsndfile
x11-libs/ztoolkit[rsvg]
"
RDEPEND="${DEPEND}"
BDEPEND=""
src_configure() {
local emesonargs=(
"-Dlv2dir=$(get_libdir)/lv2"
)
meson_src_configure
}