From a8da050bbbbe6352753c07b7b1d4753dbcf8eb7a Mon Sep 17 00:00:00 2001 From: Alexe-Cristia Moldovan Date: Thu, 18 Jun 2015 15:10:15 +0300 Subject: add deadbeef plugins --- .../deadbeef-replaygain-control-99999999.ebuild | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 media-plugins/deadbeef-replaygain-control/deadbeef-replaygain-control-99999999.ebuild (limited to 'media-plugins/deadbeef-replaygain-control/deadbeef-replaygain-control-99999999.ebuild') diff --git a/media-plugins/deadbeef-replaygain-control/deadbeef-replaygain-control-99999999.ebuild b/media-plugins/deadbeef-replaygain-control/deadbeef-replaygain-control-99999999.ebuild new file mode 100644 index 00000000..c66f2866 --- /dev/null +++ b/media-plugins/deadbeef-replaygain-control/deadbeef-replaygain-control-99999999.ebuild @@ -0,0 +1,23 @@ +# Distributed under the terms of the GNU General Public License v2= + +EAPI="5" + +DEADBEEF_GUI="yes" + +inherit deadbeef-plugins git-r3 + +DESCRIPTION="DeaDBeeF replay gain control plugin" +HOMEPAGE="https://github.com/cboxdoerfer/ddb_replaygain_control" +EGIT_REPO_URI="https://github.com/cboxdoerfer/ddb_replaygain_control.git" + +LICENSE="GPL-2" +KEYWORDS="" + +src_prepare() { + epatch "${FILESDIR}/${PN}-cflags.patch" +} + +src_compile() { + use gtk2 && emake gtk2 + use gtk3 && emake gtk3 +} -- cgit v1.2.3