Commit Graph

1364 Commits

Author SHA1 Message Date
Wildan Mubarok
91ee785ce3 Rename libwayland 2025-10-01 01:47:58 +00:00
Wildan M
4c4bfd7caf Port wayland client and Xwayland 2025-10-01 08:12:07 +07:00
Wildan M
f1f1795641 Use patches for servo 2025-10-01 06:01:08 +07:00
Wildan M
f26fd8dee1 Tidy up servo recipe 2025-09-30 20:59:24 +07:00
Ribbon
81bce6bf7c Try to fix the libbrotli recipe 2025-09-29 08:56:31 -03:00
Ribbon
3ad2cef516 Pin fltk version on dillo recipe 2025-09-29 08:48:48 -03:00
Ribbon
e2928dc117 Update fltk recipes 2025-09-29 08:47:10 -03:00
Ribbon
33610038e0 Add dillo recipe 2025-09-29 08:28:50 -03:00
Jeremy Soller
a293894717 Merge branch 'server-demo' into 'master'
Promote php, python, openssh, nginx

See merge request redox-os/cookbook!637
2025-09-26 14:26:07 -06:00
Wildan M
adefb4b361 Promote php, python, openssh, nginx 2025-09-27 01:51:29 +07:00
Ribbon
f5540bc4c8 Move the termplay recipe 2025-09-26 06:21:51 -03:00
Ribbon
c1a4fd7708 Add recipes 2025-09-26 06:18:57 -03:00
Wildan Mubarok
a4979d330d Update packaging for Go 2025-09-23 01:27:20 +00:00
Jeremy Soller
dd0f30a61e
cosmic-player: manually link libiconv 2025-09-21 21:17:49 -06:00
Jeremy Soller
16b65fdadb
openssh: add zstd dependency 2025-09-21 21:14:49 -06:00
Wildan M
cdf9fe3e8d Port OpenSSL3 2025-09-20 13:34:16 +07:00
Wildan M
450349c392 Support PHP and Python with OpenSSL 2025-09-20 16:06:02 +07:00
Jeremy Soller
1816f94f98
xserver-xorg: disable use of SO_PEERCRED until it works 2025-09-19 15:00:35 -06:00
Wildan M
0fbd836535 Add libedit and php readline support 2025-09-18 09:32:33 +07:00
Wildan M
80a76fab89 Fix ARCH 2025-09-17 22:06:14 +07:00
Wildan M
0a2351722f Port python 2025-09-17 21:55:34 +07:00
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
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
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
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
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
9f4b064e76
openal: fix dynamic linking and use cookbook_cmake 2025-09-08 21:01:20 -06:00
Andrzej J Skalski
92ca796080 libxcursor + .so 2025-09-08 19:24:39 +02: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
1b29c1e173
Clean up compiler flags 2025-09-07 20:53:28 -06:00
Jeremy Soller
8e48e73584
Make it easier to compile cmake software dynamically 2025-09-07 19:01:27 -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
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
20a523f414 Port htop 2025-09-03 03:28:57 +00:00
Wildan M
2e3c52d69a Add neovim deps 2025-09-03 10:22:16 +07: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
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
Wildan Mubarok
7f13e82986 Use forked go source 2025-08-27 13:07:26 +00:00
Wildan M
6d505a649c Push many recipes to be dynamically linked 2025-08-23 18:33:13 +07: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
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
db911b5b81
libpoppler: update and implement build script 2025-08-12 16:24:00 -06:00
Wildan Mubarok
48eff2e7ac Add zsh to WIP recipe 2025-08-05 21:15:50 +00:00
Petr Hrdina
b62bc0189d
Update libtool version which compiles 2025-08-04 19:15:33 +02:00
Wildan Mubarok
965ff8fccf Update zig recipe 2025-08-04 10:10:21 +00: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
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
Wildan Mubarok
50d43548cd Fix and promote zstd 2025-07-21 15:58:32 +00:00
Wildan Mubarok
89f928d1d7 Adapt for gid_t/uid_t redox size 2025-07-21 00:30:24 +00:00
Wildan Mubarok
c854d51097 Update Go recipe 2025-07-20 17:19:49 +00:00
Jeremy Soller
ae83548bfd Merge branch 'ensure-correct-toml' into 'master'
Ensure all TOML recipes are valid

See merge request redox-os/cookbook!549
2025-07-16 20:18:16 -06:00
Josh Megnauth
eee3848030
Ensure all TOML recipes are valid
* Dependencies have to be proper package names
* A few WIP packages had invalid TOMLs, like missing quotation marks for
  strings
2025-07-14 08:13:38 -04:00
auronandace
e207b30767 promote lsd out of wip 2025-07-13 17:48:34 +01:00
Jeremy Soller
13738f80d2 Merge branch 'libsodium-config.sub' into 'master'
Update libsodium and protobuf

See merge request redox-os/cookbook!547
2025-07-13 06:49:08 -06:00
Jeremy Soller
ea5789cccb Merge branch 'qemu-shallow' into 'master'
Set qemu as shallow clone

See merge request redox-os/cookbook!546
2025-07-13 06:48:20 -06:00
Jeremy Soller
a33b7d4737 Merge branch 'promote-onefetch' into 'master'
move onefetch out of wip

See merge request redox-os/cookbook!543
2025-07-13 06:45:42 -06:00
Wildan Mubarok
d17e520284 Update http server recipes 2025-07-13 06:42:32 -06:00
Wildan Mubarok
fa9780afd6 Update libsodium and protobuf 2025-07-13 10:30:41 +00:00
Wildan Mubarok
4c52336435 Set qemu as shallow clone 2025-07-13 10:08:25 +00:00
auronandace
7bf73db4c9 move onefetch out of wip 2025-07-13 08:12:23 +01:00
Wildan Mubarok
f5e0b2d3be Add gnome-web as wip 2025-07-05 09:35:38 +00:00
Ribbon
ba02dd5024 Fix the cosmic-ext-calculator recipe and update TODOs 2025-07-04 08:33:39 -03:00
Ribbon
d1b5fcf6d1 Fix the libgpm recipe and update TODOs 2025-07-04 08:04:12 -03:00
Ribbon
8b1d6031a8 Try to fix the rx recipe and update TODOs 2025-07-04 06:57:44 -03:00
Ribbon
c9fc74c2f0 Fix the ratzilla recipe and update TODOs 2025-07-04 04:11:52 -03:00
Ribbon
0dcdfc5961 Try to fix the sloth recipe and update TODOs 2025-07-03 11:17:47 -03:00
Ribbon
b0ed142293 Fix the sphere recipe and update TODOs 2025-07-03 09:05:45 -03:00
Ribbon
79a1806abd Fix the cargo-preflight recipe and update a TODO 2025-07-03 08:59:42 -03:00
Ribbon
5e4089381c Fix the feluda recipe and update a TODO 2025-07-03 08:50:24 -03:00
Ribbon
63da499c39 Try to fix the ratzilla recipe script again 2025-07-03 08:20:29 -03:00
Ribbon
66889c4846 Try to fix the ratzilla recipe script 2025-07-03 08:17:48 -03:00
Ribbon
883cb05808 Try to fix the ratzilla recipe and update TODOs 2025-07-03 08:12:58 -03:00
Ribbon
a6cdb3f9de Fix the dog recipe conflict 2025-07-03 07:11:21 -03:00
Ribbon
78b7bb373c Fix the somo recipe conflict 2025-07-03 07:07:25 -03:00
Ribbon
b24b742e12 Update binwalk recipe 2025-07-03 06:51:35 -03:00
Ribbon
2458a4ecd4 Add recipes 2025-07-03 06:50:39 -03:00
Ribbon
badf148035 Add recipes 2025-07-03 06:06:25 -03:00
Jeremy Soller
f27c2ba5a8 Merge branch 'sqllogictest' into 'master'
Add sqllogictest-rs

See merge request redox-os/cookbook!394
2025-07-01 08:23:38 -06:00
Ashton Kemerling
bab021efc9
Use built in cookbook_cargo_packages instead of custom script. 2025-06-30 20:10:38 -06:00
Ashton Kemerling
9481a62104 Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Ribbon <ribbon_45@proton.me>
2025-07-01 02:03:19 +00:00
Jeremy Soller
cf34a9397d Merge branch 'add-hnefatafl-copenhagen' into 'master'
Add hnefatafl-client

See merge request redox-os/cookbook!502
2025-06-25 08:50:24 -06:00
David Campbell
88050989a9 Add hnefatafl-client 2025-06-25 08:50:24 -06:00
auronandace
80251d5d5a git add halloy and tiny in chat 2025-06-24 21:07:25 +01:00
auronandace
fc794e482d move halloy and tiny to chat 2025-06-24 21:03:45 +01:00
Ribbon
e057c5aa8a Add recipes 2025-06-19 21:01:33 -03:00
Jeremy Soller
d8d2599f11
Merge branch 'master' of https://gitlab.redox-os.org/redox-os/cookbook 2025-06-18 16:52:32 -06:00
Jeremy Soller
85b04a5bfd
libxkbcommon: compile dynamically 2025-06-18 16:52:17 -06:00
Ribbon
46f3c73bec Update imgui recipes information 2025-06-16 20:32:00 -03:00
Ribbon
e1de5cd57e Add imgui recipes 2025-06-16 20:28:22 -03:00
Ribbon
953c6d595f Add recipes 2025-06-16 19:47:01 -03:00
Jeremy Soller
60618a9e47
webkitgtk3: disable gstreamer temporarily and use SOCK_STREAM instead of SOCK_SEQPACKET 2025-06-15 21:12:03 -06:00
Jeremy Soller
c853efdeb2
Replace libjpeg with libjpeg-turbo entirely 2025-06-13 11:00:31 -06:00
Ribbon
7a34f3bdc3 Add the appcui recipe 2025-06-10 12:39:03 -03:00
Ribbon
5156207ff7 Update TODOs 2025-06-08 22:56:17 -03:00
Ribbon
d0bde665fd Fix the naga recipe and update a TODO 2025-06-08 21:23:59 -03:00
Ribbon
8bdc2cd8de Update TODOs 2025-06-08 21:15:27 -03:00
Ribbon
024ef6e7d6 Rename the sandbox-rs recipes to fix a conflict 2025-06-08 20:45:03 -03:00
Ribbon
ab73c9ed52 Update TODOs 2025-06-08 20:44:07 -03:00
Ribbon
418795d801 Fix and cleanup the kingslayer recipe 2025-06-08 19:58:31 -03:00
Ribbon
ba3a684587 Update TODOs 2025-06-08 19:56:00 -03:00
Ribbon
b2b989e0bd Update the rust-doom recipe 2025-06-08 19:33:30 -03:00
Ribbon
b76eff06bd Move the 0ad recipe to a proper category 2025-06-08 19:26:59 -03:00
Ribbon
9e362f26e7 Update TODOs 2025-06-08 19:26:08 -03:00
Ribbon
8de7fff49f Update a TODO 2025-06-08 18:43:49 -03:00
Ribbon
f637bb2fd1 Improve the mupen64plus-core recipe and remove unnecessary mupen64plus recipes 2025-06-08 18:30:58 -03:00
Ribbon
17542b3a4b Update TODOs 2025-06-08 18:24:31 -03:00
Ribbon
211d2683dc Update the ferrisup recipe and update a TODO 2025-06-08 18:05:10 -03:00
Ribbon
25121b3931 Update the dylint recipe and update TODOs 2025-06-08 17:59:49 -03:00
Ribbon
e95304ec5c Update the wrkflw recipe and a TODO 2025-06-08 17:37:38 -03:00
Ribbon
424615dc46 Update the silicon recipe and TODOs 2025-06-08 17:33:08 -03:00
Ribbon
90705d3877 Fix the not-perf recipe and update a TODO 2025-06-08 16:11:11 -03:00
Ribbon
9ee2561670 Fix the mold recipe and update a TODO 2025-06-08 15:31:58 -03:00
Ribbon
a6ff69a66f Update TODOs and fix a typo in the mkrs recipe name 2025-06-08 14:50:59 -03:00
Ribbon
0227b2176b Update TODOs and the dioxus recipe 2025-06-08 12:30:59 -03:00
Ribbon
269ac9f46e Fix a typo in the ristretto recipe name and update TODOs 2025-06-08 12:24:04 -03:00
Ribbon
1c3accea1d Update asm-lsp recipe 2025-06-08 11:53:14 -03:00
Ribbon
61be95e525 Fix the asm-lsp recipe and update a TODO 2025-06-08 11:51:30 -03:00
Ribbon
533efbd29b Add the llvm-mingw recipe 2025-06-08 09:14:33 -03:00
Ribbon
638b018954 Remove an optional dependency from the hangover recipe 2025-06-08 08:49:16 -03:00
Ribbon
85a28c1717 Improve the wine-stable recipe 2025-06-08 08:43:00 -03:00
Ribbon
f60af256d0 Add recipes 2025-06-08 08:36:30 -03:00
Ribbon
5660d607cd Update TODOs 2025-06-06 14:45:34 -03:00
Ribbon
a1eb1e5cca Update TODOs and fix the zizmor recipe 2025-06-06 13:43:09 -03:00
Ribbon
9b10a75b20 Update the vizia recipe 2025-06-06 13:28:22 -03:00
Ribbon
7c193f9611 Update TODOs and usfx recipe 2025-06-06 13:26:38 -03:00
Ribbon
49d43c1de0 Update TODOs and fix the uniocr recipe 2025-06-06 13:19:56 -03:00
Ribbon
3cd9688eed Update TODOs and fix the three-d recipe 2025-06-06 13:13:44 -03:00
Ribbon
9544cab580 Fix the taffy recipe again 2025-06-06 13:10:19 -03:00
Ribbon
db275e0ac9 Update TODOs and fix the taffy recipe 2025-06-06 13:06:50 -03:00
Ribbon
6e92b9a6ca Update TODOs and fix the soft-ratatui recipe 2025-06-06 12:58:19 -03:00
Ribbon
ec795bf873 Update TODOs and fix the slint recipe 2025-06-06 12:31:39 -03:00
Ribbon
c3584ba3c0 Update TODOs and fix the rustubble recipe 2025-06-06 12:07:43 -03:00
Ribbon
fb9d85ba68 Update TODOs and fix the rui recipe 2025-06-06 12:01:28 -03:00
Ribbon
92874f86ce Update TODOs and try to fix the rsille recipe 2025-06-06 11:50:35 -03:00
Ribbon
8adc701839 Correctly generate the GNU Autotools configuration in some recipes 2025-06-06 11:21:16 -03:00
Ribbon
c9b45b6bc5 Add transmission-gtk recipe 2025-06-06 10:16:59 -03:00
Ribbon
f98c3edfaa Rename the transmission recipe to transmission-daemon 2025-06-06 10:12:03 -03:00
Ribbon
cf5e5f8a75 Update the transmission recipe 2025-06-06 10:11:02 -03:00
Ribbon
a217a03791 Add recipes 2025-06-06 09:58:52 -03:00
Ribbon
309db6870b Update TODOs 2025-06-04 12:46:03 -03:00
Ribbon
90d4f6d3a1 Fix the pixels recipe and update TODOs 2025-06-01 15:41:07 -03:00
Ribbon
509912e3a5 Fix the pipes-rs recipe and update TODOs 2025-06-01 15:34:28 -03:00
Ribbon
7481fcdf48 Try to fix the mousefood recipe 2025-06-01 14:35:17 -03:00
Ribbon
359042fed0 Add recipes 2025-06-01 14:34:03 -03:00
Ribbon
b22a489f4b Fix the mousefood recipe and update a TODO 2025-05-29 11:47:53 -03:00
Ribbon
cecc4641da Fix the mage recipe and update a TODO 2025-05-29 09:53:38 -03:00
Ribbon
c6c9e9de5f Fix the macroquad recipe 2025-05-29 09:44:15 -03:00
Ribbon
8b9d440dc3 Update the lyon TODO 2025-05-29 09:43:31 -03:00
Ribbon
24f96f445e Fix and improve the lyon recipe 2025-05-29 09:34:10 -03:00
Ribbon
fe88e0d7b2 Try to fix the lyon recipe 2025-05-29 09:27:11 -03:00
Ribbon
40672a1734 Update TODOs 2025-05-29 09:26:00 -03:00
Ribbon
b305204e4c Remove the previous mono folder 2025-05-28 13:01:28 -03:00
Ribbon
3c1c17dfc9 Move and update the mono recipe 2025-05-28 12:59:39 -03:00
Ribbon
c572cf72d1 Add recipes 2025-05-28 12:42:18 -03:00
Ribbon
611eea8daf Update recipes 2025-05-27 08:11:25 -03:00
Ribbon
41ccd31eb0 Add recipes 2025-05-26 14:03:44 -03:00
Ribbon
cbc2821e2f Add recipes 2025-05-26 11:36:37 -03:00
Jeremy Soller
bf225df3c2
libsndfile: compile dynamically 2025-05-14 10:22:40 -06:00
Jeremy Soller
d0675664a0
libass: update and fix compilation 2025-05-14 08:02:24 -06:00
Jeremy Soller
b8e343f1f0
webkitgtk3: fix sqlite link path 2025-05-13 17:10:06 -06:00
Jeremy Soller
8d54ad07fd
gtk3: disable broken setuid check 2025-05-13 17:09:44 -06:00
Jeremy Soller
fe86e59608
libsoup: fix sqlite3 path 2025-05-13 14:24:02 -06:00
Jeremy Soller
2dfe26c668
webkitgtk3: manually add libraries until it compiles 2025-05-13 13:10:35 -06:00
Jeremy Soller
e594f04cbe
gdk-pixbuf, gtk3: switch to libjpeg-turbo 2025-05-13 12:09:36 -06:00
Jeremy Soller
9cd5894b06
webkitgtk3: update patch 2025-05-13 12:09:13 -06:00
Jeremy Soller
dd8f3bc6f9
webkitgtk3: update patch and dependencies 2025-05-13 09:47:36 -06:00
Jeremy Soller
fc5703d077
mesa-x11 and others: enable egl 2025-05-13 09:15:54 -06:00
Jeremy Soller
c1547ab0c9
webkitgtk3: make it further through build 2025-05-11 14:34:08 -06:00
Jeremy Soller
4228bd0d69
Fix cmake template and update libjpeg-turbo recipe 2025-05-10 20:58:38 -06:00
Jeremy Soller
6a92383ecc
libxslt: update and fix 2025-05-10 17:50:58 -06:00
Jeremy Soller
c9dbbe077c
libsoup: update and fix 2025-05-10 17:39:11 -06:00
Jeremy Soller
db8312871b
sqlite3: update and compile dynamically 2025-05-10 17:34:35 -06:00
Jeremy Soller
0173ddf4d7
gtk3: do not require atk-bridge-2.0 in pkgconfig 2025-05-10 13:41:28 -06:00
Jeremy Soller
b28d154db9
webkitgtk3: add dependencies 2025-05-10 13:41:04 -06:00
Jeremy Soller
f6e3bcce4e
libwebp: update and fix 2025-05-10 13:20:42 -06:00
Jeremy Soller
e2dcbe518d
libgif: update and fix 2025-05-10 13:18:47 -06:00
Jeremy Soller
db2e282828
Add libtasn1 2025-05-10 12:57:32 -06:00
Jeremy Soller
21120483cf
libgcrypt: update and fix 2025-05-10 08:44:00 -06:00
Jeremy Soller
a0453ca217
libgpg-error: update and fix 2025-05-10 08:35:37 -06:00
Jeremy Soller
95eee60ee6
xserver-xorg-video-dummy: only sync when there is damage 2025-05-09 20:49:23 -06:00
Jeremy Soller
44e8826f23
Re-enable GLX using DRI (much faster) 2025-05-09 10:19:26 -06:00
Jeremy Soller
28990d001e
Go back to using xlib for GLX instead of DRI 2025-05-09 10:06:47 -06:00
Jeremy Soller
9c433f4d48
Merge llvm18-shared and llvm18 into llvm18 2025-05-06 21:53:21 -06:00
Jeremy Soller
4cf2620d54
mesa-demos-x11: compile with support for dri 2025-05-06 21:35:15 -06:00
Jeremy Soller
709f4aad3e
xserver-xorg: build support for dri 2025-05-06 21:33:48 -06:00
Jeremy Soller
3595df0934
mesa-x11: build support for dri 2025-05-06 21:32:53 -06:00
Jeremy Soller
5c7dae3696
Add libxxf86vm 2025-05-06 16:59:56 -06:00
Jeremy Soller
5b759bf769
mesa-demos-x11: patch to use mesa-x11 2025-05-06 16:04:14 -06:00
Jeremy Soller
bc4d9dabe5
Do not use glvnd (it complicates things) 2025-05-06 16:01:34 -06:00
Jeremy Soller
e5c439e9ea
mesa-glu-x11: enable glvnd 2025-05-06 15:39:00 -06:00
Jeremy Soller
1c26cd52a8
mesa-x11: enable glvnd 2025-05-06 15:38:35 -06:00
Jeremy Soller
1d9dba2ecc
xserver-xorg: use glvnd 2025-05-06 15:38:13 -06:00
Jeremy Soller
742c42b569
xserver-xorg: enable glx 2025-05-06 15:36:59 -06:00
Jeremy Soller
5b9f286ed4
xterm: fix open pty 2025-05-05 21:31:34 -06:00
Jeremy Soller
fbc0d2d8cd
Add xterm 2025-05-05 21:11:33 -06:00
Jeremy Soller
18028a1874
xserver-xorg-video-dummy: handle orbital events 2025-05-05 20:06:33 -06:00
Jeremy Soller
a14afb1903
libxft: update, move, and fix 2025-05-05 20:05:27 -06:00
Jeremy Soller
41410b24ca
xserver-xorg: disable use of setitimer 2025-05-05 16:18:52 -06:00
Jeremy Soller
d3869b22fa
Add xev 2025-05-05 16:17:13 -06:00
Jeremy Soller
e275e926f4
mesa-demos-x11: compile most demos 2025-05-04 21:44:01 -06:00
Jeremy Soller
965fd72044
Add libglvnd 2025-05-04 21:39:06 -06:00
Jeremy Soller
131852c21f
Move mesa-x11 and add mesa-glu-x11 and mesa-demos-x11 2025-05-04 21:26:49 -06:00
Jeremy Soller
82c2cc65e5
libepoxy: build with mesa-x11 2025-05-04 21:01:40 -06:00
Jeremy Soller
9772ec2a7f
gtk3: fix compilation 2025-05-04 19:59:34 -06:00
Jeremy Soller
484186ef02
libepoxy: enable glx 2025-05-04 19:06:10 -06:00
Jeremy Soller
f7710a5701
gobject-introspection: update and add script, not working yet 2025-05-04 18:55:15 -06:00
Jeremy Soller
593e3acf6e
libxrandr: move, update, and fix 2025-05-04 18:21:05 -06:00
Jeremy Soller
e1aada209d
libepoxy: fix compilation 2025-05-04 17:58:31 -06:00
Jeremy Soller
421c654197
Add xinit 2025-05-04 14:43:00 -06:00
Jeremy Soller
ce64e34b81
xserver-xorg-driver-dummy: use orbital to show contents 2025-05-04 14:42:45 -06:00
Jeremy Soller
cf3b6a1401
Add twm 2025-05-04 14:24:45 -06:00
Jeremy Soller
644bce6748
Add xeyes 2025-05-04 14:04:48 -06:00
Jeremy Soller
df8e612c8b
libxrender: move, update, and fix 2025-05-04 13:58:55 -06:00
Jeremy Soller
35f7750f2d
libxi: move, update, and fix 2025-05-04 13:54:58 -06:00
Jeremy Soller
fc8f03efec
libxfixes: move, update, and fix 2025-05-04 13:54:31 -06:00
Jeremy Soller
016b02c328
libxcb, xserver-xorg: do not use sendmsg, recvmsg 2025-05-04 09:31:50 -06:00
Jeremy Soller
f2e4cf5aa0
Add xserver-xorg-video-dummy 2025-05-03 21:16:38 -06:00
Jeremy Soller
d4191e22d9
Add xkbcomp 2025-05-03 20:10:25 -06:00
Jeremy Soller
3bd364a413
Add xkbutils 2025-05-03 20:02:36 -06:00