Commit Graph

944 Commits

Author SHA1 Message Date
mattmadeofpasta
5ad8cc9295
Download perl source over https 2023-11-06 17:50:08 +00:00
Jeremy Soller
4ba2f96a86 Merge branch 'add-recipe' into 'master'
Add the "myfiles" recipe

See merge request redox-os/cookbook!312
2023-11-06 13:16:36 +00:00
mattmadeofpasta
4a663deb16
Fix path in rust recipe 2023-11-06 09:52:50 +00:00
Ribbon
8b8083eb12 Add the "myfiles" recipe 2023-11-05 22:11:34 +00:00
Ribbon
722e190118 Move some recipes to categories 2023-11-05 15:05:55 +00:00
Ribbon
814214fe20 Move recipes to categories 2023-11-05 12:58:51 +00:00
Jeremy Soller
d80107ddd6 Merge branch 'download-sources-over-https' into 'master'
Download sources over https

See merge request redox-os/cookbook!304
2023-11-04 18:35:32 +00:00
Jeremy Soller
ea439bebf5
openjazz: revert to autoconf supporting release 2023-11-04 12:15:10 -06:00
mattmadeofpasta
e7dec18d99
Download mesa-glu source over https 2023-10-24 21:27:10 +00:00
mattmadeofpasta
6881fbf6e8
Download sources over https 2023-10-24 19:36:18 +00:00
4lDO2
eceb1ab5fe
Add profiled recipe 2023-10-24 21:03:44 +02:00
4lDO2
c9bcdb4e3d
Pin escalated to avoid relibc out-of-sync issues. 2023-10-19 19:55:27 +02:00
Jeremy Soller
02b814dc51 Merge branch 'simplify_kernel_build_recipe' into 'master'
Simplify kernel build recipe

See merge request redox-os/cookbook!301
2023-10-03 12:31:30 +00:00
bjorn3
7bd186c5db Make rustc directly invoke the linker 2023-10-03 09:53:56 +02:00
bjorn3
b77cee379f Move debuginfo and LTO option to Cargo.toml 2023-10-03 09:39:45 +02:00
Jeremy Soller
6d513c4991
ncurses: convert to new recipe format 2023-09-25 08:56:00 -06:00
Jeremy Soller
0e5e1eb00e
Fixes for openjk recipe 2023-09-20 15:25:59 -06:00
Jeremy Soller
6abcbb4a63
openjk: add recipe 2023-09-20 14:33:31 -06:00
Jeremy Soller
82d5db1b95
devilutionx: add recipe 2023-09-20 10:50:13 -06:00
Jeremy Soller
277d642353
bzip2: install header file 2023-09-20 10:16:00 -06:00
Jeremy Soller
b4ff0e8766
bzip2: add recipe 2023-09-20 10:07:10 -06:00
Jeremy Soller
f1a3adf021
lua: remove patch, pass variables to make 2023-09-20 10:07:00 -06:00
Jeremy Soller
da139762b7
lua: patch makefile to allow use of cross compiler 2023-09-20 09:45:54 -06:00
Jeremy Soller
e0afaa57c7
Update rust 2023-09-11 09:20:06 -06:00
Jeremy Soller
9aef34384d
rustpython: hack to run cargo update after enabling redox patch 2023-09-11 09:07:14 -06:00
Jeremy Soller
64035e22e4
gnu-binutils depends on libmpfr 2023-09-11 08:34:41 -06:00
Jeremy Soller
7ffdb91e59
Add libmpfr recipe 2023-09-11 08:34:18 -06:00
Jeremy Soller
6e46cfa923
Update ffmpeg to 6.0, patch for binutils 2.41 2023-09-11 08:13:05 -06:00
Jeremy Soller
00608506fa
Fix neverball recipe 2023-09-09 20:04:21 -06:00
Jeremy Soller
01326500c5
Fix vim on i686 2023-09-09 19:09:01 -06:00
Jeremy Soller
df08c0d9e1
Link bash to sh instead of dash 2023-09-09 19:02:48 -06:00
Jeremy Soller
c3b55cb67a
Do not build acpid for i686 2023-09-09 12:18:10 -06:00
Jeremy Soller
1cc47128b2
Fix bash compilation errors 2023-09-09 09:12:28 -06:00
Jeremy Soller
372fa01e07
Disable multi-byte on bash 2023-09-09 08:10:15 -06:00
Jeremy Soller
e6f7479782
Fix bash hash and patch 2023-09-09 07:54:17 -06:00
Jeremy Soller
95e95ab452
Update bash to 5.2.15 2023-09-09 07:22:51 -06:00
Jeremy Soller
2343a5fcbf
Update binutils and gcc 2023-09-08 13:25:12 -06:00
4lDO2
fa7a8da05e
Add livedisk driver to init.rc 2023-09-07 17:38:19 +02:00
Ribbon
2d5a27c226 Fix the zlib recipe 2023-08-21 19:20:51 +00:00
4lDO2
df165b5b03
Remove kernel_ld.sh 2023-08-08 12:50:56 +02:00
Jeremy Soller
4b659d8529
Limit number of VTs, set 3 as graphical when vesad is started 2023-08-07 14:22:04 -06:00
Anhad Singh
209f0bcc40 drivers: add inputd in drivers recipie
Before it was just in `drivers-initfs`.

Signed-off-by: Anhad Singh <andypythonappdeveloper@gmail.com>
2023-08-01 18:04:49 +10:00
Anhad Singh
2035dd968b initfs: switch to VT#3 before run.d
* Make `vesad` allocate VTs 1..12 on startup. They can later be replaced
  by another display device.
* Switch to VT#3 before `run.d`
* Also set the mode of VT#3 to [`VtMode::Graphical`].

Signed-off-by: Anhad Singh <andypythonappdeveloper@gmail.com>
2023-08-01 18:02:49 +10:00
Jeremy Soller
053df828f7
Add rtl8139d driver, sort driver binaries 2023-07-07 09:29:26 -06:00
Anhad Singh
1c552fe0f6
initfs: launch inputd before vesad
Signed-off-by: Anhad Singh <andypythonappdeveloper@gmail.com>
2023-07-06 16:23:05 +10:00
Anhad Singh
f5c8f0d052
drivers: add virtio* drivers
Signed-off-by: Anhad Singh <andypythonappdeveloper@gmail.com>
2023-07-06 16:22:35 +10:00
Jeremy Soller
300e99bf52
rustpython: use new method for passing cargo flags 2023-06-09 12:46:20 -06:00
Jeremy Soller
5e756a5de8
relibc-tests: convert to toml 2023-06-09 12:22:58 -06:00
Jeremy Soller
7aba4e66cb
Enable more SDL2 features 2023-05-31 19:08:14 -06:00
Noa
1581974ca6
Switch rustpython to toml recipe 2023-05-30 15:52:04 -05:00