Commit Graph

15 Commits

Author SHA1 Message Date
K900
45a55711fe libcamera: 0.0.3 -> 0.0.5 2023-05-17 14:22:56 +03:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Artturin
1b8fd7e773 libcamera: split output
out is 4.8M
dev is 116K
doc is 23M
2023-01-22 15:47:59 +02:00
Fabian Hauser
b4b746ca00 libcamera: 0.0.1 -> 0.0.3
libcamera 0.0.3 has been released
https://git.libcamera.org/libcamera/libcamera.git/tag/?h=v0.0.3
2022-12-25 10:08:15 +01:00
Sergei Trofimovich
a3c00da983 libcamera: disable blanket -Werror
`-Werror` flag usually causes build failures due to minor changes in
compiler versions. They might be useful for developers themselves but
are rarely useful for distributions.

For example right now `libcamera` fails to compile on `gcc-13` due to a
`gcc` infelicity: https://gcc.gnu.org/PR107488

While this concrete instance is a compiler bug generally `-Werror` makes
users' lives harder. Specific `-Werror=<foo>` are better way to prevent
certain classes of bugs.

The change removes planket `-Werror` with `-Dwerror=false` flag.
2022-11-02 07:28:23 +00:00
Martin Weinelt
23137cc2bb
Merge pull request #191595 from lopsided98/libcamera-signing
libcamera: fix IPA module signatures
2022-11-01 10:56:01 +01:00
Ben Wolsieffer
2610d7dee3 libcamera: fix IPA module signatures
Nix modifies binaries after they are installed, which results in the wrong
signature. There is no easy way to avoid these modifications, so the best fix
is to simply regenerate the signatures after the fixup phase.
2022-10-19 20:37:46 -04:00
Jan Solanti
36ebfaf893 libcamera: unstable-2022-09-15 -> 0.0.1 2022-10-20 03:27:06 +03:00
Yorick van Pelt
c5ff1bb925 libcamera: unstable-2022-09-03 -> unstable-2022-09-15 2022-09-20 12:16:16 +02:00
K900
851e74a2f1 libcamera: unstable-2022-07-15 -> unstable-2022-09-03 2022-09-03 17:30:11 +03:00
Martin Weinelt
b4e278209f libcamera: 2022-01-03 -> 2022-07-15
Fixes the documentation build with sphinx 5.0
2022-07-21 22:35:24 +02:00
Jan Solanti
bd2672f2e5 libcamera: 2021-09-24 -> 2022-01-03 2022-01-07 03:53:38 +02:00
Nick Cao
98f3db9040
libcamera: fix cross compilation 2021-12-03 22:29:37 +08:00
Jan Solanti
a8d0ad62cb libcamera: unstable-2021-06-02 -> unstable-2021-09-24 2021-09-25 18:02:10 +03:00
Alex Zero
6d8ce7e73f
libcamera: init at unstable-2021-06-02 2021-07-07 19:25:11 +01:00