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, 0 insertions, 27 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 deleted file mode 100644 index dd3d7d9e..00000000 --- a/media-plugins/deadbeef-replaygain-control/deadbeef-replaygain-control-20140802.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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 -} |