mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
Punctuation and capitalisation.
This commit is contained in:
parent
2479dc0c63
commit
46658b8a19
@ -11,10 +11,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ puredata ];
|
||||
|
||||
/*unpackPhase = ''*/
|
||||
/*unzip $src*/
|
||||
/*'';*/
|
||||
|
||||
patchPhase = ''
|
||||
for file in `grep -r -l g_canvas.h`
|
||||
do
|
||||
@ -32,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
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;
|
||||
license = stdenv.lib.licenses.tcltk;
|
||||
maintainers = [ stdenv.lib.maintainers.magnetophon ];
|
||||
|
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
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;
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
maintainers = [ stdenv.lib.maintainers.magnetophon ];
|
||||
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
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;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainers = [ stdenv.lib.maintainers.magnetophon ];
|
||||
|
@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
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;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainers = [ stdenv.lib.maintainers.magnetophon ];
|
||||
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
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;
|
||||
license = stdenv.lib.licenses.gpl1;
|
||||
maintainers = [ stdenv.lib.maintainers.magnetophon ];
|
||||
|
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "the swiss army knife for puredata";
|
||||
description = "The swiss army knife for puredata";
|
||||
homepage = http://puredata.info/downloads/zexy;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainers = [ stdenv.lib.maintainers.magnetophon ];
|
||||
|
Loading…
Reference in New Issue
Block a user