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-replaygain-control/deadbeef-replaygain-control...

27 lines
657 B

# Copyright 1999-2019 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
DEADBEEF_GUI="yes"
inherit deadbeef-plugins
GITHUB_COMMIT="c0788d47e5bcc2428c57fe4321566891c4abe452"
DESCRIPTION="DeaDBeeF replay gain control plugin"
HOMEPAGE="https://github.com/cboxdoerfer/ddb_replaygain_control"
SRC_URI="https://github.com/cboxdoerfer/ddb_replaygain_control/archive/${GITHUB_COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/ddb_replaygain_control-${GITHUB_COMMIT}"
PATCHES=( "${FILESDIR}/${PN}-cflags.patch" )
src_compile() {
use gtk2 && emake gtk2
use gtk3 && emake gtk3
}