1
0
Fork 0

Drop media-plugins/bitrot

This plugin has since been added to the audio-overlay, so I no longer
need to supply it here. I would recommend adding their overlay, since it
has much better QA than mine.
This commit is contained in:
Ryan Fox 2020-11-07 02:13:07 +00:00
parent 0c168178e0
commit 5b9048cda6
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
3 changed files with 0 additions and 32 deletions

View File

@ -1,2 +0,0 @@
EBUILD bitrot-9999.ebuild 539 BLAKE2B 1c91fee0722dc05ab9e5296d8864b1e587d224a93b41ffd7c52d2cf2bb098f316caae6cbb7ab3b7b709e396fbdcc954b61532afa3756f708feffeaa3499de01f SHA512 b27e5431861ef67cc5e69db658809cf1274942a21c63acdee448689b0e0482ab1cde5d8b9fc3fbb8fe654014c8442f8d7f8f662b6326fe7786f1e7123b1d2f59
MISC metadata.xml 236 BLAKE2B fdb34c66e3059efc0efb2328ffedb24c495be95dfeb68b7adcdf5ab1a88eee6788294d07ec032238de7d9127cffd50a1598b42aa8f99d3d11f54a761c79a9482 SHA512 43add4c2db3d06110521dea982cfcbddc98d63bb1e1b89952511654d54f09746e0d76ac1e0f0e70d2832357f44fe11fc4653500b856c7b29d05a55bb70535e80

View File

@ -1,22 +0,0 @@
# 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=( python3_6 python3_7 python3_8 )
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}"
src_install() {
waf-utils_src_install
mv "${D}/usr/lib" "${D}/usr/$(get_libdir)"
}

View File

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