about summary refs log tree commit diff
path: root/pkgs/applications/audio/cava
AgeCommit message (Collapse)AuthorFilesLines
2024-05-15cava: 0.10.1 -> 0.10.2R. Ryantm1-2/+2
2024-02-03cava: 0.10.0 -> 0.10.1R. Ryantm1-2/+2
2024-01-09cava: 0.9.1 -> 0.10.0R. Ryantm1-2/+2
2023-09-12cava: enable pipewire support by defaultJacob Moody1-1/+1
2023-09-07cava: add SDL, libGL, and pipewire libs during build and autoconf archive ↵Arjun314151-1/+11
for opengl detection
2023-08-25cava: add SDL2 library during buildArjun314151-1/+3
cava 0.9.1 now supports SDL2 output
2023-08-17cava: 0.9.0 -> 0.9.1hulr1-10/+26
https://github.com/karlstav/cava/releases/tag/0.9.1
2023-08-13cava: 0.8.3 -> 0.9.0R. Ryantm1-2/+2
2023-08-04treewide: add meta.mainProgram to audioAustin Horstman1-0/+1
2022-11-17cava: 0.8.2 -> 0.8.3R. Ryantm1-2/+2
2022-10-31cava: 0.7.4 -> 0.8.2Julius Marozas1-10/+4
2021-06-10Change all alsaLib references to alsa-libAndersonTorres1-2/+2
2021-05-20cava: 0.7.3 -> 0.7.4R. RyanTM1-2/+2
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-17cava: 0.7.2 -> 0.7.3R. RyanTM1-2/+2
2020-07-31cava: 0.7.1 -> 0.7.2R. RyanTM1-2/+2
2020-06-26cava: 0.6.1 -> 0.7.1R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-05-12cava: 0.6.0 -> 0.6.1R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/cava/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 0.6.1 with grep in /nix/store/vgyd88qajn21azx58dlgz6yqkkxdrjg2-cava-0.6.1 - directory tree listing: https://gist.github.com/53f8a5084fe5a35d7a946122d848491f
2018-01-20cava: 0.4.2 -> 0.6.0Ryan Mulligan1-3/+5
2016-10-05cava: 0.4.1 -> 0.4.2Andrew Abbott1-2/+2
2016-05-11cava: update to 0.4.1Andrew Abbott1-10/+20
2015-11-17Replace 'with plaforms; platform' with 'platforms.platform'Pascal Wittmann1-1/+1
2014-12-12Add cava, console-based Audio Visualizer for AlsaJaka Hudoklin1-0/+26