Commit graph

2269 commits

Author SHA1 Message Date
Michael Weiss 7d8351f4d7
libplacebo: 2.72.2 -> 3.104.0 2021-01-09 17:56:35 +01:00
Daniël de Kok 09c533a46e makemkv: 1.15.3 -> 1.15.4
Upstream changes:

* Improved hanbdling of disks with mastering errors.
* Seamless joining  of TrueHD streams with overlapping frames.
* Recognizes and converts double-track Dolby Vision MKV files.
* Internal improvements and bugfixes.
2021-01-08 20:38:01 +01:00
Fabian Möller d4e7efc115
openshot-qt: unbreak 2021-01-07 18:18:17 +01:00
Fabian Möller 02e8f39c2a
libopenshot: fix build with gcc10 2021-01-07 18:18:17 +01:00
Sandro Jäckel c3721dddab
gnomecast: Mark broken on darwin 2021-01-07 10:42:23 +01:00
Sandro Jäckel 899ab038d7
jellyfin-mpv-shim: Disable tests 2021-01-07 10:42:10 +01:00
Sandro Jäckel 6cbea2d0ee
mpc-qt: Mark broken on darwin 2021-01-07 10:42:07 +01:00
Sandro Jäckel 3567ff623f
plex-mpv-shim: Disable tests 2021-01-07 10:42:06 +01:00
Michael Hoang 31f9051cf6 treewide: stop maintaining most packages 2021-01-06 17:06:03 +11:00
Sandro 842500c35b
Merge pull request #108346 from suhr/droidcam
droidcam: init at 1.6
2021-01-06 01:16:13 +01:00
WORLDofPEACE 192325c47f
Merge pull request #108370 from cole-h/streamlink
streamlink: 1.5.0 -> 2.0.0, streamlink-twitch-gui-bin: 1.10.0 -> 1.11.0
2021-01-05 16:06:45 -05:00
Sandro 2fb357b692
Merge pull request #108412 from ryneeverett/tartube-2.3.042
tartube: 2.1.0 -> 2.3.042
2021-01-05 21:47:43 +01:00
Cole Helbling 6e53a6c293
streamlink-twitch-gui-bin: 1.10.0 -> 1.11.0 2021-01-05 12:45:51 -08:00
AndersonTorres 090980e83d qmplay2: 20.07.04 -> 20.12.16 2021-01-05 08:55:26 -03:00
ilmari-lauhakangas 5a92a9ce32
subtitleeditor: add more gst-plugins (#106076) 2021-01-04 18:52:55 +01:00
ryneeverett 905e3baa7e tartube: 2.1.0 -> 2.3.042
- Add new ffmpeg dependency.
- Update patch since gi was renamed pgi.
2021-01-04 17:47:43 +00:00
Сухарик 9c8de43f3c droidcam: init at 1.6 2021-01-04 14:59:26 +03:00
Cole Helbling 1dbc32c038
streamlink: 1.5.0 -> 2.0.0
https://github.com/streamlink/streamlink/releases/tag/2.0.0

https://github.com/streamlink/streamlink/compare/1.5.0...2.0.0
2021-01-03 22:00:01 -08:00
Christian Kögler 29b54e72b8 vdr: 2.4.4 -> 2.4.6 2020-12-28 22:45:00 +01:00
Milan Pässler a333985d59 libtorrentRasterbar: rename to libtorrent-rasterbar
This is done to match upstream naming:
https://github.com/NixOS/nixpkgs/pull/107194#issuecomment-748501379
2020-12-20 20:51:28 +01:00
Justin Humm e7525e2c7a
mapmap: build with libsForQt5 2020-12-12 18:53:54 +01:00
Thomas Tuegel e772531ce8
Merge pull request #104474 from doronbehar/pkg/qt515/qtwebkit
qt515.qtwebkit: unbreak
2020-12-11 05:43:59 -06:00
Sandro 6704a98ca2
Merge pull request #105741 from aanderse/kodi-python
kodi: accept plugins without extraRuntimeDependencies
2020-12-11 08:12:33 +01:00
Mario Rodas deada83a84
Merge pull request #106573 from r-ryantm/auto-update/go-chromecast
go-chromecast: 0.2.5 -> 0.2.6
2020-12-10 21:05:30 -05:00
R. RyanTM 8e3c875879 go-chromecast: 0.2.5 -> 0.2.6 2020-12-10 16:56:04 +00:00
Jörg Thalheim 3897fd61ea
bomi: remove 2020-12-10 16:25:23 +01:00
con-f-use 1596ce4859 mpv: umpv desktop file 2020-12-08 01:30:12 +01:00
Andreas Baldeau 6dc4c0000f mapmap: Fix startup issues and unbreak the derivation
* Apply patch from not yet merged upstream pull request to fix segfault
* Add wrapQtAppsHook to make it start again
* Mark as unbroken
2020-12-05 20:00:24 +01:00
Aaron Andersen 2c4d7f1342 kodi: accept plugins without extraRuntimeDependencies 2020-12-02 20:12:09 -05:00
R. RyanTM 087c22d8f5 clipgrab: 3.9.2 -> 3.9.5 2020-12-01 21:54:26 +00:00
Sandro fe936a911f
Merge pull request #105557 from r-ryantm/auto-update/shotcut
shotcut: 20.11.25 -> 20.11.28
2020-12-01 10:45:05 +01:00
R. RyanTM e1444660db shotcut: 20.11.25 -> 20.11.28 2020-12-01 08:48:45 +00:00
Anderson Torres 208d049eab
Merge pull request #105189 from AndersonTorres/wip-qmplay
QMPlay2: init at 20.07.04
2020-11-30 16:54:21 -03:00
zimbatm bbc9af1f0a
tree-wide: do not use pkgs.extend in nixpkgs
Each invocation of pkgs.extends adds 130MB of allocation to the hydra
evaluator. We are already struggling with the amount of memory nixpkgs
requires.

`pkgs.extend` is a useful escape-hatch, but should be not be used inside
of nixpkgs directly.
2020-11-30 14:24:40 +01:00
R. RyanTM cc8f3e9eac pitivi: 2020.09.1 -> 2020.09.2 2020-11-29 08:04:00 +00:00
AndersonTorres a843501673 QMPlay2: init at 20.07.04 2020-11-28 16:41:02 -03:00
Aaron Andersen 66ea689e1a kodiPlugins.inputstream-adaptive: 2.3.12 -> 2.4.6 2020-11-28 11:49:55 -05:00
Sandro 978f5704ff
Merge pull request #100779 from lukebfox/patch-1
mpvScripts.mpris: fix build
2020-11-27 13:19:07 +01:00
Frank Doepper 05440fda6f shotcut: use qt-5.15, rework
- use qt-5.15 for shotcut
- use qt mkDerivation for mlt/qt5
- use only mlt/qt5 for shotcut (libmlt -> mlt.dev)
- fix enabling ladspa (configure needs `which`), closes #47440
2020-11-26 21:35:14 +01:00
Frank Doepper 7ccd47f80e shotcut: 20.10.31 -> 20.11.25
- see https://github.com/mltframework/shotcut/releases
- reformat
- remove qtwebkit
- qtquickcontrols -> qtquickcontrols2
2020-11-26 11:09:38 +01:00
Anderson Torres f9677bad79
Merge pull request #104865 from berbiche/mpv-sixel
mpv: enable sixel support
2020-11-25 16:16:00 -03:00
Nicolas Berbiche 9c2351cf27
mpv: enable sixel support 2020-11-25 14:06:16 -05:00
Sandro Jäckel b48d71446a
mpc-qt: use fetchpatch instead of fetchurl 2020-11-25 18:01:25 +01:00
Anderson Torres db63be9c91
Merge pull request #104892 from SuperSandro2000/mpc-qt-fix
mpc-qt: Fix compilation failure due to mpv changes
2020-11-25 10:40:39 -03:00
Sandro Jäckel 7677449d51
mpc-qt: Fix compilation failure due to mpv changes 2020-11-25 13:41:12 +01:00
Kyle Lacy 9c03664e4b plex-media-player: remove myself as a maintainer 2020-11-24 21:12:06 -08:00
Anderson Torres f30a8774d9
Merge pull request #104716 from Ma27/bump-mpv
mpv: 0.32.0 -> 0.33.0
2020-11-24 12:59:30 -03:00
Michele Guerini Rocco 4f165c6d7d
Merge pull request #104746 from CertainLach/patch-1
mpv: fix vapoursynth path
2020-11-24 14:30:24 +01:00
Frank Doepper a21a641169 shotcut: fix melt path
closes #104666
2020-11-24 09:21:29 +01:00
Jörg Thalheim 4b610d814e
Merge pull request #99210 from schmittlauch/mplayer-v4l
mplayer: allow enabling v4l2 driver for e.g webcams
2020-11-24 08:24:34 +01:00