Install this version:
emerge -a =games-arcade/syobon-1.0.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-arcade/syobon-1.0.1
Or alternatively:
emerge --autounmask-write -a =games-arcade/syobon-1.0.1
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit desktop
DESCRIPTION="Syobon Action (also known as Cat Mario or Neko Mario)"
HOMEPAGE="http://zapek.com/?p=189"
SRC_URI="http://zapek.com/wp-content/uploads/2010/09/${PN}_${PV}_src.tar.gz"
S="${WORKDIR}/${PN}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
media-libs/libsdl[sound,video,joystick]
media-libs/sdl-gfx
media-libs/sdl-image[png]
media-libs/sdl-ttf
media-libs/sdl-mixer[vorbis]
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
PATCHES=(
"${FILESDIR}"/${PN}-1.0.1-narrowing.patch
"${FILESDIR}"/${PN}-1.0.1-lto.patch
)
src_compile() {
emake GAMEDATA="/usr/share/${PN}"
}
src_install() {
dobin ${PN}
insinto "/usr/share/${PN}"
doins -r BGM SE res
einstalldocs
make_desktop_entry ${PN}
}
media-libs/libsdl[sound,video,joystick] media-libs/sdl-gfx media-libs/sdl-image[png] media-libs/sdl-ttf media-libs/sdl-mixer[vorbis]
media-libs/libsdl[sound,video,joystick] media-libs/sdl-gfx media-libs/sdl-image[png] media-libs/sdl-ttf media-libs/sdl-mixer[vorbis]
virtual/pkgconfig
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | syobon_1.0.1_src.tar.gz | 2721153 bytes | http://zapek.com/wp-content/uploads/2010/09/syobon_1.0.1_src.tar.gz |