Commit graph

5181 commits

Author SHA1 Message Date
nicoo 8438431b9f mpvScripts.buildLua: Handle scripts packaged as directories 2023-11-22 22:51:02 +00:00
Aaron Andersen 7b1d7da3fe
Merge pull request #268643 from r-ryantm/auto-update/kodiPackages.websocket
kodiPackages.websocket: 0.58.0+matrix.2 -> 1.6.2
2023-11-22 17:19:38 -05:00
Aaron Andersen 6e12cdece8
Merge pull request #268642 from r-ryantm/auto-update/kodiPackages.typing_extensions
kodiPackages.typing_extensions: 3.7.4.3 -> 4.7.1
2023-11-22 17:19:21 -05:00
R. Ryantm 45236fe8e0 kodiPackages.arrow: 1.0.3.1 -> 1.2.3 2023-11-22 07:24:37 -08:00
Maciej Krüger faf93f9750
Merge pull request #266926 from nbraud/mpvScripts/buildLua/extraScripts
mpvScripts.buildLua: Add `extraScripts` parameter, infer `scriptName` better
2023-11-22 14:13:57 +01:00
Maciej Krüger cb502b4d17
Merge pull request #266487 from nbraud/mpvScripts/thumbfast 2023-11-22 11:54:36 +01:00
Maciej Krüger cc23eebac1
Merge pull request #266501 from nbraud/mpvScripts/mpvacious 2023-11-22 11:24:39 +01:00
ajs124 f1f62c94f6
Merge pull request #267114 from katexochen/maintainers/jfrankenau
maintainers: remove jfrankenau
2023-11-20 12:26:57 +01:00
Paul Meyer 2c97a5caa7 maintainers: remove jfrankenau
due to inactivity.
2023-11-20 08:44:58 +01:00
Babbaj ae1908845f gpu-screen-recorder: 1.0.0 -> unstable-2023.11.18
gpu-screen-recorder-gtk: 0.1.0 -> 3.2.5
2023-11-20 08:34:46 +01:00
R. Ryantm a530717b86 kodiPackages.websocket: 0.58.0+matrix.2 -> 1.6.2 2023-11-20 05:24:22 +00:00
R. Ryantm eb5bf52c36 kodiPackages.typing_extensions: 3.7.4.3 -> 4.7.1 2023-11-20 05:23:38 +00:00
Mario Rodas c3d775de19
Merge pull request #268474 from paveloom/subtitleedit
subtitleedit: 4.0.1 -> 4.0.2
2023-11-19 15:12:50 -05:00
Andrew Marshall f1361c5089 davinci-resolve: fix runtime error
See https://github.com/NixOS/nixpkgs/issues/265476

This is a hack that effectively undoes
https://github.com/NixOS/nixpkgs/pull/263201 for just this derivation.
Really we should probably be doing a ton of autoPatchelf or something to
patch in our libs. Alas, this is “good enough” to un-break for now, I
think.
2023-11-19 13:40:26 -05:00
Tobias Bora 3ea085d8d7
glaxnimate: 0.5.1 -> 0.5.4 + fix #263731 (#264387) 2023-11-19 18:44:56 +02:00
Pavel Sobolev bd38dae301
subtitleedit: 4.0.1 -> 4.0.2 2023-11-19 11:54:09 +03:00
Pavel Sobolev 0b645c685a
subtitleedit: refactor 2023-11-19 11:45:52 +03:00
Nicolas Benes 565d7dce03 dvdauthor: 0.7.1 -> 0.7.2
dvdauthor optionally depends on imagemagick6, which is marked insecure.
imagemagick7 could be supported with patches, but since upstream
disabled the feature by default, it seems easier to remove it.
(see https://github.com/ldo/dvdauthor/issues/24)

In addition, the previous release's Nix package listed imagemagick(7) as
dependence, but it was not recognised and not used due to an error in
the dvdauthor build script.
2023-11-19 02:18:47 +01:00
wochap 8a7dac6801
showmethekey: 1.8.1 -> 1.12.0
https://github.com/AlynxZhou/showmethekey/releases/tag/v1.12.0
2023-11-17 12:09:08 -05:00
Nick Cao d0c26398de
Merge pull request #268032 from r-ryantm/auto-update/bilibili
bilibili: 1.12.1-2 -> 1.12.3-1
2023-11-17 09:29:14 -05:00
Adam Joseph c7e0f6b905 treewide: s_targetPlatform_hostPlatform_ in non-compiler packages
stdenv.targetPlatform really shouldn't be used by software that
doesn't generate or manipulate binaries.  I reviewed all uses of
targetPlatform outside of pkgs/development/compilers and pkgs/stdenv
and replaced those which weren't involved in something which fits
these criteria.
2023-11-17 08:07:34 +00:00
R. Ryantm 3bbc284e85 bilibili: 1.12.1-2 -> 1.12.3-1 2023-11-17 05:14:10 +00:00
Andrew Marshall 304b1bd679 davinci-resolve: 18.6.2 -> 18.6.3 2023-11-16 22:26:45 -05:00
Andrew Marshall b01f295eb2 davinci-resolve: 18.6 -> 18.6.2 2023-11-16 17:03:51 -05:00
Andrew Marshall c63eb5c260 davinci-resolve: fix missing version in meta
See https://github.com/NixOS/nixpkgs/issues/253232
2023-11-16 17:03:51 -05:00
Andrew Marshall 5cfab80f9a davinci-resolve: dynamically get downloadid
The downloads.json also includes metadata for older versions, so this
should be durable unless upstream breaks things. Some older downloads
appear to not include the “Update” suffix in the name, so match with or
without it.
2023-11-16 17:03:51 -05:00
Andrew Marshall fe45cd375a davinci-resolve: add studioVariant
Resolve wants to write the license to `./.license` in the drv store
path. This obviously fails as it is read-only. Conveniently this is a
Bubblewrap-based FHS env, so we can bind-mount a reasonable dir from
$HOME to this path instead. Unfortunately, the dir needs to exist before
launching, so it must be manually created presently e.g.

    mkdir -p ~/.local/share/DaVinciResolve/license

At least the error is fairly obvious:

> bwrap: Can't find source path /home/user/.local/share/DaVinciResolve/license: No such file or directory

Without making the license writable, license activation will always give
a generic error—the actual problem was found with strace.
2023-11-16 17:03:51 -05:00
Andrew Marshall 7b93c209ef davinci-resolve: fail fast if filename is incorrect
`appimage-run` fails silently if the file does not exist. This made it
easy to have mismatches that lead to non-obvious build errors.
2023-11-16 17:03:50 -05:00
Andrew Marshall 8e2b31fedb davinci-resolve: passthru underlying drv
Otherwise getting it is…non-trivial.
2023-11-16 17:03:50 -05:00
Andrew Marshall b8698e3189 davinci-resolve: 18.5.1 -> 18.6
Without libXt, shows popup on launch:

> Unable to load plugin: USD.plugin
>
> libXt.so.6: cannot open shared object file: No such file or directory

ultimately launches okay without it, but some feature would probably be
broken.
2023-11-16 17:03:50 -05:00
Vladimír Čunát a7a8f8253d
Merge #263535: staging-next 2023-10-26 2023-11-16 22:06:22 +01:00
Christian Kögler c7b67b6a88
Merge pull request #267801 from r-ryantm/auto-update/vdrPlugins.softhddevice
vdrPlugins.softhddevice: 1.12.5 -> 2.0.6
2023-11-16 19:43:01 +01:00
github-actions[bot] dba5c9ef4e
Merge master into staging-next 2023-11-16 18:01:17 +00:00
Herwig Hochleitner 4012605429 webtorrent_desktop: remove flokli as maintainer 2023-11-16 15:59:48 +01:00
Herwig Hochleitner 97dd4e7f4f webtorrent_desktop: use electron 27 2023-11-16 15:59:48 +01:00
Vladimír Čunát 0fe5300699
Merge branch 'master' into staging-next 2023-11-16 09:49:24 +01:00
Jacek Galowicz 826934df9a
Merge pull request #267798 from r-ryantm/auto-update/ustreamer
ustreamer: 5.42 -> 5.45
2023-11-16 09:12:17 +01:00
Fabián Heredia Montiel 7414e9ee0b
Merge pull request #267689 from SuperSandro2000/patch-1
obs-studio-plugins.obs-pipewire-audio-capture: fix license
2023-11-15 22:28:01 -06:00
R. Ryantm 34e31e3125 vdrPlugins.softhddevice: 1.12.5 -> 2.0.6 2023-11-16 03:55:51 +00:00
R. Ryantm 8f41079b43 ustreamer: 5.42 -> 5.45 2023-11-16 03:47:56 +00:00
nicoo 9a360a73c0 mpvScripts.thumbfast: unstable-2023-06-06 → 2023-06-08
Includes a bugfix for `audio=no` case.
2023-11-15 20:19:32 +00:00
nicoo d518566a30 mpvScripts.thumbfast: Refactor with buildLua 2023-11-15 20:19:26 +00:00
Nick Cao 8fcf6462c2
Merge pull request #267678 from r-ryantm/auto-update/obs-studio-plugins.obs-vaapi
obs-studio-plugins.obs-vaapi: 0.4.0 -> 0.4.1
2023-11-15 11:09:43 -05:00
Sandro 2e0e0e4abc
obs-studio-plugins.obs-pipewire-audio-capture: fix license 2023-11-15 16:42:58 +01:00
R. Ryantm 4896153b8d obs-studio-plugins.obs-vaapi: 0.4.0 -> 0.4.1 2023-11-15 14:31:32 +00:00
Vladimír Čunát c46eae0f35
Merge branch 'master' into staging-next 2023-11-15 07:33:10 +01:00
Martin Weinelt f345c59481
frigate: drop opencv pin
Started failing when opencv was replaced by opencv4 and caused a
conflict in the python environment due to multiple instances of the same
library being present.
2023-11-14 13:58:19 +01:00
github-actions[bot] 772c3bbbf5
Merge master into staging-next 2023-11-14 00:02:14 +00:00
R. Ryantm 7d3f0fde7c motion: 4.5.1 -> 4.6.0 2023-11-13 17:48:56 -05:00
Fabián Heredia Montiel 884449105e Merge remote-tracking branch 'origin/master' into staging-next 2023-11-13 14:31:51 -06:00
OTABI Tomoya 92663b6153
Merge pull request #266903 from GaetanLepage/manim
manim: 0.17.3 -> 0.18.0
2023-11-13 23:59:45 +09:00
github-actions[bot] eb26e06e9b
Merge master into staging-next 2023-11-12 06:01:07 +00:00
nicoo 31e03288b5 mpvScripts.thumbfast: Simplify with lib.getExe 2023-11-12 01:14:42 +00:00
nicoo 620d5c14da mpv: Set meta.mainProgram 2023-11-12 01:13:29 +00:00
github-actions[bot] 33248a2caf
Merge master into staging-next 2023-11-12 00:02:14 +00:00
nicoo f0d0f40039 mpvScripts.mpvacious: 0.24 → 0.25 2023-11-11 23:53:19 +00:00
nicoo fc5965587a mpvScripts.mpvacious: Refactor with buildLua & upstream's install target 2023-11-11 23:53:19 +00:00
nicoo ad949a8de8 mpvScripts.thumbnail: Update following change in buildLua 2023-11-11 22:43:49 +00:00
nicoo 44828070c3 mpvScripts.quality-menu: Update following change in buildLua 2023-11-11 22:43:49 +00:00
nicoo 9c2b07c6d7 mpvScripts.buildLua: Infer scriptName from scriptPath over pname 2023-11-11 22:43:48 +00:00
nicoo 588e73db43 mpvScripts.buildLua: Only accept plain scriptPath, no glob etc.
This makes future support for directory-packaged scripts much easier.

An `extraScripts` parameter is provided for packaging scripts which
expect multiple files (or folders) in `mpv/scripts/`, even though
this does not comply with mpv's documented script location:

  https://mpv.io/manual/master/#script-location
2023-11-11 22:43:48 +00:00
Maciej Krüger 81327627c0
Merge pull request #266488 from nbraud/mpvScripts/convert 2023-11-11 22:58:39 +01:00
Gaetan Lepage 7fed8b19c2 manim: 0.17.3 -> 0.18.0
Changelog: https://docs.manim.community/en/latest/changelog/0.18.0-changelog.html
2023-11-11 20:56:26 +01:00
github-actions[bot] 9776723357
Merge master into staging-next 2023-11-11 18:00:58 +00:00
nicoo 580fc8a960 mpvScripts.thumbnail: Refactor with buildLua 2023-11-11 14:05:39 -03:00
Maciej Krüger d947be887f
Merge pull request #266495 from nbraud/mpvScripts/lunik1 2023-11-11 18:05:27 +01:00
Nick Cao 73b4398b58
Merge pull request #266718 from r-ryantm/auto-update/obs-studio-plugins.obs-vkcapture
obs-studio-plugins.obs-vkcapture: 1.4.4 -> 1.4.5
2023-11-11 09:35:26 -05:00
R. Ryantm 42125464d2 obs-studio-plugins.obs-vkcapture: 1.4.4 -> 1.4.5 2023-11-10 19:00:19 +00:00
Ben Siraphob cc0c0f9ee7
Merge pull request #266679 from reckenrode/libopenshot-fix
libopenshot: fix build on Darwin
2023-11-10 12:10:58 -05:00
Randy Eckenrode 38a5be67ea
libopenshot: fix build on Darwin
Make sure it includes MagickCore when linking libopenshot.dylib, or it
will fail with missing symbols. Use the 11.0 SDK to build.
2023-11-10 09:25:25 -05:00
Alyssa Ross afabc4a15d
Merge remote-tracking branch 'origin/master' into HEAD
Conflicts:
	pkgs/development/libraries/SDL2/default.nix
2023-11-10 15:18:19 +01:00
David Stritzl acd80bbf00 mpv: sign darwin bundle executable
This fixes the application exiting immediately after launch via application bundle on macOS 14 (#261072).
2023-11-10 11:03:01 -03:00
OTABI Tomoya 7578951c34
Merge pull request #265220 from r-ryantm/auto-update/media-downloader
media-downloader: 3.4.0 -> 4.0.0
2023-11-10 18:53:58 +09:00
R. Ryantm f683a749fb obs-studio-plugins.obs-transition-table: 0.2.6 -> 0.2.7 2023-11-10 06:55:32 +00:00
R. Ryantm 28db09a338 obs-studio-plugins.obs-move-transition: 2.9.5 -> 2.9.6 2023-11-10 01:23:53 +00:00
nicoo c9f5c80a1f mpvScripts.quality-menu: 4.1.0 → 4.1.1 2023-11-09 16:26:32 +00:00
nicoo a3a5bf4128 mpvScripts.mpv-playlistmanager: Refactor with buildLua 2023-11-09 16:18:39 +00:00
nicoo 7189efcbff mpvScripts.quality-menu: Refactor with buildLua 2023-11-09 16:18:38 +00:00
nicoo c2f3e206fe mpvScripts.convert: Refactor with buildLua 2023-11-09 16:01:41 +00:00
github-actions[bot] 00a0662a3c
Merge master into staging-next 2023-11-09 00:02:14 +00:00
Maciej Krüger 2a4751dc3f
Merge pull request #265676 from nbraud/mpvScripts/refactor 2023-11-08 19:42:57 +01:00
github-actions[bot] 263a89fa08
Merge master into staging-next 2023-11-08 12:01:20 +00:00
Alois Wohlschlager b2d85a6e68 vlc: 3.0.18 -> 3.0.20
Drop a patch that was already included upstream.
2023-11-08 08:45:38 -03:00
github-actions[bot] 38bc2a577e
Merge master into staging-next 2023-11-07 00:02:31 +00:00
Christian Kögler 484c7260a7
Merge pull request #265656 from ck3d/vdr-updates-2023-11
vdrPlugins: updates 2023/11
2023-11-06 23:09:37 +01:00
Dmitry Kalinkin 93b63a2cab
Merge pull request #265514 from xworld21/treewide-texlive-with-packages
treewide: switch to texlive.withPackages
2023-11-06 16:47:04 -05:00
github-actions[bot] b23f12e076
Merge master into staging-next 2023-11-06 00:02:12 +00:00
Aaron Andersen e92f17ef87
Merge pull request #265705 from r-ryantm/auto-update/kodiPackages.pvr-hts
kodiPackages.pvr-hts: 20.6.3 -> 20.6.4
2023-11-05 18:26:15 -05:00
R. Ryantm 5a4becbf70 kodiPackages.pvr-hts: 20.6.3 -> 20.6.4 2023-11-05 18:35:40 +00:00
nicoo 7b792b0bcf mpvScripts.buildLua: Run {pre, post}install hooks
This is necessary, as users of buildLua may expect the phase hooks to work,
including indirect uses such as adding a hook through `mpvScripts.foo.override`.
2023-11-05 15:42:47 +00:00
nicoo 54d250735a mpvScripts.{blacklistExtensions, seekTo}: makeOverridable & refactor 2023-11-05 15:42:46 +00:00
nicoo a899b23bd3 mpvScripts: refactor around buildLua helper 2023-11-05 15:42:46 +00:00
Vincenzo Mantova 9d3d2373a9 manim: replace texlive.combine with texliveInfraOnly.withPackages 2023-11-05 13:43:29 +00:00
Christian Kögler c1ea1e7178 vdrPlugins.markad: 3.3.5 -> 3.3.6 2023-11-05 14:34:57 +01:00
Christian Kögler c624a4380e vdrPlugings.softhddevice: 1.12.1 -> 1.12.5 2023-11-05 14:32:51 +01:00
Christian Kögler 95802a1d9e vdrPlugins.nopacity: 1.1.14 -> 1.1.16 2023-11-05 14:30:26 +01:00
github-actions[bot] 6e287cb9de
Merge master into staging-next 2023-11-05 00:02:23 +00:00
Weijia Wang 073e1d0dc4
Merge pull request #265183 from r-ryantm/auto-update/haruna
haruna: 0.12.1 -> 0.12.2
2023-11-04 19:23:51 +01:00
Weijia Wang 9627659c22 Merge branch 'master' into staging-next 2023-11-04 17:27:09 +01:00
Weijia Wang 6f1609ec47
Merge pull request #249947 from tobim/pkgs/yaml-cpp-0.8.0
yaml-cpp: 0.7.0 -> 0.8.0
2023-11-04 17:26:32 +01:00
Tobias Mayer 25fdcb4af9
olive-editor: patch for opencolorio-2.3 2023-11-04 06:01:24 +01:00
Weijia Wang 44f16f33cc Merge branch 'master' into staging-next 2023-11-04 01:43:45 +01:00
Weijia Wang 0f9e1d3c5f
Merge pull request #262906 from r-ryantm/auto-update/vokoscreen-ng
vokoscreen-ng: 3.7.0 -> 3.8.0
2023-11-04 00:41:57 +01:00
R. Ryantm d2922cc787 media-downloader: 3.4.0 -> 4.0.0 2023-11-03 12:39:06 +00:00
R. Ryantm 229515fa48 haruna: 0.12.1 -> 0.12.2 2023-11-03 08:35:15 +00:00
github-actions[bot] 75a11d85b8
Merge master into staging-next 2023-11-03 00:02:23 +00:00
1sixth 214da37b5c
mpv: unpin ffmpeg (#265069) 2023-11-03 00:30:37 +01:00
github-actions[bot] d4d107cf3d
Merge master into staging-next 2023-11-02 00:02:27 +00:00
Mario Rodas ec8fcd6028
Merge pull request #263856 from DeeUnderscore/update/streamlink-6.3.1
streamlink: 6.2.1 -> 6.3.1
2023-11-01 13:06:44 -05:00
github-actions[bot] 4a533d29ce
Merge master into staging-next 2023-11-01 12:01:10 +00:00
Michele Guerini Rocco 996ff1d346
Merge pull request #264595 from rnhmjoj/pr-mkvtoolnix
mkvtoolnix: 79.0 -> 80.0
2023-11-01 07:40:37 +01:00
github-actions[bot] 81270bbdcf
Merge master into staging-next 2023-10-31 18:01:02 +00:00
Franz Pletz 4fdd6052d4
Merge pull request #252191 from pschmitt/obs-replay-source 2023-10-31 15:37:18 +01:00
Franz Pletz fd74c71d03
Merge pull request #263947 from r-ryantm/auto-update/obs-studio-plugins.obs-pipewire-audio-capture 2023-10-31 15:35:41 +01:00
rnhmjoj 879202fb31
mkvtoolnix: 79.0 -> 80.0 2023-10-31 15:34:39 +01:00
github-actions[bot] 2fd5f8dd7a
Merge master into staging-next 2023-10-31 12:01:11 +00:00
OTABI Tomoya 4db9219553
Merge pull request #264084 from kirillrdy/freetube
freetube: fix build, use latest electron
2023-10-31 16:53:09 +09:00
github-actions[bot] 135430eb60
Merge master into staging-next 2023-10-31 00:02:27 +00:00
Kirill Radzikhovskyy 4eeff46bbb freetube: add test
This change fixes ofborg eval error
2023-10-31 08:32:01 +11:00
R. Ryantm 0952c19751 smplayer: 23.6.0 -> 23.6.0.10170 2023-10-30 16:30:11 -03:00
Kirill Radzikhovskyy 26d50f9860 freetube: fix build, use latest electron 2023-10-31 06:28:33 +11:00
github-actions[bot] 7f11b9b46b
Merge master into staging-next 2023-10-30 12:01:05 +00:00
kashw2 caf70776a2 qmplay2: 23.08.22 -> 23.10.22 2023-10-30 07:19:09 -03:00
github-actions[bot] 64070c2fda
Merge master into staging-next 2023-10-29 18:01:23 +00:00
Aaron Andersen 602f09d882
Merge pull request #264179 from mguentner/add_kodi_somafm
kodiPackages.somafm: init at 2.0.1
2023-10-29 11:27:55 -04:00
Maximilian Güntner 200c2340f0
kodiPackages.somafm: init at 2.0.1 2023-10-29 15:50:40 +01:00
Maximilian Güntner f9139b2b99
kodiPackages.radioparadise: init at 1.0.5 2023-10-29 14:28:00 +01:00
R. Ryantm d7a8b63ced kodiPackages.arteplussept: 1.4.0 -> 1.4.1 2023-10-29 02:25:04 +00:00
github-actions[bot] 52b6b90243
Merge master into staging-next 2023-10-28 18:00:57 +00:00
Guillaume Girol 8dc748ddd0
Merge pull request #261746 from 3JlOy-PYCCKUi/anilibria-winmaclinux
anilibria-winmaclinux: build with libvlc
2023-10-28 17:07:04 +02:00
Felix Bühler 037a6f88ff
Merge pull request #262305 from idlip/bump_dracla
dra-cla: unstable-2023-03-10 -> unstable-2023-10-10
2023-10-28 15:25:59 +02:00
R. Ryantm 2e9c6d3225 obs-studio-plugins.obs-pipewire-audio-capture: 1.1.1 -> 1.1.2 2023-10-28 11:22:24 +00:00
github-actions[bot] 4791949f6a
Merge master into staging-next 2023-10-28 00:02:23 +00:00
Maciej Krüger 298571686f
Merge pull request #261642 from nbraud/mpvScripts/chapterskip 2023-10-28 00:26:43 +02:00
Dee Anzorge e3fcbde55c streamlink: 6.2.1 -> 6.3.1
https://github.com/streamlink/streamlink/releases/tag/6.3.0
https://github.com/streamlink/streamlink/releases/tag/6.3.1

Upstream dropped versioningit requirement from sdist builds in 6.3.0
2023-10-27 22:59:35 +02:00
Aaron Andersen bcfbfb2d44
Merge pull request #263128 from r-ryantm/auto-update/kodiPackages.pvr-iptvsimple
kodiPackages.pvr-iptvsimple: 20.11.0 -> 20.11.1
2023-10-27 15:19:41 -04:00
Aaron Andersen aabae2a5a7
Merge pull request #262561 from mguentner/update_kodi_invidious
kodiPackages.invidious: unstable-2022-11-28 -> 0.2.6
2023-10-27 15:17:59 -04:00
nicoo 5b0420769e mpvScripts.chapterskip: Define updateScript 2023-10-27 19:15:56 +00:00
nicoo 44f36cdc9b mpvScripts.chapterskip: init at unstable-2022-09-08 2023-10-27 19:15:55 +00:00
github-actions[bot] 4c838ddf14
Merge master into staging-next 2023-10-27 18:01:08 +00:00
Doron Behar bb6342ae33
Merge pull request #260066 from doronbehar/pkg/mov-cli
mov-cli: unstable-2022-06-30 -> 1.5.4
2023-10-27 13:08:06 +00:00
github-actions[bot] 4a5044c558
Merge master into staging-next 2023-10-27 12:01:12 +00:00
Maximilian Güntner 05ae3057a6
kodiPackages.invidious: unstable-2022-11-28 -> 0.2.6
switch to maintained fork

https://github.com/petterreinholdtsen/kodi-invidious-plugin

which is also listed on kodi.tv:

https://kodi.tv/addons/nexus/plugin.video.invidious/

The original repository is now in archive mode:
https://github.com/TheAssassin/kodi-invidious-plugin/
2023-10-27 12:49:33 +02:00
Doron Behar a62003e729 mov-cli: unstable-2022-06-30 -> 1.5.4
Add mpv dependency, and more dependencies.
2023-10-27 09:38:48 +03:00
Doron Behar 6d4ef8fc28
Merge pull request #263171 from doronbehar/pkg/avidemux-broken
avidemux: mark as broken
2023-10-27 06:36:28 +00:00
github-actions[bot] f20daab04b
Merge master into staging-next 2023-10-27 06:01:02 +00:00
3JlOy_PYCCKUI 2a31344add anilibria-winmaclinux: 1.2.10 -> 1.2.11 2023-10-26 17:10:26 +03:00
Vladimír Čunát d811555465
Merge branch 'staging' into staging-next 2023-10-26 10:36:50 +02:00
Vladimír Čunát 47b0ad3d47
Merge #257301: cairo: 1.16.0 -> 1.18.0
...into staging
2023-10-25 13:05:42 +02:00
Doron Behar d32ccddafd avidemux: mark as broken
https://github.com/NixOS/nixpkgs/issues/239424
2023-10-24 19:00:59 +03:00
R. Ryantm c3a0ae9696 kodiPackages.pvr-iptvsimple: 20.11.0 -> 20.11.1 2023-10-24 12:21:15 +00:00
Weijia Wang 3a61a71433
Merge pull request #259216 from materusPL/materus/obs-studio-libcef-link
obs-studio: symlink libcef instead of copy
2023-10-24 04:31:44 +02:00
Aaron Andersen 3ee75d0df5
Merge pull request #262704 from pks-t/pks-kodi-plugin-video-sendtokodi-0.9.557
kodi.packages.sendtokodi: init at 0.9.557
2023-10-23 18:35:32 -04:00
figsoda 7a10810cd3
Merge pull request #262256 from r-ryantm/auto-update/mpvScripts.thumbnail
mpvScripts.thumbnail: 0.5.2 -> 0.5.3
2023-10-23 14:45:44 -04:00
github-actions[bot] 2c2c0379b7
Merge staging-next into staging 2023-10-23 12:02:04 +00:00
R. Ryantm 03c40199a6 vokoscreen-ng: 3.7.0 -> 3.8.0 2023-10-23 10:53:18 +00:00
Martin Weinelt cd0cae34f6
Merge pull request #262875 from avdv/mediathekview-mainprogram
mediathekview: Set `mainProgram` to "mediathek"
2023-10-23 12:46:38 +02:00
github-actions[bot] df9eab6771
Merge staging-next into staging 2023-10-23 00:03:00 +00:00
0x4A6F a990f74cf8
treewide: sha256 -> hash (#262801)
* tumpa: sha256 -> hash

* qubes-core-vchan-xen: sha256 -> hash

* qdmr: sha256 -> hash

* w_scan2: sha256 -> hash

* libcdada: sha256 -> hash

* eidolon: sha256 -> hash

* freenukum: sha256 -> hash

* promscale: sha256 -> hash

* tacacsplus: sha256 -> hash

* blflash: sha256 -> hash

* silicon: sha256 -> hash

* nethoscope: sha256 -> hash

* pmacct: sha256 -> hash

* tayga: sha256 -> hash

* alejandra: sha256 -> hash

* igrep: sha256 -> hash

* cwm: sha256 -> hash

* dasel: sha256 -> hash
2023-10-23 00:38:33 +02:00
Patrick Steinhardt 479480b3a0 kodi.packages.sendtokodi: init at 0.9.557 2023-10-22 19:48:49 +02:00
github-actions[bot] 4312247c19
Merge staging-next into staging 2023-10-22 12:01:52 +00:00
Jacek Galowicz f1f30f7178
Merge pull request #262641 from r-ryantm/auto-update/ustreamer
ustreamer: 5.41 -> 5.42
2023-10-22 08:59:56 +01:00
Christian Kögler 9519c13cb4
Merge pull request #262662 from r-ryantm/auto-update/vdrPlugins.markad
vdrPlugins.markad: 3.3.3 -> 3.3.5
2023-10-22 08:59:06 +02:00
OTABI Tomoya a89fc94a74
Merge pull request #261666 from GaetanLepage/moderngl-window
python310Packages.moderngl-window: 2.4.4 -> 2.4.5, manim: 0.16.0.post0 -> 0.17.3
2023-10-22 15:33:30 +09:00
R. Ryantm 39b61c6e13 vdrPlugins.markad: 3.3.3 -> 3.3.5 2023-10-22 02:39:28 +00:00
R. Ryantm 875d10806f ustreamer: 5.41 -> 5.42 2023-10-22 00:03:03 +00:00
github-actions[bot] f4afba2014
Merge staging-next into staging 2023-10-21 18:01:53 +00:00
Alyssa Ross 83b8726e5f
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/python-modules/velbus-aio/default.nix
2023-10-21 17:24:16 +00:00
Aaron Andersen 68c8ffed7f
Merge pull request #262510 from pks-t/pks-kodi-plugin-video-netflix-add-pks-maintainer
kodi.packages.netflix: add pks as maintainer
2023-10-21 13:00:16 -04:00
Patrick Steinhardt 4b6f568a7a kodi.packages.youtube: 7.0.1 -> 7.0.2.2 2023-10-21 14:38:13 +02:00
Patrick Steinhardt 011eb16003 kodi.packages.youtube: refactor to fetch from GitHub
Refactor kodi.packages.youtube to fetch sources from GitHub instead of
using the official Kodi addons repository. Newer versions of the addon
are not released (yet) on the official addon repository, whereas older
versions of the addon don't work properly anymore with YouTube.

The only resulting difference between old and new version is an
additional README.md file:

$ diff -r result-old result-new
Only in result-new/share/kodi/addons/plugin.video.youtube: README.md

Other than that, this refactoring is a no-op change and will allow us to
upgrade the addon to newer versions more readily.
2023-10-21 14:38:12 +02:00
Patrick Steinhardt feee795c45 kodi.packages.netflix: add pks to maintainers 2023-10-21 12:52:55 +02:00
Claudio Bley 1121cec615 mediathekview: Set mainProgram to "mediathek" 2023-10-21 09:57:19 +02:00
github-actions[bot] 613d60266a
Merge staging-next into staging 2023-10-21 00:02:49 +00:00
github-actions[bot] fb3e2499b7
Merge master into staging-next 2023-10-21 00:02:17 +00:00
Alyssa Ross 287e4618a1
clapper: add libGL build input
Currently, this is propagated from cairo, but that will soon no longer
be the case.
2023-10-20 22:02:37 +00:00
Aaron Andersen ca03f204a2
Merge pull request #262261 from pks-t/pks-kodi-plugin-video-netflix-1.22.3
kodi.packages.netflix: 1.20.2 -> 1.22.3
2023-10-20 17:24:25 -04:00
Dilip e8d988c99b dra-cla: unstable-2023-03-10 -> unstable-2023-10-10
- fix on main url, should be working now
2023-10-20 19:33:28 +05:30
Patrick Steinhardt 2baf2dd2b6 kodi.packages.inputstream-adaptive: 20.3.9 -> 20.3.13 2023-10-20 12:08:51 +02:00
Patrick Steinhardt e0ac36d60f kodi.packages.netflix: 1.20.2 -> 1.22.3 2023-10-20 12:03:35 +02:00
R. Ryantm b43269b8cd mpvScripts.thumbnail: 0.5.2 -> 0.5.3 2023-10-20 09:59:39 +00:00
github-actions[bot] bb7c6d7a79
Merge staging-next into staging 2023-10-19 00:02:54 +00:00
Artturi 5a1cc0e11d
Merge pull request #258431 from pbsds/stabilize-patches 2023-10-19 03:02:46 +03:00
github-actions[bot] 4b9cf6ff6e
Merge master into staging-next 2023-10-19 00:02:21 +00:00
Weijia Wang 17a63e292c
Merge pull request #261876 from ShamrockLee/losslesscut-bin-update-security
losslesscut-bin: 3.55.2 -> 3.58.0
2023-10-19 01:11:03 +02:00
Yueh-Shun Li f4e599a775 losslesscut-bin: 3.55.2 -> 3.58.0
Provide Electron update against CVE-2023-4863 and CVE-2023-5129
2023-10-19 01:16:40 +08:00
github-actions[bot] 8e8fc73296
Merge master into staging-next 2023-10-18 12:01:25 +00:00
Vincent Laporte e745ebac52 qarte: 4.17.1 → 5.5.0 2023-10-18 08:24:11 +02:00
3JlOy_PYCCKUI 0917aa4657 anilibria-winmaclinux: build with libvlc 2023-10-18 03:41:26 +03:00
github-actions[bot] 35eee590be
Merge master into staging-next 2023-10-18 00:02:17 +00:00
Weijia Wang ca5663bde3
Merge pull request #248261 from r-ryantm/auto-update/mediathekview
mediathekview: 13.9.1 -> 14.0.0
2023-10-17 21:32:50 +02:00
Gaetan Lepage f8f08f449b manim: 0.16.0.post0 -> 0.17.3 2023-10-17 18:44:50 +02:00
Martin Weinelt 94c8c31bee
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/numba/default.nix
2023-10-15 22:31:34 +02:00
Fabian Affolter d9b5d78e5f
Merge pull request #260573 from natsukium/distutils-extra
python311Packages.distutils-extra: rename from distutils_extra
2023-10-15 09:58:19 +02:00
Fabian Affolter 210ef79796
Merge pull request #260345 from natsukium/pysmartdl
python311Packages.pysmartdl: rename from pySmartDL
2023-10-15 09:55:58 +02:00
R. Ryantm 09bc8721e7 mediathekview: 13.9.1 -> 14.0.0 2023-10-15 02:13:48 +02:00
github-actions[bot] 8a68e0b5f5
Merge master into staging-next 2023-10-13 06:01:14 +00:00
Nick Cao 9cbf22c3f4
Merge pull request #260239 from NickCao/qt6
qt6: 6.5.3 -> 6.6.0
2023-10-13 00:39:56 -04:00
github-actions[bot] 58485aaddb
Merge master into staging-next 2023-10-13 00:02:24 +00:00
Weijia Wang aa73e0ddbb
Merge pull request #256162 from jtbx/youtube-tui
youtube-tui: 0.7.1 -> 0.8.0
2023-10-13 01:29:59 +02:00
github-actions[bot] 176015fc74
Merge master into staging-next 2023-10-12 18:01:06 +00:00
Nick Cao f5ceb729b3
Merge pull request #260545 from r-ryantm/auto-update/obs-studio-plugins.obs-move-transition
obs-studio-plugins.obs-move-transition: 2.9.4 -> 2.9.5
2023-10-12 11:46:42 -04:00
Nick Cao 4bb402ac96
obs-studio-plugins.obs-tuna: add patch for qt 6.6 support 2023-10-12 09:30:53 -04:00
natsukium 1ecda4bec5
python311Packages.distutils-extra: rename from distutils_extra 2023-10-12 10:50:39 +09:00
R. Ryantm e4435f8b15 obs-studio-plugins.obs-vkcapture: 1.4.3 -> 1.4.4 2023-10-11 22:14:06 +00:00
R. Ryantm e23ca4bb96 obs-studio-plugins.obs-move-transition: 2.9.4 -> 2.9.5 2023-10-11 22:07:31 +00:00
github-actions[bot] 54e78cb7bf
Merge master into staging-next 2023-10-11 06:01:20 +00:00
natsukium 1a44a1ccd5
python311Packages.pysmartdl: rename from pySmartDL 2023-10-11 12:27:50 +09:00
R. Ryantm ed53966fa8 kodiPackages.pvr-hts: 20.6.2 -> 20.6.3 2023-10-10 14:40:58 +00:00
github-actions[bot] 0efc5df650
Merge master into staging-next 2023-10-10 12:01:29 +00:00
Mark Youngman f159e271ea freetube: 0.19.0 -> 0.19.1 2023-10-10 08:41:36 +02:00
github-actions[bot] 75d4639be3
Merge master into staging-next 2023-10-09 18:00:59 +00:00
maxine 40ca853eba
Merge pull request #258946 from r-ryantm/auto-update/media-downloader
media-downloader: 3.3.0 -> 3.4.0
2023-10-09 18:41:42 +02:00
R. Ryantm 3e4c990c91
media-downloader: 3.3.0 -> 3.4.0 2023-10-09 18:40:55 +02:00
Peder Bergebakken Sundt 789d8bab2f kodi: make patch urls reproducible 2023-10-09 15:10:48 +02:00
R. Ryantm 3b6416b483 kodiPackages.keymap: 1.1.4 -> 1.1.5 2023-10-09 09:09:08 +00:00
github-actions[bot] 2df946c4bd
Merge master into staging-next 2023-10-09 00:02:27 +00:00
Ryan Mulligan 961e8be9ea
Merge pull request #255698 from felschr/filebot
filebot: 5.0.3 -> 5.1.1
2023-10-08 12:42:33 -07:00
Fabián Heredia Montiel 2f0e87732c Merge remote-tracking branch 'origin/master' into staging-next 2023-10-08 10:14:51 -06:00
materus a2a894536e
obs-studio: fix formatting 2023-10-08 17:38:15 +02:00
materus 6f1a7f8dc8
obs-studio: format comments 2023-10-08 17:36:15 +02:00
Nick Cao fe18f17d2e
Merge pull request #259642 from r-ryantm/auto-update/bilibili
bilibili: 1.12.0-2 -> 1.12.1-2
2023-10-08 10:21:37 -04:00
Fabián Heredia Montiel 7f16b623fc Merge remote-tracking branch 'origin/master' into staging-next 2023-10-08 00:18:22 -06:00
R. Ryantm 46924ab614 bilibili: 1.12.0-2 -> 1.12.1-2 2023-10-07 22:15:13 +00:00
Weijia Wang 0c0452cc94
Merge pull request #259441 from wamserma/fix-typo-installation
treewide: fix typo instalation -> installation
2023-10-07 17:42:18 +02:00
Jan Tojnar 76a7aa445a Merge branch 'master' into staging-next
Conflicts:
- pkgs/development/python-modules/xdot/default.nix
  between 2f244e3647 and 1a9a257cf7
2023-10-06 23:18:00 +02:00
Markus S. Wamser 918329cc94 treewide: fix typo instalation -> installation 2023-10-06 21:45:08 +02:00
maxine 1168b1af50
Merge pull request #254117 from amarshall/makemkv-reproducible
makemkv: make reproducible, enable parallel building, clarify license
2023-10-06 18:20:10 +02:00
github-actions[bot] 5f7be31bec
Merge master into staging-next 2023-10-06 00:02:31 +00:00
materus 6fa87aba8a
obs-studio: link libcef instead copy 2023-10-05 18:16:37 +02:00
Dee Anzorge d2fe7df3c1 streamlink: 6.2.0 -> 6.2.1
https://github.com/streamlink/streamlink/releases/tag/6.2.1
2023-10-05 02:03:29 +02:00
Martin Weinelt e29e5077fc
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/podcastparser/default.nix
2023-10-03 21:13:27 +02:00
Martin Wimpress 57b9568f70
obs-studio-plugins.obs-shaderfilter: v1.22 -> 2.0.0 (#248980) 2023-10-03 11:02:28 -07:00
Martin Wimpress e0c854812b obs-studio-plugins.obs-move-transition: 2.9.1 -> 2.9.4 2023-10-03 11:00:09 -07:00
github-actions[bot] 50751b0602
Merge master into staging-next 2023-09-29 18:00:55 +00:00
Lin Jian e1b71e0d52
dmlive: 5.3.0 -> 5.3.1 2023-09-29 19:57:57 +08:00
github-actions[bot] bd2b03a095
Merge master into staging-next 2023-09-28 18:00:54 +00:00
Bobby Rong 45825cf7ad
Merge pull request #257445 from bobby285271/fix/hypnotix
hypnotix: Add missing circles-flags
2023-09-28 21:10:32 +08:00
Vladimír Čunát 0dbe002e4d
Merge branch 'staging' into staging-next 2023-09-28 09:12:44 +02:00
ajs124 bdca9c5b0c
Merge pull request #257667 from tufteddeer/makemkv-1.17.5
makemkv 1.17.4 -> 1.17.5
2023-09-28 01:11:44 +02:00
TuftedDeer e6f3059c25 makemkv 1.17.4 -> 1.17.5 2023-09-27 17:47:00 +02:00
Martin Weinelt 72ea34da13 catt: 0.12.7 -> 0.12.11
https://github.com/skorokithakis/catt/blob/v0.12.11/CHANGELOG.md
2023-09-27 15:34:44 +02:00
github-actions[bot] 9a4dae4abd
Merge master into staging-next 2023-09-27 06:01:00 +00:00
R. Ryantm 27b728aca9 bilibili: 1.12.0-1 -> 1.12.0-2 2023-09-27 00:29:41 +00:00
Bobby Rong 7148877c11
hypnotix: Add missing circles-flags
This fixes the log spam of "Couldn't find flag
/usr/share/circle-flags-svg/xx.svg" and adds missing
icons to the location list.
2023-09-27 07:34:49 +08:00
github-actions[bot] 2717201e72
Merge master into staging-next 2023-09-26 12:01:28 +00:00
github-actions[bot] 3bfcfd7eef
Merge master into staging-next 2023-09-26 06:01:00 +00:00
Robert Schütz 8bd7b8ce26 hypnotix: 3.6 -> 3.7
Diff: https://github.com/linuxmint/hypnotix/compare/3.6...3.7

Changelog: https://github.com/linuxmint/hypnotix/blob/3.7/debian/changelog
2023-09-25 21:46:13 -07:00
Fabián Heredia Montiel 58e74d1c86
Merge pull request #256907 from 3JlOy-PYCCKUi/anilibria-winmaclinux
anilibria-winmaclinux: 1.2.9 -> 1.2.10
2023-09-25 22:03:14 -06:00
github-actions[bot] 0e6413dbff
Merge master into staging-next 2023-09-24 00:02:23 +00:00