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-spectrogram/deadbeef-spectrogram-201501...

34 lines
702 B

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
DEADBEEF_GUI="yes"
inherit deadbeef-plugins
GITHUB_COMMIT="8d1b3713f3a3a8a93b4934a4782fb3db7f744fb7"
DESCRIPTION="DeaDBeeF spectrogram plugin"
HOMEPAGE="https://github.com/cboxdoerfer/ddb_spectrogram"
SRC_URI="https://github.com/cboxdoerfer/ddb_spectrogram/archive/${GITHUB_COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
RDEPEND+=" sci-libs/fftw:3.0="
DEPEND="${RDEPEND}"
S="${WORKDIR}/ddb_spectrogram-${GITHUB_COMMIT}"
src_prepare() {
epatch "${FILESDIR}/${PN}-cflags.patch"
}
src_compile() {
use gtk2 && emake gtk2
use gtk3 && emake gtk3
}