Jeremy Fleischman
29ffa5eb32
kodiPackages.youtube: 6.8.18+matrix.1 → 6.8.22+matrix.1
...
Updating to the latest version of
https://github.com/anxdpanic/plugin.video.youtube/ , which lets us drop
this patch I added.
I can't find a good permalink for a changelog. Here's what I have found:
- 113 commits going from v6.8.18...v6.8.22: https://github.com/anxdpanic/plugin.video.youtube/compare/v6.8.18...v6.8.22
- Release notes for all the versions we're jumping:
- https://github.com/anxdpanic/plugin.video.youtube/releases/tag/v6.8.18
- https://github.com/anxdpanic/plugin.video.youtube/releases/tag/v6.8.20
- https://github.com/anxdpanic/plugin.video.youtube/releases/tag/6.x.x-dev
- https://github.com/anxdpanic/plugin.video.youtube/releases/tag/v6.8.21
- https://github.com/anxdpanic/plugin.video.youtube/releases/tag/v6.8.22
2022-12-09 10:59:57 -08:00
Robert Hensing
9aa8863a8f
netflix: init
2022-12-09 16:56:45 +01:00
Shamrock Lee
f7860c59a3
losslesscut-bin: 3.46.2 -> 3.48.2 and add aarch64-darwin support
2022-12-08 14:04:31 +00:00
Shamrock Lee
bd2a5f009a
losslesscut-bin: refactor the build expression
...
* appimage.nix -> build-from-appimage.nix to avoid confusion
* .appimage -> x86_64-appimage to allow packaging binaries for architectures
* Pass chromium flag --disable-seccomp-filter-sandbox to the executable
* Use hostPlatform instead of stdenvNoCC.hostPlatform
* Remove unnessesary intermediate variables
2022-12-08 13:57:55 +00:00
AndersonTorres
11f03af9e3
mpv: use meson* functions
2022-12-07 14:11:00 -03:00
Sandro
944a28da8f
Merge pull request #201379 from SuperSandro2000/mpv-unwrapped
2022-12-07 01:24:09 +01:00
Artturi
850fb23aa8
Merge pull request #204214 from wegank/wxgtk30-gtk2-drop
...
treewide: drop wxGTK30-gtk2
2022-12-06 23:28:43 +02:00
D Anzorge
9a2a145ff3
streamlink: 5.0.1 -> 5.1.2
...
- https://github.com/streamlink/streamlink/releases/tag/5.1.0
Upstream added an explicit dependency on urllib3 in order to raise the
minimum required version above what the transitive dependencies would
require. Nixpkgs' urllib3 is already >=1.26.0, and so adding it here is
redundant, but done to avoid future surprises.
- https://github.com/streamlink/streamlink/releases/tag/5.1.1
- https://github.com/streamlink/streamlink/releases/tag/5.1.2
2022-12-05 02:10:44 +01:00
Bobby Rong
71fe9c0596
Merge pull request #204225 from bobby285271/cinnamon
...
Cinnamon updates 2022-12-02
2022-12-04 12:02:36 +08:00
Bobby Rong
28b106b5bc
hypnotix: 3.0 -> 3.1
...
https://github.com/linuxmint/hypnotix/compare/3.0...3.1
2022-12-04 11:20:51 +08:00
Bobby Rong
0c2d3502db
Merge pull request #204140 from linj-fork/bump-dmlive
...
dmlive: unstable-2022-08-22 -> unstable-2022-11-19
2022-12-03 12:45:02 +08:00
Weijia Wang
07cd65bea2
treewide: drop wxGTK30-gtk2
2022-12-03 03:28:32 +01:00
Sandro
a50cf79808
Merge pull request #202246 from Myaats/jellyfin-mpv-shim-desktop-item
2022-12-03 01:32:30 +01:00
Anderson Torres
52e30611a8
Merge pull request #204058 from muscaln/vlc-3.0.18
...
vlc: 3.0.17.3 -> 3.0.18
2022-12-02 17:54:13 -03:00
Lin Jian
16e164f0ef
dmlive: unstable-2022-08-22 -> unstable-2022-11-19
2022-12-03 00:22:28 +08:00
Mats
64f6033a03
jellyfin-mpv-shim: add desktop item
2022-12-02 12:17:36 +01:00
Mustafa Çalışkan
795fc63682
vlc: 3.0.17.3 -> 3.0.18
2022-12-02 11:01:38 +03:00
Sergei Trofimovich
023a347391
Merge pull request #203727 from trofi/mythtv-without-xlibsWrapper
...
mythtv: drop unused xlibsWrapper input
2022-12-01 21:58:36 +00:00
AtilaSaraiva
7f4559c57c
obs-vkcapture: 1.2.1 -> 1.2.2
2022-12-01 08:50:09 -07:00
Sergei Trofimovich
173c52841e
mythtv: drop unused xlibsWrapper input
...
Validated as no change in `out` output with `diffoscope`.
2022-11-30 09:24:30 +00:00
Aaron Andersen
7296c123af
Merge pull request #203503 from r-ryantm/auto-update/kodiPackages.urllib3
...
kodiPackages.urllib3: 1.26.9+matrix.1 -> 1.26.13+matrix.1
2022-11-29 23:13:30 -05:00
Aaron Andersen
606cfe1db9
Merge pull request #203501 from r-ryantm/auto-update/kodiPackages.certifi
...
kodiPackages.certifi: 2022.5.18+matrix.1 -> 2022.9.24
2022-11-29 23:12:41 -05:00
Aaron Andersen
526483ea2d
Merge pull request #203500 from r-ryantm/auto-update/kodiPackages.idna
...
kodiPackages.idna: 3.3.0+matrix.1 -> 3.4.0
2022-11-29 23:11:57 -05:00
Mario Rodas
6df2fadf73
Merge pull request #202598 from iblech/minitube
...
minitube: unbreak the build
2022-11-29 21:14:08 -05:00
Sandro Jäckel
683293089f
mpv-unwrapped: build with meson
...
xcrun is required for darwin to find its SDK location and for the version detection.
Co-authored-by: adisbladis <adisbladis@gmail.com>
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
Co-authored-by: Atemu <atemu.main@gmail.com>
2022-11-29 17:16:49 +01:00
Sandro
57fa544f8b
Merge pull request #198775 from zendo/update-screenkey
2022-11-29 17:00:45 +01:00
Bobby Rong
d91da6d1fb
Merge pull request #201328 from NixOS/cinnamon
...
Cinnamon 5.6
2022-11-29 14:33:07 +08:00
Bobby Rong
d2f95e9cfd
hypnotix: 2.9 -> 3.0
...
https://github.com/linuxmint/hypnotix/compare/2.9...3.0
2022-11-29 10:11:56 +08:00
Bobby Rong
f0c5278e99
hypnotix: Fix launching with mpv 0.35.0
...
See hypnotix issue 254 for more info.
2022-11-29 10:11:55 +08:00
zendo
d865afb0a5
screenkey: 1.4 -> 1.5
2022-11-29 08:36:45 +08:00
R. Ryantm
69f16ac7e1
kodiPackages.urllib3: 1.26.9+matrix.1 -> 1.26.13+matrix.1
2022-11-28 19:57:15 +00:00
R. Ryantm
29ab8d3acf
kodiPackages.idna: 3.3.0+matrix.1 -> 3.4.0
2022-11-28 19:39:09 +00:00
R. Ryantm
f63510fa80
kodiPackages.certifi: 2022.5.18+matrix.1 -> 2022.9.24
2022-11-28 19:37:19 +00:00
figsoda
e87809fa58
Merge pull request #203371 from schnusch/nix-update-mpv_sponsorblock
...
mpvScripts.sponsorblock: replace update script with nix-update
2022-11-28 08:59:55 -05:00
schnusch
fe0257891b
mpvScripts.sponsorblock: replace update script with nix-update
2022-11-28 12:18:02 +01:00
Sandro
853077236a
Merge pull request #202124 from SuperSandro2000/dbus-passthru-daemon
2022-11-28 01:35:34 +01:00
Lily Foster
19b68139ce
mythtv: 31.0 -> 32.0
...
Co-authored-by: zero_one <zero_one_01@outlook.de>
Co-authored-by: Anthony Carrico <acarrico@memebeam.org>
Co-authored-by: K900 <me@0upti.me>
2022-11-26 17:29:12 -05:00
Ingo Blechschmidt
ec8e3c7dec
minitube: unbreak the build
2022-11-24 20:08:50 +01:00
Tom Siewert
0f32b695ea
makemkv: 1.17.1 -> 1.17.2
2022-11-24 18:44:47 +01:00
Thiago Kenji Okada
93c50a28f6
mlv-app: remove -march=native
2022-11-24 14:58:19 +00:00
Kerstin Humm
4802659020
sub-batch: 1.0.0 -> 1.0.1
2022-11-22 22:19:53 +01:00
Sandro
02ebf46231
Merge pull request #199761 from Myaats/fix-pystray
2022-11-21 21:21:32 +01:00
Sandro Jäckel
c7f5becba3
dbus: remove unused daemon passhtru
2022-11-21 20:23:00 +01:00
Sandro
e27dcca80b
Merge pull request #199231 from gdamjan/go2tv
2022-11-21 01:23:14 +01:00
Дамјан Георгиевски
a4bdbb7073
go2tv: init at 1.13.0
...
Cast media files to UPnP/DLNA Media Renderers and Smart TVs.
https://github.com/alexballas/go2tv
provides 2 packages:
- go2tv the GUI version (based on go-gl/glfw)
- go2tv-lite just a cli version
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-11-21 00:29:41 +01:00
AndersonTorres
419e261c1b
openshot-qt: update dependencies
...
Because the old pyqt5-with-webkit depends on an old, buggy, full of CVEs WebKit
implementation.
2022-11-20 18:52:37 -03:00
Bobby Rong
f19501ea56
Merge pull request #199898 from dasj19/lbry-update
...
lbry: 0.52.5 -> 0.53.8
2022-11-20 13:49:25 +08:00
Bobby Rong
359d881014
Merge pull request #201186 from Luflosi/update/iina
...
iina: 1.3.0 -> 1.3.1
2022-11-20 11:33:34 +08:00
Bobby Rong
8a7cdd10d7
Merge pull request #201497 from zendo/fix-kooha
...
kooha: add gst-plugins-good
2022-11-19 23:19:41 +08:00
Daniel Șerbănescu
3c17d9f8cf
lbry: 0.52.5 -> 0.53.8
2022-11-19 15:47:23 +01:00
Mats
b70b4d0d62
plex-mpv-shim: add gapps-wrapper for pystray
2022-11-19 11:52:35 +01:00
Mats
4814a3b3c7
jellyfin-mpv-shim: add gapps-wrapper for pystray
...
Wraps jellyfin-mpv-shim using wrapGAppsHook to support more backends in
pystray
2022-11-19 11:52:35 +01:00
R. Ryantm
b8d004971f
media-downloader: 2.6.0 -> 2.7.0
2022-11-19 10:38:38 +08:00
Bruno Bigras
4b85db7975
Merge pull request #197438 from schnusch/mpvScripts.sponsorblock
...
mpvScripts.sponsorblock: unstable-2021-12-23 -> unstable-2022-09-24
2022-11-18 10:23:29 -05:00
Bobby Rong
d23c0dae4f
Merge pull request #199127 from alyaeanyx/freetube-0.18.0
...
freetube: 0.17.1 -> 0.18.0
2022-11-17 19:58:29 +08:00
zendo
bd3976941d
kooha: add gst-plugins-good
2022-11-16 22:23:34 +08:00
K900
07334444c2
Merge pull request #201206 from K900/kde-frameworks-5.100
...
kde-frameworks: 5.99 -> 5.100
2022-11-16 10:28:54 +03:00
Anderson Torres
506f41b6ad
Merge pull request #201367 from SuperSandro2000/mpv-0-35-0
...
mpv-unwrapped: 0.34.1 -> 0.35.0
2022-11-15 19:12:05 -03:00
Sandro Jäckel
b97cda7d44
mpv-unwrapped: 0.34.1 -> 0.35.0
2022-11-15 20:58:01 +01:00
Austin Butler
76085e2232
openshot-qt: fix Python 3.10 incompatibility
2022-11-15 00:04:27 -08:00
K900
360080de17
kmplayer: fix cmake configuration
2022-11-15 10:28:07 +03:00
Luflosi
690fd2b8f7
iina: 1.3.0 -> 1.3.1
...
https://github.com/iina/iina/releases/tag/v1.3.1
2022-11-14 15:05:12 +01:00
Nathanael Robbins
73684a65aa
obs-studio-plugins.obs-source-record: init at 2022-11-10
...
Co-authored-by: Franz Pletz <fpletz@fnordicwalking.de>
2022-11-14 09:37:25 +01:00
Chuang Zhu
47728c4392
manim: fix build
2022-11-13 19:00:21 -08:00
Franz Pletz
9c3248f5b1
Merge pull request #87521 from glittershark/init-obs-input-overlay
2022-11-13 15:35:42 +01:00
zowoq
618cb7fa46
go-chromecast: mark broken
2022-11-13 09:02:22 +10:00
Griffin Smith
005798c998
obs-studio-plugins.input-overlay: init at 5.0.0
...
Co-authored-by: Franz Pletz <fpletz@fnordicwalking.de>
2022-11-11 16:28:59 +01:00
Franz Pletz
3c446ee4e2
Merge pull request #200639 from fpletz/pkgs/obs-28.1.2
...
obs-studio: 28.0.3 -> 28.1.2, plugins fixes
2022-11-11 16:26:59 +01:00
Franz Pletz
96edebd788
obs-studio27: remove
2022-11-11 15:36:49 +01:00
Raphael Robatsch
a9dacbba42
obs-studio-plugins.obs-backgroundremoval: 0.4.0 -> unstable-2022-05-02
...
There is no release with OBS 28 support yet.
2022-11-11 07:04:11 +01:00
Franz Pletz
9e7a3b07e4
obs-studio-plugins.obs-hyperion: mark as broken
2022-11-11 07:04:11 +01:00
Franz Pletz
85d67fa055
obs-studio-plugins.obs-ndi: 4.9.1 -> 4.10.0
2022-11-11 07:01:47 +01:00
Franz Pletz
49a6217c15
obs-studio-plugins.obs-move-transition: 2.6.4 -> 2.7.1
2022-11-11 07:01:47 +01:00
Franz Pletz
df751a35b6
obs-studio-plugins.obs-multi-rtmp: add OBS28 support
...
Co-authored-by: Raphael Robatsch <raphael-git@tapesoftware.net>
2022-11-11 07:01:47 +01:00
R. Ryantm
314e351f0a
obs-studio-plugins.obs-nvfbc: 0.0.6 -> 0.0.7
2022-11-11 04:53:55 +01:00
Franz Pletz
7f2222bc9f
obs-studio: 28.0.3 -> 28.1.2
2022-11-11 04:43:22 +01:00
Franz Pletz
f025edb68a
Merge pull request #195029 from SebTM/update/obs-wlrobs
2022-11-11 04:07:36 +01:00
Franz Pletz
f631204dc5
Merge pull request #195024 from SebTM/fix/obs-pipewire-audio-capture
2022-11-11 04:06:56 +01:00
Franz Pletz
805b69adc7
Merge pull request #195051 from SebTM/update/obs-move-transition_264
2022-11-11 04:06:20 +01:00
Franz Pletz
d28a094529
Merge pull request #194578 from SebTM/update/obs2803
2022-11-11 03:51:27 +01:00
Sandro
d9c3f3c0dc
Merge pull request #196007 from wegank/fdl11-remove
2022-11-09 22:31:50 +01:00
R. Ryantm
659dd0acc8
ffmpeg-normalize: 1.25.2 -> 1.25.3
2022-11-09 12:16:27 +00:00
Azat Bahawi
c0615ec21a
xvidcap: remove
2022-11-08 02:11:44 +03:00
figsoda
b2e7ef3697
Merge pull request #199624 from figsoda/mpv-thumbnail-script
...
mpvScripts.thumbnail: 0.4.9 -> 0.5.1
2022-11-06 15:45:54 -05:00
PedroHLC ☭
07fae5053b
obs-studio-plugins.obs-vkcapture: 1.2.0 -> 1.2.1
2022-11-05 15:17:34 -03:00
Anthony Cowley
9c85db3a37
handbrake: build against ffmpeg with custom patches
...
The Handbrake project carries a set of ffmpeg patches required for
things like proper subtitle timing.
See: https://github.com/HandBrake/HandBrake/issues/4029
2022-11-05 18:59:17 +08:00
figsoda
b6c1fb293e
mpvScripts.thumbnail: 0.4.9 -> 0.5.1
2022-11-04 22:38:13 -04:00
Artturi
9d556e2c75
Merge pull request #198198 from Artturin/fixevalofstudio
...
obs-studio-plugins.obs-hyperion: fix Function called without required…
2022-11-04 20:31:39 +02:00
alyaeanyx
99e0091cae
freetube: 0.17.1 -> 0.18.0
2022-11-02 09:27:50 +01:00
Bobby Rong
ab8f86d73f
various: add bobby285271 as maintainer ( #198911 )
...
Basically Linux Mint related packages.
Cinnamon 5.6 is likely to happen soon, I want to make sure no duplicate work is done.
2022-11-01 17:24:40 +08:00
R. Ryantm
2855d86345
motion: 4.4.0 -> 4.5.0
2022-10-31 19:48:55 -04:00
Thomas Gerbet
8fa4c2dc47
vlc: use xorg.libSM packages directly instead of xlibsWrapper indirection
...
See #194054
2022-10-29 18:34:36 +02:00
Sergei Trofimovich
c9f4e679cc
xine-ui: drop unused xlibsWrapper
...
Tested as no material change in `out` output with `diffoscope`.
2022-10-29 12:06:32 +02:00
Artturin
a34fb665ea
obs-studio-plugins.obs-hyperion: fix src and switch to cmake
2022-10-28 17:17:31 +03:00
Artturin
de2a3601a0
obs-studio-plugins.obs-hyperion: fix Function called without required argument "qtbase"
2022-10-28 06:31:44 +03:00
Weijia Wang
06d0490ab3
licenses: remove fdl12
2022-10-27 22:47:29 +02:00
davidak
0dac320a0b
davinci-resolve: add missing libcrypt.so.1
2022-10-26 05:12:37 +02:00
schnusch
56ab2dc73f
mpvScripts.sponsorblock: unstable-2021-12-23 -> unstable-2022-09-24
2022-10-23 23:39:38 +02:00
Doron Behar
2a44646ea3
Merge pull request #197117 from jtojnar/video-trimmer-codecs
2022-10-23 06:23:01 +00:00
Sebastian Sellmeier
9f7914afa2
obs-studio: add 28.0.3 (parallel to 27.x)
2022-10-22 22:13:31 +02:00