summary refs log tree commit diff
path: root/pkgs/applications/audio/xsynth-dssi
Commit message (Collapse)AuthorAge
* treewide: explicitly specify gtk and related package versionsKirill Boltaev2016-09-12
|
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
* Convert all jack references to libjack2William A. Kennington III2015-06-27
|
* Revert "Remove obsolete jackaudio version 1."Bjørn Forsman2014-07-31
| | | | | | | | | This reverts commit bdb77826d98544ab37741f740dd3516023924b27. Jack1 is not obsolete and neither jack1 nor jack2 is called 'jackaudio'. Q: What's the difference between Jack1 and Jack2? A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
* Remove obsolete jackaudio version 1.Peter Simons2014-07-28
|
* jack: change package and attr names to 'jack1' and 'jack2'Bjørn Forsman2014-07-23
| | | | | | | | | | | Currently, we have a 'jack' package with attrname 'jack1d' and a 'jackdbus' package with attrname 'jackaudio'. Make it consistent 'jack1' and 'jack2' in both package name and attrname. This aligns the naming with what can be found on the JACK homepage. Q: what's the difference between jack1 and jack2? A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* Including the rest of the lib files too, now it worksCillian de Roiste2011-04-22
| | | | svn path=/nixpkgs/trunk/; revision=26918
* Fixing the mirror urlCillian de Roiste2011-04-21
| | | | svn path=/nixpkgs/trunk/; revision=26914
* Also need to copy over the libCillian de Roiste2011-04-20
| | | | svn path=/nixpkgs/trunk/; revision=26911
* Bugfix: invalid values in metaCillian de Roiste2011-04-20
| | | | svn path=/nixpkgs/trunk/; revision=26910
* Adding XSynth-DSSI, a classic analog style software synthesizerCillian de Roiste2011-04-20
svn path=/nixpkgs/trunk/; revision=26909