Commit graph

101 commits

Author SHA1 Message Date
wizardwatch 08c66abd89
mpd: 0.22.9 -> 0.22.10 (#132936)
bump mpd version
2021-08-07 08:48:29 +02:00
Ilan Joselevich 373e9efc26 mpd: 0.22.8 -> 0.22.9 2021-06-27 02:44:25 +03:00
AndersonTorres e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
fortuneteller2k 2af57b784f mpd: 0.22.6 -> 0.22.8 2021-06-04 22:37:27 +08:00
fortuneteller2k 966e16c005 mpd: 0.22.5 -> 0.22.6 2021-02-26 16:30:46 +08:00
R. RyanTM 9b4fa5a54b mpd: 0.22.4 -> 0.22.5 2021-02-17 09:41:21 +00:00
AndersonTorres f53698c8df mpd: mpd_clientlib -> libmpdclient 2021-02-12 08:28:36 -03:00
R. RyanTM 1554469f85 mpd: 0.22.3 -> 0.22.4 2021-01-30 16:28:46 +00:00
Ben Siraphob 872973d7d1 pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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-11 10:38:22 +01:00
Camille 05f93d4630
mpd-small: remove mad from features
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.
2021-01-02 16:23:23 +01:00
R. RyanTM 1e7c662e95 mpd: 0.22.2 -> 0.22.3 2020-11-19 01:23:19 +00:00
R. RyanTM 74dcd27d78 mpd: 0.22.1 -> 0.22.2 2020-11-03 07:55:26 +00:00
V 99fabc5779 mpd: remove unused fetchpatch argument
This argument is no longer referenced anywhere as of #93143.
2020-10-26 15:40:32 +00:00
Fabian Möller 40c9b2840b
mpd: fix build without documentation feature
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-22 12:55:25 +02:00
arcnmx e7e80d2571 mpd: 0.22 -> 0.22.1 2020-10-19 18:04:27 -07:00
Tobias Mayer 7c1ce3b1e6 mpd: 0.21.25 -> 0.22 2020-10-01 18:58:22 +03:00
Tobias Mayer 292c914f03
mpd: 0.21.23 -> 0.21.25 2020-07-14 21:58:16 +02:00
Doron Behar c611762dda mpd: Use latest ffmpeg 2020-07-03 10:59:11 +03:00
Doron Behar 01d4e2fe33 treewide: use ffmpeg_3 explicitly if not wanted otherwise
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-06-12 11:55:31 -07:00
Doron Behar 08bdd8bc43 mpd: Build and install docs and split outputs 2020-05-16 17:08:25 +03:00
Doron Behar 69aa4f3792 mpd: enable tests 2020-05-16 17:08:05 +03:00
Doron Behar ecdbbdf181 mpd: format inputs 2020-05-16 17:06:55 +03:00
Doron Behar 5a94a29eec mpd: use pkg-config instead of pkgconfig 2020-05-16 17:05:38 +03:00
R. RyanTM 4153b2be5c mpd: 0.21.21 -> 0.21.23 2020-05-05 20:30:24 -04:00
Emery Hemingway 14c9451a83 mpd: declare tests from nixosTests 2020-04-22 11:45:04 +05:30
R. RyanTM 099b56b239 mpd: 0.21.20 -> 0.21.21 2020-03-30 05:19:13 +00:00
Rok Garbas 6096d6b1ef mpd: fix homepage 2020-03-02 18:44:17 +01:00
R. RyanTM 4bd23a3abc mpd: 0.21.19 -> 0.21.20 2020-03-02 18:44:17 +01:00
R. RyanTM c01dc4087a mpd: 0.21.18 -> 0.21.19 2020-02-08 18:16:13 +00:00
R. RyanTM 93c885781a mpd: 0.21.17 -> 0.21.18 2020-01-07 04:13:33 +00:00
R. RyanTM d5cad6b539 mpd: 0.21.16 -> 0.21.17 2019-12-23 15:43:51 -08:00
Mario Rodas c7f85382f8 mpd: fix-build on darwin 2019-12-13 22:59:16 -08:00
Mateusz Kowalczyk 1451a52a38 Remove myself (fuuzetsu) from maintainer lists
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-12-05 16:29:48 +09:00
tobim 4a9d5493b7 mpd: 0.20.13 -> 0.21.16 (#57608)
* 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-11-13 15:38:46 +00:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Piotr Bogdan 92aba635d2 mpd: 0.20.21 -> 0.20.23
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-12-01 01:31:45 +00:00
Johannes Frankenau f0a354437b mpd: 0.20.20 -> 0.20.21 2018-08-20 14:06:27 +02:00
Uli Baum 6820e2f0dd mpd: don't use smbclient alias
didn't eval on Hydra as release.nix doesn't allow aliases, see #44299
Use samba instead.
2018-08-06 10:07:20 +02:00
xeji c9f3382a39
Merge pull request #43934 from jfrankenau/mpd-smb
mpd: add nfs and smb support
2018-08-03 21:59:30 +02:00
Johannes Frankenau b9234ea49c nixos/mpd: allow storage plugins in musicDirectory 2018-08-03 21:36:38 +02:00
Johannes Frankenau fbcc4daff7 mpd: add nfs and smb support 2018-07-21 22:32:20 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Franz Pletz 29da51c8e9
mpd: 0.20.18 -> 0.20.20 2018-07-15 21:41:46 +02:00
Franz Pletz ad52dee190
mpd: 0.20.15 -> 0.20.18 2018-03-05 15:49:26 +01:00
Franz Pletz b1a4e239db
mpd: 0.20.10 -> 0.20.15 2018-01-28 18:52:22 +01:00
Franz Pletz 4263f768c5
mpd: 0.20.9 -> 0.20.10 2017-10-02 20:26:28 +02:00
Silvan Mosberger f337be57ee
mpd: add lame support 2017-08-09 12:27:40 +02:00
Peter Hoeg c87f034977 mpd: 0.20.6 -> 0.20.9
Upstream has also moved to github.
2017-06-09 12:04:58 +08:00
Robin Gloster d6e2366b1c
mpd: fix i686-linux build
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-23 23:09:41 +01:00