Re: Coming up with a generic kernel config

2014-06-26 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > Sree Harsha Totakura skribis: > >> On 06/25/2014 09:26 PM, Ludovic Courtès wrote: >>> 1. Serial console is unavailable when booting. I thought that’d be >>> addressed by explicitly setting CONFIG_SERIAL_8250=y etc. (see >>> below for the list),

Re: [PATCH] gnu: Add guile-opengl

2014-06-26 Thread Mark H Weaver
David Thompson writes: > + (lambda* (#:key inputs outputs #:allow-other-keys) > + (define (dynamic-link-substitute file lib input) > + (substitute* file > + (("dynamic-link \"lib([a-zA-Z]+)\"" _ lib) > +

[PATCH] gnu: Enable libvpx support in ffmpeg

2014-06-26 Thread David Thompson
Now that libvpx is packaged, we can enable support for it in ffmpeg. :) >From 5b8de4c95ddb8931423537eb7307b8c42f741c21 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 26 Jun 2014 18:07:29 -0400 Subject: [PATCH] gnu: Enable libvpx support in ffmpeg. * gnu/packages/video.scm (libvpx): Add

Re: [PATCH] gnu: Add libvpx

2014-06-26 Thread Ludovic Courtès
"Thompson, David" skribis: > On Thu, Jun 26, 2014 at 9:56 AM, Ludovic Courtès wrote: > >> That said, when cross-compiling, there should in theory a cross-yasm >> available. That’s presumably not the case, so either way it’s not >> cross-compilable, so no worries. > > I hadn't thought about cros

Re: [PATCH] gnu: Add libvpx

2014-06-26 Thread Thompson, David
On Thu, Jun 26, 2014 at 9:56 AM, Ludovic Courtès wrote: > That said, when cross-compiling, there should in theory a cross-yasm > available. That’s presumably not the case, so either way it’s not > cross-compilable, so no worries. I hadn't thought about cross-compiling. The libvpx readme says t

Re: [PATCH] gnu: Add libsodium

2014-06-26 Thread Ludovic Courtès
"Thompson, David" skribis: > On Thu, Jun 26, 2014 at 8:48 AM, Ludovic Courtès wrote: > >> However, the web page reads: >> >> In order to pick the fastest working implementation of each primitive, >> NaCl performs tests and benchmarks at compile-time. Unfortunately, >> the resulting librar

Re: [PATCH] gnu: Add libvpx

2014-06-26 Thread Ludovic Courtès
"Thompson, David" skribis: > On Thu, Jun 26, 2014 at 8:59 AM, Ludovic Courtès wrote: >> David Thompson skribis: >> >>> From 4cb60b3cac956caa5a8e11de077aceeefa417dc5 Mon Sep 17 00:00:00 2001 >>> From: David Thompson >>> Date: Thu, 26 Jun 2014 08:16:07 -0400 >>> Subject: [PATCH] gnu: Add libvpx.

Re: [PATCH] gnu: Add libvpx

2014-06-26 Thread Thompson, David
On Thu, Jun 26, 2014 at 8:59 AM, Ludovic Courtès wrote: > David Thompson skribis: > >> From 4cb60b3cac956caa5a8e11de077aceeefa417dc5 Mon Sep 17 00:00:00 2001 >> From: David Thompson >> Date: Thu, 26 Jun 2014 08:16:07 -0400 >> Subject: [PATCH] gnu: Add libvpx. >> >> * gnu/packages/video.scm (libv

Re: [PATCH] gnu: Add libsodium

2014-06-26 Thread Thompson, David
On Thu, Jun 26, 2014 at 8:48 AM, Ludovic Courtès wrote: > However, the web page reads: > > In order to pick the fastest working implementation of each primitive, > NaCl performs tests and benchmarks at compile-time. Unfortunately, > the resulting library is not guaranteed to work on differ

Re: [PATCH] gnu: Add libvpx

2014-06-26 Thread Ludovic Courtès
David Thompson skribis: > From 4cb60b3cac956caa5a8e11de077aceeefa417dc5 Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Thu, 26 Jun 2014 08:16:07 -0400 > Subject: [PATCH] gnu: Add libvpx. > > * gnu/packages/video.scm (libvpx): New variable. LGTM, please push! Ludo’.

Re: [PATCH] gnu: Add new package barcode

2014-06-26 Thread Ludovic Courtès
John Darrington skribis: > * gnu/packages/aidc.scm: New file. > * gnu-system.am (gnu/packages/aidc.scm): Add it. Should be: * gnu-system.am (GNU_SYSTEM_MODULES): Add it. > +(description "GNU Barcode is a flexible tool to produce printed barcodes > from text > +strings. It supports a vari

Re: [PATCH] gnu: Add libsodium

2014-06-26 Thread Ludovic Courtès
David Thompson skribis: > From 873dffc9dc892ad252a33b2b27f28d41573d6bf7 Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Wed, 25 Jun 2014 20:32:23 -0400 > Subject: [PATCH] gnu: Add libsodium. > > * gnu-system.am (GNU_SYSTEM_MODULES): Add crypto.scm. > * gnu/packages/crypto.scm: New file.

Re: [PATCH] gnu: Add libsodium

2014-06-26 Thread Ludovic Courtès
David Thompson skribis: > John Darrington writes: > >> So we already have the crypto modules: nettle, gnupg, cyptsetup and mcrypt. >> And now we have crypto... >> > > Yes, I know. I think we could move those package specific modules into > the crypto module at a later time to clean it up. Yes,

Re: [PATCH] gnu: Consolidate libjpeg, libpng, and libtiff into one module

2014-06-26 Thread Ludovic Courtès
David Thompson skribis: > Ludovic Courtès writes: > >> David Thompson skribis: >> >>> From 6298deeab6104b908a7356786ce09f395a32d7e3 Mon Sep 17 00:00:00 2001 >>> From: David Thompson >>> Date: Wed, 25 Jun 2014 08:39:02 -0400 >>> Subject: [PATCH] gnu: Consolidate libjpeg, libpng, and libtiff int

Re: [PATCH] gnu: Add guile-opengl

2014-06-26 Thread Ludovic Courtès
David Thompson skribis: > From 4e63b47f868f5eab5573e8e70c40f23545f3645a Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Tue, 24 Jun 2014 21:59:47 -0400 > Subject: [PATCH] gnu: Add guile-opengl. > > * gnu/packages/gl.scm (guile-opengl): New variable. Looks good to me, please push. Ludo’

[PATCH] gnu: Add libvpx

2014-06-26 Thread David Thompson
Here's a package recipe for libvpx, the VP8/VP9 codec. >From 4cb60b3cac956caa5a8e11de077aceeefa417dc5 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 26 Jun 2014 08:16:07 -0400 Subject: [PATCH] gnu: Add libvpx. * gnu/packages/video.scm (libvpx): New variable. --- gnu/packages/video.scm

Re: [PATCH] gnu: Add libsodium

2014-06-26 Thread David Thompson
John Darrington writes: > So we already have the crypto modules: nettle, gnupg, cyptsetup and mcrypt. > And now we have crypto... > Yes, I know. I think we could move those package specific modules into the crypto module at a later time to clean it up. -- David Thompson Web Developer - Free S

[PATCH] gnu: Add new package barcode

2014-06-26 Thread John Darrington
* gnu/packages/aidc.scm: New file. * gnu-system.am (gnu/packages/aidc.scm): Add it. --- gnu-system.am |1 + gnu/packages/aidc.scm | 45 + 2 files changed, 46 insertions(+) create mode 100644 gnu/packages/aidc.scm diff --git a/gnu-system.a