From f637bb2fd1bcc36933f820238cd385f33b309f4c Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sun, 8 Jun 2025 18:30:58 -0300 Subject: [PATCH] Improve the mupen64plus-core recipe and remove unnecessary mupen64plus recipes --- .../n64/mupen64plus-audio-sdl/recipe.toml | 5 ----- .../game-console/n64/mupen64plus-core/recipe.toml | 2 +- .../n64/mupen64plus-input-sdl/recipe.toml | 5 ----- .../n64/mupen64plus-ui-console/recipe.toml | 12 ------------ .../n64/mupen64plus-video-glide64/recipe.toml | 5 ----- .../n64/mupen64plus-video-rice/recipe.toml | 5 ----- 6 files changed, 1 insertion(+), 33 deletions(-) delete mode 100644 recipes/wip/emulators/game-console/n64/mupen64plus-audio-sdl/recipe.toml delete mode 100644 recipes/wip/emulators/game-console/n64/mupen64plus-input-sdl/recipe.toml delete mode 100644 recipes/wip/emulators/game-console/n64/mupen64plus-ui-console/recipe.toml delete mode 100644 recipes/wip/emulators/game-console/n64/mupen64plus-video-glide64/recipe.toml delete mode 100644 recipes/wip/emulators/game-console/n64/mupen64plus-video-rice/recipe.toml diff --git a/recipes/wip/emulators/game-console/n64/mupen64plus-audio-sdl/recipe.toml b/recipes/wip/emulators/game-console/n64/mupen64plus-audio-sdl/recipe.toml deleted file mode 100644 index 5dfe956bb..000000000 --- a/recipes/wip/emulators/game-console/n64/mupen64plus-audio-sdl/recipe.toml +++ /dev/null @@ -1,5 +0,0 @@ -#TODO Not compiled or tested -[source] -git = "https://github.com/mupen64plus/mupen64plus-audio-sdl" -[build] -template = "custom" diff --git a/recipes/wip/emulators/game-console/n64/mupen64plus-core/recipe.toml b/recipes/wip/emulators/game-console/n64/mupen64plus-core/recipe.toml index e03ca3a3f..00d650a88 100644 --- a/recipes/wip/emulators/game-console/n64/mupen64plus-core/recipe.toml +++ b/recipes/wip/emulators/game-console/n64/mupen64plus-core/recipe.toml @@ -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 = [ diff --git a/recipes/wip/emulators/game-console/n64/mupen64plus-input-sdl/recipe.toml b/recipes/wip/emulators/game-console/n64/mupen64plus-input-sdl/recipe.toml deleted file mode 100644 index 8b83293ac..000000000 --- a/recipes/wip/emulators/game-console/n64/mupen64plus-input-sdl/recipe.toml +++ /dev/null @@ -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" diff --git a/recipes/wip/emulators/game-console/n64/mupen64plus-ui-console/recipe.toml b/recipes/wip/emulators/game-console/n64/mupen64plus-ui-console/recipe.toml deleted file mode 100644 index 634f751d5..000000000 --- a/recipes/wip/emulators/game-console/n64/mupen64plus-ui-console/recipe.toml +++ /dev/null @@ -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", -] diff --git a/recipes/wip/emulators/game-console/n64/mupen64plus-video-glide64/recipe.toml b/recipes/wip/emulators/game-console/n64/mupen64plus-video-glide64/recipe.toml deleted file mode 100644 index 67b7c6a9e..000000000 --- a/recipes/wip/emulators/game-console/n64/mupen64plus-video-glide64/recipe.toml +++ /dev/null @@ -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" diff --git a/recipes/wip/emulators/game-console/n64/mupen64plus-video-rice/recipe.toml b/recipes/wip/emulators/game-console/n64/mupen64plus-video-rice/recipe.toml deleted file mode 100644 index 84455bfd2..000000000 --- a/recipes/wip/emulators/game-console/n64/mupen64plus-video-rice/recipe.toml +++ /dev/null @@ -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"