blob: 24d185ef2c776e92644ee6da32d4b464ffe799e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
inherit deadbeef-plugins git-r3
DESCRIPTION="DeaDBeeF bs2b dsp plugin"
HOMEPAGE="https://gitorious.org/deadbeef-sm-plugins/bs2b"
EGIT_REPO_URI="https://gitorious.org/deadbeef-sm-plugins/bs2b.git"
LICENSE="MIT"
KEYWORDS=""
RDEPEND+=" media-libs/libbs2b:0"
DEPEND="${RDEPEND}"
src_prepare() {
epatch "${FILESDIR}/${PN}.patch"
}
|