From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: [PATCH 0/6] Mesa and qemu stuff. Date: Sat, 9 Jul 2016 14:50:05 +0200 Message-ID: <20160709125011.24587-1-david@craven.ch> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35340) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLriL-0004Yw-Cn for guix-devel@gnu.org; Sat, 09 Jul 2016 08:50:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bLriH-0004Wp-89 for guix-devel@gnu.org; Sat, 09 Jul 2016 08:50:32 -0400 Received: from so254-10.mailgun.net ([198.61.254.10]:40797) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLriG-0004Wf-0l for guix-devel@gnu.org; Sat, 09 Jul 2016 08:50:29 -0400 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: guix-devel@gnu.org Cc: David Craven I'm not sure about patch 0001, but I did some packaging of gstreamer packages for spice, and I think GST_PLUGIN_PATH is not needed. Updated mesa to 12.0.0 so that we get cool new features like virtio gpu and the nir/spirv toolchain. I also added some configure-flags required by wayland, which I'm currently experimenting with. The system vm command now respects the QEMU_FLAGS and QEMU_NET_FLAGS environment variables, so that one doesn't have to constantly retype qemu flags. I also made virtio gpu the default display adapter. David Craven (6): system: Do not export GST_PLUGIN_PATH in /etc/profile. vm: Honor 'QEMU_FLAGS' and 'QEMU_NET_FLAGS'. gnu: libdrm: Update to 2.4.68. gnu: Order module imports in (gnu packages gl) alphabetically. gnu: mesa: Update to 12.0.0. gnu: mesa-utils: Update to 8.3.0. gnu/packages/gl.scm | 91 +++++++++++++++++++++++++----------------------- gnu/packages/xdisorg.scm | 4 +-- gnu/system.scm | 3 -- gnu/system/vm.scm | 6 ++-- 4 files changed, 52 insertions(+), 52 deletions(-) -- 2.9.0