Commit Graph
6 Commits
Author SHA1 Message Date
cat 142152f6b8 Revert "internal/rosa/package/elfutils: 0.195 to 0.196"
Does not compile on arm:

In file included from /usr/src/elfutils/backends/aarch64_initreg.c:36:
/system/include/linux/uio.h:17:8: error: redefinition of 'iovec'
   17 | struct iovec
      |        ^
/system/include/bits/alltypes.h:363:8: note: previous definition is here
  363 | struct iovec { void *iov_base; size_t iov_len; };
      |        ^
1 error generated.

This reverts commit 5313ea627b.
2026-08-20 18:45:20 +09:00
cat 5313ea627b internal/rosa/package/elfutils: 0.195 to 0.196
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-08-20 18:15:02 +09:00
cat 82bf46d23f internal/rosa/package: replace pkg-config
This replaces pkg-config with pkgconf for most packages.

Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-08-11 21:27:09 +09:00
cat 7193656b6a internal/rosa: improve helper bindings
This uses more intuitive names for some arguments and inverts their default value. Slices and nil-capable strings replace skip arguments.

Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-08-10 21:55:47 +09:00
cat a3867ad65f internal/rosa/azalea: replace binding token
This replaces the '*' placeholder with a less confusing '#'.

Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-05-24 16:20:26 +09:00
cat 98d915af3d internal/rosa/package: migrate argp-standalone, dtc, elfutils, flex, freetype, fuse
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-05-19 23:26:34 +09:00