Commit Graph

2618 Commits

Author SHA1 Message Date
Wildan M
fb1fdb5e9a Neovim can compile now 2025-09-16 16:28:04 +07:00
Wildan M
4c35a8fa67 Use luajit in luv 2025-09-16 14:10:55 +07:00
Wildan M
b9d3ea3837 Use luajit to compile lua 2025-09-16 13:37:39 +07:00
Wildan M
e6874461fe Merge branch 'master' of https://gitlab.redox-os.org/redox-os/cookbook into neovim-deps 2025-09-16 11:18:17 +07:00
Wildan M
aea5413b08 Port PHP 2025-09-16 07:54:38 +07:00
Wildan Mubarok
43720fd297 Port nginx 2025-09-15 20:04:42 +00:00
Wildan Mubarok
97bab15d69 Add gnu-binutils as depedency of gcc13 2025-09-15 18:31:53 +00:00
Ribbon
c22f422720 Add recipes 2025-09-15 06:36:55 -03:00
Wildan Mubarok
9c1d20d27b Port valkey 2025-09-14 13:42:01 +00:00
Wildan Mubarok
f5ea670b2a Patch libarchive temporarily 2025-09-14 10:23:50 +00:00
Wildan Mubarok
a13d17f4e6 Use forked wasmtime 2025-09-13 15:12:17 +00:00
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
Wildan Mubarok
15fa1220e3 Merge branch cookbook:master into neovim-deps 2025-09-10 08:36:49 +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 M
2e3c52d69a Add neovim deps 2025-09-03 10:22:16 +07: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