summary refs log tree commit diff
path: root/pkgs/tools/audio/playerctl
Commit message (Collapse)AuthorAge
* playerctl: 2.3.1 -> 2.4.1R. RyanTM2021-09-23
|
* pkgs/tools: pkgconfig -> pkg-config (2)Ben Siraphob2021-01-17
|
* 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
* playerctl: 2.2.1 -> 2.3.1R. RyanTM2020-12-03
|
* playerctl: 2.1.1 -> 2.2.1R. RyanTM2020-08-11
|
* playerctl: enable bash completionsNicolas Berbiche2020-06-12
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* playerctl: 2.0.2 -> 2.1.1R. RyanTM2020-02-06
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* playerctl: 2.0.1 -> 2.0.2R. RyanTM2019-04-02
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/playerctl/versions
* playerctl: mark as broken on darwinworldofpeace2018-12-18
| | | | | | Build fails with: ../playerctl/playerctl-player.c:274:19: error: use of undeclared identifier 'CLOCK_MONOTONIC' clock_gettime(CLOCK_MONOTONIC, &player->priv->cached_position_monotonic);
* playerctl: enable gtk-doc generationworldofpeace2018-12-18
|
* playerctl: 0.6.1 -> 2.0.1R. RyanTM2018-12-14
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/playerctl/versions
* gobject-introspection: rename packageJan Tojnar2018-12-02
| | | | camelCase package name was a huge inconsistency in GNOME package set.
* playerctl: switch to meson and fix buildTor Hedin Brønner2018-11-30
|
* playerctl: 0.6.0 -> 0.6.1R. RyanTM2018-07-18
| | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/playerctl/versions.
* playerctl: 0.5.0 -> 0.6.0R. RyanTM2018-04-20
| | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/playerctl/versions. These checks were done: - built on NixOS - ran ‘/nix/store/p0qhcjwl78w4rwdqwkh7zzifpc2v60p3-playerctl-0.6.0/bin/playerctl -h’ got 0 exit code - ran ‘/nix/store/p0qhcjwl78w4rwdqwkh7zzifpc2v60p3-playerctl-0.6.0/bin/playerctl --help’ got 0 exit code - ran ‘/nix/store/p0qhcjwl78w4rwdqwkh7zzifpc2v60p3-playerctl-0.6.0/bin/playerctl -v’ and found version 0.6.0 - ran ‘/nix/store/p0qhcjwl78w4rwdqwkh7zzifpc2v60p3-playerctl-0.6.0/bin/playerctl --version’ and found version 0.6.0 - found 0.6.0 with grep in /nix/store/p0qhcjwl78w4rwdqwkh7zzifpc2v60p3-playerctl-0.6.0 - directory tree listing: https://gist.github.com/0d015359b346703f7434ab698e4ad496
* treewide: Manual fix more pkg-config build-inputsJohn Ericson2017-09-21
|
* treewide: explicitly specify gtk and related package versionsKirill Boltaev2016-09-12
|
* playerctl: 0.4.2 -> 0.5.0Micxjo Funkcio2016-04-04
|
* playerctl: init at 0.4.2Brian McKenna2016-02-22