Commit Graph

35 Commits

Author SHA1 Message Date
R. Ryantm
3ab81841c0 linuxPackages.facetimehd: 0.7.0.1 -> 0.7.0.2 2026-06-17 14:34:09 +00:00
R. Ryantm
2122ecb741 linuxPackages.facetimehd: 0.6.13 -> 0.7.0.1 2026-04-17 14:04:12 +00:00
jopejoe1
a2f5e39457 linuxPackages.facetimehd: add pname 2026-01-13 22:47:53 +01:00
Wolfgang Walther
0886339dd1 maintainers: drop grahamc
Inactive since April 2025. Removing according to maintainer guidelines.
2026-01-10 21:31:14 +01:00
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
ccicnce113424
954600a7c0 pkgsLLVM.linuxPackages: fix kernel modules building by setting makeFlags 2025-09-03 16:22:28 +05:30
Winter
a19cd4ffb1 Revert "treewide: replace rev with tag"
This reverts commit 65a333600d.

This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.

It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).

A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.

[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e458
2025-04-08 02:57:25 -04:00
Pol Dellaiera
65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +02:00
R. Ryantm
c42a61d383 linuxPackages.facetimehd: 0.6.8.2 -> 0.6.13 2025-03-04 13:37:02 +00:00
R. Ryantm
101966f098 linuxPackages.facetimehd: 0.6.8.1 -> 0.6.8.2 2024-12-15 05:46:09 +00:00
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
Jussi Kuokkanen
95cc312a68 pkgs/os-specific: remove licenses.gpl2 2024-06-21 12:28:43 +03:00
R. Ryantm
c944eceef4 linuxKernel.packages.linux_6_8.facetimehd: 0.6.8 -> 0.6.8.1 2024-04-03 13:16:24 +00:00
R. Ryantm
10e6b16905 linuxKernel.packages.linux_5_15.facetimehd: 0.5.18 -> 0.6.8 2024-02-24 06:55:29 +00:00
kraem
f6c3d27a13 facetimehd: unstable-2020-04-16 -> 0.5.18 2022-07-24 10:04:02 +02:00
Alyssa Ross
5bf6048f37 linuxPackages.facetimehd: mark broken on Linux 5.18 2022-05-25 12:29:13 +00:00
Alyssa Ross
ae8e8aaee7 treewide: remove obsolete kernel version checks
We no longer support any Linux kernel older than 4.9.
2022-04-08 09:56:09 +00:00
Ben Siraphob
16d91ee628 pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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-11 10:38:22 +01:00
Graham Christensen
5a17473f0a Merge pull request #90192 from kraem/kraem/pkgs/facetimehd/remove-nixpkgs-patch
facetimehd: remove patch in nixpkgs, patched upstream
2020-06-12 11:46:35 -04:00
kraem
3cd13f8b7e facetimehd: remove patch in nixpkgs, patched upstream 2020-06-12 14:05:06 +02:00
kraem
031ef5f64e facetimehd: 2019-12-10 -> 2020-04-16 2020-06-12 12:27:21 +02:00
Michael Reilly
84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
kraem
a5b0581cf7 facetimehd: update src to build with linux >= 5.6
also add kraem to maintainers
2020-04-05 22:14:54 +02:00
kraem
ddaf7bf2c1 facetimehd: unstable-2016-10-09 -> unstable-2019-12-10 for kernels > 4.8 2020-01-17 09:15:56 +01:00
Yegor Timoshenko
a8d515add5 facetimehd: fix build, resolves #33220 2018-01-01 00:34:09 +00:00
Kranium Gikos Mendoza
88be2f7080 facetimehd: disable aarch64-linux builds 2017-04-26 03:09:24 +03:00
Graham Christensen
2525a3d682 facetimehd: 2016-05-02 -> 2016-10-09 2016-10-15 07:42:08 -04:00
Robin Gloster
2d382f3d98 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-05-30 19:39:34 +00:00
Graham Christensen
f993e6543a facetimehd, facetimehd-firmware: Add grahamc as a maintainer 2016-05-26 14:10:03 -05:00
Graham Christensen
24a87685e2 facetimehd: Document updating the facetimehd-firmware 2016-05-26 14:10:01 -05:00
Kranium Gikos Mendoza
bc93957bb5 facetimehd: git-20160127 -> git-20160503
Fixes issues with kernels newer than 4.4.
2016-05-21 21:19:54 +02:00
Franz Pletz
aff1f4ab94 Use general hardening flag toggle lists
The following parameters are now available:

  * hardeningDisable
    To disable specific hardening flags
  * hardeningEnable
    To enable specific hardening flags

Only the cc-wrapper supports this right now, but these may be reused by
other wrappers, builders or setup hooks.

cc-wrapper supports the following flags:

  * fortify
  * stackprotector
  * pie (disabled by default)
  * pic
  * strictoverflow
  * format
  * relro
  * bindnow
2016-03-05 18:55:26 +01:00
Robin Gloster
25dfa39fac facetimehd: turn off PIC hardening 2016-02-21 10:40:34 +00:00
Kranium Gikos Mendoza
9213916ca7 facetimehd: init at git-20160127 2016-01-28 02:59:36 +08:00