summary refs log tree commit diff
path: root/pkgs/applications/video/mpv/default.nix
Commit message (Collapse)AuthorAge
* mpv: Set `meta.mainProgram`nicoo2023-11-12
|
* mpv: sign darwin bundle executableDavid Stritzl2023-11-10
| | | | This fixes the application exiting immediately after launch via application bundle on macOS 14 (#261072).
* mpv: unpin ffmpeg (#265069)1sixth2023-11-03
|
* 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
|
* 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
|
* 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.
* 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
* mpv: change self to finalAttrsAnderson Torres2023-04-20
|
* mpv-unwrapped: add Accelerate framework on darwinVladimír Čunát2023-04-09
| | | | | No idea why aarch64-darwin started to need it now. https://hydra.nixos.org/build/215284720#tabs-buildsteps
* mpv: fix patch hashFranz Pletz2023-03-17
|
* mpv: apply patch to fix youtube DASH streamslunik12023-03-16
| | | | | | | | | | | 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
* mpv: Only enable swift support on aarch64-darwinZhong Jianxin2023-02-28
| | | | | | | 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
* mpv: Switch to apple_sdk_11_0 for darwinZhong Jianxin2023-02-28
|
* mpv: enable swift supportStéphan Kochen2023-02-28
|
* mpv: 0.35.0 -> 0.35.1 (#213229)Sergei Trofimovich2023-01-28
|
* mpv: use rec-less overlay-style attributesAnderson Torres2023-01-28
|
* mpv: add meta.changelogAnderson Torres2023-01-28
|
* mpv: use ffmpeg_51sixth2023-01-03
| | | | This enables mpv to play Dolby Vision videos properly.
* mpv: inline libSandro Jäckel2022-12-25
|
* mpv-unwrapped: incorporate darwin into its expressionAndersonTorres2022-12-12
|
* mpv: use meson* functionsAndersonTorres2022-12-07
|
* mpv-unwrapped: build with mesonSandro Jäckel2022-11-29
| | | | | | | | 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>
* mpv-unwrapped: 0.34.1 -> 0.35.0Sandro Jäckel2022-11-15
|
* pkgs.applications: remove unused argsMarkus S. Wamser2022-10-12
|
* Merge master into staging-nextgithub-actions[bot]2022-09-21
|\
| * mpv: enable rubberbandSupport even if not linuxCody P Schafer2022-09-20
| | | | | | | | | | Since ec405741495a8a27edd0a8b16cbbe090778cebc8, rubberband no longer fails to build on darwin, so we can enable it in all cases.
* | Merge staging-next into stagingFrederik Rietdijk2022-09-12
|\|
| * mpv: fix cross compilationSandro Jäckel2022-09-07
| |
* | mpv: fix build with wayland supportrnhmjoj2022-08-29
| |
* | mpv: fix cross compilationrnhmjoj2022-08-29
|/
* mpv: add libXpresent dependencyn-cc2022-08-14
|
* mpv: add javascriptSupport optionAdam Joseph2022-03-13
| | | | | This commit adds a javascriptSupport option, allowing to compile mpv without mujs.
* mpv: 0.34.0 -> 0.34.1adisbladis2022-01-03
|
* mpv: remove ? null from inputs, put meta lastSandro Jäckel2021-11-11
|
* mpv: 0.33.1 -> 0.34.0AndersonTorres2021-11-03
|
* mpv: use yt-dlp instead of youtube-dlFélix Baylac-Jacqué2021-10-21
| | | | | | | | | | | | | 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
* mpv: split dev and man outputSandro Jäckel2021-08-23
|
* Change all alsaLib references to alsa-libAndersonTorres2021-06-10
|
* mpv: 0.33 -> 0.33.1Matías Lang2021-04-06
| | | | | | Version 0.33.1 fixes a security vulnerability. See https://github.com/mpv-player/mpv/releases/tag/v0.33.1 for more information.
* pkgs/applications: pkgconfig -> pkg-configBen Siraphob2021-01-16
|
* pkgs/applications: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* libplacebo: 2.72.2 -> 3.104.0Michael Weiss2021-01-09
|
* mpv: umpv desktop filecon-f-use2020-12-08
|
* mpv: enable sixel supportNicolas Berbiche2020-11-25
|
* mpv: fix build on darwinMario Rodas2020-11-24
|
* mpv: 0.32.0 -> 0.33.0Maximilian Bosch2020-11-23
| | | | https://github.com/mpv-player/mpv/releases/tag/v0.33.0