From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A2C88138359 for ; Thu, 2 Jul 2020 22:50:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD35CE0831; Thu, 2 Jul 2020 22:50:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3E68E0831 for ; Thu, 2 Jul 2020 22:50:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6838334F1B8 for ; Thu, 2 Jul 2020 22:50:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6F512C4 for ; Thu, 2 Jul 2020 22:50:30 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1593730213.02cb1f049e6b4d6f8aa720945a3bb98353769663.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/slade/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/slade/slade-3.1.12a.ebuild X-VCS-Directories: games-util/slade/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 02cb1f049e6b4d6f8aa720945a3bb98353769663 X-VCS-Branch: master Date: Thu, 2 Jul 2020 22:50:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 46608215-9105-41c5-b0ba-327f7cb4e0c3 X-Archives-Hash: 05ead74a9f438314b624960e0b5d8d97 commit: 02cb1f049e6b4d6f8aa720945a3bb98353769663 Author: James Le Cuirot gentoo org> AuthorDate: Thu Jul 2 22:49:18 2020 +0000 Commit: James Le Cuirot gentoo 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 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:= ) "