summary refs log tree commit diff
path: root/pkgs/applications/audio/pamixer/default.nix
Commit message (Collapse)AuthorAge
* pamixer: unstable-2021-03-29 -> 1.5Thiago Kenji Okada2021-10-04
|
* pamixer: install using MakefileThiago Kenji Okada2021-10-04
|
* pamixer: 1.4 -> unstable-2021-03-29Thiago Kenji Okada2021-10-01
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* small treewide: his -> theirs/itsProfpatsch2020-06-23
| | | | | | SJW brigade represent. ;) Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* pamixer: 1.3.1 -> 1.4Jonathan Ringer2019-08-14
|
* pamixer: apply a patch to fix pulseaudio initialization bugJan Malakhovski2018-03-09
|
* pamixer: 1.3 -> 1.3.1Ryan Mulligan2018-02-28
| | | | | | | | | | Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/8979bf7x9s5dk9la9j1lnnvc8s7dkxim-pamixer-1.3.1/bin/pamixer -h` got 0 exit code - ran `/nix/store/8979bf7x9s5dk9la9j1lnnvc8s7dkxim-pamixer-1.3.1/bin/pamixer --help` got 0 exit code - ran `/nix/store/8979bf7x9s5dk9la9j1lnnvc8s7dkxim-pamixer-1.3.1/bin/pamixer help` got 0 exit code - found 1.3.1 in filename of file in /nix/store/8979bf7x9s5dk9la9j1lnnvc8s7dkxim-pamixer-1.3.1
* Remove myself as maintainer.Christian Lask2016-11-03
|
* pamixer: 1.2.1 -> 1.3hiberno2015-08-06
|
* maintainers: change of nickname._11262015-06-01
|
* Use libpulseaudio instead of pulseaudioWilliam A. Kennington III2015-05-29
|
* pamixer: remove unzip dependencycodyopel2015-04-19
|
* pamixer: update to 1.2.1_11262015-04-13
| | | | This commit also switches from fetchgit to fetchurl.
* boost: Remove boost.libWilliam A. Kennington III2014-11-02
|
* boost: Update depdendent packagesWilliam A. Kennington III2014-09-21
|
* Fix many package descriptionsBjørn Forsman2014-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (My OCD kicked in today...) Remove repeated package names, capitalize first word, remove trailing periods and move overlong descriptions to longDescription. I also simplified some descriptions as well, when they were particularly long or technical, often based on Arch Linux' package descriptions. I've tried to stay away from generated expressions (and I think I succeeded). Some specifics worth mentioning: * cron, has "Vixie Cron" in its description. The "Vixie" part is not mentioned anywhere else. I kept it in a parenthesis at the end of the description. * ctags description started with "Exuberant Ctags ...", and the "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis at the end of description. * nix has the description "The Nix Deployment System". Since that doesn't really say much what it is/does (especially after removing the package name!), I changed that to "Powerful package manager that makes package management reliable and reproducible" (borrowed from nixos.org). * Tons of "GNU Foo, Foo is a [the important bits]" descriptions is changed to just [the important bits]. If the package name doesn't contain GNU I don't think it's needed to say it in the description either.
* Unbreak tarball jobBjørn Forsman2014-04-18
| | | | Fix undefined variable in pamixer.
* Adding pamixer._11262014-04-18