about summary refs log tree commit diff
path: root/pkgs/applications/audio/mpc
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2023-08-04mpc-cli: set mainProgramSefa Eyeoglu1-0/+1
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-01-25Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt1-12/+31
2022-01-24mpc_cli: install shell completionsAndersonTorres1-2/+13
2022-01-24mpc_cli: put myself as new maintainerAndersonTorres1-11/+19
Also, a cosmetical reformat.
2022-01-23mpc_cli: add ncfavier as maintainerNaïm Favier1-1/+1
2022-01-22mpc_cli: fix build with meson 0.60Naïm Favier1-0/+9
Adds upstream patch from https://github.com/MusicPlayerDaemon/mpc/pull/76 to make the dependency on rsync optional.
2021-12-09mpc_cli: 0.33 -> 0.34R. Ryantm1-2/+2
2021-02-12mpc: mpd_clientlib -> libmpdclientAndersonTorres1-2/+11
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-1/+1
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-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-11-29mpc_cli: fix build on darwinMario Rodas1-2/+2
2019-11-28mpc_cli: 0.31 -> 0.33R. RyanTM1-2/+2
2019-11-13mpc: 0.28 -> 0.31Peter Hoeg1-6/+4
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-01-05treewide: homepage+src updates (found by repology, #33263)Samuel Dionne-Riel1-1/+1
2017-10-02mpd_clientlib: 2.11 -> 2.13Franz Pletz1-5/+0
2017-06-09mpc: 0.27 -> 0.28Peter Hoeg1-11/+16
Upstream has also moved to github
2015-07-20mpc: enable on darwinMichael Kuryshev1-5/+5
2015-06-10mpc: 0.26 -> 0.27koral1-2/+2
2015-01-27Remove executable bits from non-executable filesEelco Dolstra1-0/+0
2014-09-14Upgraded mpc to v0.26koral1-5/+5
Closes #4072 Signed-off-by: Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2014-01-25mpc: (mpd client) Update to 0.25.Petr Rockai1-4/+4
2013-09-23added maintainer and enabled dynamic loading of libDries Van Daele1-1/+2
2013-09-23add the mpc (mpd cli client) packageDries Van Daele1-0/+26