summary refs log tree commit diff
path: root/pkgs/applications/video/mpv/scripts
Commit message (Collapse)AuthorAge
* mpvScripts.youtube-quality: correct the pnameArtturin2021-06-08
|
* mpvScripts.youtube-quality: init at unstable-2020-02-11 (#125284)lunik12021-06-05
| | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* mpvScripts: update convert script patch to work with current mpvProfpatsch2021-04-22
| | | | | | | | | 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
* Merge pull request #119968 from lunik1/mpv-plugins-cleanupJörg Thalheim2021-04-21
|\ | | | | mpvScripts: use stdenvNoCC and misc. cleanup
| * mpvScritps.convert: mark as brokenlunik12021-04-20
| | | | | | | | See: #113202
| * mpvScripts.convert: set license to unfreelunik12021-04-20
| | | | | | | | | | The upstream gist has no license, to the license should be unfree as per CONTRIBUTING.md
| * mpvScripts.autoload: remove unused dependency on fetchurllunik12021-04-20
| |
| * mpvScripts: use stdenvNoCClunik12021-04-20
| | | | | | | | mpv lua scripts do not require a C compiler
* | mpvScripts.mpv-playlistmanager: init at c15a033 (09-03-2021)lunik12021-04-20
|/
* mpvacious: 0.12 -> 0.14Ken Micklas2021-04-13
|
* mpvScripts.thumbnail: init at unstable-2020-01-16figsoda2021-03-10
|
* Merge pull request #109545 from kmicklas/mpvaciousSandro2021-01-17
|\
| * mpvScripts.mpvacious: init at 0.12Ken Micklas2021-01-16
| |
* | pkgs/applications: pkgconfig -> pkg-configBen Siraphob2021-01-16
|/
* 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
* mpvScripts.mpris: Use mpv-unwrappedLuke Bentley-Fox2020-10-17
| | | | Needed after #88620 to fix evaluation in some cases. Fixes #100771
* Merge pull request #87981 from dawidsowa/masterDoron Behar2020-09-11
|\
| * mpvScripts.autoload: init at 2019-02-15dawidsowa2020-09-11
| |
* | mpvScripts.sponsorblock: init at f71e49e (2020-07-05)pacien2020-08-07
| |
* | mpvScripts.simple-mpv-webui: init at 1.0.0Matías Lang2020-06-06
|/
* mpvScripts.mpris: use patch sent upstream for make DESTDIR=Doron Behar2020-05-06
| | | | | | | Make sure mpris.so is stripped. mpv-with-scripts: use a standard location for scripts in $out. mpvScripts.convert: install to the new location of mpv scripts. Replaced gobject-introspection dependency with glib.
* mpvScripts.mpris: set platforms to LinuxDoron Behar2020-05-04
|
* mpvScripts.mpris: 0.4 -> 0.5Doron Behar2020-05-03
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* mpvScripts.mpris: 0.3 -> 0.4Doron Behar2020-02-10
| | | | Quote URL as well.
* mpvScripts.mpris: 0.2 -> 0.3Doron Behar2019-12-31
|
* gobject-introspection: rename packageJan Tojnar2018-12-02
| | | | camelCase package name was a huge inconsistency in GNOME package set.
* mpvScripts.mpris: 0.1 -> 0.2Johannes Frankenau2018-08-10
|
* mpv: use wrapper for scripts and add mpris scriptJohannes Frankenau2018-07-19
|
* mpv: use mkvtoolnix-clirnhmjoj2018-03-01
|
* maintainers: capitalize the Profpatsch attribute (vanity)Profpatsch2018-02-12
| | | | Since I’m already at it, this has been bothering me for a while.
* mpvScripts.convert: fix for mpv >0.26.0Profpatsch2017-08-31
| | | | See https://gist.github.com/Zehkul/25ea7ae77b30af959be0#gistcomment-2189556
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* Make all meta.maintainers attributes listsPascal Wittmann2016-11-20
|
* mpv: add script infrastructure & convert scriptProfpatsch2016-05-28
mpv’s functionality can be modified with lua scripts, by specifying them on the command line. `scripts` is a list of lua files that are appended to the default mpv invocation. We also provide a `mpvScripts` attrset with the available scripts in the top namespace. `convert` is one such script, that extends mpv with a simple but very convenient on-the-fly cropping and converting feature. Closes #14040.