Commit Graph

285 Commits

Author SHA1 Message Date
1sixth
214da37b5c
mpv: unpin ffmpeg (#265069) 2023-11-03 00:30:37 +01:00
Maciej Krüger
298571686f
Merge pull request #261642 from nbraud/mpvScripts/chapterskip 2023-10-28 00:26:43 +02: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
R. Ryantm
b43269b8cd mpvScripts.thumbnail: 0.5.2 -> 0.5.3 2023-10-20 09:59:39 +00:00
Ilan Joselevich
616e7f9ecb
Merge pull request #238659 from pbsds/mpv-scripts-webm-init
mpvScripts.mpv-webm: init at unstable-2023-02-23
2023-09-21 14:48:17 +02:00
Fabián Heredia Montiel
96839fcb3d
Merge pull request #253799 from HolyParzival/mpvacious-0.24
mpvScripts.mpvacious: 0.23 -> 0.24
2023-09-16 12:04:38 -06:00
zeronobody0
fd439a0686
remove "the the" from mpv plugin autoload.nix 2023-09-14 12:28:48 -07:00
Mario Rodas
ac4fd1a109 Revert "Fix mujs dylib on Darwin"
mujs already fixes its dylib.

This reverts commit a1abee0758.
2023-09-11 15:53:54 +00:00
John Hamelink
a1abee0758
Fix mujs dylib on Darwin 2023-09-09 15:09:26 +01:00
holyparzival
5014e83de1 mpvScripts.mpvacious: 0.23 -> 0.24 2023-09-07 12:05:45 +05:00
Colin
df622909ad mpvScripts.mpris: support cross compilation 2023-08-13 06:19:25 +03:00
lunik1
656dbeac25
mpvScripts.mpv-playlistmanager: unstable-2022-08-26 -> unstable-2023-08-09 2023-08-10 23:15:07 +01:00
Jörg Thalheim
c61a740b7c
Merge pull request #247990 from Lassulus/mpvScripts.visualizer
mpvScripts.visualizer: init at unstable-2021-07-10
2023-08-09 19:28:01 +01:00
Kierán Meinhardt
7f58893935 mpvScripts.visualizer: init at unstable-2021-07-10 2023-08-08 20:57:28 +02:00
Anders Kaseorg
8348a75570 mpv: 0.35.1 → 0.36.0
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2023-08-07 13:44:21 -07:00
Peder Bergebakken Sundt
5809b0bbe6 mpvScripts.mpv-webm: init at unstable-2023-02-23 2023-08-05 00:27:40 +02:00
Randy Eckenrode
1b26b41be7
mpv: enable Swift support on x86_64-darwin
Swift support doesn’t seem to work with back-deployed dylibs, so set the
deployment target to 10.15 to force Swift to link against the system
Swift libraries. The change to use the Swift stdenv fixes the errors
reported in #214944.
2023-07-25 23:51:24 -04:00
Martino Fontana
875ec026c9 mpv: add NoDisplay=true to umpv.desktop 2023-07-22 01:29:22 -03:00
Ilan Joselevich
5a67e7be68
mpvScripts.youtube-quality: replace with mpvScripts.quality-menu v4.1.0
While at it also moved scripts attrset out of all-packages.nix so we
don't set the alias there.
2023-07-14 01:48:46 +03:00
Peder Bergebakken Sundt
e994574e92 mpv: add test "mpv-scripts-should-not-collide" 2023-06-27 13:52:18 -03:00
apfelkuchen06
b4a2d67964 mpvScripts.thumbfast: change license
Thumbfast is now licensed under the Mozilla Public License: 6f1d92da25
2023-06-04 18:28:09 +00:00
apfelkuchen06
abc86bc4ed mpvScripts.thumbfast: unstable-2023-05-12 -> unstable-2023-06-04 2023-06-04 18:28:09 +00:00
Daniel Nagy
db508e06a1
treewide: add meta.mainProgram and changelog urls (#204317) 2023-05-28 01:31:27 -05:00
Maciej Krüger
bd4452f0a9
Merge pull request #219349 from nbraud/mpvScript/seekTo
mpvScripts.{blacklistExtensions, seekTo}: Init at unstable-2022-10-02
2023-05-25 17:54:24 +02:00
Artturi
920fbd7fea
Merge pull request #231702 from chuangzhu/webtorrent-mpv-hook 2023-05-21 18:48:21 +03:00
apfelkuchen06
9ae541a3c2 mpv: fix umpv.desktop
mpv ships with a wrapper-script umpv that adds files to the queue of a currently
running mpv instance. This script does not take any options.

The desktop file for it simply substituted mpv with umpv in mpv.desktop,
resuting in an incorrect desktop file with `Exec=umpv --player-operation-mode=pseudo-gui -- %U`.
This resulted in umpv adding bogus files to the queue.
2023-05-20 21:10:40 -03:00
apfelkuchen06
f594db6447 mpvScripts.thumbfast: init at unstable-2023-05-12 2023-05-16 08:28:39 -03:00
Chuang Zhu
3f1ff3edaf mpvScripts.webtorrent-mpv-hook: fix build on aarch64-linux 2023-05-14 00:53:28 +08:00
Sandro
8f6cd53206
Merge pull request #229022 from SuperSandro2000/nox-mpv-wayland
nixos/no-x-libs: disable wayland for mpv
2023-05-09 19:07:16 +02:00
R. Ryantm
c9bac79505 mpvScripts.mpris: 0.9 -> 1.0 2023-05-07 10:13:48 +00:00
Sandro Jäckel
9248e0074c
mpv: make vaapi support depending on x11/wayland
it requires either x11 or wayland to be enabled and fails configure if
not so
2023-04-30 02:45:16 +02:00
Nick Cao
2bd8a3add4
Merge pull request #227239 from HolyParzival/mpvacious-0.23
mpvScripts.mpvacious: 0.20 -> 0.23
2023-04-21 10:18:49 +08:00
Anderson Torres
bc28e20568 mpv: change self to finalAttrs 2023-04-20 22:22:23 -03:00
holyparzival
8374a081bf mpvScripts.mpvacious: 0.20 -> 0.23 2023-04-20 15:37:15 +05:00
nicoo
947f8256a4 mpvScripts.occivink: make FDOs (Fixed-Output Derivations) 2023-04-16 13:55:24 +00:00
nicoo
290dcc75e9 mpvScripts.occivink: Minor fixes to the generic helper
- Renamed 'name' parameter to avoid collisions with mkDerivation's one.
- Ensured the passed parameters can always override generic defaults.
2023-04-16 13:55:24 +00:00
nicoo
a326613766 mpvScripts.blacklistExtensions: init at unstable-2022-10-02 2023-04-16 13:55:24 +00:00
nicoo
589d611a40 mpvScripts.occivink: Add generic helper for all scripts in repo 2023-04-16 13:55:22 +00:00
nicoo
19abbaa2d6 mpvScripts.seekTo: init at unstable-2022-10-02 2023-04-16 13:54:52 +00:00
apfelkuchen06
312b3856e8 mpvScripts.uosc: 4.6.0 -> 4.7.0 2023-04-15 19:36:18 +02:00
github-actions[bot]
2ea027a913
Merge master into staging-next 2023-04-10 00:02:09 +00:00
Maciej Krüger
3577487514
Merge pull request #219348 from nbraud/mpvScript/acompressor 2023-04-09 22:44:30 +02:00
nicoo
0d8cf8b60a mpvScripts.acompressor: init at 0.35.1 2023-04-09 18:57:31 +00:00
Vladimír Čunát
a90c09e256
mpv-unwrapped: add Accelerate framework on darwin
No idea why aarch64-darwin started to need it now.
https://hydra.nixos.org/build/215284720#tabs-buildsteps
2023-04-09 08:21:43 +02:00
Franz Pletz
efbd314c76
mpv: fix patch hash 2023-03-17 15:36:37 +01:00
lunik1
e36ea6fb75
mpv: apply patch to fix youtube DASH streams
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

The ytdl_hook.lua supplied with the latest mpv release is incompatible
with the latest yt-dlp release, causing streaming some youtube formats
to fail. This applies an already-upstreamed fix.

Upstream issue: mpv-player/mpv#11392
Upstream patch: mpv-player/mpv#11398
2023-03-16 14:02:01 +00:00
Anderson Torres
a5bcb6e77a
Merge pull request #219909 from apfelkuchen6/mpv-uosc
mpvScripts.uosc: init at 4.6.0
2023-03-08 15:20:38 -03:00
apfelkuchen06
19f0a78c19 mpvScripts.uosc: init at 4.6.0 2023-03-07 16:20:06 +01:00
apfelkuchen06
481f02f7dd mpv: allow scripts to add wrapper args 2023-03-07 01:54:53 +01:00