Commit Graph

545 Commits

Author SHA1 Message Date
luftmensch-luftmensch
6801c836ec
mpvScripts.modernx-zydezu: 0.3.7 -> 0.3.8 2024-10-22 20:13:11 +02:00
R. Ryantm
ec1501ade1 mpvScripts.quality-menu: 4.1.2 -> 4.2.0 2024-10-08 05:17:47 +00:00
Nick Cao
021c740e29
mpvScripts.visualizer: 0-unstable-2024-03-10 -> 0-unstable-2024-09-26 (#345478) 2024-10-07 10:24:51 -04:00
luftmensch-luftmensch
fb3637c7ae
mpvScripts.modernx-zydezu: 0.3.6.6 -> 0.3.7 2024-10-03 07:54:14 +02:00
Masum Reza
b2dd9cd1e1
mpv: fix build on darwin (#345600) 2024-10-01 08:50:10 +05:30
Winter
c5b0b6d29c mpv: fix build on darwin 2024-09-30 17:48:38 -04:00
lunik1
0d1f8619a3
mpvScripts.quality-menu: 4.1.1 -> 4.1.2 (#345108)
Diff: https://github.com/christoph-heinrich/mpv-quality-menu/compare/v4.1.1...v4.1.2
2024-09-30 23:04:14 +02:00
R. Ryantm
582e577d96 mpvScripts.visualizer: 0-unstable-2024-03-10 -> 0-unstable-2024-09-26 2024-09-30 10:08:00 +00:00
Franz Pletz
416309cca4
mpv: 0.38.0 -> 0.39.0 (#344452) 2024-09-26 15:32:07 +02:00
Markus Kowalewski
c7af1e75f7
mpvScripts.dynamic-crop: 0-unstable-2024-06-22 -> 0-unstable-2024-09-14 (#343909) 2024-09-26 11:02:39 +02:00
Franz Pletz
5606fe89b8
mpv: 0.38.0 -> 0.39.0 2024-09-25 17:13:32 +02:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
R. Ryantm
809f17bc76 mpvScripts.dynamic-crop: 0-unstable-2024-06-22 -> 0-unstable-2024-09-14 2024-09-23 07:58:57 +00:00
Peder Bergebakken Sundt
8c8c27bb19 treewide: remove unused inputs 2024-09-18 01:00:07 +02:00
Peder Bergebakken Sundt
039b72d0c7
mpvScripts.mpv-osc-tethys: init at 0-unstable-2024-08-19 (#335785) 2024-09-15 23:49:16 +02:00
OTABI Tomoya
e175594837
mpvScripts.uosc: 5.2.0 -> 5.5.0 (#338909) 2024-09-14 10:48:12 +09:00
Weijia Wang
de898872e7
mpvScripts.thumbfast: 0-unstable-2023-12-08 -> 0-unstable-2024-08-02 (#332669) 2024-09-12 22:57:28 +02:00
R. Ryantm
97fa413da6 mpvScripts.memo: 0-unstable-2024-07-02 -> 0-unstable-2024-09-03 2024-09-09 18:16:27 +00:00
R. Ryantm
0b1bc0fa3c mpvScripts.uosc: 5.2.0 -> 5.5.0 2024-09-09 06:10:51 +00:00
éclairevoyant
e9f0695f3c
mpvScripts.mpv-notify-send: 0-unstable-2020-02-24 -> 0-unstable-2024-07-11 2024-08-29 10:08:57 -04:00
éclairevoyant
3c005b2730
mpvScripts.mpv-notify-send: update repo url 2024-08-29 10:08:30 -04:00
éclairevoyant
f003a26a14
mpvScripts.mpv-notify-send: modernise 2024-08-29 09:23:28 -04:00
éclairevoyant
2b7571a7a0
mpvScripts.mpv-notify-send: fix build when wrapping 2024-08-29 09:23:23 -04:00
Artturin
94930d463b
mpvScripts.mpv-discord: init at 1.6.1 (#336301) 2024-08-26 18:06:35 +03:00
Luna Simons
75498d7bde
mpvScripts.mpv-discord: init at 1.6.1 2024-08-25 11:56:48 +02:00
R. Ryantm
dcc66cb7e2 mpvScripts.videoclip: 0-unstable-2024-07-18 -> 0-unstable-2024-08-20 2024-08-24 09:18:15 +00:00
Nick Cao
ca4ba9f0cf
Merge pull request #336489 from r-ryantm/auto-update/mpvScripts.mpv-playlistmanager
mpvScripts.mpv-playlistmanager: 0-unstable-2024-07-28 -> 0-unstable-2024-08-17
2024-08-22 16:42:05 -04:00
R. Ryantm
a8e93d404a mpvScripts.mpv-playlistmanager: 0-unstable-2024-07-28 -> 0-unstable-2024-08-17 2024-08-22 07:15:00 +00:00
luftmensch-luftmensch
d7eb7d3cb8
mpvScripts.mpv-osc-tethys: init at 0-unstable-2024-08-19 2024-08-19 12:46:04 +02:00
Philip Taron
2d7ef18297
mpv: remove with statements 2024-08-18 06:31:13 -07:00
Felix Buehler
85f3221e9f mpvScripts: remove 'with lib;' 2024-08-16 16:09:03 +02:00
Donovan Glover
55fea4ee8a
mpvScripts: remove trailing period from meta.description
Note that long-term we should automate this since there have been a lot
of unintentional additions since https://github.com/NixOS/nixpkgs/pull/317959
2024-08-10 17:25:05 -04:00
Donovan Glover
ac808bfc7d
Merge pull request #330944 from olmokramer/mpv-scripts-occivink
mpvScripts: Make more of occivink's scripts available
2024-08-10 21:07:01 +00:00
Olmo Kramer
60c9ceb3e6
mpvScripts.encode: init at 0-unstable-2024-01-11 2024-08-10 20:37:21 +02:00
Olmo Kramer
1aea8cb834
mpvScripts.crop: init at 0-unstable-2024-01-11 2024-08-10 20:36:31 +02:00
R. Ryantm
5f2b6c65b7 mpvScripts.thumbfast: 0-unstable-2023-12-08 -> 0-unstable-2024-08-02 2024-08-06 09:08:51 +00:00
Donovan Glover
dd34fb5e69
Merge pull request #332008 from lunik1/mpv-playlistmanager_0-unstable-2024-07-28
mpvScripts.mpv-playlistmanager: 0-unstable-2024-02-26 -> 0-unstable-2024-07-28
2024-08-05 12:49:45 +00:00
lunik1
462d639759
mpvScripts.mpv-playlistmanager: 0-unstable-2024-02-26 -> 0-unstable-2024-07-28 2024-08-03 15:27:23 +01:00
luftmensch-luftmensch
39cdafa2c9
mpvScripts.modernx-zydezu: 0.3.6 -> 0.3.6.6 2024-08-01 13:06:23 +02:00
luftmensch-luftmensch
9d38caf2ad
mpvScripts.modernx-zydezu: 0.3.5.5 -> 0.3.6 2024-07-29 09:10:09 +02:00
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
Sigmanificient
2ee703dccb pkgs/applications: remove unused arguments 2024-07-26 11:36:49 +02:00
github-actions[bot]
968bf02dc2
Merge master into staging-next 2024-07-21 12:01:16 +00:00
R. Ryantm
5a861ed43f mpvScripts.mpv-webm: 0-unstable-2024-05-13 -> 0-unstable-2024-07-20 2024-07-21 02:31:24 +00:00
Vladimír Čunát
577f40b8a9
Merge branch 'staging' into staging-next 2024-07-20 16:12:24 +02:00
R. Ryantm
4f266b1338 mpvScripts.videoclip: 0-unstable-2024-05-26 -> 0-unstable-2024-07-18 2024-07-19 03:36:00 +00:00
Martin Weinelt
983077457f
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
-	pkgs/development/python-modules/uvcclient/default.nix
-	pkgs/development/tools/rust/rust-analyzer/default.nix
2024-07-18 12:35:33 +02:00
R. Ryantm
23d800f32f mpvScripts.sponsorblock: unstable-2023-01-30 -> 0-unstable-2023-01-30 2024-07-17 10:42:11 +00:00
Vladimír Čunát
4c09ae2416
Merge branch 'staging-next' into staging 2024-07-08 10:43:15 +02:00
R. Ryantm
488e48d1cf mpvScripts.manga-reader: 0-unstable-2024-03-17 -> 0-unstable-2024-07-05 2024-07-07 04:24:03 +00:00