[PATCH] gnu: ddrescue: Fix 'synopsis' and 'description'.

2013-01-17 Thread Nikita Karetnikov
Hi, There was a mistake in 'description'. I fixed it and also changed a couple of things. Nikita From 1691be7ff5f0484d503eeb5016d2e0c77c4f0afd Mon Sep 17 00:00:00 2001 From: Nikita Karetnikov Date: Fri, 18 Jan 2013 07:27:06 + Subject: [PATCH] gnu: ddrescue: Fix 'synopsis' and 'description'

GNU Bazaar doesn't support the GNU build system

2013-01-17 Thread Nikita Karetnikov
Hi, I'm packaging GNU Bazaar. Unfortunately, it doesn't support the GNU build system. 'INSTALL' contains the following instructions: When upgrading using setup.py, it is recommended that you first delete the bzrlib directory from the install target. To install bzr as a user, run python setu

[PATCH] gnu: Add GNU Speex.

2013-01-17 Thread Nikita Karetnikov
Hi, Can I push this patch? Nikita From eaac22aaf385e846bbf207886498302405f91208 Mon Sep 17 00:00:00 2001 From: Nikita Karetnikov Date: Fri, 18 Jan 2013 02:06:35 + Subject: [PATCH] gnu: Add GNU Speex. * gnu/packages/speex.scm: New file. * Makefile.am (MODULES): Add it. --- Makefile.am

[PATCH] gnu: Add Libogg.

2013-01-17 Thread Nikita Karetnikov
Hi, Can I push this one? Nikita From ae433f077cd8f0ec4a415b0526138d39f6078dce Mon Sep 17 00:00:00 2001 From: Nikita Karetnikov Date: Fri, 18 Jan 2013 01:51:08 + Subject: [PATCH] gnu: Add Libogg. * gnu/packages/libogg.scm: New file. * Makefile.am (MODULES): Add it. --- Makefile.am

Re: Distro name

2013-01-17 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > So I’ll rename the (distro ...) modules to (gnu ...), because that’s > nicer and more meaningful (“a distro of the GNU system”). Done! Ludo’.

Re: [PATCH] distro: Add file.

2013-01-17 Thread Andreas Enge
Am Freitag, 18. Januar 2013 schrieb Ludovic Courtès: > Well, since /usr/bin/file is hard-coded, adding ‘file’ as an input would > not be enough: you’d also need to patch ‘configure’. Yes, this is what I did indeed. > However, this /usr/bin/file stanza in ‘configure’ scripts doesn’t seem > to have

Re: [PATCH 2/2] distro: Add libtiff.

2013-01-17 Thread Andreas Enge
Am Donnerstag, 17. Januar 2013 schrieb Ludovic Courtès: > Please, move the definition after that of ‘libjpeg’, and write it like > this: > This way, only the fields that differ need to be defined. Excellent, thanks for the explanation! > Note that I’d like to rename (distro ...), and then tag the

Re: [PATCH] distro: Add file.

2013-01-17 Thread Ludovic Courtès
Andreas Enge skribis: > Am Donnerstag, 17. Januar 2013 schrieb Ludovic Courtès: >> Andreas Enge skribis: >> > Patch for "file" attached. Strangely, it uses "file" in its configure >> > script, but this does not seem to be crucial: >> > case `/usr/bin/file conftest.o` in >> I think this bit i

Re: [PATCH 2/2] distro: Add libtiff.

2013-01-17 Thread Ludovic Courtès
Andreas Enge skribis: > Two patches attached, since "make check" did not work for libtiff with > libjepg 9, so I also added libjpeg 8d. Great! > +(define-public libjpeg-8 > + (package > + (name "libjpeg-8") > + (version "8d") Please, move the definition after that of ‘libjpeg’, and write

Re: [PATCH] distro: Add file.

2013-01-17 Thread Andreas Enge
Am Donnerstag, 17. Januar 2013 schrieb Ludovic Courtès: > Andreas Enge skribis: > > Patch for "file" attached. Strangely, it uses "file" in its configure > > script, but this does not seem to be crucial: > > case `/usr/bin/file conftest.o` in > I think this bit is automatically added by Autoco

Re: [PATCH] distro: Add Libjpeg.

2013-01-17 Thread Andreas Enge
Am Donnerstag, 17. Januar 2013 schrieb Ludovic Courtès: > > +(uri (string-append "http://www.ijg.org/files/jpegsrc.v"; > > + version ".tar.gz")) > Seems that you’re using tabs. Please avoid them in Scheme source (using > spaces allows for copy/paste to a Guile REPL wi

Re: [PATCH 1/2] distro: Add Indent.

2013-01-17 Thread Andreas Enge
Am Donnerstag, 17. Januar 2013 schrieb Ludovic Courtès: > Andreas Enge skribis: > > Two patches, one adding Indent to the distribution, one adding it as > > an input to flex. > Looks good to me. So if it builds, please commit! Thanks, pushed; I always build the packages before proposing a patch.

[PATCH 2/2] distro: Add libtiff.

2013-01-17 Thread Andreas Enge
Two patches attached, since "make check" did not work for libtiff with libjepg 9, so I also added libjpeg 8d. Andreas From 88ec8e5dffe86f70a3769aed970ba89b5cec493c Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Thu, 17 Jan 2013 22:49:23 +0100 Subject: [PATCH 1/2] distro: Add Libjpeg 8. * dis

Re: [PATCH] distro: Add file.

2013-01-17 Thread Ludovic Courtès
Andreas Enge skribis: > Patch for "file" attached. Strangely, it uses "file" in its configure > script, but this does not seem to be crucial: > > case `/usr/bin/file conftest.o` in I think this bit is automatically added by Autoconf everywhere. Nothing to worry about, it seems. > From 5ec

Re: [PATCH] distro: Add Libjpeg.

2013-01-17 Thread Ludovic Courtès
Andreas Enge skribis: > From 7c3674c3878e46d40ad5f952df30216ec88aeae8 Mon Sep 17 00:00:00 2001 > From: Andreas Enge > Date: Thu, 17 Jan 2013 21:42:12 +0100 > Subject: [PATCH] distro: Add Libjpeg. > > * distro/packages/libjpeg.scm: New file. > * Makefile.am (MODULES): Add it. Likewise, feel free

Re: [PATCH 1/2] distro: Add Indent.

2013-01-17 Thread Ludovic Courtès
Andreas Enge skribis: > Two patches, one adding Indent to the distribution, one adding it as an > input to flex. Looks good to me. So if it builds, please commit! Ludo’.

Re: guix-package --roll-back

2013-01-17 Thread Ludovic Courtès
Hi! Nikita Karetnikov skribis: > I changed 'roll-back', but didn't add the command-line option. Could > you add it? Yes, I just did it in 24e262f, along with a test case and documentation. Thanks a lot for taking the time to work on this, I appreciate. > Why do these lines raise the "non-lit

[PATCH] distro: Add file.

2013-01-17 Thread Andreas Enge
Patch for "file" attached. Strangely, it uses "file" in its configure script, but this does not seem to be crucial: case `/usr/bin/file conftest.o` in *32-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_i386_fbsd" ;; x86

[PATCH] distro: Add Libjpeg.

2013-01-17 Thread Andreas Enge
Patch attached. Andreas From 7c3674c3878e46d40ad5f952df30216ec88aeae8 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Thu, 17 Jan 2013 21:42:12 +0100 Subject: [PATCH] distro: Add Libjpeg. * distro/packages/libjpeg.scm: New file. * Makefile.am (MODULES): Add it. --- Makefile.am

[PATCH 1/2] distro: Add Indent.

2013-01-17 Thread Andreas Enge
Two patches, one adding Indent to the distribution, one adding it as an input to flex. Andreas From 007af4bba02cb2f294e4b1c13c45534fea1f68fa Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Thu, 17 Jan 2013 21:15:09 +0100 Subject: [PATCH 1/2] distro: Add Indent. * distro/packages/indent.scm: N

Re: [PATCH] distro: Add GLib.

2013-01-17 Thread Ludovic Courtès
Nikita Karetnikov skribis: > Do you have a recipe for DBus? If not, I can add it. Yes, along with GLib changes for the test suite. I’ll post it ASAP. Ludo’.

Re: Distro name

2013-01-17 Thread Andreas Enge
Am Mittwoch, 16. Januar 2013 schrieb Ludovic Courtès: > Plus we’re just talking about a module name space, and using ‘gnu’ at > the beginning is just a way to claim ownership of that name space, not > of the packages that happen to be provided by those modules. Okay, fair enough. Andreas