Commit Graph

32 Commits

Author SHA1 Message Date
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
Bruno BELANYI
c1272a1529 ff2mpv-go: use 'PATH' to invoke 'mpv'
Patching in the full-path to the binary is more robust, unfortunately
this means that a user of `ff2mpv-go` can't use their own wrapped `mpv`
without overriding the package.

As a practical example: using home-manager to configure `mpv` with
additional scripts will *not* work with the package as it was previously
written.

With this commit, we now rely on `PATH` lookups to find the `mpv`
binary, this should prioritize a user's customized `mpv`.
2023-12-31 15:49:04 +00:00
Doron Behar
c01effdeca
Merge pull request #258465 from Benjamin-L/add-ffsubsync
ffsubsync: init at 0.4.25
2023-12-13 08:46:15 +00:00
Bruno BELANYI
a91d3a04d8 ff2mpv-go: init at 1.0.1 2023-12-07 19:17:56 +00:00
Benjamin Lee
f2c8611509
ffsubsync: init at 0.4.25 2023-10-01 18:02:33 -07:00