commit: d29225375937d80a07ad3d348a6d4722196c970b Author: Matthew Smith <matthew <AT> gentoo <DOT> org> AuthorDate: Sat May 14 10:12:57 2022 +0000 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org> CommitDate: Sat May 14 10:13:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2922537
net-im/cawbird: add missing gst-plugins dependencies Thanks-to: Anonymous1157 <sunsetsergal <AT> gmail.com> Closes: https://bugs.gentoo.org/844049 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org> net-im/cawbird/{cawbird-1.5-r1.ebuild => cawbird-1.5-r2.ebuild} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/net-im/cawbird/cawbird-1.5-r1.ebuild b/net-im/cawbird/cawbird-1.5-r2.ebuild similarity index 90% rename from net-im/cawbird/cawbird-1.5-r1.ebuild rename to 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}"
