From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52284) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eLGy2-0007tm-FL for guix-patches@gnu.org; Sat, 02 Dec 2017 18:13:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eLGxy-0005dr-Ex for guix-patches@gnu.org; Sat, 02 Dec 2017 18:13:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:33589) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eLGxy-0005dn-B8 for guix-patches@gnu.org; Sat, 02 Dec 2017 18:13:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eLGxy-0004bM-4K for guix-patches@gnu.org; Sat, 02 Dec 2017 18:13:02 -0500 Subject: [bug#29540] [PATCH] gnu: spice: Update to 0.14.0. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51975) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eLGxP-0007Us-CB for guix-patches@gnu.org; Sat, 02 Dec 2017 18:12:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eLGxL-0005Dn-Bd for guix-patches@gnu.org; Sat, 02 Dec 2017 18:12:27 -0500 Received: from minos.uwaterloo.ca ([129.97.128.78]:51844) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eLGxL-00057f-4L for guix-patches@gnu.org; Sat, 02 Dec 2017 18:12:23 -0500 Received: from localhost (CPEac202e023313-CMac202e023310.cpe.net.cable.rogers.com [99.231.21.41]) (authenticated bits=0) by minos.uwaterloo.ca (8.14.4/8.14.4) with ESMTP id vB2MNRKm027441 (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256 verify=NO) for ; Sat, 2 Dec 2017 17:23:30 -0500 Date: Sat, 2 Dec 2017 17:23:27 -0500 From: Andy Patterson Message-ID: <20171202172327.0db2d98b@uwaterloo.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 29540@debbugs.gnu.org Hi all, This patch allows qemu to use OpenGL acceleration in the guest when certain parameters are configured. I tested it out by running supertux and supertuxkart in a guest. I downloaded the sources over https, but I didn't verify them against the signature provided, since I couldn't figure out where to download the keys from. Tips on how to find keys in general would be appreciated. Also - the source needs to use https because connection over http fails. Thanks, -- Andy =46rom 8d1c8528e46ff7eb24def9181017317b8a7d54ea Mon Sep 17 00:00:00 2001 From: Andy Patterson Date: Sat, 2 Dec 2017 16:22:11 -0500 Subject: [PATCH] gnu: spice: Update to 0.14.0. This is a follow-up to commit 9a187b39b7991463aa6985f5b746fccf69789525. * gnu/packages/spice.scm (spice): Update to 0.14.0. [origin]: Remove them. : Use https. [inputs]: Add orc. [home-page]: Update to use https. --- gnu/packages/spice.scm | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm index 7d49f90be..10f7c6bc5 100644 --- a/gnu/packages/spice.scm +++ b/gnu/packages/spice.scm @@ -203,20 +203,15 @@ which allows users to view a desktop computing enviro= nment.") (define-public spice (package (name "spice") - (version "0.12.8") + (version "0.14.0") (source (origin (method url-fetch) (uri (string-append - "http://www.spice-space.org/download/releases/" + "https://www.spice-space.org/download/releases/" "spice-" version ".tar.bz2")) (sha256 (base32 - "0za03i77j8i3g5l2np2j7vy8cqsdbkm9wbv4hjnaqq9xhz2sa0gr")) - (patches - (search-patches "spice-CVE-2017-7506.patch" - "spice-CVE-2016-9577.patch" - "spice-CVE-2016-9578-1.patch" - "spice-CVE-2016-9578-2.patch")))) + "0j5q7cp5p95jk8fp48gz76rz96lifimdsx1wnpmfal0nnnar9nrs")))) (build-system gnu-build-system) (propagated-inputs `(("openssl" ,openssl) @@ -228,6 +223,7 @@ which allows users to view a desktop computing environm= ent.") ("libjpeg-turbo" ,libjpeg-turbo) ("lz4" ,lz4) ("opus" ,opus) + ("orc" ,orc) ("zlib" ,zlib))) (native-inputs `(("pkg-config" ,pkg-config) --=20 2.15.0