From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 9/9] gnu: Add weston. Date: Mon, 05 Sep 2016 23:15:47 +0200 Message-ID: <874m5uujy4.fsf@gnu.org> References: <20160901155711.7388-1-david@craven.ch> <20160901155711.7388-9-david@craven.ch> <874m5xnmb5.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53631) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bh1FE-0001Hh-VS for guix-devel@gnu.org; Mon, 05 Sep 2016 17:15:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bh1F9-0002Xg-Uw for guix-devel@gnu.org; Mon, 05 Sep 2016 17:15:56 -0400 In-Reply-To: (David Craven's message of "Sun, 4 Sep 2016 16:01:43 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: David Craven Cc: guix-devel David Craven skribis: > Is this ok as a description? I don't think the term display server is > commonly used for wayland compositors, so I left the synopsis. > > (description "Weston is the reference implementation of a Wayland > compositor, and a useful compositor in its own right. > > A Wayland compositor allows applications to render to a shared offscreen > buffer using opengles. The compositor then culls the hidden parts and > composes the final output. A Wayland compositor is essentially a > multiplexer to the KMS/DRM kernel devices.") s/opengles/OpenGL=C2=A0ES/ and s/kernel/Linux kernel/ but otherwise it=E2= =80=99s perfect, thanks! :-) > I renamed xwayland to xorg-server-xwayland and added cairo-xcb to > gtk.scm, xorg-server-xwayland to xorg.scm and weston to > freedesktop.scm. OK! Ludo=E2=80=99.