summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/jackaudio
AgeCommit message (Collapse)Author
2022-05-30treewide: mark broken for darwinRick van Schijndel
2022-04-10jackaudio: remove unneeded PKGCONFIG variableRick van Schijndel
Not needed anymore after setting this correctly in the wafHook.
2021-10-03jackaudio: 1.9.17 -> 1.9.19Bart Brouns
2021-06-10Change all alsaLib references to alsa-libAndersonTorres
2021-04-02lib.meta: introduce `availableOn`oxalica
2021-02-08libjack2: fix crossAlyssa Ross
Always defaults to unprefixed pkg-config, even when cross-compiling. Fixes: https://github.com/NixOS/nixpkgs/issues/96548
2021-01-22libjack2: 1.9.16 -> 1.9.17R. RyanTM
2021-01-16pkgs/misc: pkgconfig -> pkg-configBen Siraphob
2021-01-16treewide: stdenv.lib -> libBen Siraphob
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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 Brouns
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-11-19jack2: 1.9.13 -> 1.9.14, fix build armworldofpeace
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 redirectsc0bw3b
Permanent redirects on homepages and/or source URLs as reported by Repology
2019-11-03jack2: 1.9.12 -> 1.9.13 (security)Robert Scott
addressing CVE-2019-13351 removing now-redundant patch fixing build on macos
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-03jack2: remove cf-privateDaiderd Jordan
2019-05-19jackaudio: restrict aften dependency to DarwinAndrew Childs
2019-04-29jackaudio: reenable on darwinMatthew Bauer
Apply patch to fix darwin build.
2019-04-26treewide: mark bad packagesMatthew Bauer
Some old stuff is known not to work.
2019-04-09waf: use wafConfigureFlags for waf flagsMatthew Bauer
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 Thalheim
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 Bauer
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 Tynkkynen
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 Ericson
2018-07-21pkgs/*: remove unreferenced function argumentsvolth
2018-03-16jack1: 0.124.1 -> 0.125.0Ryan Mulligan
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 Ericson
treewide: Prepare for #34444
2018-03-12treewide: Make `shouldUsePackages` copypasta use meta.availableJohn Ericson
The old way depended on old list-of-strings `meta.platforms`, and was not good for cross.
2018-03-08libjack2: remove clang patchDaiderd Jordan
/cc ZHF #36454
2018-01-05jackaudio: 1.9.11-RC1 -> 1.9.12Bart Brouns
2017-09-23libjack2: fix darwin buildDaiderd Jordan
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger
* 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 Brouns
2017-02-26jack2-unstable: 2016-08-18 -> 2017-02-23Bart Brouns
2017-01-25libjack2: add patch to fix build with gcc6Robin Gloster
2016-11-07build jack unstable without profilingBart Brouns
2016-11-02libjack2Unstable: and remove the old fileFrederik Rietdijk
that I forgot to stage.
2016-11-02libjack2Unstable: fix evaluationFrederik Rietdijk
broken by f64933596c58329d59eae7485f4868b53955fc3a
2016-11-02libjack2-git: 2015-09-03 -> 2016-08-18Bart Brouns
2016-10-18jack2Full: use python2Frederik Rietdijk
2016-08-16Remove top-level dbus_python and pythonDBus.Frederik Rietdijk
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 Beyer
Also remove trailing whitespace
2015-12-03jackaudio: compile without profilingBart Brouns
2015-11-14Revert "Revert "Merge pull request #9543 from NixOS/staging.post-15.06""William A. Kennington III
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 Dolstra
This reverts commit f61176c5396ed513f3d399f73f38ab78a066667f, reversing changes made to a27ca029ee2b39e04d7d2a516a7228f4b62067fb. Conflicts: pkgs/development/libraries/ncurses/default.nix
2015-10-02jack2: do not propagate uuidLuca Bruno
2015-10-02jackaudio: Add libuuid as propagatedBuildInputArnold Krille
The jack/jack.h includes uuid/uuid.h, therefox libuuid should be a propagated input for anything using jack.
2015-09-11add libjack2-gitAndrew Kelley
closes #9467
2015-09-03jack2: apply patch to fix build with gcc5Cillian de Róiste