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
R. RyanTM
50da2471c2
mpd_clientlib: 2.18 -> 2.19
2020-07-05 20:21:14 +05:30
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
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
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
5914398031
mpd_clientlib: 2.17 -> 2.18
2020-01-27 13:25:56 +01: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
R. RyanTM
2722a7e187
mpd_clientlib: 2.16 -> 2.17
2019-12-09 03:37:14 +01: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
R. RyanTM
45fcf07fcb
mpd_clientlib: 2.15 -> 2.16
...
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-10-14 07:28:33 -07:00
R. RyanTM
f23fab4708
mpd_clientlib: 2.14 -> 2.15 ( #46258 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
libmpdclient
2018-09-29 20:37:54 +02: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
Ryan Mulligan
7c3b57c7cd
mpd_clientlib: 2.13 -> 2.14
...
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-20 11:26:03 -07:00
Franz Pletz
ad52dee190
mpd: 0.20.15 -> 0.20.18
2018-03-05 15:49:26 +01:00
Vincent Laporte
1c04923d64
mpd_clientlib: fix dynamic library on darwin
2018-01-31 06:50:20 +00:00
Franz Pletz
b1a4e239db
mpd: 0.20.10 -> 0.20.15
2018-01-28 18:52:22 +01:00
Yegor Timoshenko
506c89c30a
maintainers: remove mornfall from packages
2018-01-17 05:17:33 +00:00
Franz Pletz
4263f768c5
mpd: 0.20.9 -> 0.20.10
2017-10-02 20:26:28 +02:00
Franz Pletz
a69aa46ad8
mpd_clientlib: 2.11 -> 2.13
2017-10-02 20:26:09 +02:00
Frederik Rietdijk
13bbaee21d
Merge pull request #27881 from mimadrid/fix/http-https
...
Update homepage attributes: http -> https
2017-08-13 21:53:20 +02:00
Silvan Mosberger
f337be57ee
mpd: add lame support
2017-08-09 12:27:40 +02:00
mimadrid
09e0cc7cc7
Update homepage attributes: http -> https
...
Homepage link "http://.../ " is a permanent redirect to "https://.../ " and should be updated
https://repology.org/repository/nix_stable/problems
2017-08-03 11:56:15 +02:00