Add Bitrot
Unfa uses these effects, so they must be good.
This commit is contained in:
parent
03361ea2e4
commit
278b417098
2
media-plugins/bitrot/Manifest
Normal file
2
media-plugins/bitrot/Manifest
Normal file
@ -0,0 +1,2 @@
|
||||
EBUILD bitrot-9999.ebuild 433 BLAKE2B 322721acb7d561d3951aa6ef101579fb1b3a3545dbcbb3cb0bdd3bf72bf2924a223d0eb140aa2199d31f158bcf0d68219c91784951983bd72c3fb1564d65c0ab SHA512 fa24b890c5c875d416a3e9ca989eff7ceb39fa949923c73894c4ea5b378926b83d4775279a8718820ed35eeb44b02a5f696fc5a3c66409d973be61d119a514c2
|
||||
MISC metadata.xml 236 BLAKE2B fdb34c66e3059efc0efb2328ffedb24c495be95dfeb68b7adcdf5ab1a88eee6788294d07ec032238de7d9127cffd50a1598b42aa8f99d3d11f54a761c79a9482 SHA512 43add4c2db3d06110521dea982cfcbddc98d63bb1e1b89952511654d54f09746e0d76ac1e0f0e70d2832357f44fe11fc4653500b856c7b29d05a55bb70535e80
|
17
media-plugins/bitrot/bitrot-9999.ebuild
Normal file
17
media-plugins/bitrot/bitrot-9999.ebuild
Normal file
@ -0,0 +1,17 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
EGIT_REPO_URI="https://github.com/grejppi/bitrot.git"
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
PYTHON_REQ_USE="threads(+)"
|
||||
|
||||
inherit git-r3 python-any-r1 waf-utils
|
||||
|
||||
DESCRIPTION="Audio effect plugins (LV2, VST2, LADSPA) for glitch effects"
|
||||
HOMEPAGE="https://github.com/grejppi/bitrot"
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
8
media-plugins/bitrot/metadata.xml
Normal file
8
media-plugins/bitrot/metadata.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user