Wildan M
b9989ce494
Add patches
2025-09-16 16:30:46 +07:00
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
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
Wildan Mubarok
541e855d72
Add more build templates and automatic DYNAMIC_INIT
2025-08-20 06:53:38 -06:00
Bendeguz Pisch
c64fb342b4
Move miniserve to wip/net/http, change it to toml and change source to upstream
2025-08-20 10:12:02 +02:00
Jeremy Soller
16785c25b0
Merge branch 'minimal-terminfo' into 'master'
...
Only include subset of terminfo
See merge request redox-os/cookbook!589
2025-08-15 07:02:09 -06:00
Jeremy Soller
19989a69b0
Merge branch 'os-test' into 'master'
...
add os-test recipe
See merge request redox-os/cookbook!574
2025-08-15 07:00:50 -06:00
Wildan Mubarok
efd3485ecd
Only include subset of terminfo
2025-08-15 08:36:48 +00:00
Mathew John Roberts
db7d763fe6
Apply 1 suggestion(s) to 1 file(s)
...
Co-authored-by: Ribbon <ribbon_45@proton.me>
2025-08-15 07:56:56 +01:00
Ribbon
85613a52b4
Add recipes
2025-08-15 03:31:54 -03:00
Ribbon
2afdaac5be
Add recipes
2025-08-15 03:21:42 -03:00
Jeremy Soller
a5630017f4
cosmic-reader: use mupdf backend
2025-08-13 09:38:29 -06:00
Jeremy Soller
db911b5b81
libpoppler: update and implement build script
2025-08-12 16:24:00 -06:00
Jeremy Soller
c2574ecc3c
Merge branch 'fix-sdl2-mixer' into 'master'
...
Fix and bump sdl2-mixer
See merge request redox-os/cookbook!582
2025-08-11 14:13:26 -06:00
Jeremy Soller
554e01e1f4
Merge branch 'utf8proc-recipe' into 'master'
...
Add utf8proc recipe
See merge request redox-os/cookbook!581
2025-08-11 14:10:44 -06:00
Jeremy Soller
d6fb54c236
Merge branch 'unibilium' into 'master'
...
Add recipe for library unibilium
See merge request redox-os/cookbook!580
2025-08-11 14:10:04 -06:00
Jeremy Soller
64ec946e02
Merge branch 'add-zsh' into 'master'
...
Add zsh to WIP recipe
See merge request redox-os/cookbook!579
2025-08-11 14:09:01 -06:00
Josh Megnauth
1f1496a56a
Fix and bump sdl2-mixer
2025-08-08 23:06:45 -04:00
Petr Hrdina
d6b9a690f7
Add blake3 hash to utf8proc recipe
2025-08-07 23:20:59 +02:00
Petr Hrdina
a2ee1c202b
Add utf8proc recipe
2025-08-07 23:08:14 +02:00
Petr Hrdina
8b6f5aaa03
Add recipe for library unibilium
2025-08-06 23:10:06 +02:00
Wildan Mubarok
48eff2e7ac
Add zsh to WIP recipe
2025-08-05 21:15:50 +00:00
Wildan Mubarok
3dce7e1a58
Update and make vim usable
2025-08-05 20:59:22 +00:00
Petr Hrdina
b62bc0189d
Update libtool version which compiles
2025-08-04 19:15:33 +02:00
auronandace
464bc977b4
use cp instead of rsync
2025-08-04 16:33:10 +01:00
Wildan Mubarok
965ff8fccf
Update zig recipe
2025-08-04 10:10:21 +00:00
auronandace
c282bde1cc
add os-test recipe
2025-08-03 15:45:10 +01:00
Jeremy Soller
a6fa878a80
Merge branch 'working-go' into 'master'
...
Update Go recipe part II
See merge request redox-os/cookbook!572
2025-08-02 19:19:31 -06:00
Wildan Mubarok
1bb8abf925
Init nodejs recipe
2025-08-02 19:06:15 +00:00
Wildan Mubarok
0d2efc7768
Update Go recipe part II
2025-08-02 18:59:06 +00:00
Ribbon
67a5a16960
Add x11-minimal and x11-full meta-packages
2025-08-01 10:44:19 -06:00
Jeremy Soller
63176da236
Merge branch 'debug-drivers' into 'master'
...
Allow drivers to be compiled with debug profile
See merge request redox-os/cookbook!565
2025-08-01 06:51:13 -06:00
Wildan Mubarok
1f2a3f9953
Allow drivers to be compiled with debug profile
2025-08-01 06:05:48 +00:00
Ribbon
ba17448011
Add the dev-redox meta-package
2025-07-31 20:38:32 -03:00
Ribbon
d336b7f476
Add recipes and update a TODO
2025-07-31 05:20:15 -03:00
Ribbon
6f3db187c2
Rename the minetest recipe
2025-07-31 04:49:14 -03:00
Ribbon
dee6f586e4
Update and enable dynamic linking in some recipes
2025-07-31 04:47:45 -03:00
Ribbon
f8f0a4361a
Update and enable dynamic linking in some recipes
2025-07-31 04:08:29 -03:00
Ribbon
37247080fa
Add recipes
2025-07-31 02:03:13 -03:00