mirror of
https://github.com/gryf/gryf-overlay.git
synced 2025-12-18 20:10:22 +01:00
fs-uae version bump
This commit is contained in:
36
app-emulation/fs-uae/fs-uae-2.6.2.ebuild
Normal file
36
app-emulation/fs-uae/fs-uae-2.6.2.ebuild
Normal file
@@ -0,0 +1,36 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit eutils
|
||||
|
||||
MY_PV="${PV/_}"
|
||||
MY_P="${PN}-${MY_PV}"
|
||||
|
||||
DESCRIPTION="Amiga emulator based on WinUAE emulation code"
|
||||
HOMEPAGE="http://fs-uae.net/"
|
||||
SRC_URI="http://fs-uae.net/fs-uae/stable/${MY_PV}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="+lua"
|
||||
|
||||
DEPEND=">=media-libs/libsdl2-2.0.0[joystick,opengl,X]
|
||||
media-libs/openal
|
||||
media-libs/libpng
|
||||
dev-libs/glib:2
|
||||
sys-libs/zlib
|
||||
media-libs/glew
|
||||
media-libs/libmpeg2
|
||||
media-libs/freetype:2
|
||||
lua? ( >=dev-lang/lua-5.1 )"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${P}-slot_no_increase.patch
|
||||
}
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
Reference in New Issue
Block a user