Re: [PATCH] gnu: sdl: Allow dlopen for OpenGL.

2015-03-19 Thread Ludovic Courtès
David Thompson skribis: > I use the following crude command to test, run from a git checkout of Sly[0]. > > guix environment -l package.scm -E "guile -c \"(use-modules ((sdl sdl) > #:prefix sdl:)) (sdl:init 'video) (pk 'window (sdl:set-video-mode 320 240 24 > 'opengl))\"" Do you run it on

Re: [PATCH] Add SuiteSparse.

2015-03-19 Thread Ludovic Courtès
Eric Bavier skribis: > On 2015-03-18 05:09, Ricardo Wurmus wrote: [...] >> +(inputs >> + `(("tbb" ,tbb) >> + ("lapack" ,lapack) >> + ("atlas" ,atlas))) > > It appears from the #:make-flags that only the blas library is used. > Are both "lapack" and "atlas" required? Or woul

Re: [PATCH] gnu: liba52: Fix source URI.

2015-03-19 Thread Ludovic Courtès
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > Looks like the SourceForge mirror URI never worked for this package. Good catch. > I'm not sure how I missed that (I think I coincidentally had a > non-mirror URI, noticed it after being done with the package, then > "fixed" it

Re: [PATCHES] Use mirror://sourceforge URIs

2015-03-19 Thread Ludovic Courtès
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > Here's a bunch of trivial patches switching a few packages to > mirror://sourceforge URIs (and one adding a comment explaining why not). > > I tested that they all work and produce the same hash. Will push > shortly if nobody obj

Re: [PATCH] Various icedtea6 patches

2015-03-19 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From 3bc3dd46ebec97acf424bbc8b3026ee23fdafa19 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Tue, 10 Mar 2015 13:56:55 +0100 > Subject: [PATCH 1/5] gnu: icedtea6: patch ant shebang in unpack phase > > * gnu/packages/java.scm (icedtea6)[arguments]: patch bootstr

Re: [PATCH] gnu: Add colordiff.

2015-03-19 Thread Ludovic Courtès
Tomáš Čech skribis: > * gnu/packages/patchutils.scm (colordiff): New variable. [...] > +(synopsis "Perl wrapper for coloring diff output") What about “Display diff output with colors”? > +(description > + "Colordiff is perl script wrapper on top of diff command which provides s/p

[PATCH] gnu: Add mplayer2.

2015-03-19 Thread Taylan Ulrich Bayırlı/Kammer
The mplayer2 project is actually dead, and mplayer2.org went down just a few days ago (unsure whether it will go back up), but the program will probably remain usable for years to come, and I prefer it for some reasons, so here goes. I will package mpv-player next. >From 2893d331224d0e723cd18d9f9

Re: [PATCH 1/2] packages: Expose transitive-inputs.

2015-03-19 Thread David Thompson
David Thompson writes: > From 14bc819b7d999fd1b3806918987c0e1ab5db742b Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Wed, 18 Mar 2015 19:53:22 -0400 > Subject: [PATCH 1/2] packages: Expose transitive-inputs. > > * guix/packages.scm (transitive-inputs): Add docstring. Export. Ugh, sor

Re: [PATCH] Add SuiteSparse.

2015-03-19 Thread Ricardo Wurmus
Eric Bavier writes: > On 2015-03-18 05:09, Ricardo Wurmus wrote: >> + (alist-cons-before >> +'install 'prepare-out >> +(lambda _ >> + (mkdir-p (string-append (assoc-ref %outputs "out") "/lib")) >> + (mkdir-p (string-append (assoc-ref %outputs "out") >> "/i

Re: [PATCH] Add openblas.

2015-03-19 Thread Ricardo Wurmus
Ludovic Courtès writes: > Eric Bavier skribis: > >> On 2015-03-17 06:32, Ricardo Wurmus wrote: >>> From: Ricardo Wurmus >>> Date: Tue, 17 Mar 2015 12:24:45 +0100 >>> Subject: [PATCH] gnu: Add openblas. >>> >>> * gnu/packages/maths.scm (openblas): New variable. >> >> Does the build system need a

Re: [PATCH] Various icedtea6 patches

2015-03-19 Thread Ricardo Wurmus
Ludovic Courtès writes: >> From 9c9ef4fde4003a3bc9af73462552edde5d46c909 Mon Sep 17 00:00:00 2001 >> From: Ricardo Wurmus >> Date: Tue, 10 Mar 2015 14:05:48 +0100 >> Subject: [PATCH 3/5] gnu: icedtea6: patch patches in separate build phase. >> >> * gnu/packages/java.scm (icedtea6)[arguments]: pa

[PATCH] gnu: Add the-silver-searcher.

2015-03-19 Thread Tomáš Čech
* gnu/packages/code.scm (the-silver-searcher): New variable. --- gnu/packages/code.scm | 53 ++- 1 file changed, 48 insertions(+), 5 deletions(-) diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm index 5446812..b1a7c72 100644 --- a/gnu/pack

Re: [PATCH] gnu: agg: Add explanatory comment to the patch.

2015-03-19 Thread Ludovic Courtès
Tomáš Čech skribis: > * gnu/packages/patches/agg-am_c_prototype.patch: Add comment. Perfect, please push. Thanks! Ludo’.

Re: [PATCH] gnu: sdcv: Add new variable.

2015-03-19 Thread Ludovic Courtès
Tomáš Čech skribis: > On Wed, Mar 18, 2015 at 02:28:25PM +0100, Ludovic Courtès wrote: >>Tomáš Čech skribis: [...] >>And at , sdvc describes itself as the >>“console version of [the] StarDict program”, which is not >>confidence-inspiring. Some files such as dictz

Re: [PATCHES] Mesa dlopen() calls & more optional features

2015-03-19 Thread Ludovic Courtès
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > From 8e3324c0b5d63aa3d53341b7dea090c9a64d3c40 Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= > > Date: Sat, 14 Mar 2015 14:57:27 +0100 > Subject: [PATCH 5/6] gnu: mesa: Fix file names pas

[PATCH] Add utf8proc.

2015-03-19 Thread Ricardo Wurmus
>From 7d728e8e21810fa4fd19bab4a06376084e5cfc85 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 19 Mar 2015 17:06:06 +0100 Subject: [PATCH] gnu: Add utf8proc. * gnu/packages/textutils.scm (utf8proc): New variable. --- gnu/packages/textutils.scm | 39 ++

Re: [PATCH] gnu: Add gnash.

2015-03-19 Thread Ludovic Courtès
Tomáš Čech skribis: > * gnu/packages/gnash.scm: New file. > * gnu-system.am (GNU_SYSTEM_MODULES): Add the file. [...] > +(define-module (gnu packages gnash) Maybe we could call it ‘flash’ since there may be other tools going there (players or things like libswf)? > + #:use-module (guix build

pkg-config "Requires" fields and propagated inputs

2015-03-19 Thread Taylan Ulrich Bayırlı/Kammer
I would appreciate it if someone helped me wrap my head around this. Ideally I already got it and the following summary is correct; otherwise please correct. Pkg-config files (e.g. lib/pkgconfig/foo.pc for libfoo) may have a "Requires" and a "Requires.private" field. If I'm reading pkg-config doc

Re: [PATCH] gnu: Add mplayer2.

2015-03-19 Thread Taylan Ulrich Bayırlı/Kammer
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes: > (source (origin > (method git-fetch) > (uri (git-reference > ;; XXX Change this if mplayer2.org goes up again. > (url "http://repo.or.cz/mplayer2.git";) > (commit

Re: [PATCH] gnu: Add gnash.

2015-03-19 Thread Tomáš Čech
On Thu, Mar 19, 2015 at 05:17:10PM +0100, Ludovic Courtès wrote: Tomáš Čech skribis: * gnu/packages/gnash.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add the file. [...] +(define-module (gnu packages gnash) Maybe we could call it ‘flash’ since there may be other tools going ther

[PATCH] gnu: Add mpv.

2015-03-19 Thread Taylan Ulrich Bayırlı/Kammer
>From b16fd3946adf45214c3e137e1f01f6a7294feca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= Date: Thu, 19 Mar 2015 23:46:21 +0100 Subject: [PATCH 1/2] gnu: Add mpv. * gnu/packages/video.scm (mpv): New variable. --- gnu/packages/video.scm | 88 +++

Re: [PATCH] gnu: sdl: Allow dlopen for OpenGL.

2015-03-19 Thread David Thompson
Ludovic Courtès writes: > David Thompson skribis: > >> I use the following crude command to test, run from a git checkout of Sly[0]. >> >> guix environment -l package.scm -E "guile -c \"(use-modules ((sdl sdl) >> #:prefix sdl:)) (sdl:init 'video) (pk 'window (sdl:set-video-mode 320 240 24

Re: [PATCH 2/2] environment: Add --inclusive option.

2015-03-19 Thread David Thompson
David Thompson writes: > From 3d97dbcf1907a67ed25fd90c09eb88d1b136d31a Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Wed, 18 Mar 2015 20:01:12 -0400 > Subject: [PATCH 2/2] environment: Add --inclusive option. To clarify: Despite saying this is patch 2/2, this is only patch that I woul