about summary refs log tree commit diff
path: root/pkgs/misc/jackaudio
Commit message (Collapse)AuthorAge
* jackaudio: compile without profilingBart Brouns2015-12-03
|
* Revert "Revert "Merge pull request #9543 from NixOS/staging.post-15.06""William A. Kennington III2015-11-14
| | | | | | This reverts commit 741bf840dad05cd1728481045466811ae8ae8281. This reverts the fallout from reverting the major changes.
* Revert "Merge pull request #9543 from NixOS/staging.post-15.06"Eelco Dolstra2015-10-06
| | | | | | | | This reverts commit f61176c5396ed513f3d399f73f38ab78a066667f, reversing changes made to a27ca029ee2b39e04d7d2a516a7228f4b62067fb. Conflicts: pkgs/development/libraries/ncurses/default.nix
* jack2: do not propagate uuidLuca Bruno2015-10-02
|
* jackaudio: Add libuuid as propagatedBuildInputArnold Krille2015-10-02
| | | | The jack/jack.h includes uuid/uuid.h, therefox libuuid should be a propagated input for anything using jack.
* add libjack2-gitAndrew Kelley2015-09-11
| | | | closes #9467
* jack2: apply patch to fix build with gcc5Cillian de Róiste2015-09-03
|
* Revert "jack2: 1.9.10 -> 2015-06-02"Cillian de Róiste2015-09-03
| | | | This reverts commit fd829968c7b6734e04d7c720d51a174b4e8a8412.
* jack2: 1.9.10 -> 2015-06-02William A. Kennington III2015-06-22
|
* Revert "Refactor mkFlag / shouldUsePkg into the nixpkgs libraries"Eelco Dolstra2015-06-04
| | | | This reverts commit 25a148fa196b944b3f134527da87e43d88c066f9.
* Refactor mkFlag / shouldUsePkg into the nixpkgs librariesWilliam A. Kennington III2015-05-22
|
* jack2: depend on libsndfileThomas Tuegel2015-05-03
|
* jack2: RefactorWilliam A. Kennington III2015-04-25
|
* jack1: RefactorWilliam A. Kennington III2015-04-25
|
* update jack2 to version 1.9.10Cillian de Róiste2015-02-07
| | | | Copied from 8bae32afb58b2bd21, without the tags file
* 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
|
* jack1: update to version 0.124.1Bjørn Forsman2014-07-23
| | | | | The current source archive (v0.121.3) is no longer available, forcing an upgrade. Also, jack1 grew new dependencies: Berkley DB and libuuid.
* 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
* jackaudio/default.nix: Update to 1.9.9.5.Александр Цамутали2013-02-03
|
* jackaudio: Add extra download URL. Main site seems down.Rickard Nilsson2012-10-18
|
* Patch JACK to be compatible with the 2.1.0 release of ffadoCillian de Róiste2012-10-01
|
* It seems to get stuck on the line break so I'm putting it all on one line nowCillian de Roiste2012-04-08
| | | | svn path=/nixpkgs/trunk/; revision=33672
* Updating to 0.121.3, adding optional FireWire support and replacing ↵Cillian de Roiste2012-04-08
| | | | | | composableDerivation with mkDerivation svn path=/nixpkgs/trunk/; revision=33666
* Adding firewire supportCillian de Roiste2012-04-08
| | | | svn path=/nixpkgs/trunk/; revision=33665
* Update jackdbus to 1.9.8Cillian de Roiste2012-03-17
| | | | svn path=/nixpkgs/trunk/; revision=33218
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* Replacing JACK1 with JACK2 (also jackdbus instead of jackd), this works much ↵Cillian de Roiste2011-05-09
| | | | | | better for me svn path=/nixpkgs/trunk/; revision=27205
* Fixing the url for jackCillian de Roiste2011-04-23
| | | | svn path=/nixpkgs/trunk/; revision=26934
* Updating jack to version 0.120.1 (some newer applications e.g. Yoshimi ↵Cillian de Roiste2011-04-23
| | | | | | require a more recent version) svn path=/nixpkgs/trunk/; revision=26932
* * More cleanup.Eelco Dolstra2010-07-28
| | | | svn path=/nixpkgs/trunk/; revision=22798
* jackaudio: symlink pkg-config description to libMarc Weber2009-09-21
| | | | svn path=/nixpkgs/trunk/; revision=17321
* replacing applyAndFun by lib.defaultOverridableDelayableArgsMarc Weber2009-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | applyAndFun has a bug resulting in the same arg beeing added more than once when using a concatenating merge function for the attr set. I've tried giving the function a name "overridableDelayableArgs" which resembles its usage much more. important refactoring: applyAndFun had .fun and .funMerge only when passing the merge function lib.mergeOrApply composableDerivation { initial = { ... }; } to overridableDelayableArgs has always .replace and .merge composableDerivation {} { ... } svn path=/nixpkgs/trunk/; revision=14428
* removed mkDerivationByConfiguration, using composableDerivation insteadMarc Weber2008-12-20
| | | | | | qgis, vim_configurable both work now svn path=/nixpkgs/trunk/; revision=13661
* jackaudio connection kit (jackd) is backMarc Weber2008-08-18
| | | | svn path=/nixpkgs/trunk/; revision=12649
* * Added a telnet client.Eelco Dolstra2007-10-09
| | | | svn path=/nixpkgs/trunk/; revision=9431
* jack added - compiles - haven't done any testing yetMarc Weber2007-10-03
svn path=/nixpkgs/trunk/; revision=9403