From: James Le Cuirot Date: Sat, 10 Aug 2019 09:20:29 +0000 (+0100) Subject: dev-libs/weston: Add masked pipewire support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=02acb9e191b1a701526438d31a08c00abc7ddefa;p=gentoo.git dev-libs/weston: Add masked pipewire support Closes: https://bugs.gentoo.org/691674 Package-Manager: Portage-2.3.71, Repoman-2.3.16 Signed-off-by: James Le Cuirot --- diff --git a/dev-libs/weston/metadata.xml b/dev-libs/weston/metadata.xml index c98075bd2fed..58d4ccfd3a44 100644 --- a/dev-libs/weston/metadata.xml +++ b/dev-libs/weston/metadata.xml @@ -16,6 +16,7 @@ Headless backend and a noop renderer, mainly for testing purposes Enable the IVI shell Install weston-launch utility + Enable virtual remote output with Pipewire on DRM backend Enable Remote Desktop Protocol compositor support Enable plugin to stream output to remote hosts using media-libs/gstreamer Increase performance, allocate more RAM. Recommended to disable on Raspberry Pi diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild index a223d8efcb1c..2eefef3e88ef 100644 --- a/dev-libs/weston/weston-9999.ebuild +++ b/dev-libs/weston/weston-9999.ebuild @@ -25,11 +25,12 @@ fi LICENSE="MIT CC-BY-SA-3.0" SLOT="0" -IUSE="colord +desktop +drm editor examples fbdev fullscreen +gles2 headless ivi jpeg +launch lcms rdp remoting +resize-optimization screen-sharing static-libs +suid systemd test wayland-compositor webp +X xwayland" +IUSE="colord +desktop +drm editor examples fbdev fullscreen +gles2 headless ivi jpeg +launch lcms pipewire rdp remoting +resize-optimization screen-sharing static-libs +suid systemd test wayland-compositor webp +X xwayland" REQUIRED_USE=" colord? ( lcms ) drm? ( gles2 ) + pipewire? ( drm ) screen-sharing? ( rdp ) test? ( desktop headless xwayland ) wayland-compositor? ( gles2 ) @@ -39,7 +40,7 @@ REQUIRED_USE=" RDEPEND=" >=dev-libs/libinput-0.8.0 >=dev-libs/wayland-1.17.0 - >=dev-libs/wayland-protocols-1.17 + >=dev-libs/wayland-protocols-1.18 lcms? ( media-libs/lcms:2 ) media-libs/libpng:0= webp? ( media-libs/libwebp:0= ) @@ -63,6 +64,7 @@ RDEPEND=" gles2? ( media-libs/mesa[gles2,wayland] ) + pipewire? ( >=media-video/pipewire-0.2 ) rdp? ( >=net-misc/freerdp-2.0.0_rc2:= ) remoting? ( media-libs/gstreamer:1.0 @@ -106,6 +108,7 @@ src_configure() { $(meson_use xwayland) $(meson_use systemd) $(meson_use remoting) + $(meson_use pipewire) $(meson_use desktop shell-desktop) $(meson_use fullscreen shell-fullscreen) $(meson_use ivi shell-ivi)