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-librarybrowser/deadbeef-librarybrowser-201...

37 lines
804 B

# Copyright 1999-2019 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
DEADBEEF_GUI="yes"
inherit autotools deadbeef-plugins
GITHUB_COMMIT="68e1a92339be65cbeda09304e74f1744ff1c127d"
DESCRIPTION="DeaDBeeF filebrowser plugin that resemble foobar2k music library"
HOMEPAGE="https://github.com/JesseFarebro/deadbeef-librarybrowser"
SRC_URI="https://github.com/JesseFarebro/${PN}/archive/${GITHUB_COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
RDEPEND+=" !media-plugins/deadbeef-fb:0"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${PN}-${GITHUB_COMMIT}"
PATCHES=( -p0 "${FILESDIR}/${PN}-avoid-version.patch" )
src_prepare() {
default
eautoreconf
}
src_configure() {
econf --disable-static \
$(use_enable gtk2) \
$(use_enable gtk3)
}