commit: 5a31c7a9baa9a5d7892bc7d3ef3a15e501c9a353 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Oct 24 10:19:43 2020 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Oct 24 15:33:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a31c7a9
x11-wm/xpra: Add missing dependency Closes: https://bugs.gentoo.org/750491 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> x11-wm/xpra/{xpra-3.0.5-r1.ebuild => xpra-3.0.5-r2.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-wm/xpra/xpra-3.0.5-r1.ebuild b/x11-wm/xpra/xpra-3.0.5-r2.ebuild similarity index 97% rename from x11-wm/xpra/xpra-3.0.5-r1.ebuild rename to x11-wm/xpra/xpra-3.0.5-r2.ebuild index 8a02d9ecfc6..a6a83a8e771 100644 --- a/x11-wm/xpra/xpra-3.0.5-r1.ebuild +++ b/x11-wm/xpra/xpra-3.0.5-r2.ebuild @@ -36,7 +36,10 @@ COMMON_DEPEND="${PYTHON_DEPS} ffmpeg? ( >=media-video/ffmpeg-3.2.2:0=[x264,x265] ) jpeg? ( media-libs/libjpeg-turbo ) opengl? ( dev-python/pyopengl ) - pulseaudio? ( media-sound/pulseaudio ) + pulseaudio? ( + media-sound/pulseaudio + media-plugins/gst-plugins-pulse:1.0 + ) sound? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 dev-python/gst-python:1.0 )