Improve the mupen64plus-core recipe and remove unnecessary mupen64plus recipes

This commit is contained in:
Ribbon 2025-06-08 18:30:58 -03:00
parent 17542b3a4b
commit f637bb2fd1
6 changed files with 1 additions and 33 deletions

View File

@ -1,5 +0,0 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/mupen64plus/mupen64plus-audio-sdl"
[build]
template = "custom"

View File

@ -1,6 +1,6 @@
#TODO missing script for "make", see https://github.com/mupen64plus/mupen64plus-core#2-building-from-source
[source]
git = "https://github.com/mupen64plus/mupen64plus-core"
tar = "https://github.com/mupen64plus/mupen64plus-core/releases/download/2.6.0/mupen64plus-bundle-src-2.6.0.tar.gz"
[build]
template = "custom"
dependencies = [

View File

@ -1,5 +0,0 @@
#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"

View File

@ -1,12 +0,0 @@
#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",
]

View File

@ -1,5 +0,0 @@
#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"

View File

@ -1,5 +0,0 @@
#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"