278105 Commits

Author SHA1 Message Date
adisbladis
0213d5f933
Merge pull request #115779 from dotlambda/nixops-unbreak
nixops: unbreak
2021-03-11 14:16:07 +02:00
mitchmindtree
070334a512 ardour: clarify gpl2 license with gpl2Plus 2021-03-11 13:11:21 +01:00
Michael Weiss
938453eacd
Merge pull request #102225 from luc65r/fetchsrht
Add fetcher: fetchFromSourcehut
2021-03-11 12:51:13 +01:00
mitchmindtree
e14c97185f ardour: add a videoSupport option
This adds a `bool` option that, when set to `true`, enables video
timeline support for the Ardour DAW. This is commonly useful for
soundtrack composition, sound design for film, etc.

When enabled, `videoSupport` ensures that both `harvid` and `xjadeo` are
available to the `ardour6` exe via the PATH. `harvid` decodes the video
stream in real-time to produce still images (I think for thumbnail
support for the timeline?). `xjadeo` acts as a video monitoring window
that whose playback position is synchronised to the Ardour playhead.

`videoSupport` remains disabled by default, preserving the original
behaviour.

Video support can be added to ardour in your system or home
configuration package list with:

```
(ardour.override { videoSupport = true; })
```
2021-03-11 12:50:50 +01:00
mitchmindtree
a346a9faa4 xjadeo: init at 0.8.10
xjadeo is the X Jack Video Monitor.

Please refer to the meta attribute for more information on xjadeo.

This commit is part of a PR aimed at enabling video support in ardour.
2021-03-11 12:50:38 +01:00
mitchmindtree
450a1571e4 harvid: init at 0.8.3
harvid decodes still images from movie files and serves them via HTTP.
Please refer to the meta attribute for more information.

This commit is part of a PR aimed at enabling video support in ardour.
2021-03-11 12:49:14 +01:00
Sandro
5c529751e7
Merge pull request #115913 from jojosch/pystray-0.17.2
pythonPackages.pystray: 0.16.0 -> 0.17.2
2021-03-11 12:46:11 +01:00
Maximilian Bosch
7ecc3b0684
Merge pull request #115372 from BBBSnowball/pr-add-config-nextcloud-imagick
nixos/nextcloud: Conditionally enable ImageMagick PHP extension
2021-03-11 12:45:17 +01:00
Ben Siraphob
d3c32a980b noweb: fix cross-compilation 2021-03-11 18:45:03 +07:00
Sandro
ad47086dea
Merge pull request #115921 from lovesegfault/beets-fix-deps
beets: fix lyrics dependency
2021-03-11 12:43:50 +01:00
R. RyanTM
2476dace95 fio: 3.25 -> 3.26 2021-03-11 11:41:44 +00:00
Maximilian Bosch
69dc924f0a
evcxr: 0.7.0 -> 0.8.1
Release notes: https://github.com/google/evcxr/blob/v0.8.1/RELEASE_NOTES.md#version-081
2021-03-11 12:35:18 +01:00
Maximilian Bosch
b85ede80a1
Merge pull request #115891 from r-ryantm/auto-update/avidemux
avidemux: 2.7.6 -> 2.7.8
2021-03-11 12:23:31 +01:00
Bernardo Meurer
2a43b93fee
beets: fix lyrics dependency 2021-03-11 03:19:18 -08:00
Michael Weiss
dc8eacfba0
Merge pull request #114979 from primeos/chromium-pipewire-0.3
chromium: Switch from PipeWire 0.2 to the current 0.3.x releases
2021-03-11 11:30:13 +01:00
Michael Weiss
4ee208ecdc
Merge pull request #115781 from primeos/ungoogled-chromium
ungoogled-chromium: 88.0.4324.182 -> 89.0.4389.82
2021-03-11 11:28:36 +01:00
Louis Bettens
3175628b30
brave: 1.21.73 -> 1.21.74 (#115912)
Co-authored-by: R. RyanTM <ryantm-bot@ryantm.com>
2021-03-11 11:05:44 +01:00
Johannes Schleifenbaum
b1e85ff645
pythonPackages.pystray: 0.16.0 -> 0.17.2 2021-03-11 10:46:09 +01:00
R. RyanTM
1324625c74 eksctl: 0.39.0 -> 0.40.0 2021-03-11 09:14:26 +00:00
Lana Black
0bcaa16dd4 atom: Add global menu support 2021-03-11 08:51:54 +00:00
Robert Schütz
4770987f92 Revert "google-play-music-desktop-player: drop"
This reverts commit aef2a70f67a6b051eb20b87d58f22ecd6ba63925.
The package is still useful for YouTube Music.
2021-03-11 09:18:06 +01:00
R. RyanTM
fb42b9f4ed cargo-audit: 0.13.1 -> 0.14.0 2021-03-11 08:10:27 +00:00
Oleksii Filonenko
d211397507
Merge pull request #115790 from midchildan/fix/fselect-darwin
fselect: fix darwin build
2021-03-11 09:51:33 +02:00
Linus Heckemann
e3398fb2e9
Merge pull request #115801 from jonathan-teh/linux-kernel-nvme-mp
linux: enable NVMe Multipath
2021-03-11 08:49:47 +01:00
Ozan Sener
28c7e68e99 ocamlPackages.ppx_cstubs : Init at 0.6.1.1 2021-03-11 08:28:04 +01:00
Ozan Sener
806b9d0343 ocamlPackages.ppx_deriving : Add 5.2.1 2021-03-11 08:28:04 +01:00
Ozan Sener
65716fe501 ocamlPackages.ppxlib : Add 0.22.0 2021-03-11 08:28:04 +01:00
Vladyslav M
069819a1b5
Merge pull request #115854 from r-ryantm/auto-update/hcxtools
hcxtools: 6.1.5 -> 6.1.6
2021-03-11 09:23:17 +02:00
rnhmjoj
7962df46fe
nixos/privoxy: make certificate-directory optional
The tmpfiles.d rule should only be added if inspectHttps is enabled.
2021-03-11 08:17:50 +01:00
R. RyanTM
15256fb53f cbonsai: 1.0.0 -> 1.0.1 2021-03-11 06:51:43 +00:00
R. RyanTM
f711d82a1d cargo-criterion: 1.0.0 -> 1.0.1 2021-03-11 06:37:18 +00:00
R. RyanTM
215c9860e0 coolreader: 3.2.53 -> 3.2.55 2021-03-11 06:19:01 +00:00
github-actions[bot]
31dc9fe457
Merge master into staging-next 2021-03-11 06:18:03 +00:00
R. RyanTM
c9e45d7ce0 boca: 1.0.3 -> 1.0.4 2021-03-11 06:10:41 +00:00
R. RyanTM
efd3c20d7b _1password-gui: 0.9.26 -> 8.0.27 2021-03-11 05:37:16 +00:00
R. RyanTM
0184d1e4c7 avidemux: 2.7.6 -> 2.7.8 2021-03-11 05:14:43 +00:00
Dmitry Kalinkin
e641756799
Merge pull request #115882 from NixOS/musescore-darwin-remove-maintainer
musescore: remove darwin maintainer
2021-03-10 23:39:55 -05:00
R. RyanTM
fdf9455034 aws-c-event-stream: 0.2.6 -> 0.2.7 2021-03-11 04:28:21 +00:00
Mario Rodas
7008b7e015 rbw: remove pinentry substitution
Since rbw≥1.1.0 pinentry is configured trough `rbw config`.
2021-03-11 04:20:00 +00:00
Mario Rodas
a0d12a2669
Merge pull request #115848 from r-ryantm/auto-update/gping
gping: 1.2.0-post -> 1.2.1
2021-03-10 22:01:09 -05:00
Eric Bailey
8aec956f96
musescore: remove darwin maintainer 2021-03-10 21:00:12 -06:00
Mario Rodas
2bd8841801
Merge pull request #115853 from r-ryantm/auto-update/hcloud
hcloud: 1.20.0 -> 1.21.0
2021-03-10 21:59:37 -05:00
Mario Rodas
eb505d00f2
Merge pull request #115860 from r-ryantm/auto-update/iosevka-bin
iosevka-bin: 5.0.4 -> 5.0.5
2021-03-10 21:58:31 -05:00
Mario Rodas
a84b705505
Merge pull request #115861 from r-ryantm/auto-update/jackett
jackett: 0.17.617 -> 0.17.668
2021-03-10 21:57:48 -05:00
Mario Rodas
8ae612fffe
Merge pull request #115864 from r-ryantm/auto-update/jc
jc: 1.14.3 -> 1.14.4
2021-03-10 21:57:21 -05:00
Bryan Gardiner
d3ea5a7290
nixos/manual/writing-nixos-tests: document how to disable Black silently 2021-03-10 18:56:52 -08:00
Mario Rodas
138d07aa8c
Merge pull request #115874 from r-ryantm/auto-update/minio
minio: 2021-03-01T04-20-55Z -> 2021-03-10T05-11-33Z
2021-03-10 21:56:34 -05:00
Eric Bailey
9628427a85
m-cli: remove maintainer 2021-03-10 20:56:05 -06:00
R. RyanTM
638ba3eaa2 musescore: 3.6.1 -> 3.6.2 2021-03-11 02:56:02 +00:00
Mario Rodas
a6b4413268
Merge pull request #115876 from r-ryantm/auto-update/minio-client
minio-client: 2021-02-19T05-34-40Z -> 2021-03-10T05-59-20Z
2021-03-10 21:55:36 -05:00