Jeremy Soller
d7ed578c37
Merge branch 'self-hosting' into 'master'
...
Initial self-hosting support
See merge request redox-os/cookbook!614
2025-09-12 15:39:51 -06:00
Wildan Mubarok
0d307fa4e7
Initial self-hosting support
2025-09-12 15:39:51 -06:00
Josh Megnauth
0ca65a8415
Fish (builds, runs, hangs on waitpid)
...
Fish builds and runs! The patch is refreshingly simple:
* mount.h is disabled because we don't have it.
* A recent revision of libc is needed for Redox constants. Types changed
a bit between releases, so some casts had to be removed or added.
* We don't have pselect, so I had to hack around it by mimicking how it
works.
Unfortunately, running programs or commands hangs unless part of a
pipeline. So, `ls` hangs but `ls &` works. It seems like a waitpid issue
rather a fork/exec issue.
2025-09-11 02:03:18 -04:00
Wildan Mubarok
bf8d95bef2
Fix install failure due to symlink
2025-09-10 17:36:54 +00:00
Jeremy Soller
0e3209c1ad
mpg123: update and fix dynamic linking
2025-09-08 21:11:04 -06:00
Jeremy Soller
52ad8afab0
libtheora: update and fix dnamic linking
2025-09-08 21:08:21 -06:00
Jeremy Soller
4626a9472e
libogg: update and drop patch
2025-09-08 21:07:26 -06:00
Jeremy Soller
9f4b064e76
openal: fix dynamic linking and use cookbook_cmake
2025-09-08 21:01:20 -06:00
Jeremy Soller
1806fa3556
glib: workaround partial support of openat
2025-09-08 15:01:42 -06:00
Jeremy Soller
6ee43db51c
Merge branch 'rsync' into 'master'
...
Update and promote rsync
See merge request redox-os/cookbook!610
2025-09-08 07:36:54 -06:00
Jeremy Soller
345fff81f1
Merge branch 'add-zig' into 'master'
...
Update zig recipe
See merge request redox-os/cookbook!576
2025-09-08 07:32:21 -06:00
Wildan M
abc2c810d0
Update and promote rsync
2025-09-08 13:31:12 +07:00
Jeremy Soller
57e1a71875
openssl1: fix target used for compiler
2025-09-07 20:53:56 -06:00
Jeremy Soller
1b29c1e173
Clean up compiler flags
2025-09-07 20:53:28 -06:00
Jeremy Soller
03883bde85
freetype2: use DYNAMIC_STATIC_INIT
2025-09-07 19:05:20 -06:00
Jeremy Soller
8e48e73584
Make it easier to compile cmake software dynamically
2025-09-07 19:01:27 -06:00
Jeremy Soller
5064d0e02e
Allow fallback to static builds on targets with broken dynamic linking
2025-09-07 17:47:43 -06:00
Jeremy Soller
00ff0c5ff9
hicolor-icon-theme: always reconfigure meson
2025-09-07 12:48:36 -06:00
Wildan Mubarok
c37ddfdfe3
Update zig, and go notes
2025-09-07 18:18:18 +00:00
Wildan Mubarok
63643dbf63
Merge branch cookbook:master into add-zig
2025-09-07 18:14:02 +00:00
Jeremy Soller
1f74fda345
Merge branch 'working-sshd' into 'master'
...
OpenSSH daemon support
See merge request redox-os/cookbook!609
2025-09-07 09:31:43 -06:00
Wildan Mubarok
9061f2b2b2
Use sysconfdir, move config to /etc/ssh
2025-09-07 14:23:00 +00:00
Ribbon
67f56c5c07
Merge branch 'add-recipes' into 'master'
...
Add recipes
See merge request redox-os/cookbook!608
2025-09-06 18:45:32 -03:00
Wildan Mubarok
1a5d7b16e9
Tidy up patches, move out /usr/etc in openSSH
2025-09-06 18:43:27 +00:00
Wildan Mubarok
5dc9b3a593
OpenSSH daemon support
2025-09-06 17:58:56 +00:00
Ribbon
5a66653330
Add recipes
2025-09-04 19:41:36 -03:00
Wildan Mubarok
70fba22764
Use fork instead
2025-09-04 11:48:00 +00:00
Wildan Mubarok
081367d343
Fix relibc tests
2025-09-02 15:31:26 +00:00
Jeremy Soller
61a9872dec
Merge branch 'move_recipes_to_wip' into 'master'
...
Move a couple not building recipes to the wip category
Closes redox#1622
See merge request redox-os/cookbook!602
2025-09-01 13:18:10 -06:00
bjorn3
5f12b87dc0
Move a couple not building recipes to the wip category
...
And remove the pastel-editor recipe as pastel-editor hasn't had any
updates in years.
2025-09-01 20:22:30 +02:00
Jeremy Soller
dc04843050
Merge branch 'fix-meson-flags' into 'master'
...
Include flags to meson cross file
See merge request redox-os/cookbook!599
2025-09-01 08:21:57 -06:00
Wildan Mubarok
abdfc6cc65
Fix regression in mesa
2025-09-01 10:43:03 +00:00
Wildan Mubarok
fb3268b1a3
Fix compile dosbox in native build
2025-09-01 10:27:03 +00:00
Wildan M
8814a5d494
Include flags to meson cross file
2025-09-01 15:17:09 +07:00
Andrzej J. Skalski
560ac52c5c
Servo and dependencies: libpango, mozjs, aws-lc-rs, freetype-sys, mozangle, tikv-reallocator.
2025-08-31 10:30:53 -06:00
Jeremy Soller
4f3b3288c3
cosmic-reader: install icons
2025-08-28 13:49:58 -06:00
Jeremy Soller
d7eb182249
cosmic-reader: install metadata
2025-08-28 13:25:25 -06:00
Wildan Mubarok
7f13e82986
Use forked go source
2025-08-27 13:07:26 +00:00
Wildan Mubarok
0f282a5ee5
Disable rustpython update
2025-08-27 12:22:23 +00:00
Jeremy Soller
64d98ed781
Add rustconf 2025 presentation
2025-08-25 15:51:37 -06:00
Jeremy Soller
6e527b4350
Merge branch 'dynamic-games' into 'master'
...
Push all recipes to be dynamically linked
See merge request redox-os/cookbook!595
2025-08-24 09:35:59 -06:00
Jeremy Soller
fc48fb9cf4
Merge branch 'master' of https://gitlab.redox-os.org/redox-os/cookbook
2025-08-24 08:29:04 -06:00
Jeremy Soller
d4555857d6
Adjust prboom recipe
2025-08-24 08:28:53 -06:00
Wildan M
63f23348af
Set emus as dynamically linked
2025-08-24 00:57:57 +07:00
Wildan M
f9d74ffc1e
Fix ffmpeg6 linking
2025-08-24 00:06:21 +07:00
Wildan M
6d505a649c
Push many recipes to be dynamically linked
2025-08-23 18:33:13 +07:00
Wildan Mubarok
2b39e7caf2
Set openttd as shallow
2025-08-22 13:41:34 +00:00
Jeremy Soller
d2dccb8e4f
Merge branch 'update_miniserve' into 'master'
...
Move miniserve to wip/net/http, change it to toml and change source to upstream
See merge request redox-os/cookbook!593
2025-08-20 06:55:32 -06:00
Jeremy Soller
7749645ca3
Merge branch 'openssh' into 'master'
...
Update openssh patches
See merge request redox-os/cookbook!592
2025-08-20 06:54:12 -06:00
Wildan Mubarok
3a53c6abbb
Update openssh patches
2025-08-20 06:54:12 -06:00