about summary refs log tree commit diff
path: root/pkgs/servers/mpd
AgeCommit message (Collapse)AuthorFilesLines
2024-02-09ehmry: reduce maintainershipEmery Hemingway1-1/+1
2024-01-05libmpdclient: migrate to by-nameAnderson Torres1-30/+0
2024-01-05libmpdclient: 2.20 -> 2.21R. Ryantm1-2/+2
2023-12-22mpd: 0.23.14 -> 0.23.15R. Ryantm1-2/+2
2023-11-24treewide: add mainProgramh7x41-0/+1
2023-11-17treewide: s_targetPlatform_hostPlatform_ in non-compiler packagesAdam Joseph1-1/+1
stdenv.targetPlatform really shouldn't be used by software that doesn't generate or manipulate binaries. I reviewed all uses of targetPlatform outside of pkgs/development/compilers and pkgs/stdenv and replaced those which weren't involved in something which fits these criteria.
2023-10-22mpd: add soxr resampler supportDaniel Hill1-1/+2
2023-10-08mpd: 0.23.13 -> 0.23.14Naïm Favier1-11/+3
https://www.musicpd.org/news/2023/10/mpd-0-23-14-released/
2023-05-22mpd: 0.23.12 -> 0.23.13Naïm Favier1-3/+11
https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.13/NEWS
2023-04-29mpd: remove pipewire API workaroundGabriel Fontes1-3/+0
This is not needed anymore since 0.23.12, as mpd has updated to the new API changes
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2023-02-22treewide: use toString on list NIX_CFLAGS_COMPILEArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper
2023-01-29mpd: 0.23.11 -> 0.23.12R. Ryantm1-2/+2
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2023-01-15mpd: fix buildK9001-0/+3
2022-12-01mpd: 0.23.9 -> 0.23.11Adam Simpson1-2/+2
2022-09-08mpd: fix cross compileSandro Jäckel1-1/+3
2022-08-23mpd: 0.23.8 -> 0.23.9R. Ryantm1-2/+2
2022-08-03treewide: remove myself as maintainer from some pkgsFranz Pletz1-1/+1
Only packages I'm not able to maintain anymore as of today. Mostly because I'm haven't been using them in a while.
2022-07-23mpd: fix 0.23.8 on darwinYestin L. Harrison1-0/+6
- 0.23.8 includes https://github.com/MusicPlayerDaemon/MPD/commit/c975d8b94316c86bf5950ed3abeba394e1263677 - said change fixes deprecation warnings introduced in the 12.0 sdk, using definitions from the 12.0 sdk - nixpkgs uses 10.12 and 11.0, neither of which are the 12.0 sdk - this will gracefully degrade into a no-op when that changes
2022-07-16mpd: 0.23.7 -> 0.23.8Ilan Joselevich1-2/+2
2022-07-08mpd: 0.23.6 -> 0.23.7Martin Weinelt1-2/+2
https://musicpd.org/news/2022/05/mpd-0-23-7-released/
2022-05-17mpd: enable NFS support on DarwinPavel Borzenkov1-3/+3
mpd builds and works just fine with NFS on Darwin.
2022-03-18mpd: 0.23.5 -> 0.23.6R. Ryantm1-2/+2
2022-02-15mpd: fix build on x86_64-darwinRyan Burns1-0/+4
The darwin-specific AssertMacros header has some legacy macros with very generic names such as "check" which happen to conflict with mpd's headers. We can explicitly opt out of these macros - at some point in the future, they will not be defined by default. Also remove stdenv override, not needed now that x86_64-darwin uses LLVM 11
2022-01-25mpd: 0.23.4 -> 0.23.5Franz Pletz1-4/+4
2022-01-22mpd: remove unknown build optionsNaïm Favier1-2/+1
2021-12-10libmpdclient: 2.19 -> 2.20R. Ryantm1-2/+2
2021-11-17mpd: disable pipewire for all but linuxTobias Mayer1-1/+1
2021-11-17mpd: 0.23.2 -> 0.23.4Martin Weinelt1-2/+2
2021-10-24mpd: 0.22.11 -> 0.23.2, activate pipewirejoachimschmidt5571-4/+6
2021-10-10mpd: 0.22.10 -> 0.22.11Tobias Mayer1-2/+2
2021-08-07mpd: 0.22.9 -> 0.22.10 (#132936)wizardwatch1-2/+2
bump mpd version
2021-06-27mpd: 0.22.8 -> 0.22.9Ilan Joselevich1-2/+2
2021-06-10Change all alsaLib references to alsa-libAndersonTorres1-2/+2
2021-06-04mpd: 0.22.6 -> 0.22.8fortuneteller2k1-4/+6
2021-02-26mpd: 0.22.5 -> 0.22.6fortuneteller2k1-5/+3
2021-02-17mpd: 0.22.4 -> 0.22.5R. RyanTM1-2/+2
2021-02-12mpd: mpd_clientlib -> libmpdclientAndersonTorres1-2/+2
2021-02-10mpd_clientlib: rename to libmpdclientAndersonTorres1-5/+11
The name libmpdclient is the original name of the project, and it is the most used by other projects and package managers. Also, there is no reason why not to use the name libmpdclient.
2021-01-30mpd: 0.22.3 -> 0.22.4R. RyanTM1-2/+2
2021-01-15pkgs/servers: stdenv.lib -> libBen Siraphob2-2/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch2-4/+4
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
2021-01-02mpd-small: remove mad from featuresCamille1-1/+1
this feature already gets enabled when the environment is not darwin (see line 202), keeping it in the 'standard features' breaks the build for darwin currently.
2020-11-19mpd: 0.22.2 -> 0.22.3R. RyanTM1-2/+2
2020-11-03mpd: 0.22.1 -> 0.22.2R. RyanTM1-2/+2
2020-10-26mpd: remove unused fetchpatch argumentV1-1/+0
This argument is no longer referenced anywhere as of #93143.
2020-10-22mpd: fix build without documentation featureFabian Möller1-1/+2
The man pages are only generated when the `documentation` feature is activated (sphinx is found). Otherwise no files are installed in `$man` and the output is not created.
2020-10-19mpd: 0.22 -> 0.22.1arcnmx1-2/+2
2020-10-01mpd: 0.21.25 -> 0.22Tobias Mayer1-13/+17