Commit graph

133 commits

Author SHA1 Message Date
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Martin Weinelt cb2510eaa6
mopidy-tunein: 1.0.2 -> 1.1.0
https://github.com/kingosticks/mopidy-tunein/releases/tag/v1.1.0
2021-01-20 10:58:12 +01:00
Ben Siraphob badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
coolneng 80a22aa1e7
mopidy-youtube: 3.1 -> 3.2 2021-01-13 21:46:36 +01: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
Mario Rodas 32c3eeb897
Merge pull request #107084 from r-ryantm/auto-update/mopidy
mopidy: 3.0.2 -> 3.1.0
2021-01-06 18:03:56 -05:00
Mario Rodas d70b9c4c55
Merge pull request #106963 from r-ryantm/auto-update/mopidy-soundcloud
mopidy-soundcloud: 2.1.0 -> 3.0.1
2021-01-06 17:55:23 -05:00
Mario Rodas 92473bf94d mopidy-local: fix tests for Mopidy≥3.1.0 2021-01-06 17:46:45 -05:00
Mario Rodas b2859274ee mopidy: 3.1.0 -> 3.1.1 2021-01-06 17:41:04 -05:00
github-actions[bot] 8500f595a1
Merge master into staging-next 2021-01-01 06:22:40 +00:00
jakeisnt c3920418a5 mopidy-scrobbler: init at 2.0.1 2020-12-31 16:55:44 -08:00
jakeisnt 657c280e48 mopidy: sort package declarations 2020-12-31 16:55:34 -08:00
github-actions[bot] c86ce50258
Merge master into staging-next 2020-12-29 00:51:31 +00:00
Martin Weinelt 1c74abe555 mopidy-tunein: 1.0.0 -> 1.0.2 2020-12-28 20:54:30 +01:00
github-actions[bot] 309b7614e7
Merge staging-next into staging 2020-12-26 00:47:55 +00:00
Doron Behar e89ecac0a2
Merge pull request #103428 from Tomahna/mopidy
mopidy-iris: 3.50.0 -> 3.54.0
2020-12-25 22:38:51 +02:00
Gabriel Ebner c9161fb11a treewide: use GST_PLUGIN_SYSTEM_PATH_1_0 instead of GST_PLUGIN_SYSTEM_PATH
When GST_PLUGIN_SYSTEM_PATH_1_0 is set, gstreamer ignores
GST_PLUGIN_SYSTEM_PATH.
2020-12-24 10:34:30 +01:00
R. RyanTM 98a8c9f577 mopidy: 3.0.2 -> 3.1.0 2020-12-17 06:31:48 +00:00
Ruud van Asseldonk fa685262d0 mopidy-local: 3.1.1 -> 3.2.0 2020-12-16 18:21:59 +01:00
R. RyanTM f90eb9d1fc mopidy-soundcloud: 2.1.0 -> 3.0.1 2020-12-15 12:27:43 +00:00
R. RyanTM 31025b04d8
mopidy-musicbox-webclient: 2.4.0 -> 3.1.0 2020-11-27 00:33:26 +01:00
Kevin Rauscher 84dc7b87cd mopidy-iris: 3.50.0 -> 3.54.0 2020-11-11 11:08:56 +01:00
Ruud van Asseldonk b82ca4d2e1 mopidy-local-sqlite: remove
This plugin has been merged into the newer "mopidy-local" plugin which I
just added. "mopidy-local-images" and "mopidy-local-sqlite" were added
originally for Mopidy Iris, but Iris now works with mopidy-local, and
does not need the older ones any more.
2020-10-18 19:33:55 +02:00
Ruud van Asseldonk 79a823ceae mopidy-local-images: remove
This plugin has been merged into the newer "mopidy-local" plugin which I
just added. "mopidy-local-images" and "mopidy-local-sqlite" were added
originally for Mopidy Iris, but Iris now works with mopidy-local, and
does not need the older plugins any more.
2020-10-18 19:32:55 +02:00
Ruud van Asseldonk 7565d00a7c mopidy-local: init at 3.1.1
Mopidy-Local is the successor to Mopidy-Local-SQLite and
Mopidy-Local-Images, which are already packaged. I had to make
gobject-introspection a propagated build input, otherwise
Mopidy-Local can't import Mopidy.
2020-10-18 19:31:07 +02:00
Ben Siraphob 683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
Frederik Rietdijk b3aed163d5
Merge pull request #99709 from NixOS/staging-next
Staging next
2020-10-14 21:10:31 +02:00
Rok Garbas ccc4423b30
Merge pull request #78517 from r-ryantm/auto-update/mopidy-musicbox-webclient
mopidy-musicbox-webclient: 2.3.0 -> 2.4.0
2020-10-14 14:06:29 +02:00
Mario Rodas d568cc170a
Merge pull request #90063 from r-ryantm/auto-update/mopidy-mpris
mopidy-mpris: 3.0.1 -> 3.0.2
2020-10-03 23:13:01 -05:00
Frederik Rietdijk 31643e45ec mopidy-iris: use latest tornado 2020-08-29 14:33:52 +02:00
Frederik Rietdijk 7ff98bd03d mopidy: use latest tornado 2020-08-29 14:33:52 +02:00
Martin Weinelt e89ba5ac56
mopidy-tunein: init at 1.0.0 2020-08-01 22:43:24 +02:00
Ruud van Asseldonk d4b5915dd5 mopidy-youtube: 3.0 -> 3.1 2020-07-25 10:34:25 +02:00
R. RyanTM d4f3a40137 mopidy-iris: 3.49.0 -> 3.50.0 2020-07-05 18:11:22 +00:00
R. RyanTM 0b2f4fd3ec mopidy-mpris: 3.0.1 -> 3.0.2 2020-06-10 14:57:40 +00:00
Nick Hu bf0b10fbdd
Merge pull request #78361 from NickHu/mopidy
mopidy-mpris: init at 3.0.1  mopidy-somafm: init at 2.0.0  mopidy-youtube: 2.0.2 -> 3.0  mopidy-gmusic: 3.0.0 -> 4.0.0
2020-05-26 12:39:53 +01:00
R. RyanTM dc46f52f9b mopidy-iris: 3.47.0 -> 3.49.0 2020-05-22 07:33:01 +00:00
Nick Hu cf9ca59fbf
mopidy-youtube: 2.0.2 -> 3.0 2020-05-19 17:27:21 +01:00
Nick Hu 17f31102d7
mopidy-somafm: init at 2.0.0 2020-05-19 17:27:20 +01:00
Nick Hu 3967a244fc
mopidy-mpris: init at 3.0.1 2020-05-19 17:27:20 +01:00
Nick Hu 8465c5f220
mopidy-gmusic: 3.0.0 -> 4.0.0 2020-05-19 17:27:20 +01:00
R. RyanTM 7311e5ba39 mopidy-iris: 3.46.0 -> 3.47.0 2020-05-06 10:33:22 -07:00
adisbladis 5340ebe085
mopidy: Create a mopidyPackages set
This is to avoid mixing python versions in the same plugin closure.
2020-04-17 12:39:03 +01:00
adisbladis 83cb22963b
mopidy: Move mopidy default.nix to mopidy.nix
This is in anticipation of a mopidyPackages set
2020-04-17 12:39:03 +01:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM 9456168b59 mopidy: 3.0.1 -> 3.0.2 2020-04-06 07:14:47 +00:00
Kevin Rauscher 3d846aa29e mopidy-mpd: init at version 3.0.0 2020-03-18 11:54:08 -07:00
Kevin Rauscher b779f1b55c mopidy-iris: 3.45.1 -> 3.46.0 2020-03-17 21:02:17 +01:00
Kevin Rauscher 40b2619fef mopidy-iris: 3.44.0 -> 3.45.1 2020-02-24 13:59:32 +01:00
Kevin Rauscher 05b4fe20a7 mopidy: update to python3
mopidy: 2.3.1 -> 3.0.1
mopidy-iris: 3.43.0 -> 3.44.0
mopidy-spotify: 3.1.0 -> 4.0.1
pykka: 1.2.0 -> 2.0.1
2020-02-10 09:53:13 +01:00