Commit Graph

573 Commits

Author SHA1 Message Date
nicoo
941397c1b1 mpvScripts.{blacklistExtensions, seekTo}: unstable-2022-10-02 → 2023-12-18 2023-12-19 01:24:01 +00:00
nicoo
21c14e7095 mpvScripts.{blacklistExtensions, seekTo}: Add (hacky) updateScript 2023-12-19 01:10:00 +00:00
nicoo
14f0b7d744 mpvScripts.simple-mpv-webui: Fix scriptName 2023-12-19 00:51:41 +00:00
nicoo
ad95e2989d mpvScripts.mpvacious: Fix scriptName 2023-12-19 00:51:41 +00:00
nicoo
f4e390dc8a mpvScripts: Test that dir-packaged scripts contain exactly one main.* 2023-12-19 00:51:39 +00:00
nicoo
1bb85ca0d4 mpvScripts: Add test validating scriptName 2023-12-19 00:51:17 +00:00
Peder Bergebakken Sundt
b77e9f0ecc
Merge pull request #273783 from arthsmn/buildlua-fix
mpvScripts.buildLua: remove unused inherits
2023-12-17 13:00:47 +01:00
Peder Bergebakken Sundt
a42aa9875a
Merge pull request #270916 from nbraud/mpvScripts/buildLua/strippedName
mpvScripts.buildLua: Strip `mpv-` from `pname` when inferring `scriptName`
2023-12-13 23:37:59 +01:00
nicoo
86e2b649ab mpvScripts.chapterskip: Add missing metadata 2023-12-13 10:58:02 +00:00
nicoo
6abfd41fd1 mpvScripts.sponsorblock-minimal: Add updateScript 2023-12-12 19:01:38 +00:00
nicoo
255dbfdbe2 mpvScripts.webtorrent-mpv-hook: Add updateScript 2023-12-12 19:00:33 +00:00
nicoo
40ef9f3b76 mpvScripts.vr-reversal: Add updateScript 2023-12-12 19:00:33 +00:00
nicoo
56d6e1614f mpvScripts.visualizer: Add updateScript 2023-12-12 19:00:33 +00:00
nicoo
0eb7e6abcf mpvScripts.uosc: Add updateScript 2023-12-12 19:00:32 +00:00
nicoo
d89554dc42 mpvScripts.thumbnail: Add updateScript 2023-12-12 19:00:32 +00:00
nicoo
76767f5188 mpvScripts.thumbfast: Add updateScript 2023-12-12 19:00:32 +00:00
nicoo
0a30568c20 mpvScripts.simple-mpv-ui: Add updateScript 2023-12-12 19:00:31 +00:00
nicoo
19da46d6ee mpvScripts.quality-menu: Add updateScript 2023-12-12 19:00:31 +00:00
nicoo
8ada220063 mpvScripts.mpvacious: Add updateScript 2023-12-12 19:00:31 +00:00
nicoo
160de305f5 mpvScripts.mpv-playlistmanager: Add updateScript 2023-12-12 19:00:30 +00:00
nicoo
66a1cca952 mpvScripts.mpris: Add updateScript 2023-12-12 19:00:30 +00:00
nicoo
b0a5637c9e mpvScripts.inhibit-gnome: Add updateScript 2023-12-12 19:00:30 +00:00
nicoo
4c968b4204 mpvScripts.cutter: Add updateScript 2023-12-12 19:00:27 +00:00
nicoo
4109990857 mpvScripts.convert: Add updateScript 2023-12-12 18:59:20 +00:00
nicoo
0f604eff4a mpvScripts.mpv-webm: Fix updateScript
nix-update does not seem to work through helpers like `buildLua`.
2023-12-12 18:59:20 +00:00
nicoo
2403dae1fa mpvScripts.chapterskip: Add updateScript 2023-12-12 18:59:19 +00:00
nicoo
b3b5d76be3 mpvScripts.buildLua: Expose meta.position
Undocumented in the nixpkgs manual, but apparently needed for `common-updaters`
and related tools such as `nix-update`.
2023-12-12 18:59:19 +00:00
nicoo
ffc274f698 mpvScripts.thumbfast: Simplify after buildLua change 2023-12-12 17:39:13 +00:00
nicoo
5c3a58bbcf mpvScripts.quality-menu: Simplify after buildLua change 2023-12-12 17:38:11 +00:00
nicoo
6b2a19c707 mpvScripts.mpv-playlistmanager: Simplify after buildLua change 2023-12-12 17:38:10 +00:00
nicoo
4db7046b7f mpvScripts.buildLua: Strip pname when inferring scriptName 2023-12-12 17:38:10 +00:00
nicoo
ffd4482a7d mpvScripts.simple-mpv-webui: Drop superfluous .lua suffix in scriptName 2023-12-12 17:28:44 +00:00
nicoo
a4dd202be5 mpvScripts.buildLua: don't remove .lua from scriptName when installing a directory
Since 6444a0957b, `scriptName` does not include a superfluous
`.lua` suffix for directories.
2023-12-12 17:27:12 +00:00
Maciej Krüger
a8d3e143c9
Merge pull request #273200 from nbraud/mpvScripts/visualizer
mpvScripts.visualizer: unstable-2021-07-10 → 2023-08-13
2023-12-12 18:18:13 +01:00
Maciej Krüger
029b237744
Merge pull request #273202 from nbraud/mpvScripts/thumbfast
mpvScripts.thumbfast: unstable-2023-06-04 → 2023-12-08
2023-12-12 18:17:08 +01:00
Maciej Krüger
76a8b682db
Merge pull request #273176 from nbraud/mpvScripts/cutter
mpvScripts.cutter: unstable-2021-02-03 → 2023-11-09
2023-12-12 18:15:43 +01:00
arthsmn
000a43d5fc mpvScripts.buildLua: remove unused inherits 2023-12-12 13:18:38 -03:00
Peder Bergebakken Sundt
898f355702
Merge pull request #273387 from arthsmn/sponsorblock-minimal
mpvScripts.sponsorblock-minimal: init at unstable-2023-08-20
2023-12-12 09:29:07 +01:00
nicoo
1e0120f863 mpvScripts.mpv-playlistmanager: unstable-2023-08-09 → unstable-2023-11-28 2023-12-12 00:12:55 +00:00
arthsmn
a8ecd7a07a mpvScripts.sponsorblock-minimal: init at unstable-2023-08-20 2023-12-11 20:39:38 -03:00
Weijia Wang
e5307b781b
Merge pull request #273196 from nbraud/mpvScripts/webtorrent-mpv-hook
webtorrent-mpv-hook: 1.3.3 → 1.4.1
2023-12-11 16:43:16 +01:00
Jeff Huffman
435076cc1c
mpv: use correct nv-codec-headers version
Otherwise, mpv falls back to nvdec-copy, using significantly more cpu.
2023-12-10 05:54:00 -05:00
nicoo
8bf840c358 mpvScripts.visualizer: simplify with buildLua 2023-12-09 21:36:15 +00:00
nicoo
cd79e7c075 mpvScripts.visualizer: unstable-2021-07-10 → 2023-08-13 2023-12-09 21:35:49 +00:00
nicoo
41fe077729 mpvScripts.thumbfast: bring mpv in PATH instead of patching its path in
This should be more robust against upstream changes,
and does not require a rebuild after every mpv rebuild.
2023-12-09 21:14:08 +00:00
nicoo
ab2df8282f mpvScripts.thumbfast: unstable-2023-06-04 → 2023-12-08 2023-12-09 21:02:48 +00:00
nicoo
282d9fd9ea webtorrent-mpv-hook: 1.3.3 → 1.4.1 2023-12-09 20:45:11 +00:00
nicoo
89e75ee87a mpvScripts.cutter: unstable-2021-02-03 → 2023-11-09
- resolve conflict with default shortcuts
- license under MIT terms
2023-12-09 19:31:52 +00:00
nicoo
cdc6ed5c26 mpvScripts.cutter: simplify with buildLua 2023-12-09 19:31:52 +00:00
nicoo
cf861f9175 mpvScripts.uosc: 4.7.0 → 5.1.1 2023-12-04 17:07:46 +00:00
nicoo
492f662817 mpvScripts.uosc: refactor with buildLua 2023-12-04 17:07:46 +00:00
nicoo
ce2dcc6dcb mpvScripts.buildLua: Handle explicitly-recursive attrsets
No rebuild needed, so this did not change existing uses of `buildLua`.
2023-12-04 17:07:45 +00:00
nicoo
6444a0957b mpvScripts.buildLua: Generate the correct scriptName for directories
`wrapMpv` expects the literal file/directory name.
Bug introduced in 8438431b9f.
2023-12-04 16:40:52 +00:00
Peder Bergebakken Sundt
66c54c2291
Merge pull request #270920 from nbraud/mpvScripts/mpv-webm
mpvScripts.mpv-webm: unstable-2023-02-23 → 2023-11-18
2023-12-04 00:45:01 +01:00
nicoo
f171058dcc mpvScripts.mpv-webm: Set updateScript 2023-12-03 18:20:44 +00:00
nicoo
dc18dc4a02 mpvScripts.mpv-webm: unstable-2023-02-23 → 2023-11-18 2023-11-29 11:25:00 +00:00
nicoo
b09edde79e mpvScripts.mpv-webm: Simplify with buildLua 2023-11-29 11:23:58 +00:00
ajs124
8e2f58befd mpvScripts.mpris: 1.0 -> 1.1
https://github.com/hoyon/mpv-mpris/releases/tag/1.1
2023-11-28 15:27:33 +01:00
Colin
90cd52a559 mpv-unwrapped: fix shebangs for cross-compiled builds
previously umpv had the build python and mpv_identify.sh had the build
bash, even though both of these are intended to run on the host.
2023-11-27 08:28:15 -03:00
nicoo
183a4ceba7 mpvScripts.simple-mpv-ui: 2.1.0 → 3.0.0 2023-11-22 22:51:03 +00:00
nicoo
65b81db7bb mpvScripts.simple-mpv-webui: Refactor with buildLua 2023-11-22 22:51:02 +00:00
nicoo
8438431b9f mpvScripts.buildLua: Handle scripts packaged as directories 2023-11-22 22:51:02 +00: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
Paul Meyer
2c97a5caa7 maintainers: remove jfrankenau
due to inactivity.
2023-11-20 08:44:58 +01: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
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
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
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
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
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
Maciej Krüger
2a4751dc3f
Merge pull request #265676 from nbraud/mpvScripts/refactor 2023-11-08 19:42:57 +01: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
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
Zhong Jianxin
8a28ae851d mpv: Only enable swift support on aarch64-darwin
This commit should be reverted after [x86_64-darwin build failure][1] is
fixed

[1]: https://logs.nix.ci/?key=nixos/nixpkgs.214944&attempt_id=76802592-760c-47e1-9141-4465b7c78f4c
2023-02-28 11:14:00 +08:00
Zhong Jianxin
5b8e896dba mpv: Switch to apple_sdk_11_0 for darwin 2023-02-28 11:10:17 +08:00
Stéphan Kochen
f0a6216eeb mpv: enable swift support 2023-02-28 11:10:17 +08:00
Nick Cao
c2f4e0d0d1
Merge pull request #213643 from HolyParzival/mpvacious-0.20
mpvScripts.mpvacious: 0.18 -> 0.20
2023-01-31 16:21:27 +08:00
holyparzival
06fa028600 mpvScripts.mpvacious: 0.18 -> 0.20 2023-01-31 08:42:09 +05:00
R. Ryantm
abb5299ea5 mpvScripts.sponsorblock: unstable-2022-09-24 -> unstable-2023-01-30 2023-01-30 06:56:31 +00:00
Sergei Trofimovich
0a9a0fefc2
mpv: 0.35.0 -> 0.35.1 (#213229) 2023-01-28 23:44:08 -03:00
Anderson Torres
d6cb3d2b8a mpv: use rec-less overlay-style attributes 2023-01-28 20:35:42 -03:00
Anderson Torres
6607132a7e mpv: add meta.changelog 2023-01-28 20:34:06 -03:00
Doron Behar
ff73f0aad2
Merge pull request #212989 from chuangzhu/webtorrent-mpv-hook
mpvScripts.webtorrent-mpv-hook: init at 1.3.3
2023-01-28 17:58:26 +02:00
Chuang Zhu
3d73774412 mpvScripts.webtorrent-mpv-hook: init at 1.3.3 2023-01-28 01:55:56 +08:00
figsoda
541af71fbc mpvScripts.thumbnail: 0.5.1 -> 0.5.2
Diff: https://github.com/marzzzello/mpv_thumbnail_script/compare/0.5.1...0.5.2

Changelog: https://github.com/marzzzello/mpv_thumbnail_script/releases/tag/0.5.2
2023-01-17 23:58:47 -05:00
1sixth
b0f6cc813f
mpv: use ffmpeg_5
This enables mpv to play Dolby Vision videos properly.
2023-01-03 23:02:44 +08:00
Sandro
6c056bed3a
Merge pull request #205046 from SuperSandro2000/lib-meson 2022-12-29 01:36:12 +01:00
figsoda
a211d94291 treewide: remove attrPath from nix-update-script calls
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703, `attrPath` can now be omitted when using `nix-update-script`
2022-12-26 12:39:21 -05:00
Sandro Jäckel
6821ff041a
mpv: inline lib 2022-12-25 21:42:23 +01:00
Sandro
4c536e0b69
Merge pull request #203838 from Myaats/mpv_inhibit_gnome 2022-12-24 02:07:14 +01:00
Mats
13c9d909c7 mpvScripts.inhibit_gnome: init at 0.1.3 2022-12-18 17:55:35 +01:00
AndersonTorres
7f00403e5f mpv-unwrapped: incorporate darwin into its expression 2022-12-12 09:46:16 -03: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
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
schnusch
fe0257891b mpvScripts.sponsorblock: replace update script with nix-update 2022-11-28 12:18:02 +01: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
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
figsoda
b6c1fb293e mpvScripts.thumbnail: 0.4.9 -> 0.5.1 2022-11-04 22:38:13 -04:00
schnusch
56ab2dc73f mpvScripts.sponsorblock: unstable-2021-12-23 -> unstable-2022-09-24 2022-10-23 23:39:38 +02:00
Markus S. Wamser
c9d167f174 pkgs.applications: remove unused args 2022-10-12 16:00:16 +02:00
lunik1
95df3315f2 mpvScripts.mpv-playlistmanager: unstable-2021-09-27 → unstable-2022-08-26 2022-06-29 23:05:32 +01:00
Martin Weinelt
68c0ca4416 Merge remote-tracking branch 'origin/master' into staging-next 2022-09-25 21:36:31 +02:00
R. Ryantm
0a50c1ed3d mpvScripts.mpris: 0.8.1 -> 0.9 2022-09-22 23:09:55 +00:00
github-actions[bot]
071a9fc320
Merge master into staging-next 2022-09-21 06:23:26 +00:00
Cody P Schafer
3b9c1a03de
mpv: enable rubberbandSupport even if not linux
Since ec40574149, rubberband no longer
fails to build on darwin, so we can enable it in all cases.
2022-09-20 15:31:00 -04:00
Frederik Rietdijk
3086301ac4 Merge staging-next into staging 2022-09-12 19:49:24 +02:00
Sandro Jäckel
63be0d9b2c
mpv: fix cross compilation 2022-09-07 21:23:05 +02:00
github-actions[bot]
a179bde9df
Merge staging-next into staging 2022-09-01 00:03:07 +00:00
rnhmjoj
5e04a1fd5d
mpv: fix build with wayland support 2022-08-29 00:16:14 +02:00
rnhmjoj
0b3ec7fbc8
mpv: fix cross compilation 2022-08-29 00:16:14 +02:00
Ken Micklas
189c57aaa6 mpvacious: 0.15 -> 0.18 2022-08-24 13:21:54 +01:00
ajs124
724320b25a
Merge pull request #183114 from sersorrel/mpv-scripts-mpris 2022-08-16 12:53:04 +02:00
ash
957ab7ce03 mpvScripts.mpris: 0.5 -> 0.8.1 2022-08-16 11:02:57 +01:00
figsoda
05e9b4c5bb
Merge pull request #186391 from figsoda/update-mpv-thumbnail
mpvScripts.thumbnail: switch to maintained fork, unstable-2020-01-16 -> 0.4.9
2022-08-16 10:35:09 +08:00
n-cc
e8453ebbac mpv: add libXpresent dependency 2022-08-14 16:03:55 -05:00
John Ericson
91e3af4efb
Merge pull request #156241 from kmicklas/fix-mpvacious-multi-file-hack
mpvacious: remove hack for multi-file script loading
2022-08-13 10:54:36 -04:00
figsoda
cedffc07f5 mpvScripts.thumbnail: switch to maintained fork, unstable-2020-01-16 -> 0.4.9 2022-08-13 14:25:29 +08:00
Artturin
99a52394e9 mpv: move makeWrapper to nativeBuildInputs to fix cross eval
error: attribute 'runtimeShell' missing
2022-07-14 22:08:56 +03:00
Naïm Favier
2ae69114a1
makeWrapper: implement --inherit-argv0
For symmetry/interoperability with makeBinaryWrapper. Implemented as
--argv0 '$0'
2022-05-10 22:07:57 +02:00
Lassulus
8ef828fc72
Merge pull request #161599 from rileyinman/mpv-scripts
mpv-scripts: init autocrop, autodeint
2022-04-19 12:36:37 +01:00
schnusch
3c1a4376ac mpvScripts.vr-reversal: init at 1.1 2022-03-16 00:18:03 +01:00
Adam Joseph
f2ebc057ee mpv: add javascriptSupport option
This commit adds a javascriptSupport option, allowing to compile mpv
without mujs.
2022-03-13 15:35:37 -07:00
Riley Inman
7988f94cd3 mpv-scripts: init autocrop, autodeint 2022-02-23 19:52:55 -05:00
Ken Micklas
90bfb6dc4b mpvacious: remove hack for multi-file script loading 2022-01-22 20:10:02 -05:00
legendofmiracles
b4ac5539ea
Merge pull request #154859 from schnusch/mpv_sponsorblock 2022-01-13 14:42:41 -06:00
schnusch
03b8ba0070 mpvScripts.sponsorblock: update script: do not use shallow fetch
Shallow fetch should not be used because the script needs to look at past
commits too to pick the latest commit before today.
2022-01-13 10:11:45 +01:00
legendofmiracles
38ec35cef2
Merge pull request #154563 from schnusch/mpv_sponsorblock 2022-01-12 20:54:49 -06:00
schnusch
7b5db5f50b mpvScripts.sponsorblock: unstable-2020-07-05 -> unstable-2021-12-23 2022-01-13 00:56:13 +01:00
schnusch
e8f170c469 mpvScripts.sponsorblock: add update script 2022-01-13 00:56:09 +01:00
legendofmiracles
54f8775d64 mpvScripts.sponsorblock: fix blatant ignorance of CONTRIBUTING.md 2022-01-12 15:19:54 +01:00
Sandro
0b4d5ebdad
Merge pull request #139795 from kmicklas/mpvacious-0.15 2022-01-04 13:07:04 +01:00
adisbladis
ddc858382c mpv: 0.34.0 -> 0.34.1 2022-01-03 22:53:56 +00:00
legendofmiracles
b9e6351d30
maintainers: rename legendofmiracles to lom 2021-12-01 17:19:48 -06:00
Sandro
6809351d92
Merge pull request #147003 from samuelgrf/mpv-inherit-meta 2021-11-25 00:31:08 +01:00
legendofmiracles
c85680db4f mpvScripts.video-cutter: init at unstable-2021-02-03 2021-11-24 13:49:33 -08:00
Samuel Gräfenstein
5c706a49a6
mpv: inherit meta from mpv-unwrapped
Co-authored-by: Thiago Kenji Okada <thiagokokada@gmail.com>
2021-11-22 17:09:22 +01:00
Samuel Gräfenstein
4459b35304
mpv: set meta.mainProgram 2021-11-21 16:47:31 +01:00
Sandro Jäckel
867421210a
mpv: remove ? null from inputs, put meta last 2021-11-11 17:24:38 +01:00
Ken Micklas
14d0e5ad9f mpvacious: 0.14 -> 0.15 2021-11-07 15:26:53 -05:00
AndersonTorres
8153c49e28 mpv: 0.33.1 -> 0.34.0 2021-11-03 14:39:01 -03:00
Félix Baylac-Jacqué
4317964bb0
mpv: use yt-dlp instead of youtube-dl
youtube-dl has been abandoned and is now unusable to stream a
youtube.com video.

The mpv team decided to move on with the yt-dlp fork[1]. However, they
did not cut a new mpv release yet.

Backporting the relevant commit and updating the wrapper to expose
yt-dlp instead of youtube-dl.

[1] https://github.com/mpv-player/mpv/pull/9209
2021-10-21 19:38:42 +02:00
lunik1
0219679ed0
mpvScripts.mpv-playlistmanager: unstable-2021-08-17 -> unstable-2021-09-27 2021-10-02 22:10:33 +01:00
Sandro Jäckel
145b75fe00
mpv: split dev and man output 2021-08-23 02:24:09 +02:00
lunik1
c86a0737c1
mpvScripts.mpv-playlistmanager unstable-2021-03-09 → unstable-2021-08-17 2021-08-18 22:41:59 +01:00
Alexandre Macabies
c9e991bd64 mpvScripts.simple-mpv-webui: 1.0.0 -> 2.1.0
This also adds a test. The current packaged version (1.0.0) is broken,
it cannot find relevant files.
2021-08-01 00:47:55 +02:00
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Artturin
008453f7b2 mpvScripts.youtube-quality: correct the pname 2021-06-08 05:17:11 +03:00
lunik1
13e7b38ac1
mpvScripts.youtube-quality: init at unstable-2020-02-11 (#125284)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-05 16:44:12 +02:00
Profpatsch
72cc405767 mpvScripts: update convert script patch to work with current mpv
mpv has finally made some options an error that they removed in 0.30,
a few versions ago.

Plus, refactors the tool overrides a bit.

Fixes https://github.com/NixOS/nixpkgs/issues/113202
2021-04-22 19:30:42 +02:00
Jörg Thalheim
3bba0abca4
Merge pull request #119968 from lunik1/mpv-plugins-cleanup
mpvScripts: use stdenvNoCC and misc. cleanup
2021-04-21 08:12:06 +01:00
lunik1
ab70324469
mpvScritps.convert: mark as broken
See: #113202
2021-04-20 22:54:10 +01:00
lunik1
eee5a74381
mpvScripts.convert: set license to unfree
The upstream gist has no license, to the license should be unfree
as per CONTRIBUTING.md
2021-04-20 18:58:09 +01:00
lunik1
9485531db9
mpvScripts.autoload: remove unused dependency on fetchurl 2021-04-20 18:54:41 +01:00
lunik1
b41e56b751
mpvScripts: use stdenvNoCC
mpv lua scripts do not require a C compiler
2021-04-20 18:38:09 +01:00
lunik1
388c01875c
mpvScripts.mpv-playlistmanager: init at c15a033 (09-03-2021) 2021-04-20 18:11:19 +01:00
Ken Micklas
f3ee98f68c mpvacious: 0.12 -> 0.14 2021-04-13 20:04:40 -04:00
Matías Lang
d8dabc2bf8 mpv: 0.33 -> 0.33.1
Version 0.33.1 fixes a security vulnerability. See
https://github.com/mpv-player/mpv/releases/tag/v0.33.1 for more
information.
2021-04-06 00:08:20 -04:00
figsoda
6fe976fde2 mpvScripts.thumbnail: init at unstable-2020-01-16 2021-03-10 14:23:24 -05:00
Sandro
ec64627b97
Merge pull request #109545 from kmicklas/mpvacious 2021-01-17 13:42:05 +01:00
Ben Siraphob
5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ken Micklas
6960160acb mpvScripts.mpvacious: init at 0.12 2021-01-16 11:43:25 -05:00
Ben Siraphob
108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Michael Weiss
7d8351f4d7
libplacebo: 2.72.2 -> 3.104.0 2021-01-09 17:56:35 +01:00
con-f-use
1596ce4859 mpv: umpv desktop file 2020-12-08 01:30:12 +01:00
Sandro
978f5704ff
Merge pull request #100779 from lukebfox/patch-1
mpvScripts.mpris: fix build
2020-11-27 13:19:07 +01:00
Nicolas Berbiche
9c2351cf27
mpv: enable sixel support 2020-11-25 14:06:16 -05:00
Mario Rodas
7a4b5238eb mpv: fix build on darwin 2020-11-24 04:20:00 +00: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
Yaroslav Bolyukin
83c847c0c8
mpv: fix vapoursynth path
`mpv.vapoursynth.python3.sitePackages` expands to `/lib/python3.8/site-packages`, thus `/lib/lib/python3.8/site-packages` being produced in wrapper, which is wrong
2020-11-24 12:12:08 +05:00
Maximilian Bosch
d1487097ef
mpv: 0.32.0 -> 0.33.0
https://github.com/mpv-player/mpv/releases/tag/v0.33.0
2020-11-23 23:54:46 +01:00
Luke Bentley-Fox
39e33a47b3
mpvScripts.mpris: Use mpv-unwrapped
Needed after #88620 to fix evaluation in some cases. Fixes #100771
2020-10-17 14:46:58 +01:00
José Romildo Malaquias
1d8fae0b4d mpv: install mpv_identify.sh
It is file identification script.
It is used in mc default actions for video files.
2020-09-21 23:29:09 -03:00
Doron Behar
a9639b4cbf
Merge pull request #87981 from dawidsowa/master 2020-09-11 15:37:23 +03:00
dawidsowa
59e1c16030 mpvScripts.autoload: init at 2019-02-15 2020-09-11 12:59:17 +02:00
pacien
1d18e35023 mpvScripts.sponsorblock: init at f71e49e (2020-07-05) 2020-08-07 14:47:12 +02:00
zowoq
78e324d272 treewide: ffmpeg_4 -> ffmpeg 2020-06-16 18:23:14 -07:00
Maximilian Bosch
0a63b5ae34
Merge pull request #89262 from cript0nauta/simple-mpv-ui
mpvScripts.simple-mpv-webui: init at 1.0.0
2020-06-17 03:13:48 +02:00
Robert Schütz
4da94b5270 mpv: fix umpv 2020-06-16 01:35:30 +02:00
Doron Behar
d60b5aaa2f wrapMpv: Use lib.strings.escapeShellArgs
Instead of manually quoting the strings, use the library function to do
it more reliably.
2020-06-11 17:18:23 +02:00
Matías Lang
5930a0ea44 mpvScripts.simple-mpv-webui: init at 1.0.0 2020-06-06 14:46:15 -03:00
Matías Lang
164985ab68 mpv: disable samba support by default
samba support will be dropped in mpv upstream in its next release (see
3b8b7cb9d4).
Also, using it triggered segmentation faults when using luasocket.

Closes #88584
2020-05-31 16:45:01 -03:00
Doron Behar
f93918bdc3 mpv: Move all wrappings to a single wrapper Nix function
Inspired by `wrapNeovim`, write a wrapMpv Nix function that creates a
derivation that has all of the environment that was added if needed at
the unwrapped version.

Add derivations to all-packages.nix in an almost compatible way and make
`mpv-with-scripts` throw a message implying to switch to `wrapMpv` which
has an incompatible signature.

Add to vapoursynth a new passthru attribute `python3` that is used in
passed down to the wrapper to ensure ABI compatibility with
`PYTHONPATH`.
2020-05-24 01:25:33 +03:00