summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2021-12-27 00:30:54 +0200
committerMart Raudsepp <leio@gentoo.org>2021-12-27 00:30:54 +0200
commit40e38423f0a01fe541251f8d543dcc9506f494a3 (patch)
tree7a03b0f686c945d5e0b7e21f7dd1db51d2f2804c
parentwww-client/midori: Keyword 9.0 arm64, #829495 (diff)
downloadgentoo-40e38423.tar.gz
gentoo-40e38423.tar.bz2
gentoo-40e38423.zip
media-video/cheese: allow pipewiresrc as camerabin provider
If pipewiresrc is present, camerabin seems to pick it. Allow uninstalling gst-plugins-v4l2 in such cases by listing both options. gst-plugins-v4l2 is kept as the first choice to avoid a USE flag for now and just allow pipewire at runtime as an option, if already present. This could/should change and be revisited later. Bug: https://bugs.gentoo.org/830018 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
-rw-r--r--media-video/cheese/cheese-41.1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/media-video/cheese/cheese-41.1.ebuild b/media-video/cheese/cheese-41.1.ebuild
index 67324c0a5595..8d6ed3e1b4b3 100644
--- a/media-video/cheese/cheese-41.1.ebuild
+++ b/media-video/cheese/cheese-41.1.ebuild
@@ -38,7 +38,10 @@ RDEPEND="${DEPEND}
>=media-libs/gst-plugins-good-1.4:1.0
>=media-plugins/gst-plugins-jpeg-1.4:1.0
- >=media-plugins/gst-plugins-v4l2-1.4:1.0
+ || (
+ >=media-plugins/gst-plugins-v4l2-1.4:1.0
+ media-video/pipewire[gstreamer,v4l]
+ )
>=media-plugins/gst-plugins-vpx-1.4:1.0
"