summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2020-10-24 13:19:43 +0300
committerAndreas K. Hüttel <dilfridge@gentoo.org>2020-10-24 18:33:04 +0300
commit5a31c7a9baa9a5d7892bc7d3ef3a15e501c9a353 (patch)
tree63063b80c2b665f308bb4ba4abc766889470383d /x11-wm
parentpackage.mask: Last rite sys-power/nvram-wakeup (diff)
downloadgentoo-5a31c7a9baa9a5d7892bc7d3ef3a15e501c9a353.tar.gz
gentoo-5a31c7a9baa9a5d7892bc7d3ef3a15e501c9a353.tar.bz2
gentoo-5a31c7a9baa9a5d7892bc7d3ef3a15e501c9a353.zip
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@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/xpra/xpra-3.0.5-r2.ebuild (renamed from x11-wm/xpra/xpra-3.0.5-r1.ebuild)5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-wm/xpra/xpra-3.0.5-r1.ebuild b/x11-wm/xpra/xpra-3.0.5-r2.ebuild
index 8a02d9ecfc68..a6a83a8e771f 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 )