Gentoo Archives: gentoo-commits

From: Oliver Freyermuth <o.freyermuth@××××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-arcade/taisei/
Date: Thu, 08 Apr 2021 11:16:48
Message-Id: 1617880600.8586f53f8fe28e62cc5dc2d27775ad2a1005f415.freyermuth@gentoo
1 commit: 8586f53f8fe28e62cc5dc2d27775ad2a1005f415
2 Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
3 AuthorDate: Thu Apr 8 11:16:40 2021 +0000
4 Commit: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
5 CommitDate: Thu Apr 8 11:16:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8586f53f
7
8 games-arcade/taisei: Adapt live ebuild to upstream refactoring.
9
10 Dependency on SDL2-mixer is dropped,
11 media-libs/opusfile and app-arch/zstd added, require newer meson.
12
13 Package-Manager: Portage-3.0.17, Repoman-3.0.2
14 Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>
15
16 games-arcade/taisei/taisei-9999.ebuild | 5 +++--
17 1 file changed, 3 insertions(+), 2 deletions(-)
18
19 diff --git a/games-arcade/taisei/taisei-9999.ebuild b/games-arcade/taisei/taisei-9999.ebuild
20 index cbecc2fbc..9213c4124 100644
21 --- a/games-arcade/taisei/taisei-9999.ebuild
22 +++ b/games-arcade/taisei/taisei-9999.ebuild
23 @@ -27,13 +27,14 @@ DEPEND="
24 media-libs/freetype:2
25 >=media-libs/libpng-1.5
26 media-libs/libsdl2
27 - media-libs/sdl2-mixer
28 + media-libs/opusfile
29 media-libs/libwebp
30 + app-arch/zstd
31 sys-libs/zlib
32 zip? ( dev-libs/libzip )
33 "
34 BDEPEND="
35 - >=dev-util/meson-0.49
36 + >=dev-util/meson-0.53
37 ${PYTHON_DEPS}
38 doc? ( dev-python/docutils )"