about summary refs log tree commit diff
path: root/pkgs/servers/mpd
AgeCommit message (Collapse)AuthorFilesLines
2020-10-01mpd: 0.21.25 -> 0.22Tobias Mayer1-13/+17
2020-07-14mpd: 0.21.23 -> 0.21.25Tobias Mayer1-16/+2
2020-07-05mpd_clientlib: 2.18 -> 2.19R. RyanTM1-2/+2
2020-07-03mpd: Use latest ffmpegDoron Behar1-2/+2
2020-06-12treewide: use ffmpeg_3 explicitly if not wanted otherwiseDoron Behar1-2/+2
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that used `ffmpeg` without requiring a specific version now use ffmpeg_3 explicitly so they shouldn't change.
2020-05-16mpd: Build and install docs and split outputsDoron Behar1-0/+10
2020-05-16mpd: enable testsDoron Behar1-2/+35
2020-05-16mpd: format inputsDoron Behar1-2/+9
2020-05-16mpd: use pkg-config instead of pkgconfigDoron Behar1-2/+2
2020-05-05mpd: 0.21.21 -> 0.21.23R. RyanTM1-2/+2
2020-04-22mpd: declare tests from nixosTestsEmery Hemingway1-0/+3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-30mpd: 0.21.20 -> 0.21.21R. RyanTM1-2/+2
2020-03-02mpd: fix homepageRok Garbas1-1/+1
2020-03-02mpd: 0.21.19 -> 0.21.20R. RyanTM1-3/+3
2020-02-08mpd: 0.21.18 -> 0.21.19R. RyanTM1-2/+2
2020-01-27mpd_clientlib: 2.17 -> 2.18R. RyanTM1-2/+2
2020-01-07mpd: 0.21.17 -> 0.21.18R. RyanTM1-2/+2
2019-12-23mpd: 0.21.16 -> 0.21.17R. RyanTM1-2/+2
2019-12-13mpd: fix-build on darwinMario Rodas1-2/+2
2019-12-09mpd_clientlib: 2.16 -> 2.17R. RyanTM1-2/+2
2019-12-05Remove myself (fuuzetsu) from maintainer listsMateusz Kowalczyk1-1/+1
I haven't been doing any maintenance for a long time now and not only do I get notified, it also creates a fake impression that all these packages had at least one maintainer when in practice they had none.
2019-11-13mpd: 0.20.13 -> 0.21.16 (#57608)tobim1-134/+148
* Refactor mpd * mpd: 0.20.13 -> 0.21.5 Switch to meson based build, following upstream. * Fix mpd on darwin * mpd: 0.21.5 -> 0.21.6 * mpd-small: init add 0.21.6 * Update to 0.21.8 & fix ouput path Also use pname instead of name. * Update to 0.21.9 * Integrate review suggestions - Expose run function as mpdWithFeatures. - Throw on invalid feature requests. - Drop major/minor version variables. - Cosmetic improvements. * Update to 0.21.10 * mpd: 0.21.10 -> 0.21.11 * mpd: 0.21.11 -> 0.21.12 * mpd: log to journal * mpd: 0.21.12 -> 0.21.14 * mpd: add tobim to maintainers * mpd: reenable syslog support * mpd: 0.21.14 -> 0.21.15 * mpd: 0.21.15 -> 0.21.16
2019-08-15treewide: name -> pname (easy cases) (#66585)volth2-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-12-01mpd: 0.20.21 -> 0.20.23Piotr Bogdan1-2/+2
https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.20.23/NEWS Includes a fix for the build failure: https://hydra.nixos.org/build/85119443/nixlog/1
2018-10-14mpd_clientlib: 2.15 -> 2.16R. 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/libmpdclient/versions
2018-09-29mpd_clientlib: 2.14 -> 2.15 (#46258)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from libmpdclient
2018-08-20mpd: 0.20.20 -> 0.20.21Johannes Frankenau1-2/+2
2018-08-06mpd: don't use smbclient aliasUli Baum1-2/+2
didn't eval on Hydra as release.nix doesn't allow aliases, see #44299 Use samba instead.
2018-08-03Merge pull request #43934 from jfrankenau/mpd-smbxeji1-1/+7
mpd: add nfs and smb support
2018-08-03nixos/mpd: allow storage plugins in musicDirectoryJohannes Frankenau1-4/+4
2018-07-21mpd: add nfs and smb supportJohannes Frankenau1-1/+7
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-07-15mpd: 0.20.18 -> 0.20.20Franz Pletz1-2/+2
2018-03-20mpd_clientlib: 2.13 -> 2.14Ryan Mulligan1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 2.14 with grep in /nix/store/8q00s6prlgljs1imp7r40rq3jyafzlhc-libmpdclient-2.14 - found 2.14 in filename of file in /nix/store/8q00s6prlgljs1imp7r40rq3jyafzlhc-libmpdclient-2.14 - directory tree listing: https://gist.github.com/acd3295fdde722768ff964a7284a00c4
2018-03-05mpd: 0.20.15 -> 0.20.18Franz Pletz1-2/+2
2018-01-31mpd_clientlib: fix dynamic library on darwinVincent Laporte1-2/+3
2018-01-28mpd: 0.20.10 -> 0.20.15Franz Pletz1-2/+2
2018-01-17maintainers: remove mornfall from packagesYegor Timoshenko1-1/+1
2017-10-02mpd: 0.20.9 -> 0.20.10Franz Pletz1-2/+2
2017-10-02mpd_clientlib: 2.11 -> 2.13Franz Pletz1-11/+4
2017-08-13Merge pull request #27881 from mimadrid/fix/http-httpsFrederik Rietdijk1-1/+1
Update homepage attributes: http -> https
2017-08-09mpd: add lame supportSilvan Mosberger1-0/+3
2017-08-03Update homepage attributes: http -> httpsmimadrid1-1/+1
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
2017-06-09mpd_clientlib: 2.10 -> 2.11Peter Hoeg1-6/+10
Upstream has moved to github as well.
2017-06-09mpd: 0.20.6 -> 0.20.9Peter Hoeg1-7/+15
Upstream has also moved to github.
2017-03-23mpd: fix i686-linux buildRobin Gloster2-1/+15
See upstream https://github.com/MaxKellermann/MPD/pull/24, not clear if this will be merged upstream as the author has been quite uncooperative. Github patch URL (https://github.com/MaxKellermann/MPD/pull/24.patch) sadly does not work for this.
2017-03-15mpd: 0.20.5 -> 0.20.6Jörg Thalheim2-18/+2
2017-02-25mpd: 0.20.4 -> 0.20.5Franz Pletz1-2/+2
Fixes buffer overflows and a memleak.
2017-02-18mpd: add avahi zeroconf supportProfpatsch1-0/+6