Mats
c9793345dd
jellyfin-mpv-shim: 2.4.2 -> 2.5.0
2023-02-26 19:34:43 +01:00
Weijia Wang
f3d4546227
Merge pull request #216936 from r-ryantm/auto-update/kodiPackages.arteplussept
...
kodiPackages.arteplussept: 1.1.1 -> 1.1.8
2023-02-24 20:55:18 +02:00
Weijia Wang
b4ffd26cdc
Merge pull request #218051 from wegank/arteplussept-homepage
...
kodiPackages.arteplussept: update homepage
2023-02-24 20:49:20 +02:00
Weijia Wang
21299ca839
Merge pull request #216765 from r-ryantm/auto-update/jellyfin-mpv-shim
...
jellyfin-mpv-shim: 2.3.1 -> 2.4.2
2023-02-24 19:56:14 +02:00
Weijia Wang
fb580219d6
kodiPackages.arteplussept: update homepage
2023-02-24 19:21:20 +02:00
R. Ryantm
d680ff6cb9
kodiPackages.arteplussept: 1.1.1 -> 1.1.8
2023-02-24 06:43:30 +00:00
Artturin
f9fdf2d402
treewide: move NIX_CFLAGS_COMPILE to the env attrset
...
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Artturin
6f6cc4a22d
treewide: use toString on list NIX_CFLAGS_COMPILE
...
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-22 21:23:04 +02:00
snicket2100
e44a34a0f6
kaffeine: enable v4l support ( #180963 )
...
for libdvbv5, enables the "Digital TV" feature
2023-02-22 10:18:54 +01:00
Weijia Wang
f1e8a7e249
Merge pull request #217387 from r-ryantm/auto-update/ani-cli
...
ani-cli: 4.0 -> 4.1
2023-02-21 17:00:46 +02:00
Nick Cao
ed275636b7
Merge pull request #217272 from DeeUnderscore/update/streamlink-5.3.0
...
streamlink: 5.2.1 -> 5.3.0
2023-02-21 08:58:36 +08:00
R. Ryantm
3ddc7b5501
ani-cli: 4.0 -> 4.1
2023-02-20 23:54:37 +00:00
Jörg Thalheim
a891613ead
Merge pull request #217227 from mothsART/feature/replace_http_by_https__second_pass
...
treewide: replace http by https when https is a permanent redirection
2023-02-20 21:33:05 +01:00
D Anzorge
50bfecb5bc
streamlink: 5.2.1 -> 5.3.0
...
https://github.com/streamlink/streamlink/releases/tag/5.3.0
2023-02-20 05:09:36 +01:00
Ferry Jérémie
bfac2d0034
treewide:replace http by https when https is a permanent redirection
2023-02-19 21:47:59 +01:00
R. Ryantm
142c634891
hdhomerun-config-gui: 20221031 -> 20221205
2023-02-19 14:36:39 +00:00
Christian Kögler
0a7bdcbeeb
Merge pull request #215934 from ck3d/vdr-updates-2023-02
...
vdrPlugins: update 2023-02
2023-02-18 21:53:21 +01:00
superherointj
5e418c27d1
Merge pull request #216576 from YellowOnion/obs-vkcapture-patch
...
obs-vkcapture: fix xcursor not rendering
2023-02-17 09:38:06 -03:00
R. Ryantm
c48011ec46
jellyfin-mpv-shim: 2.3.1 -> 2.4.2
2023-02-17 08:54:55 +00:00
Daniel Hill
83aa89faa9
obs-vkcapture: fix xcursor not rendering
...
obs-vkcapture has an optional dependency on libxcb which is required for
rendering the cursor for x11 clients.
Signed-off-by: Daniel Hill <daniel@gluo.nz>
2023-02-17 14:12:01 +13:00
Sandro
b2c3a4dd65
Merge pull request #215877 from paveloom/subtitleedit
2023-02-16 22:17:58 +01:00
R. Ryantm
4b974b5420
mpc-qt: 22.02 -> 23.02
2023-02-16 18:30:38 +00:00
Pavel Sobolev
6c07e1b78c
subtitleedit: init at 3.6.11
2023-02-14 18:51:00 +03:00
Mario Rodas
dfda27fed2
Merge pull request #216148 from jojosch/jellyfin-mpv-shim-update
...
jellyfin-mpv-shim: 2.2.0 -> 2.3.1, python3Packages.python-mpv-jsonipc: 1.1.11 -> 1.1.14
2023-02-13 19:42:24 -05:00
Mario Rodas
8fb3226f31
Merge pull request #216151 from jojosch/jellyfin-media-player-update
...
jellyfin-media-player: 1.7.1 -> 1.8.1
2023-02-13 19:40:46 -05:00
Johannes Schleifenbaum
b274778192
haruna: 0.10.2 -> 0.10.3
2023-02-13 13:46:25 +01:00
Johannes Schleifenbaum
f60c069a2b
jellyfin-media-player: 1.7.1 -> 1.8.1
2023-02-13 13:32:36 +01:00
Johannes Schleifenbaum
b84ac25469
jellyfin-mpv-shim: 2.2.0 -> 2.3.1
2023-02-13 11:56:37 +01:00
midchildan
18c24ee413
mirakurun: fix build
2023-02-12 21:50:32 +00:00
Thomas Watson
e563774fac
libopenshot: improve Python dir specification to fix Darwin
...
Previously, the Python path selection logic was patched in the CMake
files. This patch no longer applies.
Fortunately there is a new way to directly specify the path without
patches. Use that instead on all platforms to fix the CMake logic being
broken on Darwin which results in this module not being detected and
the main application failing to start.
2023-02-12 13:56:47 -06:00
Anderson Torres
532f202b64
Merge pull request #215995 from K900/openshot-qt-path
...
openshot: fix Qt plugin path
2023-02-12 16:32:39 -03:00
Robert Scott
ba40f8ea1c
Merge pull request #210409 from r-ryantm/auto-update/leptonica
...
leptonica: 1.82.0 -> 1.83.0
2023-02-12 19:04:25 +00:00
K900
543f7fab95
openshot: fix Qt plugin path
...
We're very much not on 5.12 anymore.
2023-02-12 17:12:57 +03:00
Christian Kögler
3f02622151
vdrPlugins: fix name in function mkPlugin
2023-02-12 08:50:34 +01:00
Christian Kögler
6be95b12b2
vdr-vnsiserver: 1.8.1 -> 1.8.3
2023-02-12 08:50:34 +01:00
Christian Kögler
b653bbb783
vdr-epgsearch: 2.4.1 -> 2.4.2
2023-02-12 08:50:34 +01:00
Christian Kögler
9a2ebdddca
vdr-markad: 3.0.26 -> 3.1.1
2023-02-12 08:50:34 +01:00
Christian Kögler
0214f60bef
vdr-softhddevice: 1.9.3 -> 1.9.7
2023-02-12 08:50:34 +01:00
Christian Kögler
28d9074cc6
vdr-text2skin: fix src
2023-02-12 08:50:34 +01:00
Aaron Andersen
845ef45e70
Merge pull request #215792 from StillerHarpo/kodi/invidious
...
kodi.packages.invidious: 0.1.0+matrix.1 -> unstable-2022-11-28
2023-02-11 19:20:20 -05:00
Alyssa Ross
4365996916
mirakurun: add license
2023-02-11 20:16:22 +00:00
Florian Engel
058a16781e
kodi.packages.invidious: 0.1.0+matrix.1 -> unstable-2022-11-28
2023-02-11 10:23:06 +01:00
Mario Rodas
79361edd56
Merge pull request #215348 from r-ryantm/auto-update/obs-studio
...
obs-studio: 29.0.0 -> 29.0.2
2023-02-09 22:14:12 -05:00
R. Ryantm
7b2ed39f0e
obs-studio: 29.0.0 -> 29.0.2
2023-02-08 18:06:05 +00:00
Sandro
13ed718489
Merge pull request #212306 from laalsaas/handbrake
...
Fixes https://github.com/NixOS/nixpkgs/issues/211297
2023-02-07 22:22:43 +01:00
PedroHLC ☭
d404c169c3
obs-studio-plugins.obs-vaapi: 0.1.0 -> 0.2.0
2023-02-06 08:29:35 -03:00
Björn Eyselein
85a8663d5c
makemkv 1.17.2 -> 1.17.3
2023-02-05 10:30:10 +01:00
Artturi
bf393fe813
Merge pull request #203498 from LouisDK1/hdhomerun-config-gui_20221031
...
hdhomerun-config-gui: 20210224 -> 20221031
2023-02-03 02:26:19 +02:00
laalsaas
c8bb1b66fd
handbrake: 1.5.1 -> 1.6.1
...
Additionaly, use the ffmpeg patches from upstream and bump ffmpeg
version to 5.1.
Fixes #211297
2023-02-01 22:54:39 +01:00
P. R. d. O
66a24f05c6
stremio: add icon for desktop file
2023-02-01 07:06:18 -06:00