summaryrefslogtreecommitdiff
path: root/media-plugins/deadbeef-jack/deadbeef-jack-99999999.ebuild
blob: bb152e9d2c10968ae8bb11e33d2e1a83aaedc3a9 (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 jack output plugin"
HOMEPAGE="https://gitorious.org/deadbeef-sm-plugins/jack"
EGIT_REPO_URI="https://gitorious.org/deadbeef-sm-plugins/jack.git"

LICENSE="MIT"
KEYWORDS=""

RDEPEND="media-sound/jack-audio-connection-kit:0"

DEPEND="${RDEPEND}"

src_prepare() {
	epatch "${FILESDIR}/${PN}.patch"
}