Skip to content
Snippets Groups Projects
Verified Commit 105caf31 authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

app-emulation/BasiliskII: New package

parent 8e62aae4
No related branches found
No related tags found
No related merge requests found
# Copyright 2017 Adélie Linux Team
# Distributed under the terms of the NCSA License
EAPI=6
S="${WORKDIR}/${PN}/src/Unix"
AT_M4DIR="${S}/m4"
inherit autotools
DESCRIPTION="A cross-platform 68k Macintosh emulator"
HOMEPAGE="http://basilisk.cebix.net/"
SRC_URI="mirror://foxkit/${P}.tar.xz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 m68k ppc ppc64 sparc64 x86 x86_64"
IUSE="bincue gtk +jit +sdl"
REQUIRED_USE="bincue? ( sdl )"
DEPEND="
gtk? ( x11-libs/gtk+:2 )
sdl? ( media-libs/libsdl[sound,video] )
!sdl? (
x11-libs/libXext
x11-libs/libX11
)
"
RDEPEND="${DEPEND}"
src_prepare () {
default
eautoreconf
}
src_configure () {
econf \
$(use_enable jit jit-compiler) \
$(use_enable sdl sdl-video) \
$(use_enable sdl sdl-audio) \
--enable-addressing=direct \
$(use_with gtk) \
$(use_with bincue)
}
DIST BasiliskII-1.0_p20161217.tar.xz 824416 SHA256 5a68e0733d0c5cd860999baf4c00d19821b60dbdfc4f996468799f53c425701f SHA512 dec5e9bbebfc24ae10a36805d9fd72ab03532466b06870e8eb0fdb771b775d6024634a3a8a693d0edeefa86b4fe3b69ef9596f074bd8b195a2db5f544f6f967a WHIRLPOOL f9038ec6d18596c6c6af65cebb532de72f8c5629ca5b40d9127a02c2653367000bb9ba83d6883e37a9b24fb7160d0d88596496dbb8c6738c02f89d337bf97ed2
......@@ -133,6 +133,7 @@ xfce-base/xfwm4 dri xcomposite
# Other package configuration:
# User-requested tweaks, recommended flags, and Adélie-specific features.
app-crypt/gnupg bzip2 -gnutls readline smartcard usb
app-emulation/BasiliskII bincue gtk
app-emulation/wine cups fontconfig jpeg ncurses openal opengl perl pipelight png pulseaudio run-exes s3tc scanner staging truetype udisks vaapi xcomposite xinerama xml
app-shells/rc readline
app-text/evince djvu nsplugin -postscript tiff xps
......
app-emulation
app-text
dev-libs
dev-python
dev-util
games-misc
media-fonts
media-gfx
meta-desktop
net-wireless
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment