Fixed line length and added longDescription
This commit is contained in:
parent
87dc6a2be6
commit
88dec0823f
@ -1,4 +1,6 @@
|
|||||||
{ stdenv, fetchsvn, pkgconfig, autoconf, automake, gnutls, freetype, SDL, SDL_gfx, SDL_ttf, liblo, libxml2, alsaLib, jack2, libvorbis, libsndfile, libogg }:
|
{ stdenv, fetchsvn, pkgconfig, autoconf, automake, gnutls, freetype,
|
||||||
|
SDL, SDL_gfx, SDL_ttf, liblo, libxml2, alsaLib, jack2, libvorbis,
|
||||||
|
libsndfile, libogg }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "freewheeling-100";
|
name = "freewheeling-100";
|
||||||
@ -19,7 +21,18 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A live looping instrument with jack and MIDI support";
|
description = "A live looping instrument with jack and MIDI support";
|
||||||
longDescription = "";
|
longDescription = ''
|
||||||
|
Freewheeling allows us to build repetitive grooves
|
||||||
|
by sampling and directing loops from within spirited improvisation.
|
||||||
|
|
||||||
|
It works because, down to the core, it's built around
|
||||||
|
improv. We leave mice and menus, and dive into our own process
|
||||||
|
of making sound.
|
||||||
|
|
||||||
|
Freewheeling runs under Mac OS X and Linux, and is open source
|
||||||
|
software, released under the GNU GPL license.
|
||||||
|
'' ;
|
||||||
|
|
||||||
version = "r100";
|
version = "r100";
|
||||||
homepage = "http://freewheeling.sourceforge.net";
|
homepage = "http://freewheeling.sourceforge.net";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user