Re: No sound in games using sdl-mixer

2015-10-03 Thread Alex Kost
宋文武 (2015-10-03 06:33 +0300) wrote: > Alex Kost writes: > >> Hello, I have tried several games that use sdl-mixer (wesnoth, pingus, >> gnujump, extremetuxracer) and I didn't get any sound from them. Does >> anyone have this issue? >> >> My audio system is OK, I can play

[PATCH] Add hugin.

2015-10-03 Thread Andreas Enge
Hello, the attached patch is not quite finished yet. The program starts, loads pictures, and creates control points for combining them into a panorama, but then crashes when starting the process. A call to "strace -f" ends with the following lines: 3953 futex(0x7f2020e51b68, FUTEX_WAKE_PRIVATE,

Re: [PATCHES] Add vsearch.

2015-10-03 Thread Andreas Enge
On Sat, Oct 03, 2015 at 11:59:33AM +1000, Ben Woodcroft wrote: > I think you are right, I have attached the patch. Thanks, I just pushed it. Andreas

Re: [PATCH] gnu: Add file-roller.

2015-10-03 Thread Thompson, David
On Sun, Sep 20, 2015 at 12:54 PM, Ludovic Courtès wrote: > David Thompson skribis: > >> +(description "File Roller is an archive manager for the GNOME desktop >> +environment.") > > In addition to Ricardo’s comment, could you expound on this a little >

Re: [PATCH 2/3] gnu: libtorrent: Update to 0.13.6.

2015-10-03 Thread Andreas Enge
On Sat, Oct 03, 2015 at 10:50:25PM +0300, Alex Kost wrote: > I had a problem with this one: it was built successfully but when I > enabled tests, "make check" phase ate all my CPU and memory and after > several minutes of messing with my HDD, I got: There was no problem for me (with 8GB of RAM,

[PATCH 2/3] gnu: libtorrent: Update to 0.13.6.

2015-10-03 Thread Alex Kost
I had a problem with this one: it was built successfully but when I enabled tests, "make check" phase ate all my CPU and memory and after several minutes of messing with my HDD, I got: g++: internal compiler error: Killed (program cc1plus) (the backtrace is attached just in case) I didn't

[PATCH 3/3] gnu: rtorrent: Update to 0.9.6.

2015-10-03 Thread Alex Kost
This one should work (I tried this version of rtorrent with the libtorrent built without tests). >From 5865f01649e401fd135ff55fe9964aa81f64f5f9 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Sat, 3 Oct 2015 22:23:40 +0300 Subject: [PATCH 3/3] gnu: rtorrent: Update to 0.9.6. *

[PATCH 1/3] gnu: libtorrent, rtorrent: Update home pages.

2015-10-03 Thread Alex Kost
is not available anymore, so I changed the pages to github URLs. >From 3272d2f71e02a3b8a4ad1e664a5636293200b923 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Sat, 3 Oct 2015 22:16:27 +0300 Subject: [PATCH 1/3] gnu: libtorrent, rtorrent: Update

Re: [PATCH 3/4] lint: Export 'run-checkers'.

2015-10-03 Thread Ludovic Courtès
Alex Kost skribis: > * guix/scripts/lint.scm (run-checkers): Export. Make 'checkers' > argument optional. OK! Ludo'.

Re: [PATCH 2/4] emacs: Add 'guix-devel-download-package-source'.

2015-10-03 Thread Ludovic Courtès
Alex Kost skribis: > * emacs/guix-devel.el (guix-devel-setup-repl): Use (guix packages) module. > (guix-devel-download-package-source): New command. > (guix-devel-keys-map): Add key binding for it. > * doc/emacs.texi (Emacs Development): Document it. [...] > +(defun

Re: [PATCH 1/4] emacs: Add 'guix-devel-with-definition'.

2015-10-03 Thread Ludovic Courtès
Alex Kost skribis: > * emacs/guix-devel.el (guix-devel-with-definition): New macro. > (guix-devel-build-package-definition): Use it. > (guix-devel-font-lock-keywords): New variable. LGTM, thanks. Ludo’.

Re: [PATCHES] Add vsearch.

2015-10-03 Thread Ludovic Courtès
Ben Woodcroft skribis: > I also noticed that the license definition was changed from the first > patch applied, removing the public-domain license i.e. from > > +(license (list license:gpl3 license:bsd-2 license:public-domain > > to > > +(license (list

Re: [PATCH 0/2] Avoiding incompatible locale data in LOCPATH

2015-10-03 Thread Ludovic Courtès
After a lot more thought, I changed my mind. I realized that with the patch at , it’s OK to have, say, LOCPATH=$HOME/.guix-profile/lib/locale/2.22:$HOME/.guix-profile/lib/locale/2.23 That way, programs will pick locale data that is

Re: [PATCH 0/2] Avoiding incompatible locale data in LOCPATH

2015-10-03 Thread Daniel Pimentel
On 2015-10-03 19:20, l...@gnu.org wrote: After a lot more thought, I changed my mind. I realized that with the patch at , it’s OK to have, say, LOCPATH=$HOME/.guix-profile/lib/locale/2.22:$HOME/.guix-profile/lib/locale/2.23 That

Re: No sound in games using sdl-mixer

2015-10-03 Thread 宋文武
Alex Kost writes: > Hello, I have tried several games that use sdl-mixer (wesnoth, pingus, > gnujump, extremetuxracer) and I didn't get any sound from them. Does > anyone have this issue? > > My audio system is OK, I can play various formats using "aplay", "mpv", > etc., I