Re: [PATCH] gnu: Add gnash.

2015-03-20 Thread Ludovic Courtès
Tomáš Čech skribis: > On Thu, Mar 19, 2015 at 05:17:10PM +0100, Ludovic Courtès wrote: >>Tomáš Čech skribis: [...] >>> + ;; release is too old to be built correctly against ffmpeg, libjpeg >>> and >>> + ;; more, lets go with head containing all required fixes already >>> + (

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

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

[PATCH] gnu: Add gnash.

2015-03-18 Thread Tomáš Čech
From: Tomáš Čech * gnu/packages/gnash.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add the file. --- gnu-system.am | 1 + gnu/packages/gnash.scm | 129 + 2 files changed, 130 insertions(+) create mode 100644 gnu/packages/gnash.s