From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: [PATCH] gnu: mesa: Update to 13.0.1. Date: Thu, 01 Dec 2016 13:39:03 -0500 Message-ID: <874m2nfq9k.fsf@netris.org> References: <874m2ntvu9.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> <20161130120602.4342-1-mbakke@fastmail.com> <87h96nspvg.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]:35337) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cCWGP-00068b-BK for guix-devel@gnu.org; Thu, 01 Dec 2016 13:39:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cCWGO-0001bi-CN for guix-devel@gnu.org; Thu, 01 Dec 2016 13:39:21 -0500 In-Reply-To: <874m2ntvu9.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> 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: Marius Bakke Cc: guix-devel@gnu.org Marius Bakke writes: > Ludovic Court=C3=A8s writes: > >> Marius Bakke skribis: >> >>> * gnu/packages/gl.scm (mesa): Update to 13.0.1. >>> [native-inputs]: Move 'mesa-wayland-egl-symbols-check-mips.patch' to ... >>> [source]: ... here. >>> [arguments]: Don't apply patch. >>> [inputs]: Remove eudev. >> >> eudev was added in this commit: >> >> commit ce4d7abf02627e990551c3bf0b67abfdf6725952 >> Author: Mark H Weaver >> Date: Tue Dec 16 17:22:47 2014 -0500 >> >> gnu: mesa: Update to 10.4.0. >> >> * gnu/packages/gl.scm (mesa): Update to 10.4.0. Use current libdr= m. Add >> eudev, dri3proto, presentproto, and libxshmfence to inputs. Add= gnu-gettext >> to native-inputs. Add --enable-xa configure flag. Add new phas= es >> 'add-missing-m4-files' and 'patch-create_test_cases'. >> >> Are you sure it=E2=80=99s no longer necessary? Mark? > > I removed eudev after reading the release notes for 13.0.0: > > http://mesa3d.org/relnotes/13.0.0.html > > (very bottom of page) Indeed, the release notes seem to indicate that 'eudev' can be removed from 'inputs'. Looks okay to me. Thanks! Mark