forked from mirrors/nixpkgs
Punctuation and capitalisation.
This commit is contained in:
parent
2479dc0c63
commit
46658b8a19
|
@ -11,10 +11,6 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [ puredata ];
|
buildInputs = [ puredata ];
|
||||||
|
|
||||||
/*unpackPhase = ''*/
|
|
||||||
/*unzip $src*/
|
|
||||||
/*'';*/
|
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
for file in `grep -r -l g_canvas.h`
|
for file in `grep -r -l g_canvas.h`
|
||||||
do
|
do
|
||||||
|
@ -32,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A library of PureData classes, bringing some level of compatibility between Max/MSP and Pd environments.";
|
description = "A library of PureData classes, bringing some level of compatibility between Max/MSP and Pd environments";
|
||||||
homepage = http://puredata.info/downloads/cyclone;
|
homepage = http://puredata.info/downloads/cyclone;
|
||||||
license = stdenv.lib.licenses.tcltk;
|
license = stdenv.lib.licenses.tcltk;
|
||||||
maintainers = [ stdenv.lib.maintainers.magnetophon ];
|
maintainers = [ stdenv.lib.maintainers.magnetophon ];
|
||||||
|
|
|
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "time domain pitch tracker for Pure Data";
|
description = "Time domain pitch tracker for Pure Data";
|
||||||
homepage = http://www.katjaas.nl/helmholtz/helmholtz.html;
|
homepage = http://www.katjaas.nl/helmholtz/helmholtz.html;
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
maintainers = [ stdenv.lib.maintainers.magnetophon ];
|
maintainers = [ stdenv.lib.maintainers.magnetophon ];
|
||||||
|
|
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A library of non-tilde externals for puredata, by Miller Puckette.";
|
description = "A library of non-tilde externals for puredata, by Miller Puckette";
|
||||||
homepage = http://puredata.info/downloads/maxlib;
|
homepage = http://puredata.info/downloads/maxlib;
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
maintainers = [ stdenv.lib.maintainers.magnetophon ];
|
maintainers = [ stdenv.lib.maintainers.magnetophon ];
|
||||||
|
|
|
@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A collection of Pd objectclasses for OSC-messages.";
|
description = "A collection of Pd objectclasses for OSC-messages";
|
||||||
homepage = http://puredata.info/downloads/osc;
|
homepage = http://puredata.info/downloads/osc;
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
maintainers = [ stdenv.lib.maintainers.magnetophon ];
|
maintainers = [ stdenv.lib.maintainers.magnetophon ];
|
||||||
|
|
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Set of externals to facilitate the use of sensors within Pure Data and to create complex relations between input and output of a dynamic system.";
|
description = "Set of externals to facilitate the use of sensors within Pure Data and to create complex relations between input and output of a dynamic system";
|
||||||
homepage = http://www.chnry.net/ch/?090-Pure-Mapping&lang=en;
|
homepage = http://www.chnry.net/ch/?090-Pure-Mapping&lang=en;
|
||||||
license = stdenv.lib.licenses.gpl1;
|
license = stdenv.lib.licenses.gpl1;
|
||||||
maintainers = [ stdenv.lib.maintainers.magnetophon ];
|
maintainers = [ stdenv.lib.maintainers.magnetophon ];
|
||||||
|
|
|
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "the swiss army knife for puredata";
|
description = "The swiss army knife for puredata";
|
||||||
homepage = http://puredata.info/downloads/zexy;
|
homepage = http://puredata.info/downloads/zexy;
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
maintainers = [ stdenv.lib.maintainers.magnetophon ];
|
maintainers = [ stdenv.lib.maintainers.magnetophon ];
|
||||||
|
|
Loading…
Reference in a new issue