about summary refs log tree commit diff
path: root/pkgs/misc/jackaudio
AgeCommit message (Collapse)AuthorFilesLines
2021-01-16pkgs/misc: pkgconfig -> pkg-configBen Siraphob2-4/+4
2021-01-16treewide: stdenv.lib -> libBen Siraphob2-5/+5
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-10-20jack2: 1.9.14 -> 1.9.16Bart Brouns1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly2-2/+2
2019-11-19jack2: 1.9.13 -> 1.9.14, fix build armworldofpeace1-5/+4
See: https://github.com/jackaudio/jack2/releases/tag/v1.9.14 Thanks for fedora working on python3 there and the arm patch 💖.
2019-11-16Treewide: fix URL permanent redirectsc0bw3b2-4/+4
Permanent redirects on homepages and/or source URLs as reported by Repology
2019-11-03jack2: 1.9.12 -> 1.9.13 (security)Robert Scott1-7/+2
addressing CVE-2019-13351 removing now-redundant patch fixing build on macos
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-03jack2: remove cf-privateDaiderd Jordan1-2/+2
2019-05-19jackaudio: restrict aften dependency to DarwinAndrew Childs1-4/+3
2019-04-29jackaudio: reenable on darwinMatthew Bauer2-62/+11
Apply patch to fix darwin build.
2019-04-26treewide: mark bad packagesMatthew Bauer1-0/+1
Some old stuff is known not to work.
2019-04-09waf: use wafConfigureFlags for waf flagsMatthew Bauer1-1/+1
This avoids the potential conflict between autoconf flags and the waf flags. There is some overlap between the two but waf errors when it doesn’t recognize the flag.
2019-01-26treewide: remove wkennington as maintainerJörg Thalheim2-4/+3
He prefers to contribute to his own nixpkgs fork triton. Since he is still marked as maintainer in many packages this leaves the wrong impression he still maintains those.
2018-11-13treewide: use wafHookMatthew Bauer1-23/+12
Replace "waf" phases with wafHook that manages everything automatically. Should make things more modular. Packages affected here are: - a2jmidid - ams-lv2 - ardour - fomp - guitarix - ingen - jalv - mda-lv2 - non - patchage - hamster-time-tracker - kupfer - xiphos - xfce4-dockbarx-plugin - xfce4-namebar-plugin - dropbox - clasp - aubio - liliv - lv2 - lvtk - ntk - raul - sratom - suil - ganv - ndn-cxx - ns3 - serd - sord - termbox - wxmupen64plus - jackaudio - pflask - blockhash - glmark2 - weighttp
2018-09-28treewide: Replace meta.available checks in `shouldUsePackages` copypastaTuomas Tynkkynen2-2/+2
This reverts commit 79d8353b5e4bb98f1b51ab32b9b26df81bb7e106. This sort of code breaks config.{allowBroken, allowUnsupportedSystem} = true by making them do unpredictable things.
2018-08-03treewide: Make more complicated configureFlags listsJohn Ericson1-3/+3
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+0
2018-03-16jack1: 0.124.1 -> 0.125.0Ryan Mulligan1-2/+2
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
2018-03-12Merge pull request #36885 from obsidiansystems/meta-host-prepareJohn Ericson2-2/+2
treewide: Prepare for #34444
2018-03-12treewide: Make `shouldUsePackages` copypasta use meta.availableJohn Ericson2-2/+2
The old way depended on old list-of-strings `meta.platforms`, and was not good for cross.
2018-03-08libjack2: remove clang patchDaiderd Jordan2-23/+1
/cc ZHF #36454
2018-01-05jackaudio: 1.9.11-RC1 -> 1.9.12Bart Brouns1-2/+2
2017-09-23libjack2: fix darwin buildDaiderd Jordan3-5/+94
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2-2/+2
* 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
2017-06-19jackaudio: 1.9.10 -> 1.9.11-RC1Bart Brouns3-118/+6
2017-02-26jack2-unstable: 2016-08-18 -> 2017-02-23Bart Brouns1-3/+3
2017-01-25libjack2: add patch to fix build with gcc6Robin Gloster1-8/+10
2016-11-07build jack unstable without profilingBart Brouns1-1/+0
2016-11-02libjack2Unstable: and remove the old fileFrederik Rietdijk1-79/+0
that I forgot to stage.
2016-11-02libjack2Unstable: fix evaluationFrederik Rietdijk1-0/+79
broken by f64933596c58329d59eae7485f4868b53955fc3a
2016-11-02libjack2-git: 2015-09-03 -> 2016-08-18Bart Brouns1-6/+6
2016-10-18jack2Full: use python2Frederik Rietdijk2-4/+4
2016-08-16Remove top-level dbus_python and pythonDBus.Frederik Rietdijk2-6/+8
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.
2016-07-07Build libjack2 for supercollider with same GCCMatthias Beyer1-2/+2
Also remove trailing whitespace
2015-12-03jackaudio: compile without profilingBart Brouns1-1/+0
2015-11-14Revert "Revert "Merge pull request #9543 from NixOS/staging.post-15.06""William A. Kennington III1-1/+2
This reverts commit 741bf840dad05cd1728481045466811ae8ae8281. This reverts the fallout from reverting the major changes.
2015-10-06Revert "Merge pull request #9543 from NixOS/staging.post-15.06"Eelco Dolstra1-2/+1
This reverts commit f61176c5396ed513f3d399f73f38ab78a066667f, reversing changes made to a27ca029ee2b39e04d7d2a516a7228f4b62067fb. Conflicts: pkgs/development/libraries/ncurses/default.nix
2015-10-02jack2: do not propagate uuidLuca Bruno1-2/+1
2015-10-02jackaudio: Add libuuid as propagatedBuildInputArnold Krille2-2/+4
The jack/jack.h includes uuid/uuid.h, therefox libuuid should be a propagated input for anything using jack.
2015-09-11add libjack2-gitAndrew Kelley1-0/+78
closes #9467
2015-09-03jack2: apply patch to fix build with gcc5Cillian de Róiste2-1/+29
2015-09-03Revert "jack2: 1.9.10 -> 2015-06-02"Cillian de Róiste1-3/+3
This reverts commit fd829968c7b6734e04d7c720d51a174b4e8a8412.
2015-06-22jack2: 1.9.10 -> 2015-06-02William A. Kennington III1-3/+3
2015-06-04Revert "Refactor mkFlag / shouldUsePkg into the nixpkgs libraries"Eelco Dolstra2-2/+4
This reverts commit 25a148fa196b944b3f134527da87e43d88c066f9.
2015-05-22Refactor mkFlag / shouldUsePkg into the nixpkgs librariesWilliam A. Kennington III2-4/+2
2015-05-03jack2: depend on libsndfileThomas Tuegel1-2/+2
2015-04-25jack2: RefactorWilliam A. Kennington III1-20/+53
2015-04-25jack1: RefactorWilliam A. Kennington III1-10/+19