Skip to content

Commit

Permalink
games-action/trine-enchanted-edition: libsdl2 will drop threads USE f…
Browse files Browse the repository at this point in the history
…lag, EAPI 8

Signed-off-by: James Le Cuirot <[email protected]>
  • Loading branch information
chewi committed May 19, 2024
1 parent 4e7b7a8 commit 4f53cb5
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
EAPI=8

inherit desktop wrapper xdg

Expand All @@ -12,7 +12,7 @@ MY_PN="Trine Enchanted Edition"
DESCRIPTION="The original sidescrolling action platformer under the Trine 2 engine"
HOMEPAGE="https://www.frozenbyte.com/games/trine-enchanted-edition"
SRC_URI="${MY_P}_humble_linux_full.zip"

S="${WORKDIR}/linux/_enchanted_edition_"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
Expand All @@ -32,7 +32,7 @@ RDEPEND="
media-libs/alsa-lib[abi_x86_32]
media-libs/freetype:2[abi_x86_32]
media-libs/libogg[abi_x86_32]
>=media-libs/libsdl2-2.0.3[abi_x86_32,joystick,opengl,sound,threads,video]
>=media-libs/libsdl2-2.0.3[abi_x86_32,joystick,opengl,sound,threads(+),video]
>=media-libs/libvorbis-1.3[abi_x86_32]
>=media-libs/openal-1.15[abi_x86_32]
>=sys-devel/gcc-4.6[cxx]
Expand All @@ -49,8 +49,6 @@ RDEPEND="
x11-libs/pango[abi_x86_32,X]
)"

S="${WORKDIR}/linux/_enchanted_edition_"

pkg_nofetch() {
einfo "Please buy and download ${SRC_URI} from:"
einfo " https://www.humblebundle.com/store/${PN}"
Expand Down

0 comments on commit 4f53cb5

Please sign in to comment.