commit: 02cb1f049e6b4d6f8aa720945a3bb98353769663 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Thu Jul 2 22:49:18 2020 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Thu Jul 2 22:50:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02cb1f04
games-util/slade: Add missing gstreamer flag on wxGTK dep It's not obvious but this flag enables wxMediaCtrl, which is referenced in the SLADE code. Closes: https://bugs.gentoo.org/730174 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> games-util/slade/slade-3.1.12a.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-util/slade/slade-3.1.12a.ebuild b/games-util/slade/slade-3.1.12a.ebuild index 641a17fb010..3ddd53ebe75 100644 --- a/games-util/slade/slade-3.1.12a.ebuild +++ b/games-util/slade/slade-3.1.12a.ebuild @@ -23,7 +23,7 @@ DEPEND=" media-libs/libsfml:= net-misc/curl sys-libs/zlib - x11-libs/wxGTK:${WX_GTK_VER}[opengl,webkit?,X] + x11-libs/wxGTK:${WX_GTK_VER}[gstreamer,opengl,webkit?,X] fluidsynth? ( media-sound/fluidsynth:= ) "
