summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMatthew Smith <matthew@gentoo.org>2022-05-14 11:12:57 +0100
committerMatthew Smith <matthew@gentoo.org>2022-05-14 11:13:25 +0100
commitd29225375937d80a07ad3d348a6d4722196c970b (patch)
tree1ab6fcd21bbc7818bc3d9abda35b159f8d202c45 /net-im
parentnet-proxy/mitmproxy: enable py3.10 (diff)
downloadgentoo-d29225375937d80a07ad3d348a6d4722196c970b.tar.gz
gentoo-d29225375937d80a07ad3d348a6d4722196c970b.tar.bz2
gentoo-d29225375937d80a07ad3d348a6d4722196c970b.zip
net-im/cawbird: add missing gst-plugins dependencies
Thanks-to: Anonymous1157 <sunsetsergal@gmail.com> Closes: https://bugs.gentoo.org/844049 Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r--net-im/cawbird/cawbird-1.5-r2.ebuild (renamed from net-im/cawbird/cawbird-1.5-r1.ebuild)6
1 files changed, 5 insertions, 1 deletions
diff --git a/net-im/cawbird/cawbird-1.5-r1.ebuild b/net-im/cawbird/cawbird-1.5-r2.ebuild
index f7f08d155805..aee227728983 100644
--- a/net-im/cawbird/cawbird-1.5-r1.ebuild
+++ b/net-im/cawbird/cawbird-1.5-r2.ebuild
@@ -28,7 +28,11 @@ RDEPEND="
x11-libs/gtk+:3
x11-libs/libX11
x11-libs/pango
- gstreamer? ( media-plugins/gst-plugins-meta[ffmpeg,http,X] )
+ gstreamer? (
+ media-plugins/gst-plugins-gtk
+ media-plugins/gst-plugins-hls
+ media-plugins/gst-plugins-meta[ffmpeg,http,X]
+ )
spell? ( app-text/gspell:=[vala] )
"
DEPEND="${RDEPEND}"