Commit Graph

12 Commits

Author SHA1 Message Date
Alyssa Ross
fdd8f4d6ef libcamera: fix cross-bits cross
e.g. from 64-bit to 32-bit.

pybind11 is a header-only library, so there was no linking failure —
the only reason this ended up mattering was that it had some sort of
size check in it.

Fixes: 8a45e936ac ("libcamera: 0.2.0 → 0.3.0")
2024-07-20 10:04:23 +02:00
h7x4
7384b9abdc
treewide: set meta.changelog 2024-07-07 15:20:06 +02:00
github-actions[bot]
c8c2ff3b9b
Merge staging-next into staging 2024-06-10 00:02:49 +00:00
Alyssa Ross
3df6bb2c85
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/applications/blockchains/polkadot/default.nix
2024-06-09 22:47:12 +01: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
Jonathan Davies
8a45e936ac
libcamera: 0.2.0 → 0.3.0 2024-05-31 19:31:56 +01:00
github-actions[bot]
be5878415f
Merge staging-next into staging 2024-05-20 12:01:58 +00:00
github-actions[bot]
6ff1451c6f
Merge master into staging-next 2024-05-20 12:01:29 +00:00
Alyssa Ross
700f1a4bcd libcamera: disable tracing if unavailable
lttng-ust has a mandatory dependency on liburcu, which requires
architecture-specific code that isn't available for all platforms.  To
enable building libcamera for those platforms, disable tracing support
if lttng-ust is unavailable.  This fixes building libcamera for, for
example, loongarch64-linux.
2024-05-20 10:34:52 +02:00
Alyssa Ross
584c9b78cb pkgsStatic.libcamera: mark unsupported 2024-05-20 10:32:50 +02:00
Jörg Thalheim
fb0ddd9186 libcamera: fix binary reproduciblity 2024-04-29 12:34:46 +02:00
Florian Klink
d6ee968663 libcamera: move to pkgs/by-name
The CI check complains about a new attribute introduced that's not using
the by-name pattern, even though it's using the same .nix file.

It seems using callPackage ../by-name/… from toplevel for the
alternative toplevel attribute seems to be others do this, so using the
same pattern here.
2024-01-30 11:24:59 +02:00