[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnu: Add mesa-demos.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH] gnu: Add mesa-demos. |
Date: |
Wed, 18 Mar 2015 09:49:58 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
address@hidden (Taylan Ulrich "Bayırlı/Kammer") skribis:
> I noticed that the mesa-demos tarball contains *many* demos which are
> probably unneeded by most users, and that the Debian mesa-utils package
> merely installs 4 tools. (The reason I wanted to package this in first
> place was just to get glxinfo(1), which is one of these four.) So I
> copied that solution after all.
Sounds good, thanks for investigating.
> Updated patches below. The glproto propagated input is not in any .pc
> file so I positioned the comment accordingly. I don't know why glproto
> is propagated; maybe it's obvious for someone who knows X.Org and Mesa
> well / the original packager.
Git tells me Andreas might know (commit 917748dd.) :-)
> From 8d83adfaf2d61531d34b757162a7ef723d78bd7d Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?=
> <address@hidden>
> Date: Fri, 13 Mar 2015 15:57:51 +0100
> Subject: [PATCH 3/5] gnu: mesa: Propagate inputs libxshmfence and libxfixes.
>
> * gnu/packages/gl.scm (mesa): Propagate inputs libxshmfence and libxfixes.
OK.
> From 807816ec67414770cf5a6fa82c863096e14b276e Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?=
> <address@hidden>
> Date: Fri, 13 Mar 2015 15:58:25 +0100
> Subject: [PATCH 4/5] gnu: Add mesa-utils.
>
> * gnu/packages/gl.scm (mesa-utils): New variable.
> (mesa-demos-source): New procedure.
OK.
Thanks!
Ludo’.