Commit Graph

54 Commits

Author SHA1 Message Date
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
R. Ryantm
c410701f9b fflogs: 8.14.21 -> 8.14.49 2024-12-07 11:21:31 +00:00
Weijia Wang
8e9dfecc09
ffms: fix vapoursynth plugin on darwin (#359262) 2024-11-28 13:52:21 +01:00
jopejoe1
e51a9df08a treewide: use dpkg setup hook 2024-11-26 21:57:29 +01:00
Weijia Wang
6a915e6312 ffms: add wegank as maintainer 2024-11-26 13:06:54 +01:00
Weijia Wang
8cf68bd054 ffms: fix vapoursynth plugin on darwin 2024-11-26 13:06:24 +01:00
Weijia Wang
e904075ee6 ffms: reformat 2024-11-26 13:05:38 +01:00
github-actions[bot]
b50e7536f8
Merge master into staging-next 2024-11-14 00:14:11 +00:00
Peder Bergebakken Sundt
b8c0b71a33
ffsubsync: fix (#338957) 2024-11-14 01:09:11 +01:00
wxt
1628b4a4e6
ffmpeg-livepeer: init at 7.0.1 2024-11-12 12:32:59 +08:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
R. Ryantm
c9414dab13 fflogs: 8.14.0 -> 8.14.21 2024-10-27 12:47:49 +00:00
nixpkgs-merge-bot[bot]
27e30d177e
fflogs: 8.13.5 -> 8.14.0 (#344409) 2024-10-01 17:15:20 +00:00
Tristan Ross
1b82e978d6
scopehal-apps: init at 0-unstable-2024-08-22 (#336646) 2024-09-30 12:34:22 -07:00
R. Ryantm
c914c30b5b fflogs: 8.13.5 -> 8.14.0 2024-09-25 10:29:01 +00:00
Ben Gamari
30a4e6db2a ffts: init at unstable-2019-03-19
Co-Authored-By: Hans Baier <foss@hans-baier.de>
2024-09-11 09:24:14 -04:00
R. Ryantm
98bc4c3350 fflogs: 8.13.1 -> 8.13.5 2024-09-09 05:48:48 +00:00
mawz
be50cd8e6c ffsubsync: fix
Fixes issue where ffs could not be run.
2024-09-02 00:34:09 -07:00
nixpkgs-merge-bot[bot]
91aa9595c4
fflogs: 8.12.19 -> 8.13.1 (#336212) 2024-09-01 16:52:32 +00:00
luftmensch-luftmensch
b4e7edc982
ffmpeg-normalize: move to pkgs/by-name 2024-08-28 11:03:35 +02:00
R. Ryantm
62dcf47ab4 fflogs: 8.12.19 -> 8.13.1 2024-08-21 01:14:12 +00:00
R. Ryantm
7f96d14d36 fflogs: 8.12.0 -> 8.12.19 2024-08-12 04:22:54 +00:00
André Breda
700b1e637c ffsubsync: fix build by adding a Python 3.12 patch 2024-08-08 15:53:57 +03:00
André Breda
1ca92c5641 ffsubsync: nixfmt 2024-08-08 15:53:57 +03:00
R. Ryantm
888d768d2b fflogs: 8.6.0 -> 8.12.0 2024-08-03 22:50:35 +00:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
arthsmn
598659a488
ff2mpv-rust: remove arthsmn from the maintainers 2024-07-22 21:17:14 -03:00
R. Ryantm
1e049fb14f fflogs: 8.5.25 -> 8.6.0 2024-07-13 09:06:05 +00:00
Benjamin Lee
c8216ee1e9
maintainers: remove Benjamin-L
nope, absolutely not: <https://discourse.nixos.org/t/nca-member-jonringer-joint-announcement/48231>
2024-07-04 17:11:18 -07:00
R. Ryantm
9c04703dcc fflogs: 8.5.16 -> 8.5.25 2024-06-30 07:32:44 +00:00
R. Ryantm
79ccb91b88 fflogs: 8.5.12 -> 8.5.16 2024-06-17 19:46:49 +00:00
nixpkgs-merge-bot[bot]
582c986c47
Merge pull request #318611 from r-ryantm/auto-update/fflogs
fflogs: 8.5.10 -> 8.5.12
2024-06-11 20:03:09 +00:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
R. Ryantm
08fb765fb0 fflogs: 8.5.10 -> 8.5.12 2024-06-09 19:22:15 +00:00
R. Ryantm
56edbd693f fflogs: 8.5.9 -> 8.5.10 2024-06-02 18:37:41 +00:00
R. Ryantm
b810aaee44 fflogs: 8.5.6 -> 8.5.9 2024-05-28 01:39:38 +00:00
R. Ryantm
ddde29668d ff2mpv-rust: 1.1.4 -> 1.1.5 2024-05-24 01:02:24 +00:00
Nick Cao
7688087e4d
Merge pull request #312578 from r-ryantm/auto-update/ff2mpv-rust
ff2mpv-rust: 1.1.3 -> 1.1.4
2024-05-18 15:38:11 -04:00
R. Ryantm
07e96fc0e1 ff2mpv-rust: 1.1.3 -> 1.1.4 2024-05-18 02:17:16 +00:00
R. Ryantm
5bee88d55c fflogs: 8.4.0 -> 8.5.6 2024-05-18 01:48:32 +00:00
Pol Dellaiera
fe5bfe5593
Merge pull request #288973 from ryze312/ff2mpv-rust-update
ff2mpv-rust: 1.1.1 -> 1.1.3 + support for Chromium based browsers
2024-05-12 21:47:00 +02:00
R. Ryantm
94b8b02dbd fflogs: 8.3.42 -> 8.4.0 2024-05-04 01:02:06 +00:00
ash
594f743d98 fflogs: init at 8.3.42 2024-04-25 23:33:33 +01:00
Fabian Affolter
0a3419997e ffsubsync: refactor 2024-02-29 15:00:55 +01:00
Ryze312
a149965e94
ff2mpv-rust: use cargoHash in place of cargoLock 2024-02-25 06:26:14 +03:00
Ryze312
cd12d7f8bd
ff2mpv-rust: 1.1.2 -> 1.1.3 2024-02-25 06:26:14 +03:00
Ryze312
301425c664
ff2mpv-rust: support Chromium based browsers 2024-02-25 06:26:13 +03:00
Ryze312
0ca719c52b
ff2mpv-rust: 1.1.1 -> 1.1.2
Remove postPatch as Cargo.lock is now upstreamed
2024-02-25 06:26:13 +03:00
Ryze312
6821c0c23c
ff2mpv-rust: add ryze as a maintainer 2024-02-25 06:26:13 +03:00
arthsmn
237c3be527
ff2mpv-rust: init at 1.1.1 2024-01-15 20:59:41 -03:00