diff options
Diffstat (limited to 'media-plugins/deadbeef-replaygain-control/deadbeef-replaygain-control-20140802.ebuild')
-rw-r--r-- | media-plugins/deadbeef-replaygain-control/deadbeef-replaygain-control-20140802.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/media-plugins/deadbeef-replaygain-control/deadbeef-replaygain-control-20140802.ebuild b/media-plugins/deadbeef-replaygain-control/deadbeef-replaygain-control-20140802.ebuild new file mode 100644 index 00000000..dd3d7d9e --- /dev/null +++ b/media-plugins/deadbeef-replaygain-control/deadbeef-replaygain-control-20140802.ebuild @@ -0,0 +1,27 @@ +# Distributed under the terms of the GNU General Public License v2= + +EAPI="5" + +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="~*" + +S="${WORKDIR}/ddb_replaygain_control-${GITHUB_COMMIT}" + +src_prepare() { + epatch "${FILESDIR}/${PN}-cflags.patch" +} + +src_compile() { + use gtk2 && emake gtk2 + use gtk3 && emake gtk3 +} |