media-sound/ayfly - 9999 (booboo)

Search

Install

Install this version:

emerge -a =media-sound/ayfly-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-sound/ayfly-9999

Or alternatively:

emerge --autounmask-write -a =media-sound/ayfly-9999

Package Information

Description:
Ayfly is a AY-891x emulator and player.
Homepage:
https://github.com/l29ah/ayfly
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8

inherit git-r3 autotools

DESCRIPTION="Ayfly is a AY-891x emulator and player."
HOMEPAGE="https://github.com/l29ah/ayfly"
EGIT_REPO_URI="https://github.com/l29ah/ayfly"

LICENSE="GPL-2"
SLOT="0"
IUSE="wxwidgets"

RDEPEND="wxwidgets? ( x11-libs/wxGTK )"
DEPEND="$RDEPEND
	media-libs/libsdl
	dev-build/automake"

src_prepare() {
	default
	use arm && epatch "${FILESDIR}/disable_filters.patch"
	eautoreconf
}

src_configure() {
	local myconf
	use wxwidgets || myconf+=" --without-gui"
	econf $myconf
}

USE Flags

Manage flags for this package: euse -i <flag> -p media-sound/ayfly | euse -E <flag> -p media-sound/ayfly | euse -D <flag> -p media-sound/ayfly

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

wxwidgets? ( x11-libs/wxGTK )
	media-libs/libsdl
	dev-build/automake

RDEPEND

wxwidgets? ( x11-libs/wxGTK )