Commit Graph

703 Commits

Author SHA1 Message Date
Jeremy Soller
a30db23dda
Disable ncurses C++ binding 2021-08-10 21:20:10 -06:00
Jeremy Soller
15cbcef62c
Update uutils 2021-08-10 17:32:56 -06:00
Jeremy Soller
09b3dd84e3
Update mesa upstream 2021-08-10 17:32:34 -06:00
Jeremy Soller
e587d4e3e1
Add resist 2021-08-05 14:02:33 -06:00
Jeremy Soller
f11560d978
Add libgmp 2021-07-19 08:39:04 -06:00
Jeremy Soller
425e3e760f
Force zlib to be linked for glium and glutin 2021-07-19 08:28:26 -06:00
Jeremy Soller
d535c4b489
Fix openjazz package build 2021-07-14 13:11:33 -06:00
Jeremy Soller
a8070a3533
Fix kernel package build 2021-07-14 13:09:41 -06:00
Jeremy Soller
99f7948c73
Fix glutin package build 2021-07-14 13:08:30 -06:00
Jeremy Soller
a20008ee14
Fix glium package build 2021-07-14 13:07:27 -06:00
Jeremy Soller
cf861a663a
Use cargo instead of xargo for rust-cairo and rust-cairo-demo 2021-07-14 12:24:18 -06:00
Jeremy Soller
f848f9f87f
Use cargo instead of xargo for relibc recipe 2021-07-14 12:18:51 -06:00
Jeremy Soller
999ce1cd76
Build bash recipe without parallel jobs 2021-07-14 11:56:37 -06:00
Jeremy Soller
59779a5793
Fixes for installing rust package 2021-05-10 09:44:46 -06:00
Jeremy Soller
103c51c3c9
Update rust recipe 2021-05-09 19:51:03 -06:00
Jeremy Soller
8b9d3788c4
Fix vvvvvv recipe 2021-04-06 13:32:35 -06:00
Jeremy Soller
2d266888d9
Disable llvmpipe for now, until it can be fixed 2021-04-06 13:22:38 -06:00
Jeremy Soller
86ed70defd
Update kernel recipe for GS segment TLS 2021-02-28 09:53:10 -07:00
Jeremy Soller
4c52a95cec
Use Redox mirror of config repository 2021-02-28 08:09:11 -07:00
Jeremy Soller
84535c9062
WIP: Add llvm-config libs to gears compilation 2020-12-23 21:27:32 -07:00
Jeremy Soller
3e708faca1
Fix indenting in gdk-pixbuf 2020-12-23 21:23:10 -07:00
Jeremy Soller
bdcad6f251
Update mesa to use meson 2020-12-23 21:22:59 -07:00
Jeremy Soller
6c3a3980f3
Fix missing include in gears 2020-12-23 21:17:06 -07:00
Jeremy Soller
7788a85008
Update mesa_glu 2020-12-23 21:15:53 -07:00
Jeremy Soller
1e63682081
Update llvm branch 2020-12-23 13:45:57 -07:00
Jeremy Soller
52694f8e02
Disable fontconfig docs 2020-12-23 13:31:49 -07:00
Jeremy Soller
8d4c66b856
Fix scummvm URL 2020-12-23 12:56:57 -07:00
Jeremy Soller
d0df1f76a1
Do not compile expat with docbook 2020-12-23 12:49:46 -07:00
Jeremy Soller
bfc3608891
Create link for sh to dash 2020-10-10 20:09:16 -06:00
Jeremy Soller
1b83379573
sdl2_gears: Link libogg and libvorbis 2020-08-25 09:10:53 -06:00
Jeremy Soller
bc5e63fa75
Remove -C lto from incompatible packages 2020-08-24 21:18:03 -06:00
Jeremy Soller
2edb12922d
Fix openttd recipe 2020-08-24 20:56:59 -06:00
Jeremy Soller
3fdde7872a
Add recipe.toml for games 2020-08-21 20:21:15 -06:00
Jeremy Soller
d5cb3ae2e6
Add cleye recipe.toml 2020-08-21 20:01:35 -06:00
jD91mZM2
6f970f298e
Fix broken xz recipe
Caused by https://gitlab.redox-os.org/redox-os/cookbook/-/merge_requests/246
2020-08-16 21:21:35 +02:00
Wren Turkal
4a889c0c1c Remove customization of and update xz.
I updated the recipe to use newest the raw xz upstream source and
cleaned out my recipes and rebuilt. I have detected no problems.
Not having to have customizations will make it easier to upgrade
int the future as new versions are released.

Signed-off-by: Wren Turkal <wt@penguintechs.org>
2020-08-09 12:10:44 -07:00
jD91mZM2
01896e5fb0
Compile gnu-binutils with pie so it works on Redox
Because our dynamic linker still doesn't support global offset tables
and those difficult stuffs
2020-08-04 13:15:26 +02:00
Wren Turkal
3bd207f5b7 Fix pciids recipe.
The wrong variable was being used in the build script.

Signed-off-by: Wren Turkal <wt@penguintechs.org>
2020-07-22 23:19:14 -07:00
Wren Turkal
a583db85ae Add recipe for the pci.ids db.
This database contains a very comprehensive list of PCI
devices and IDs to make more sense of them. The `lspci`
tool in Linux uses this as it's source of data as well.

Signed-off-by: Wren Turkal <wt@penguintechs.org>
2020-07-19 01:52:09 -07:00
Jeremy Soller
9a60468f0f
Update bash patch 2020-07-14 20:53:02 -06:00
Jeremy Soller
aec6b0294e
Add gettext recipe.toml 2020-07-14 20:46:31 -06:00
Jeremy Soller
dfd25bde8b
Fix incorrect dependencies key 2020-07-14 20:40:14 -06:00
Jeremy Soller
85bf534f77
Add bash recipe.toml 2020-07-14 20:39:51 -06:00
Jeremy Soller
f6baea67ce
Fix ca-certificates install location 2020-07-13 20:47:09 -06:00
jD91mZM2
46bc2067a8
Lock orbutils 2020-07-10 23:19:48 +02:00
jD91mZM2
14d4519171
Specify --locked in orbterm as well 2020-07-10 23:15:07 +02:00
jD91mZM2
267c7486c7
Add libexpat to GDB 2020-07-01 15:46:44 +02:00
jD91mZM2
307eb5dd01
Update gnu-binutils to compile GDB as well 2020-06-25 13:12:09 +02:00
jD91mZM2
40e4a4d2b8
Add gdbserver recipe 2020-06-17 19:02:10 +02:00
Jeremy Soller
b51cb6b4e7
drivers: Do not use redoxer explicitely 2020-06-10 11:24:54 -06:00