Very basic for now, completely untested on everything not named Gentoo
Linux. In theory we shouldn't need QT_STATICPLUGIN anymore since I
compiled it in a way that doesn't suck (unlike MSYS2...), but we'll see.
I'll cross that bridge once I have access to my desktop again.
macOS is entirely untested but should also work. Multimedia is
implemented too, works on both Windows and macOS, though we don't
actually use it so it doesn't really matter.
Also todo: use this in CI, specifically for macOS and Windows/MinGW.
Linux doesn't need it since we have qtbase-mini which is smaller than
this (since I added more features into this one).
Furthermore, some options have changed, notably w.r.t LTO and faster
linker, which are now handled directly in the modules.
Signed-off-by: crueter <crueter@eden-emu.dev>
Rewrote the entire tooling scheme. That's about it, just make sure
tooling works as expected everywhere.
Signed-off-by: crueter <crueter@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3183
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Reviewed-by: Lizzie <lizzie@eden-emu.dev>
updates CPMUtil to
[`8f9b39fc98`](8f9b39fc98)
Makes the tooling/docs better and enforces usage of tar.gz everywhere as
opposed to zips
Signed-off-by: crueter <crueter@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/2790
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
Uses tags for a bunch of deps that can use them
Also adds a bunmch of scripts to tools/cpm, notably for checking hashes
and checking for updates.
TODO for the future:
- CI target to check hashes
- Weekly CI to check for updates
Need to get that other CI runner up
additional stuff
- Ports gentoo fixes
- makes solaris work (TODO: sdl2)
- way better docs
- properly separates CPMUtil as a standalone project
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/2666
Reviewed-by: Lizzie <lizzie@eden-emu.dev>
Reviewed-by: MaranBr <maranbr@eden-emu.dev>