about summary refs log tree commit diff
path: root/pkgs/applications/audio/pulseeffects
AgeCommit message (Collapse)AuthorFilesLines
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-4/+4
2021-01-11pulseeffects: 4.8.3 -> 4.8.4David Birks1-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-12-07pulseeffects: 4.8.2 -> 4.8.3Jan Tojnar1-2/+4
https://github.com/wwmm/pulseeffects/compare/v4.8.2...v4.8.3
2020-11-04pulseeffects: 4.8.1 -> 4.8.2R. RyanTM1-2/+2
2020-09-19pulseeffects: 4.8.0 -> 4.8.1Jonathan Ringer1-2/+2
2020-08-19pulseeffects: 4.7.3 → 4.8.0Jan Tojnar1-4/+2
https://github.com/wwmm/pulseeffects/compare/v4.7.3...v4.8.0
2020-07-06pulseeffects: 4.7.2 -> 4.7.3R. RyanTM1-2/+2
2020-04-27pulseeffects: fix buildJan Tojnar1-0/+5
Meson 0.54 is no longer able to find Boost: See https://github.com/NixOS/nixpkgs/issues/86131
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-04-03pulseeffects: 4.7.1 -> 4.7.2Matthias Beyer1-2/+2
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-02-09pulseeffects: 4.7.0 -> 4.7.1R. RyanTM1-2/+2
2020-01-06pulseeffects: 4.6.9 -> 4.7.0R. RyanTM1-2/+2
2019-12-08pulseeffects: 4.6.8 -> 4.6.9R. RyanTM1-2/+2
2019-09-29Merge staging into staging-nextFrederik Rietdijk1-2/+0
2019-09-27pulseeffects: 4.6.6 -> 4.6.8R. 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/pulseeffects/versions
2019-09-18treewide: drop adding hicolor-icon-theme where possibleworldofpeace1-2/+0
This was either for the setup-hook to remove caches or added even though the respective icon theme propagated it.
2019-08-20pulseeffects: 4.6.5 -> 4.6.6R. 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/pulseeffects/versions
2019-07-02pulseeffects: 4.6.3 -> 4.6.5R. 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/pulseeffects/versions
2019-06-17pulseeffects: 4.6.2 -> 4.6.3R. 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/pulseeffects/versions
2019-06-02pulseeffects: 4.6.0 -> 4.6.2R. 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/pulseeffects/versions
2019-05-02pulseeffects: Disable for aarch64-linuxSilvan Mosberger1-0/+1
Never succeeded, platform is not supported by pulseeffects
2019-05-01pulseeffects: 4.5.9 -> 4.6.0R. 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/pulseeffects/versions
2019-04-15pulseeffects: 4.5.5 -> 4.5.9R. 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/pulseeffects/versions
2019-03-06pulseeffects: 4.4.7 → 4.5.5Jan Tojnar1-4/+4
https://github.com/wwmm/pulseeffects/blob/v4.5.5/CHANGELOG.md#455
2019-01-28pulseeffects: 4.4.6 -> 4.4.7Jan Tojnar1-2/+4
2019-01-14pulseeffects: 4.4.5 → 4.4.6Jan Tojnar1-2/+2
2019-01-04pulseeffects: 4.4.4 → 4.4.5Jan Tojnar1-2/+2
Fixes crash on my crappy set-up.
2019-01-03pulseeffects: 4.4.1 → 4.4.4Jan Tojnar1-5/+5
- Now depends on libdbus for RealtimeKit. - No longer needs to add custom GStreamer plug-in path to environment variable: https://github.com/wwmm/pulseeffects/commit/4410f1ffc15e16ab7a002e3e86e91eaa26f83e5c
2018-12-14pulseeffects: 4.4.0 -> 4.4.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/pulseeffects/versions
2018-11-18pulseeffects: 4.3.9 -> 4.4.0R. 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/pulseeffects/versions
2018-10-26pulseeffects: 4.3.7 -> 4.3.9R. 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/pulseeffects/versions
2018-10-03pulseeffects: 4.3.5 -> 4.3.7R. 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/pulseeffects/versions
2018-09-20pulseeffects: 4.3.4 -> 4.3.5R. 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/pulseeffects/versions
2018-09-04pulseeffects: add python3 for install scriptJan Tojnar1-0/+2
Meson no longer propagates it so we need to re-add it.
2018-09-01pulseeffects: 4.3.3 → 4.3.4Jan Tojnar1-2/+2
2018-08-31pulseeffects: 4.3.1 → 4.3.3Jan Tojnar1-2/+2
2018-08-30pulseeffects: 4.2.8 -> 4.3.1R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from pulseeffects
2018-08-16pulseeffects: 4.2.6 → 4.2.8Jan Tojnar1-2/+2
2018-08-16Merge pull request #43633 from jfrankenau/fix-icon-cacheJan Tojnar1-0/+2
pulseeffects, lightdm-gtk-greeter, gxmessage, viking: depend on hicolor-icon-theme
2018-08-12pulseeffects: 4.2.3 → 4.2.6Jan Tojnar1-2/+2
2018-07-31pulseeffects: 4.1.7 → 4.2.3Jan Tojnar1-2/+6
2018-07-16pulseeffects: depend on hicolor-icon-themeJohannes Frankenau1-0/+2
This avoids conflicts on `share/icons/hicolor/icon-theme.cache`.
2018-07-15pulseeffects: 4.1.6 → 4.1.7Jan Tojnar1-2/+2
2018-07-15pulseeffects: 4.1.5 → 4.1.6Jan Tojnar1-2/+4
2018-07-14pulseeffects: 4.1.3 → 4.1.5Jan Tojnar1-2/+11
2018-07-10pulseeffects: init at 4.1.3Jan Tojnar1-0/+90