Re: [PATCH] gnu: Add soundtouch.

2015-02-24 Thread Andreas Enge
On Tue, Feb 24, 2015 at 06:41:09PM +0100, Taylan Ulrich Bayırlı/Kammer wrote: + SoundTouch is an audio processing library for changing the Tempo, Pitch +and Playback Rates of audio streams or audio files. It is intended for Tempo, Pitch and Playback Rates should start with minuscule

Re: [PATCH] gnu: Add Xournal.

2015-02-24 Thread Andreas Enge
Looks good, please push! Andreas

Re: [PATCH] gnu: Add twolame.

2015-02-24 Thread Mark H Weaver
taylanbayi...@gmail.com (Taylan Ulrich Bayırlı/Kammer) writes: From 79a35cc12ebb07b789c08ca943465f11db3e199e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= taylanbayi...@gmail.com Date: Fri, 20 Feb 2015 21:51:09 +0100 Subject: [PATCH 4/8] gnu: Add

Re: [PATCH] gnu: gnutls: Configure location of system-wide trust store

2015-02-24 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: Mark H Weaver m...@netris.org skribis: No, it's not worse than it was before. Sorry if I gave that impression. The only issue is that we might need to generate a single-file certificate bundle for now, because I haven't found a way to get 'git' to

Re: GSoC project ideas

2015-02-24 Thread Ricardo Wurmus
Ludovic Courtès writes: GNU has applied as an organization to participate in Google’s Summer of Code program again (see below.) I see several Guix-related topics that we could propose: [...] Any other ideas come to mind? Thoughts? Could using Guile SSH for build offloading be made a

GSoC project ideas

2015-02-24 Thread Ludovic Courtès
Hello Guix! GNU has applied as an organization to participate in Google’s Summer of Code program again (see below.) I see several Guix-related topics that we could propose: • Porting Guix to the Hurd, like last year (Manolis had applied for it last year but we didn’t get the slot because

Re: [PATCH] gnu: Add libsbsms.

2015-02-24 Thread Taylan Ulrich Bayırlı/Kammer
taylanbayi...@gmail.com (Taylan Ulrich Bayırlı/Kammer) writes: From 7aed4cd0b6bd365e31fe5fb6de1c7249ca300e15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= taylanbayi...@gmail.com Date: Fri, 20 Feb 2015 21:42:48 +0100 Subject: [PATCH 4/9] gnu: Add

Re: [PATCH] gnu: Add soundtouch.

2015-02-24 Thread Taylan Ulrich Bayırlı/Kammer
Here's an updated patch with David's feedback to gently bump the thread. :-) Will push if nobody has objections. From d7ad03f88923b340357c929e438963e59f88ad24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= taylanbayi...@gmail.com Date: Fri, 20 Feb 2015

[PATCH 1/2] packages: Getting unpatched origin derivations.

2015-02-24 Thread Eric Bavier
* guix/packages.scm (origin-derivation): Add #:patched? keyword argument. --- guix/packages.scm | 21 - 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/guix/packages.scm b/guix/packages.scm index 96f3adf..301623b 100644 --- a/guix/packages.scm +++

[PATCH 2/2] guix: build: Add transitive source building.

2015-02-24 Thread Eric Bavier
* guix/scripts/build.scm (%options): Add --sources option. (package-sources, package-direct-sources) (package-transitive-sources, package-source-derivations): New procedures. (options-derivations)[--sources]: Use them. * doc/guix.texi (Invoking guix build): Document --sources option. *

Re: [PATCH] gnu: Add twolame.

2015-02-24 Thread Taylan Ulrich Bayırlı/Kammer
Andreas Enge andr...@enge.fr writes: On Mon, Feb 23, 2015 at 10:42:35PM +0100, Taylan Ulrich Bayırlı/Kammer wrote: Other than that, we could modify that file to remove that check, knowing that `sndfile-convert' is there, since the inputs have `libsndfile'. Should we go that way, how about:

[PATCH] gnu: Add Xournal.

2015-02-24 Thread Ricardo Wurmus
From 1a484e8a6f34d797d7a297cd3e3241c340cd4c0a Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus rek...@elephly.net Date: Tue, 24 Feb 2015 20:09:24 +0100 Subject: [PATCH] gnu: Add Xournal. * gnu/packages/pdf.scm (xournal): New variable. --- gnu/packages/pdf.scm | 31 ++- 1

Re: GSoC project ideas

2015-02-24 Thread Manolis Ragkousis
Good morning Guix, Good morning Ludo, If there aren't any objections I would really like to apply again this year and work on the hurd port as a GSoC project. WDYT? Manolis

Re: Name service switch configuration

2015-02-24 Thread Mark H Weaver
Hi Ludovic! l...@gnu.org (Ludovic Courtès) writes: Commit 996ed73 adds support to configure libc’s name service switch (NSS). To enable something like nss-mdns (for the resolution of ‘.local’ names), one needs two things: 1. Add this snippet to the ‘operating-system’ declaration:

Re: simultaneous installation to same profile

2015-02-24 Thread Ludovic Courtès
Ricardo Wurmus ricardo.wur...@mdc-berlin.de skribis: my colleague was curious what would happen if he installed two packages at the same time from different shell sessions. He ran guix package -i openmpi in one shell and guix package -i boost in the other. The boost installation apparently

Re: [PATCH] gnu: gnutls: Configure location of system-wide trust store

2015-02-24 Thread Andreas Enge
On Tue, Feb 24, 2015 at 03:31:14PM -0500, Mark H Weaver wrote: The single-file bundle is just a concatenation of all the individual PEM data, starting with -BEGIN CERTIFICATE- and ending with -END CERTIFICATE-, including those delimiters. The only caveat is that the individual

Re: GSoC project ideas

2015-02-24 Thread Ludovic Courtès
Ricardo Wurmus ricardo.wur...@mdc-berlin.de skribis: Could using Guile SSH for build offloading be made a project or is this the scope not big enough? Not big enough I guess (and it’s partly done in wip-guile-ssh, the missing bits being mostly in Guile-SSH itself.) This might also be

Re: [PATCH]: Add LV2 mda Piano/EPiano plugins.

2015-02-24 Thread Ludovic Courtès
Ricardo Wurmus rek...@elephly.net skribis: From dcd8d4febec8b86dbb6fe15d8a5f338c4feb7605 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus rek...@elephly.net Date: Wed, 11 Feb 2015 23:30:50 +0100 Subject: [PATCH 1/2] gnu: Add LV2 mda Piano plugin. * gnu/packages/audio.scm (lv2-mdapiano): New

Re: [PATCH] gnu: Add pumpa.

2015-02-24 Thread Ludovic Courtès
David Thompson dthomps...@worcester.edu skribis: From 6bdff480ca5d4a2ea017cb72471ede2ea13ed3d0 Mon Sep 17 00:00:00 2001 From: David Thompson dthomps...@worcester.edu Date: Fri, 20 Feb 2015 19:53:27 -0500 Subject: [PATCH] gnu: Add pumpa. * gnu/packages/pumpio.scm: New file. * gnu-system.am

Re: [PATCH] gnu: Add libsbsms.

2015-02-24 Thread Ludovic Courtès
taylanbayi...@gmail.com (Taylan Ulrich Bayırlı/Kammer) skribis: From 7aed4cd0b6bd365e31fe5fb6de1c7249ca300e15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= taylanbayi...@gmail.com Date: Fri, 20 Feb 2015 21:42:48 +0100 Subject: [PATCH 4/9] gnu: Add

[PATCH] build: ruby: Add gitify phase.

2015-02-24 Thread David Thompson
This patch solves a blocking issue for packaging a very large number of Ruby gems, which is that the build process assumes you are working out of a git repository. From 7828651066c6a6eb338ca5343456228f0edbeafa Mon Sep 17 00:00:00 2001 From: David Thompson dthomps...@worcester.edu Date: Mon, 23

Service activation snippets vs mounting filesystems

2015-02-24 Thread Mark H Weaver
Hello Guix, I wanted to add a service to clean /tmp and /var/run at boot time, and have run into several problems. First, I see no way to add a service that will be run early at boot time without modifying Guix itself. In this case, it should run after mounting filesystems but before anything

Re: [PATCH 0/2] Improve search path handling?

2015-02-24 Thread David Thompson
David Thompson dthomps...@worcester.edu writes: While hacking on Ruby stuff, I noticed that executable files in Ruby gems aren't installed in 'bin', but rather 'lib/ruby/gems/2.2.0/bin'. In order to make these executables just work, I decided to add a search path specification for $PATH to

Re: [PATCH]: add freepats and timidity

2015-02-24 Thread Ludovic Courtès
Andreas Enge andr...@enge.fr skribis: On Thu, Feb 19, 2015 at 07:33:59PM +0100, Ricardo Wurmus wrote: +(define-public timidity++ + (package +(name timidity++) Back to names... I would call this timidity. The package guidelines only state that underscores are replaced by -, but the

Re: Bugs in parsing build options

2015-02-24 Thread Ludovic Courtès
Alex Kost alez...@gmail.com skribis: I noticed that --no-grub option has no effect. For example, guix system --no-grub reconfigure installs GRUB anyway. Further investigation showed that there is a problem in parsing build options. After that commit (847391f) we have the following code:

Re: bug#19933: LC_TIME category in Coreutils

2015-02-24 Thread Ludovic Courtès
Paul Eggert egg...@cs.ucla.edu skribis: On 02/23/2015 01:28 PM, Ludovic Courtès wrote: I suspect this isn’t needed. This is needed so that 'ls -l' can output a date format suitable for the current locale. These formats aren't part of glibc and so are not in glibc's LC_TIME information.

Re: LC_TIME category in Coreutils

2015-02-24 Thread Ludovic Courtès
Andreas Schwab sch...@linux-m68k.org skribis: l...@gnu.org (Ludovic Courtès) writes: Mark H Weaver m...@netris.org skribis: I tried adding 'glibc-locales' to my system profile, and got this: ERROR: union-build: collision between file and directories ((files