summary refs log tree commit diff
path: root/pkgs/applications/video/mpv
Commit message (Collapse)AuthorAge
* mpvScripts.thumbfast: Simplify with `lib.getExe`nicoo2023-11-12
|
* mpv: Set `meta.mainProgram`nicoo2023-11-12
|
* Merge pull request #266488 from nbraud/mpvScripts/convertMaciej Krüger2023-11-11
|\
| * mpvScripts.convert: Refactor with `buildLua`nicoo2023-11-09
| |
* | mpvScripts.thumbnail: Refactor with buildLuanicoo2023-11-11
| |
* | Merge pull request #266495 from nbraud/mpvScripts/lunik1Maciej Krüger2023-11-11
|\ \
| * | mpvScripts.quality-menu: 4.1.0 → 4.1.1nicoo2023-11-09
| | |
| * | mpvScripts.mpv-playlistmanager: Refactor with `buildLua`nicoo2023-11-09
| | |
| * | mpvScripts.quality-menu: Refactor with `buildLua`nicoo2023-11-09
| |/
* / mpv: sign darwin bundle executableDavid Stritzl2023-11-10
|/ | | | This fixes the application exiting immediately after launch via application bundle on macOS 14 (#261072).
* Merge pull request #265676 from nbraud/mpvScripts/refactorMaciej Krüger2023-11-08
|\
| * mpvScripts.buildLua: Run {pre, post}install hooksnicoo2023-11-05
| | | | | | | | | | 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`.
| * mpvScripts.{blacklistExtensions, seekTo}: makeOverridable & refactornicoo2023-11-05
| |
| * mpvScripts: refactor around `buildLua` helpernicoo2023-11-05
| |
* | mpv: unpin ffmpeg (#265069)1sixth2023-11-03
|/
* Merge pull request #261642 from nbraud/mpvScripts/chapterskipMaciej Krüger2023-10-28
|\
| * mpvScripts.chapterskip: Define `updateScript`nicoo2023-10-27
| |
| * mpvScripts.chapterskip: init at unstable-2022-09-08nicoo2023-10-27
| |
* | mpvScripts.thumbnail: 0.5.2 -> 0.5.3R. Ryantm2023-10-20
|/
* Merge pull request #238659 from pbsds/mpv-scripts-webm-initIlan Joselevich2023-09-21
|\ | | | | mpvScripts.mpv-webm: init at unstable-2023-02-23
| * mpvScripts.mpv-webm: init at unstable-2023-02-23Peder Bergebakken Sundt2023-08-05
| |
* | Merge pull request #253799 from HolyParzival/mpvacious-0.24Fabián Heredia Montiel2023-09-16
|\ \ | | | | | | mpvScripts.mpvacious: 0.23 -> 0.24
| * | mpvScripts.mpvacious: 0.23 -> 0.24holyparzival2023-09-07
| | |
* | | remove "the the" from mpv plugin autoload.nixzeronobody02023-09-14
| | |
* | | Revert "Fix mujs dylib on Darwin"Mario Rodas2023-09-11
| | | | | | | | | | | | | | | | | | mujs already fixes its dylib. This reverts commit a1abee0758440a5ba542f1f1466792b6b78a5739.
* | | Fix mujs dylib on DarwinJohn Hamelink2023-09-09
|/ /
* | mpvScripts.mpris: support cross compilationColin2023-08-13
| |
* | mpvScripts.mpv-playlistmanager: unstable-2022-08-26 -> unstable-2023-08-09lunik12023-08-10
| |
* | Merge pull request #247990 from Lassulus/mpvScripts.visualizerJörg Thalheim2023-08-09
|\ \ | | | | | | mpvScripts.visualizer: init at unstable-2021-07-10
| * | mpvScripts.visualizer: init at unstable-2021-07-10Kierán Meinhardt2023-08-08
| |/
* / mpv: 0.35.1 → 0.36.0Anders Kaseorg2023-08-07
|/ | | | Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* mpv: enable Swift support on x86_64-darwinRandy Eckenrode2023-07-25
| | | | | | | 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.
* mpv: add `NoDisplay=true` to umpv.desktopMartino Fontana2023-07-22
|
* mpvScripts.youtube-quality: replace with mpvScripts.quality-menu v4.1.0Ilan Joselevich2023-07-14
| | | | | While at it also moved scripts attrset out of all-packages.nix so we don't set the alias there.
* mpv: add test "mpv-scripts-should-not-collide"Peder Bergebakken Sundt2023-06-27
|
* mpvScripts.thumbfast: change licenseapfelkuchen062023-06-04
| | | | Thumbfast is now licensed under the Mozilla Public License: https://github.com/po5/thumbfast/commit/6f1d92da25a7b807427f55f085e7ad4d60c4e0d7
* mpvScripts.thumbfast: unstable-2023-05-12 -> unstable-2023-06-04apfelkuchen062023-06-04
|
* treewide: add meta.mainProgram and changelog urls (#204317)Daniel Nagy2023-05-28
|
* Merge pull request #219349 from nbraud/mpvScript/seekToMaciej Krüger2023-05-25
|\ | | | | mpvScripts.{blacklistExtensions, seekTo}: Init at unstable-2022-10-02
| * mpvScripts.occivink: make FDOs (Fixed-Output Derivations)nicoo2023-04-16
| |
| * mpvScripts.occivink: Minor fixes to the generic helpernicoo2023-04-16
| | | | | | | | | | - Renamed 'name' parameter to avoid collisions with mkDerivation's one. - Ensured the passed parameters can always override generic defaults.
| * mpvScripts.blacklistExtensions: init at unstable-2022-10-02nicoo2023-04-16
| |
| * mpvScripts.occivink: Add generic helper for all scripts in reponicoo2023-04-16
| |
| * mpvScripts.seekTo: init at unstable-2022-10-02nicoo2023-04-16
| |
* | Merge pull request #231702 from chuangzhu/webtorrent-mpv-hookArtturi2023-05-21
|\ \
| * | mpvScripts.webtorrent-mpv-hook: fix build on aarch64-linuxChuang Zhu2023-05-14
| | |
* | | mpv: fix umpv.desktopapfelkuchen062023-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | mpvScripts.thumbfast: init at unstable-2023-05-12apfelkuchen062023-05-16
|/ /
* | Merge pull request #229022 from SuperSandro2000/nox-mpv-waylandSandro2023-05-09
|\ \ | | | | | | nixos/no-x-libs: disable wayland for mpv
| * | mpv: make vaapi support depending on x11/waylandSandro Jäckel2023-04-30
| | | | | | | | | | | | | | | it requires either x11 or wayland to be enabled and fails configure if not so