mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Improve recipes
This commit is contained in:
parent
53baa3ed61
commit
b53e3e7e14
@ -1,7 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO discover the minimum dependencies from autotools log
|
||||
# build instructions: https://github.com/notaz/pcsx_rearmed/blob/master/readme.txt#L22
|
||||
[source]
|
||||
git = "https://github.com/notaz/pcsx_rearmed"
|
||||
rev = "913629046745fb5f5ce548fcb248f02cf5b9c079"
|
||||
rev = "r25"
|
||||
[build]
|
||||
template = "configure"
|
||||
|
||||
@ -1,17 +1,21 @@
|
||||
#TODO probably wrong template, see https://xemu.app/docs/dev/building-from-source/#linux
|
||||
#TODO make all dependencies work
|
||||
#TODO maybe require patches on submodules
|
||||
#TODO adapt build.sh script for cross-compilation
|
||||
# build instructions: https://xemu.app/docs/dev/building-from-source/#linux
|
||||
[source]
|
||||
tar = "https://github.com/xemu-project/xemu/releases/download/v0.7.117/src.tar.gz"
|
||||
tar = "https://github.com/xemu-project/xemu/releases/download/v0.8.115/src.tar.gz"
|
||||
[build]
|
||||
template = "configure"
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"sdl2",
|
||||
"libepoxy",
|
||||
"libsamplerate",
|
||||
"pixman",
|
||||
"gtk3",
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
"libpcap",
|
||||
"libslirp",
|
||||
]
|
||||
script = """
|
||||
rsync -av --delete "${COOKBOOK_SOURCE}/" ./
|
||||
DYNAMIC_INIT
|
||||
./build.sh
|
||||
"""
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
#TODO missing script for building, see https://github.com/xenia-canary/xenia-canary/blob/canary_experimental/docs/building.md#linux
|
||||
#TODO make all dependencies work
|
||||
#TODO missing script: https://github.com/xenia-canary/xenia-canary/blob/canary_experimental/docs/building.md#linux
|
||||
[source]
|
||||
git = "https://github.com/xenia-canary/xenia-canary"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO missing script for "make", see https://github.com/xyproto/zsnes#build
|
||||
#TODO missing script for gnu make: https://github.com/xyproto/zsnes#build
|
||||
[source]
|
||||
git = "https://github.com/xyproto/zsnes"
|
||||
[build]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user