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-bs2b/deadbeef-bs2b-20110319-r1.e...

24 lines
561 B

# Copyright 1999-2019 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
inherit deadbeef-plugins
GITHUB_COMMIT="a1961cd2f0686a7bdf0915f1fc7d62b5aba369bd"
DESCRIPTION="DeaDBeeF bs2b dsp plugin"
HOMEPAGE="https://github.com/Alexey-Yakovenko/bs2b"
SRC_URI="https://github.com/Alexey-Yakovenko/bs2b/archive/${GITHUB_COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86"
RDEPEND+=" media-libs/libbs2b:0"
DEPEND="${RDEPEND}"
S="${WORKDIR}/bs2b-${GITHUB_COMMIT}"
PATCHES=( "${FILESDIR}/${PN}.patch" )