You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/media-plugins/deadbeef-jack/deadbeef-jack-20110321.ebuild

28 lines
623 B

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
inherit deadbeef-plugins
GITHUB_COMMIT="62d1e6ac0452b7baa92fcc75b59bcb960df06da8"
DESCRIPTION="DeaDBeeF jack output plugin"
HOMEPAGE="https://github.com/Alexey-Yakovenko/jack"
SRC_URI="https://github.com/Alexey-Yakovenko/jack/archive/${GITHUB_COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86"
RDEPEND+=" virtual/jack:0"
DEPEND="${RDEPEND}"
S="${WORKDIR}/jack-${GITHUB_COMMIT}"
src_prepare() {
epatch "${FILESDIR}/${PN}-api.patch"
epatch "${FILESDIR}/${PN}-build.patch"
}