about summary refs log tree commit diff
path: root/pkgs/applications/video/mpv
AgeCommit message (Collapse)AuthorFilesLines
2022-01-04Merge pull request #139795 from kmicklas/mpvacious-0.15Sandro1-6/+16
2022-01-03mpv: 0.34.0 -> 0.34.1adisbladis1-2/+2
2021-12-01maintainers: rename legendofmiracles to lomlegendofmiracles1-1/+1
2021-11-25Merge pull request #147003 from samuelgrf/mpv-inherit-metaSandro1-1/+4
2021-11-24mpvScripts.video-cutter: init at unstable-2021-02-03legendofmiracles1-0/+47
2021-11-22mpv: inherit meta from mpv-unwrappedSamuel Gräfenstein1-1/+4
Co-authored-by: Thiago Kenji Okada <thiagokokada@gmail.com>
2021-11-21mpv: set meta.mainProgramSamuel Gräfenstein1-0/+2
2021-11-11mpv: remove ? null from inputs, put meta lastSandro Jäckel1-87/+56
2021-11-07mpvacious: 0.14 -> 0.15Ken Micklas1-6/+16
2021-11-03mpv: 0.33.1 -> 0.34.0AndersonTorres2-100/+109
2021-10-21mpv: use yt-dlp instead of youtube-dlFélix Baylac-Jacqué2-2/+11
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-02mpvScripts.mpv-playlistmanager: unstable-2021-08-17 -> unstable-2021-09-27lunik11-3/+3
2021-08-23mpv: split dev and man outputSandro Jäckel2-3/+8
2021-08-18mpvScripts.mpv-playlistmanager unstable-2021-03-09 → unstable-2021-08-17lunik11-3/+3
2021-08-01mpvScripts.simple-mpv-webui: 1.0.0 -> 2.1.0Alexandre Macabies1-3/+3
This also adds a test. The current packaged version (1.0.0) is broken, it cannot find relevant files.
2021-06-10Change all alsaLib references to alsa-libAndersonTorres1-3/+3
2021-06-08mpvScripts.youtube-quality: correct the pnameArtturin1-1/+1
2021-06-05mpvScripts.youtube-quality: init at unstable-2020-02-11 (#125284)lunik11-0/+39
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-22mpvScripts: update convert script patch to work with current mpvProfpatsch2-35/+70
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-21Merge pull request #119968 from lunik1/mpv-plugins-cleanupJörg Thalheim6-14/+17
mpvScripts: use stdenvNoCC and misc. cleanup
2021-04-20mpvScritps.convert: mark as brokenlunik11-0/+2
See: #113202
2021-04-20mpvScripts.convert: set license to unfreelunik11-2/+3
The upstream gist has no license, to the license should be unfree as per CONTRIBUTING.md
2021-04-20mpvScripts.autoload: remove unused dependency on fetchurllunik11-1/+1
2021-04-20mpvScripts: use stdenvNoCClunik16-12/+12
mpv lua scripts do not require a C compiler
2021-04-20mpvScripts.mpv-playlistmanager: init at c15a033 (09-03-2021)lunik11-0/+37
2021-04-13mpvacious: 0.12 -> 0.14Ken Micklas1-2/+2
2021-04-06mpv: 0.33 -> 0.33.1Matías Lang1-2/+2
Version 0.33.1 fixes a security vulnerability. See https://github.com/mpv-player/mpv/releases/tag/v0.33.1 for more information.
2021-03-10mpvScripts.thumbnail: init at unstable-2020-01-16figsoda1-0/+36
2021-01-17Merge pull request #109545 from kmicklas/mpvaciousSandro1-0/+38
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob2-4/+4
2021-01-16mpvScripts.mpvacious: init at 0.12Ken Micklas1-0/+38
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch4-8/+8
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-09libplacebo: 2.72.2 -> 3.104.0Michael Weiss1-1/+9
2020-12-08mpv: umpv desktop filecon-f-use1-0/+2
2020-11-27Merge pull request #100779 from lukebfox/patch-1Sandro1-2/+2
mpvScripts.mpris: fix build
2020-11-25mpv: enable sixel supportNicolas Berbiche1-4/+8
2020-11-24mpv: fix build on darwinMario Rodas1-9/+1
2020-11-24Merge pull request #104716 from Ma27/bump-mpvAnderson Torres1-13/+2
mpv: 0.32.0 -> 0.33.0
2020-11-24mpv: fix vapoursynth pathYaroslav Bolyukin1-1/+1
`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-23mpv: 0.32.0 -> 0.33.0Maximilian Bosch1-13/+2
https://github.com/mpv-player/mpv/releases/tag/v0.33.0
2020-10-17mpvScripts.mpris: Use mpv-unwrappedLuke Bentley-Fox1-2/+2
Needed after #88620 to fix evaluation in some cases. Fixes #100771
2020-09-21mpv: install mpv_identify.shJosé Romildo Malaquias1-0/+1
It is file identification script. It is used in mc default actions for video files.
2020-09-11Merge pull request #87981 from dawidsowa/masterDoron Behar1-0/+20
2020-09-11mpvScripts.autoload: init at 2019-02-15dawidsowa1-0/+20
2020-08-07mpvScripts.sponsorblock: init at f71e49e (2020-07-05)pacien1-0/+51
2020-06-16treewide: ffmpeg_4 -> ffmpegzowoq1-2/+2
2020-06-17Merge pull request #89262 from cript0nauta/simple-mpv-uiMaximilian Bosch2-1/+37
mpvScripts.simple-mpv-webui: init at 1.0.0
2020-06-16mpv: fix umpvRobert Schütz1-1/+1
2020-06-11wrapMpv: Use lib.strings.escapeShellArgsDoron Behar1-4/+4
Instead of manually quoting the strings, use the library function to do it more reliably.