From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A942E138334 for ; Fri, 16 Nov 2018 23:05:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 063A1E09CA; Fri, 16 Nov 2018 23:05:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB73BE09CA for ; Fri, 16 Nov 2018 23:05:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1928E335C31 for ; Fri, 16 Nov 2018 23:05:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B54F455 for ; Fri, 16 Nov 2018 23:05:03 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1542409492.c894be80ab28c389a39a3f7fea974120fff5b83b.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/weston/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/weston/metadata.xml dev-libs/weston/weston-9999.ebuild X-VCS-Directories: dev-libs/weston/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: c894be80ab28c389a39a3f7fea974120fff5b83b X-VCS-Branch: master Date: Fri, 16 Nov 2018 23:05:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 526fa904-a87b-4a26-a323-cd1a609dc238 X-Archives-Hash: 9c2bed003fba3cbe37d343fe62de7b25 commit: c894be80ab28c389a39a3f7fea974120fff5b83b Author: James Le Cuirot gentoo org> AuthorDate: Fri Nov 16 23:03:59 2018 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Fri Nov 16 23:04:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c894be80 dev-libs/weston: Updates to 9999 including remoting USE flag Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: James Le Cuirot gentoo.org> dev-libs/weston/metadata.xml | 1 + dev-libs/weston/weston-9999.ebuild | 28 ++++++++++++++++------------ 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/dev-libs/weston/metadata.xml b/dev-libs/weston/metadata.xml index c1c3e3956fa..c976a4437cf 100644 --- a/dev-libs/weston/metadata.xml +++ b/dev-libs/weston/metadata.xml @@ -15,6 +15,7 @@ Enable the IVI shell Install weston-launch utility 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 Enable screen-sharing through RDP Enable libunwind usage for backtraces diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild index 44880eb9639..40aa43e4412 100644 --- a/dev-libs/weston/weston-9999.ebuild +++ b/dev-libs/weston/weston-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -25,7 +25,7 @@ fi LICENSE="MIT CC-BY-SA-3.0" SLOT="0" -IUSE="colord dbus +drm editor examples fbdev +gles2 headless ivi jpeg +launch lcms rdp +resize-optimization screen-sharing static-libs +suid systemd test unwind wayland-compositor webp +X xwayland" +IUSE="colord dbus +drm editor examples fbdev +gles2 headless ivi jpeg +launch lcms rdp remoting +resize-optimization screen-sharing static-libs +suid systemd test wayland-compositor webp +X xwayland" REQUIRED_USE=" drm? ( gles2 ) @@ -38,13 +38,13 @@ REQUIRED_USE=" RDEPEND=" >=dev-libs/libinput-0.8.0 >=dev-libs/wayland-1.12.0 - >=dev-libs/wayland-protocols-1.8 + >=dev-libs/wayland-protocols-1.14 lcms? ( media-libs/lcms:2 ) media-libs/libpng:0= webp? ( media-libs/libwebp:0= ) jpeg? ( virtual/jpeg:0= ) >=x11-libs/cairo-1.11.3 - >=x11-libs/libdrm-2.4.30 + >=x11-libs/libdrm-2.4.68 >=x11-libs/libxkbcommon-0.5.0 >=x11-libs/pixman-0.25.2 x11-misc/xkeyboard-config @@ -55,7 +55,7 @@ RDEPEND=" colord? ( >=x11-misc/colord-0.1.27 ) dbus? ( >=sys-apps/dbus-1.6 ) drm? ( - media-libs/mesa[gbm] + >=media-libs/mesa-17.1[gbm] >=sys-libs/mtdev-1.1.0 >=virtual/udev-136 ) @@ -63,13 +63,16 @@ RDEPEND=" gles2? ( media-libs/mesa[gles2,wayland] ) - rdp? ( >=net-misc/freerdp-1.1.0_beta1_p20130710 ) + rdp? ( >=net-misc/freerdp-1.1.0:= ) + remoting? ( + media-libs/gstreamer:1.0 + media-libs/gst-plugins-base:1.0 + ) systemd? ( sys-auth/pambase[systemd] >=sys-apps/systemd-209[pam] ) launch? ( sys-auth/pambase ) - unwind? ( sys-libs/libunwind ) X? ( >=x11-libs/libxcb-1.9 x11-libs/libX11 @@ -95,11 +98,12 @@ src_prepare() { } src_configure() { - local myconf + local myconf=() + if use examples || use test; then - myconf="--enable-simple-clients" + myconf+=( --enable-simple-clients ) else - myconf="--disable-simple-clients" + myconf+=( --disable-simple-clients ) fi econf \ @@ -116,7 +120,7 @@ src_configure() { $(use_enable launch weston-launch) \ $(use_enable colord) \ $(use_enable gles2 egl) \ - $(use_enable unwind libunwind) \ + $(use_enable remoting) \ $(use_enable resize-optimization) \ $(use_enable screen-sharing) \ $(use_enable suid setuid-install) \ @@ -132,7 +136,7 @@ src_configure() { --disable-simple-dmabuf-v4l-client \ --disable-simple-egl-clients \ --disable-vaapi-recorder \ - ${myconf} + "${myconf[@]}" } src_test() {