Commit Graph

9293 Commits

Author SHA1 Message Date
Jeremy Soller
69c6dd237a Merge branch 'dyn-link-devilution' into 'master'
Dynamically linked DevilutionX

See merge request redox-os/cookbook!451
2025-02-17 14:10:09 +00:00
Jeremy Soller
2a5959bbf5 Merge branch 'dyn-link-bzip2' into 'master'
Build shared bzip2 library if requested

See merge request redox-os/cookbook!450
2025-02-17 14:09:38 +00:00
Jeremy Soller
120369ec1a Merge branch 'dynamic-link-libpng' into 'master'
Bump and dynamically link libpng

See merge request redox-os/cookbook!449
2025-02-17 14:08:36 +00:00
Josh Megnauth
8eba85b35a
Build shared bzip2 library if requested 2025-02-17 01:38:13 -05:00
Josh Megnauth
51e3b83d39
Dynamically linked DevilutionX 2025-02-17 01:29:13 -05:00
Josh Megnauth
a8859261ee
Bump and dynamically link libpng 2025-02-15 01:01:03 -05:00
Jeremy Soller
b91d42a541 Merge branch 'fix/podman-without-selinux' into 'master'
Allow building when SELinux is not used

See merge request redox-os/redox!1549
2025-02-14 15:13:44 +00:00
Leandro Santiago
dcb884549a Allow building when SELinux is not used
Add `USE_SELINUX` variable to `make all`
2025-02-12 20:30:06 +01:00
Jeremy Soller
f9a89554e8 Merge branch 'master' into 'master'
feat(netsurf): dynamic

See merge request redox-os/cookbook!448
2025-02-12 17:57:13 +00:00
Anhad Singh
5c45667dce
feat(netsurf): dynamic
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-02-11 20:20:03 +11:00
Jeremy Soller
8363ec046d
Update submodules 2025-02-10 07:44:36 -07:00
Jeremy Soller
bff6ca4d68 Merge branch 'master' into 'master'
A few more dynamically linked recipes

See merge request redox-os/cookbook!447
2025-02-10 14:42:22 +00:00
Jeremy Soller
a2b5e76e47 Merge branch 'master' into 'master'
misc(container): add patchelf

See merge request redox-os/redox!1548
2025-02-10 14:41:56 +00:00
Anhad Singh
4f70981463
feat(rustc): dynamic
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-02-10 23:22:28 +11:00
Anhad Singh
dea85812d1
fix(zlib): set soname
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-02-10 23:20:17 +11:00
Anhad Singh
efada0e656
feat(llvm18-shared)
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-02-10 23:19:54 +11:00
Anhad Singh
cf35aa3389
misc(container): add patchelf
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-02-10 17:19:20 +11:00
Anhad Singh
e731a3ab52
feat(cargo): dynamic
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-02-09 18:53:21 +11:00
Anhad Singh
9042d5ebd4
fix(cosmic-term): add missing shared-deps
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-02-09 18:51:46 +11:00
Anhad Singh
c19cb76085
feat(libssh2): dynamic
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-02-09 18:50:33 +11:00
Anhad Singh
5902050250
misc(openssl1): remove old patch
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-02-09 18:49:31 +11:00
Anhad Singh
d13b4b3fba
feat(cosmic-term): dynamic
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-02-09 18:48:02 +11:00
Jeremy Soller
3c86d81070 Add patchelf to x86_64 ci 2025-02-08 09:00:05 -07:00
Jeremy Soller
925f218a70 Merge branch 'revert-test' into 'master'
README.md: Revert "test commit"

See merge request redox-os/redox!1547
2025-02-07 22:02:37 +00:00
Ronald Weber
1f87c6b55b README.md: Revert "test commit"
It's not that nice to see 'test' as first thing in the README.

This reverts commit bb4b3e838c.
2025-02-07 18:43:29 +01:00
Jeremy Soller
1c63662906
Update relibc 2025-02-07 09:19:30 -07:00
Jeremy Soller
bba3ebffee Merge branch 'patch5' into 'master'
fix(mk/ci.mk): set `COOKBOOK_HOST_SYSROOT` and `COOKBOOK_PREFER_STATIC`

See merge request redox-os/redox!1546
2025-02-04 15:35:41 +00:00
Anhad Singh
78a2aa75dd
fix(mk/ci.mk): set COOKBOOK_HOST_SYSROOT and COOKBOOK_PREFER_STATIC
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-02-05 02:33:19 +11:00
Jeremy Soller
f533c369eb
Update relibc 2025-02-03 07:52:58 -07:00
Jeremy Soller
de74e8fd69 Merge branch 'cookbook-fix-vim' into 'master'
Update cookbook to fix vim and freedoom

See merge request redox-os/redox!1544
2025-02-03 14:52:04 +00:00
Ron Williams
1865c412ff Update cookbook to fix vim and freedoom 2025-02-03 14:52:04 +00:00
Jeremy Soller
14a5102964 Merge branch 'patch3' into 'master'
TOML conversions to fix build

See merge request redox-os/cookbook!446
2025-02-02 15:29:47 +00:00
Jeremy Soller
914b78a284 Merge branch 'patch10' into 'master'
fix(cook/fetch): check if directory does not exist

See merge request redox-os/cookbook!445
2025-02-02 15:28:51 +00:00
Jeremy Soller
6711952f88 Merge branch 'patch12' into 'master'
fix(cookbook): add runtime dependencies to repo

See merge request redox-os/cookbook!442
2025-02-02 15:28:07 +00:00
Jeremy Soller
aa87b8d9e3 Merge branch 'cookbook-cargo-update' into 'master'
Update cookbook SHA to update redoxer

See merge request redox-os/redox!1543
2025-02-02 15:27:22 +00:00
Anhad Singh
5b6e0ebe35
fix(runtime_deps_of): do not error out if no packages are specified
This may be the case if repo.sh did not build any TOML recipes. In that
case, we can just exit cleanly.

Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-02-02 16:55:14 +11:00
Anhad Singh
49b31c3d89
feat(prboom): TOML recipe
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-02-02 16:41:48 +11:00
Anhad Singh
7a0b6a54ab
feat(terminfo): convert to TOML recipe
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-02-02 15:27:43 +11:00
Anhad Singh
330ad13e28
fix(cook/fetch): check if directory does not exist
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-02-02 13:58:24 +11:00
Ron Williams
8c4e7ca969 Update cookbook SHA to update redoxer 2025-02-01 04:14:43 +00:00
Jeremy Soller
9b1e5834ae Merge branch 'update-redoxer' into 'master'
Update to latest redoxer

See merge request redox-os/cookbook!444
2025-02-01 04:10:29 +00:00
Ron Williams
d9ad4100bf Update to latest redoxer 2025-02-01 03:01:57 +00:00
Jeremy Soller
d69b27d9d0
Update cookbook 2025-01-31 14:33:24 -07:00
Jeremy Soller
ec8a673b56
Remove source section from libgcc 2025-01-31 14:33:14 -07:00
Jeremy Soller
b16f75c827 Update relibc and cookbook 2025-01-31 14:21:32 -07:00
Jeremy Soller
a5a24d4f76 Merge branch 'patch24' into 'master'
fix(cosmic-files): set shared-deps instead of package deps

See merge request redox-os/cookbook!443
2025-01-31 21:10:39 +00:00
Jeremy Soller
fe8ca261e8 Merge branch 'patch9' into 'master'
fix(netsurf)

See merge request redox-os/cookbook!441
2025-01-31 21:10:34 +00:00
Jeremy Soller
0afb194125 Merge branch 'patch1' into 'master'
fix(cook): copy source only if newer

See merge request redox-os/cookbook!440
2025-01-31 21:10:25 +00:00
Anhad Singh
038625476b
fix(cosmic-files): set shared-deps instead of package deps
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-02-01 00:33:33 +11:00
Anhad Singh
78bf3a68fc
misc: cleanup
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2025-02-01 00:19:18 +11:00