Re: [PATCH] gnu: Add tvtime.

2015-04-28 Thread Eric Bavier
On 2015-04-28 15:18, Alex Kost wrote: From dcc331e7ab3fd0687c5a4ef8f084bc0bf4ca1cef Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Tue, 28 Apr 2015 22:21:37 +0300 Subject: [PATCH] gnu: Add tvtime. * gnu/packages/tvtime.scm, gnu/packages/patches/tvtime-gcc41.patch, gnu/packages/patches/tvtim

Re: [PATCH] gnu: mesa: Add libva input.

2015-04-28 Thread Taylan Ulrich Bayırlı/Kammer
宋文武 writes: > Look good to me, but how does it work? > According to archlinux, it will build 'gallium_drv_video.so', > described as VA-API implementation for gallium. > IIUC, libva may dlopen this gallium_drv_video.so? I had to tinker and research for several hours to be able to answer your ques

[PATCH] gnu: Add tvtime.

2015-04-28 Thread Alex Kost
This software has not been maintained for several years, so it needs 4 patches to be build successfully. I hope it's not too much for us :-) >From dcc331e7ab3fd0687c5a4ef8f084bc0bf4ca1cef Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Tue, 28 Apr 2015 22:21:37 +0300 Subject: [PATCH] gnu: Add tvt

Two incomplete game patches: jumpnbump & eunuchs-orbital-sniper

2015-04-28 Thread Christopher Allan Webber
I tried adding two games to Guix while listening to people argue about some things on a conference call today. I ran into problems with both of these though! - jumpnbump has just a makefile and nothing else, and I don't know enough to fix up the path stuff. - eunuchs-orbital-sniper is hittin

Re: [PATCH] gnu: Add xxhash.

2015-04-28 Thread David Thompson
Andreas Enge writes: > On Sun, Apr 26, 2015 at 05:53:32PM -0400, David Thompson wrote: >> * gnu/packages/xxhash.scm: New file. > > I am usually not in favour of adding new files for small utilities. Could it > go somewhere else? I don't like it either, but there's no existing module that makes s

Re: [PATCH] gnu: Add soil.

2015-04-28 Thread David Thompson
Andreas Enge writes: > On Sun, Apr 26, 2015 at 05:52:44PM -0400, David Thompson wrote: >> +(define-public soil > > First a provocative question: The project has been created in 2007 and > apparently abandoned in 2008. Is it still worth packaging, or would it > not be preferable to look for a suit

Re: Cmake build failure

2015-04-28 Thread Andreas Enge
On Tue, Apr 28, 2015 at 02:36:51PM +0800, 宋文武 wrote: > I think we can safely disable this test.. > The bundle feature is used to pack a standalong app > with dependencies, libraries are included with RPATH removed. > But we also modify the 'ld' interpreter, so it not usable for us. > I'll push a pa

Re: [PATCH] gnu: Add soil.

2015-04-28 Thread Andreas Enge
On Sun, Apr 26, 2015 at 05:52:44PM -0400, David Thompson wrote: > +(define-public soil First a provocative question: The project has been created in 2007 and apparently abandoned in 2008. Is it still worth packaging, or would it not be preferable to look for a suitable replacement? > +

Re: [PATCH] gnu: Add xxhash.

2015-04-28 Thread Andreas Enge
On Sun, Apr 26, 2015 at 05:53:32PM -0400, David Thompson wrote: > * gnu/packages/xxhash.scm: New file. I am usually not in favour of adding new files for small utilities. Could it go somewhere else? > +(synopsis "Extremely fast non-cryptographic hash algorithm") > +(description > + "x

Re: [PATCH] gnu: mesa: Update to 10.5.4.

2015-04-28 Thread David Thompson
"Taylan Ulrich Bayırlı/Kammer" writes: > Note that this patch introduces some significant changes to the recipe, > and I'm unsure about their correctness. (It builds fine, but maybe > isn't future-proof.) > > AFAIUI, python, flex, bison, and gettext are all only needed (at build > time) when reb

Re: [PATCH] gnu: Add python-tornado.

2015-04-28 Thread David Thompson
Looks good to me! -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate

Re: [PATCH] gnu: mesa: Add libva input.

2015-04-28 Thread 宋文武
"Taylan Ulrich Bayırlı/Kammer" writes: > From 8bb21df5e4769797ba915a83643da57168f8dc9d Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= > > Date: Tue, 28 Apr 2015 15:08:47 +0200 > Subject: [PATCH 2/3] gnu: mesa: Add libva input. > > There is a circular dep

Re: [PATCH] gnu: mesa: Add libva input.

2015-04-28 Thread Taylan Ulrich Bayırlı/Kammer
I forgot to add (name "libva-for-mesa") to the libva-for-mesa package. Otherwise same patch: >From b169a4b2c8bf838579c1aa1e5bc47df9446b5704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= Date: Tue, 28 Apr 2015 15:08:47 +0200 Subject: [PATCH 2/3] gnu: mesa:

[PATCH] gnu: mesa: Add libva input.

2015-04-28 Thread Taylan Ulrich Bayırlı/Kammer
>From 8bb21df5e4769797ba915a83643da57168f8dc9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= Date: Tue, 28 Apr 2015 15:08:47 +0200 Subject: [PATCH 2/3] gnu: mesa: Add libva input. There is a circular dependency between Mesa and libVA, so we use a libva-for

[PATCH] gnu: mesa: Update to 10.5.4.

2015-04-28 Thread Taylan Ulrich Bayırlı/Kammer
Note that this patch introduces some significant changes to the recipe, and I'm unsure about their correctness. (It builds fine, but maybe isn't future-proof.) AFAIUI, python, flex, bison, and gettext are all only needed (at build time) when rebuilding parts of the build system. Maybe they were

[PATCH] gnu: base: Add glibc-hurd and hurd-minimal.

2015-04-28 Thread Manolis Ragkousis
I have updated the glibc and libpthread commits we were using, removed some patches that were not needed and added some new ones. All the other commits in wip-hurd are the same. Are you okay with pushing the rebased wip-hurd? Manolis From 64754ff26105d1581d70ec1432c7d8a3cbdf23ab Mon Sep 17 00:00

[PATCH] gnu: acl: Fix i686-gnu build.

2015-04-28 Thread Manolis Ragkousis
Hello guix This is a patch that allows acl to be built when hurd is targeted. Is it okay to push to wip-hurd? I have rebased wip-hurd on top of master locally and I have removed some things from commit ea44aa1b33933328aa0b7b33f36dfcc90aaa8c74 that were no longer needed. I will resend that patch

Re: [PATCH] Add IcedTea 7.

2015-04-28 Thread Ricardo Wurmus
Ludovic Courtès writes: >> * gnu/packages/java.scm (icedtea7): New variable. > > [...] > >> + #:locale "C" > > Could you add a comment explaining why? Done >> + ,@(substitute-keyword-arguments `(#:modules ((guix build >> gnu-build-system) >> +

[PATCH] Various samtools patches.

2015-04-28 Thread Ricardo Wurmus
Hi Guix, the first patch replaces a Makefile-patching build phase with make-flags. The second patch makes samtools install its libbam library. The third patch adds the most recent version of the 0.1 line of samtools. The input and output formats differ greatly from that used and produced by sam

[PATCH] gnu: Add python-tornado.

2015-04-28 Thread Ricardo Wurmus
>From 09c1e0581f9e0441efde55489da26154baf26c28 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 28 Apr 2015 10:17:49 +0200 Subject: [PATCH 1/2] gnu: Add python2-backport-ssl-match-hostname. * gnu/packages/python.scm (python2-backport-ssl-match-hostname): New variable. --- gnu/packages/py