Improve recipes

This commit is contained in:
Ribbon 2025-11-17 07:40:09 -03:00
parent 53baa3ed61
commit b53e3e7e14
4 changed files with 14 additions and 10 deletions

View File

@ -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"

View File

@ -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
"""

View File

@ -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]

View File

@ -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]