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
>>> + (
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
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
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