commit: 8586f53f8fe28e62cc5dc2d27775ad2a1005f415
Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
AuthorDate: Thu Apr 8 11:16:40 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Apr 8 11:16:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8586f53f
games-arcade/taisei: Adapt live ebuild to upstream refactoring.
Dependency on SDL2-mixer is dropped,
media-libs/opusfile and app-arch/zstd added, require newer meson.
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>
games-arcade/taisei/taisei-9999.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/games-arcade/taisei/taisei-9999.ebuild
b/games-arcade/taisei/taisei-9999.ebuild
index cbecc2fbc..9213c4124 100644
--- a/games-arcade/taisei/taisei-9999.ebuild
+++ b/games-arcade/taisei/taisei-9999.ebuild
@@ -27,13 +27,14 @@ DEPEND="
media-libs/freetype:2
>=media-libs/libpng-1.5
media-libs/libsdl2
- media-libs/sdl2-mixer
+ media-libs/opusfile
media-libs/libwebp
+ app-arch/zstd
sys-libs/zlib
zip? ( dev-libs/libzip )
"
BDEPEND="
- >=dev-util/meson-0.49
+ >=dev-util/meson-0.53
${PYTHON_DEPS}
doc? ( dev-python/docutils )"