Re: No sound in games using sdl-mixer

2015-10-04 Thread Ricardo Wurmus
Ludovic Courtès writes: > FWIW I just tried ExtremeTuxRacer and it works out of the box for me (on > GuixSD). > > I do use PulseAudio though. To allow ETR’s sound output to mix with > other things that may be playing sound already, I have this in my > ~/.asoundrc: > > --8<---cut her

[PATCH 2/2] gnu: Add manaplus.

2015-10-04 Thread Alex Kost
I don't know if there is a better workaround for the SDL headers, but this problem is rather common: there is a workaround in 'abbaye' and a special patch for 'pingus'. The problem is: the source code has lines like this: #include but the headers of all SDL packages are placed in “include/SDL

[PATCH 1/2] gnu: Add physfs.

2015-10-04 Thread Alex Kost
Is there a suitable module for this library? >From beec892399a21b0436a2b971881e5cc15545bec2 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Sun, 4 Oct 2015 19:49:24 +0300 Subject: [PATCH 1/2] gnu: Add physfs. * gnu/packages/physfs.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. ---

Re: No sound in games using sdl-mixer

2015-10-04 Thread Alex Kost
Ludovic Courtès (2015-10-04 15:45 +0300) wrote: > FWIW I just tried ExtremeTuxRacer and it works out of the box for me (on > GuixSD). > > I do use PulseAudio though. To allow ETR’s sound output to mix with > other things that may be playing sound already, I have this in my > ~/.asoundrc: > > > pc

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

2015-10-04 Thread Alex Kost
Ludovic Courtès (2015-10-04 19:57 +0300) wrote: > Alex Kost skribis: > >> 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 home pages. >> >> * gnu/packages/b

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

2015-10-04 Thread Alex Kost
Ludovic Courtès (2015-10-04 19:57 +0300) wrote: > Alex Kost skribis: > >> Ludovic Courtès (2015-10-03 23:35 +0300) wrote: >> >>> Alex Kost skribis: >>> * emacs/guix-devel.el (guix-devel-setup-repl): Use (guix packages) module. (guix-devel-download-package-source): New command.

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

2015-10-04 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > So with current ‘core-updates’, someone on a “foreign distro” needs to > do: > > guix package -i glibc-locales > export GUIX_LOCPATH=$HOME/.guix-profile/lib/locale/2.22 > > Note the extra “/2.22”, which comes from commit f2d7bbb. This is a bit > of an

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

2015-10-04 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > 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.

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

2015-10-04 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2015-10-03 23:35 +0300) wrote: > >> 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/e

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

2015-10-04 Thread Ludovic Courtès
Alex Kost skribis: > From 0fcf4b7368ce6f145a1cd45bd4b675145b5da4dc Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Sat, 3 Oct 2015 22:21:33 +0300 > Subject: [PATCH 2/3] gnu: libtorrent: Update to 0.13.6. > > * gnu/packages/bittorrent.scm (libtorrent): Update to 0.13.6. > [source]: Use new U

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

2015-10-04 Thread Ludovic Courtès
Alex Kost skribis: > 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 home pages. > > * gnu/packages/bittorrent.scm (libtorrent): Update 'home-page'. > (rtorr

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

2015-10-04 Thread Ludovic Courtès
Alex Kost skribis: > 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. > > * gnu/packages/bittorrent.scm (rtorrent): Update to 0.9.6. > [source]: Use new URL. I

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

2015-10-04 Thread Alex Kost
Ludovic Courtès (2015-10-03 23:35 +0300) wrote: > 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):

Re: No sound in games using sdl-mixer

2015-10-04 Thread Ludovic Courtès
FWIW I just tried ExtremeTuxRacer and it works out of the box for me (on GuixSD). I do use PulseAudio though. To allow ETR’s sound output to mix with other things that may be playing sound already, I have this in my ~/.asoundrc: --8<---cut here---start->8--- p

Re: [PATCH] gnu: qt-4: Disable webkit build.

2015-10-04 Thread Ludovic Courtès
Andreas Enge skribis: > Will do, although, as mentioned above, I would only consider progress on > qt-5 as real progress. Yes, but Qt 4 will not disappear overnight; currently there is 1.8 times more packages using Qt 4 than Qt 5. Thanks, Ludo’.

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

2015-10-04 Thread Ludovic Courtès
So with current ‘core-updates’, someone on a “foreign distro” needs to do: guix package -i glibc-locales export GUIX_LOCPATH=$HOME/.guix-profile/lib/locale/2.22 Note the extra “/2.22”, which comes from commit f2d7bbb. This is a bit of an annoyance for end users, but the point is that eventua

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

2015-10-04 Thread Alex Kost
Andreas Enge (2015-10-03 23:24 +0300) wrote: > 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

Re: No sound in games using sdl-mixer

2015-10-04 Thread Alex Kost
宋文武 (2015-10-04 05:49 +0300) wrote: > Alex Kost writes: > >> 宋文武 (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 th

Re: [PATCH] gnu: qt-4: Disable webkit build.

2015-10-04 Thread Andreas Enge
On Sun, Oct 04, 2015 at 10:15:26AM +0200, Ludovic Courtès wrote: > LGTM. I think we should also rm -rf the code in a snippet. Good point. > Besides, would our WebKit be picked up if we added it as an input? I do not think so, I did not see any configure option of the kind. Anyway, the real aim

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

2015-10-04 Thread Ricardo Wurmus
Ricardo Wurmus writes: > Ludovic Courtès writes: > >> The first patch adds the 'GUIX_LOCPATH' environment variable, the idea being >> that on foreign distros, users could set this variable instead of 'LOCPATH', >> and the host distro's programs wouldn't break. >> >> The second patch was suggest

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

2015-10-04 Thread Ricardo Wurmus
Ludovic Courtès writes: > The first patch adds the 'GUIX_LOCPATH' environment variable, the idea being > that on foreign distros, users could set this variable instead of 'LOCPATH', > and the host distro's programs wouldn't break. > > The second patch was suggested by Mark. It basically adds "/

Re: [PATCH] gnu: qt-4: Disable webkit build.

2015-10-04 Thread Ludovic Courtès
Andreas Enge skribis: > the attached patch removes the webkit module from qt-4, in the same spirit > as removing chromium from qt-5 some time ago. My main motivation was to work > around the build failure on armhf; the patched qt-4 now builds there. LGTM. I think we should also rm -rf the code

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

2015-10-04 Thread Ludovic Courtès
Daniel Pimentel skribis: > I added 'export LC_ALL="C"' in my ~.bashrc. > > I'll to do upgrade and report it. With LC_ALL=C, one sidesteps the problem. For real testing, you need to use LC_ALL=pt_BR.utf8 or something like that. Ludo’.