Install this version:
emerge -a =games-arcade/conveysdl-1.3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-arcade/conveysdl-1.3
Or alternatively:
emerge --autounmask-write -a =games-arcade/conveysdl-1.3
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit desktop flag-o-matic toolchain-funcs
DESCRIPTION="Guide the blob along the conveyer belt collecting the red blobs"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
SRC_URI="
mirror://gentoo/${P/-/.}.tar
https://distfiles.gentoo.org/pub/dev/ionen@gentoo.org/${PN}.png"
S="${WORKDIR}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
media-libs/libsdl[sound,video]
media-libs/sdl-mixer"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
PATCHES=(
"${FILESDIR}"/${P}-arrays.patch
"${FILESDIR}"/${P}-audio.patch
"${FILESDIR}"/${P}-speed.patch
"${FILESDIR}"/${P}-clang16.patch
)
src_compile() {
tc-export CC
append-cppflags $($(tc-getPKG_CONFIG) --cflags sdl SDL_mixer || die) \
-DDATA_PREFIX="'\"${EPREFIX}/usr/share/${PN}/\"'" \
-DENABLE_SOUND
append-libs $($(tc-getPKG_CONFIG) --libs sdl SDL_mixer || die)
emake main LDLIBS="${LIBS}"
}
src_install() {
newbin main ${PN}
insinto /usr/share/${PN}
doins -r gfx levels sounds
doicon "${DISTDIR}"/${PN}.png
make_desktop_entry ${PN} Convey
dodoc readme
}
| Mirror Name | URLs |
|---|---|
| gentoo |
media-libs/libsdl[sound,video] media-libs/sdl-mixer
media-libs/libsdl[sound,video] media-libs/sdl-mixer
virtual/pkgconfig
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | conveysdl.1.3.tar | 429568 bytes | mirror://gentoo/conveysdl.1.3.tar |
| DIST | conveysdl.png | 328 bytes | https://distfiles.gentoo.org/pub/dev/ionen@gentoo.org/conveysdl.png |