mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
Add recipes
This commit is contained in:
parent
1c6caf3156
commit
c12edda38f
8
recipes/wip/boytacean/recipe.toml
Normal file
8
recipes/wip/boytacean/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/joamag/boytacean/archive/refs/tags/0.9.16.tar.gz"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"sdl2",
|
||||
]
|
||||
9
recipes/wip/finalburn-neo/recipe.toml
Normal file
9
recipes/wip/finalburn-neo/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO missing script for "make", see https://github.com/finalburnneo/FBNeo/blob/master/README-SDL.md#sdl2
|
||||
[source]
|
||||
git = "https://github.com/finalburnneo/FBNeo"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"sdl2",
|
||||
"sdl2-image",
|
||||
]
|
||||
9
recipes/wip/gameboy-emu/recipe.toml
Normal file
9
recipes/wip/gameboy-emu/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/mohanson/gameboy"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"libwayland",
|
||||
"libxkbcommon",
|
||||
]
|
||||
5
recipes/wip/gtkglext/recipe.toml
Normal file
5
recipes/wip/gtkglext/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://download.gnome.org/sources/gtkglext/1.2/gtkglext-1.2.0.tar.bz2"
|
||||
[build]
|
||||
template = "configure"
|
||||
12
recipes/wip/mame/recipe.toml
Normal file
12
recipes/wip/mame/recipe.toml
Normal file
@ -0,0 +1,12 @@
|
||||
#TODO missing script for "make", see https://docs.mamedev.org/initialsetup/compilingmame.html
|
||||
[source]
|
||||
tar = "https://github.com/mamedev/mame/archive/refs/tags/mame0261.tar.gz"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"sdl2",
|
||||
"sdl2-ttf",
|
||||
"fontconfig",
|
||||
"qt5-base",
|
||||
"qt5-tools",
|
||||
]
|
||||
15
recipes/wip/melonds/recipe.toml
Normal file
15
recipes/wip/melonds/recipe.toml
Normal file
@ -0,0 +1,15 @@
|
||||
#TODO missing script for CMake, see https://github.com/melonDS-emu/melonDS#linux
|
||||
[source]
|
||||
tar = "https://github.com/melonDS-emu/melonDS/archive/refs/tags/0.9.5.tar.gz"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"curl",
|
||||
"libpcap",
|
||||
"sdl2",
|
||||
"qt5-base",
|
||||
"qt5-multimedia",
|
||||
"libslirp",
|
||||
"libarchive",
|
||||
"zstd",
|
||||
]
|
||||
5
recipes/wip/mimic/recipe.toml
Normal file
5
recipes/wip/mimic/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/jawline/Mimic"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/mooneye-gb/recipe.toml
Normal file
8
recipes/wip/mooneye-gb/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Gekkio/mooneye-gb"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"sdl2",
|
||||
]
|
||||
5
recipes/wip/mupen64plus-audio-sdl/recipe.toml
Normal file
5
recipes/wip/mupen64plus-audio-sdl/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/mupen64plus/mupen64plus-audio-sdl"
|
||||
[build]
|
||||
template = "custom"
|
||||
11
recipes/wip/mupen64plus-core/recipe.toml
Normal file
11
recipes/wip/mupen64plus-core/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
#TODO missing script for "make", see https://github.com/mupen64plus/mupen64plus-core#2-building-from-source
|
||||
[source]
|
||||
git = "https://github.com/mupen64plus/mupen64plus-core"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"sdl2",
|
||||
"libpng",
|
||||
"freetype2",
|
||||
"zlib",
|
||||
]
|
||||
5
recipes/wip/mupen64plus-input-sdl/recipe.toml
Normal file
5
recipes/wip/mupen64plus-input-sdl/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO missing script for "make", see https://github.com/mupen64plus/mupen64plus-input-sdl/blob/master/INSTALL#L11
|
||||
[source]
|
||||
git = "https://github.com/mupen64plus/mupen64plus-input-sdl"
|
||||
[build]
|
||||
template = "custom"
|
||||
12
recipes/wip/mupen64plus-ui-console/recipe.toml
Normal file
12
recipes/wip/mupen64plus-ui-console/recipe.toml
Normal file
@ -0,0 +1,12 @@
|
||||
#TODO missing script for "make", see https://github.com/mupen64plus/mupen64plus-ui-console/blob/master/INSTALL#L11
|
||||
[source]
|
||||
git = "https://github.com/mupen64plus/mupen64plus-ui-console"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"mupen64plus-core",
|
||||
"mupen64plus-audio-sdl",
|
||||
"mupen64plus-input-sdl",
|
||||
"mupen64plus-video-rice",
|
||||
"mupen64plus-video-glide64",
|
||||
]
|
||||
5
recipes/wip/mupen64plus-video-glide64/recipe.toml
Normal file
5
recipes/wip/mupen64plus-video-glide64/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO missing script for "make", see https://github.com/mupen64plus/mupen64plus-video-glide64/blob/master/src/INSTALL
|
||||
[source]
|
||||
git = "https://github.com/mupen64plus/mupen64plus-video-glide64"
|
||||
[build]
|
||||
template = "custom"
|
||||
5
recipes/wip/mupen64plus-video-rice/recipe.toml
Normal file
5
recipes/wip/mupen64plus-video-rice/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO missing script for "make", see https://github.com/mupen64plus/mupen64plus-video-rice/blob/master/INSTALL#L11
|
||||
[source]
|
||||
tar = "https://github.com/mupen64plus/mupen64plus-video-rice"
|
||||
[build]
|
||||
template = "custom"
|
||||
5
recipes/wip/nestur/recipe.toml
Normal file
5
recipes/wip/nestur/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/spieglt/nestur"
|
||||
[build]
|
||||
template = "cargo"
|
||||
9
recipes/wip/obliteration/recipe.toml
Normal file
9
recipes/wip/obliteration/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO missing script for CMake, see https://github.com/obhq/obliteration#configure-build-system
|
||||
#TODO probably missing dependencies
|
||||
[source]
|
||||
git = "https://github.com/obhq/obliteration"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"qt6-base",
|
||||
]
|
||||
5
recipes/wip/opengmk/recipe.toml
Normal file
5
recipes/wip/opengmk/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/OpenGMK/OpenGMK"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/pcsx-rearmed/recipe.toml
Normal file
5
recipes/wip/pcsx-rearmed/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO discover the dependencies, probably the same of PCSX
|
||||
[source]
|
||||
git = "https://github.com/notaz/pcsx_rearmed"
|
||||
[build]
|
||||
template = "configure"
|
||||
5
recipes/wip/picodrive/recipe.toml
Normal file
5
recipes/wip/picodrive/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO discover the dependencies
|
||||
[source]
|
||||
git = "https://github.com/notaz/picodrive"
|
||||
[build]
|
||||
template = "configure"
|
||||
8
recipes/wip/potatis/recipe.toml
Normal file
8
recipes/wip/potatis/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/henrikpersson/potatis"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages nes-sdl
|
||||
"""
|
||||
12
recipes/wip/ship-of-harkinian/recipe.toml
Normal file
12
recipes/wip/ship-of-harkinian/recipe.toml
Normal file
@ -0,0 +1,12 @@
|
||||
#TODO missing script for CMake, see https://github.com/HarbourMasters/Shipwright/blob/develop/docs/BUILDING.md#linux
|
||||
[source]
|
||||
git = "https://github.com/HarbourMasters/Shipwright"
|
||||
rev = "818addfdda660f6b4b54edd19636d6fd9d839f28"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"libx11",
|
||||
"sdl2",
|
||||
"libpng",
|
||||
"glew",
|
||||
]
|
||||
11
recipes/wip/uoyabause/recipe.toml
Normal file
11
recipes/wip/uoyabause/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
#TODO missing script for CMake, see https://github.com/devmiyax/yabause/blob/master/yabause/README.LIN#L77
|
||||
[source]
|
||||
git = "https://github.com/devmiyax/yabause"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"gtk2",
|
||||
"sdl2",
|
||||
"mesa",
|
||||
"gtkglext",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user