summary refs log tree commit diff
path: root/pkgs/misc/jackaudio
Commit message (Collapse)AuthorAge
* treewide: Replace meta.available checks in `shouldUsePackages` copypastaTuomas Tynkkynen2018-09-28
| | | | | | | This reverts commit 79d8353b5e4bb98f1b51ab32b9b26df81bb7e106. This sort of code breaks config.{allowBroken, allowUnsupportedSystem} = true by making them do unpredictable things.
* treewide: Make more complicated configureFlags listsJohn Ericson2018-08-03
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* jack1: 0.124.1 -> 0.125.0Ryan Mulligan2018-03-16
| | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - ran `/nix/store/h64aj4vry98w3pmdqbd1bqkhxnghbvgb-jack1-0.125.0/bin/jackd -V` and found version 0.125.0 - ran `/nix/store/h64aj4vry98w3pmdqbd1bqkhxnghbvgb-jack1-0.125.0/bin/jackd --version` and found version 0.125.0 - ran `/nix/store/h64aj4vry98w3pmdqbd1bqkhxnghbvgb-jack1-0.125.0/bin/jack_server_control -h` got 0 exit code - ran `/nix/store/h64aj4vry98w3pmdqbd1bqkhxnghbvgb-jack1-0.125.0/bin/jack_server_control -V` and found version 0.125.0 - ran `/nix/store/h64aj4vry98w3pmdqbd1bqkhxnghbvgb-jack1-0.125.0/bin/jack_server_control -v` and found version 0.125.0 - ran `/nix/store/h64aj4vry98w3pmdqbd1bqkhxnghbvgb-jack1-0.125.0/bin/jack_server_control -h` and found version 0.125.0 - ran `/nix/store/h64aj4vry98w3pmdqbd1bqkhxnghbvgb-jack1-0.125.0/bin/jack_midi_dump -h` got 0 exit code - found 0.125.0 with grep in /nix/store/h64aj4vry98w3pmdqbd1bqkhxnghbvgb-jack1-0.125.0 - directory tree listing: https://gist.github.com/359dc1584108a662b645c49abe027c95
* Merge pull request #36885 from obsidiansystems/meta-host-prepareJohn Ericson2018-03-12
|\ | | | | treewide: Prepare for #34444
| * treewide: Make `shouldUsePackages` copypasta use meta.availableJohn Ericson2018-03-12
| | | | | | | | | | The old way depended on old list-of-strings `meta.platforms`, and was not good for cross.
* | libjack2: remove clang patchDaiderd Jordan2018-03-08
|/ | | | /cc ZHF #36454
* jackaudio: 1.9.11-RC1 -> 1.9.12Bart Brouns2018-01-05
|
* libjack2: fix darwin buildDaiderd Jordan2017-09-23
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* jackaudio: 1.9.10 -> 1.9.11-RC1Bart Brouns2017-06-19
|
* jack2-unstable: 2016-08-18 -> 2017-02-23Bart Brouns2017-02-26
|
* libjack2: add patch to fix build with gcc6Robin Gloster2017-01-25
|
* build jack unstable without profilingBart Brouns2016-11-07
|
* libjack2Unstable: and remove the old fileFrederik Rietdijk2016-11-02
| | | | that I forgot to stage.
* libjack2Unstable: fix evaluationFrederik Rietdijk2016-11-02
| | | | broken by f64933596c58329d59eae7485f4868b53955fc3a
* libjack2-git: 2015-09-03 -> 2016-08-18Bart Brouns2016-11-02
|
* jack2Full: use python2Frederik Rietdijk2016-10-18
|
* Remove top-level dbus_python and pythonDBus.Frederik Rietdijk2016-08-16
| | | | | | | | | See #11567. Furthermore, it renames pythonPackages.dbus to pythonPackages.dbus- python as that's the name upstream uses. There is a small rebuild but I couldn't figure out the actual cause.
* Build libjack2 for supercollider with same GCCMatthias Beyer2016-07-07
| | | | Also remove trailing whitespace
* 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