[gnome-games] flatpak: Replace Beetle GBA by mGBA
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] flatpak: Replace Beetle GBA by mGBA
- Date: Mon, 11 Sep 2017 12:07:54 +0000 (UTC)
commit 14b07b59ffbfe271a6043525f9b795eb0ad49fea
Author: Adrien Plazas <kekun plazas laposte net>
Date: Fri May 19 07:16:20 2017 +0200
flatpak: Replace Beetle GBA by mGBA
flatpak/libretro-cores/libretro-mgba.json | 27 +++++++++++++++++++++++++++
flatpak/libretro-cores/mgba.libretro | 17 +++++++++++++++++
flatpak/org.gnome.Games.json | 2 +-
3 files changed, 45 insertions(+), 1 deletions(-)
---
diff --git a/flatpak/libretro-cores/libretro-mgba.json b/flatpak/libretro-cores/libretro-mgba.json
new file mode 100644
index 0000000..2be887d
--- /dev/null
+++ b/flatpak/libretro-cores/libretro-mgba.json
@@ -0,0 +1,27 @@
+ {
+ "name": "libretro-mgba",
+ "no-autogen": true,
+ "make-args": [
+ "prefix=/app",
+ "core_installdir=/app/lib/libretro"
+ ],
+ "make-install-args": [
+ "prefix=/app",
+ "core_installdir=/app/lib/libretro"
+ ],
+ "post-install": [
+ /* TODO: Send that upstream */
+ "mkdir -p /app/lib/libretro/",
+ "install -m644 -p mgba.libretro /app/lib/libretro/"
+ ],
+ "sources": [
+ {
+ "type": "git",
+ "url": "https://github.com/libretro/mgba"
+ },
+ {
+ "type": "file",
+ "path": "mgba.libretro"
+ }
+ ]
+ }
diff --git a/flatpak/libretro-cores/mgba.libretro b/flatpak/libretro-cores/mgba.libretro
new file mode 100644
index 0000000..2827ca3
--- /dev/null
+++ b/flatpak/libretro-cores/mgba.libretro
@@ -0,0 +1,17 @@
+[Libretro]
+Type=Emulator
+Version=1.0
+Name=mGBA
+Module=mgba_libretro.so
+LibretroVersion=1
+Authors=Jeffrey Pfau;
+License=MPL-2.0;
+
+[Platform:GameBoyAdvance]
+MimeType=application/x-gba-rom;
+Firmwares=GameBoyAdvance;
+
+[Firmware:GameBoyAdvance]
+Path=gba_bios.bin
+MD5=a860e8c0b6d573d191e4ec7db1b1e4f6
+Mandatory=false
diff --git a/flatpak/org.gnome.Games.json b/flatpak/org.gnome.Games.json
index fd6d6e6..8bf08b2 100644
--- a/flatpak/org.gnome.Games.json
+++ b/flatpak/org.gnome.Games.json
@@ -48,11 +48,11 @@
"libretro-cores/libretro-desmume.json",
"libretro-cores/libretro-dosbox.json",
"libretro-cores/libretro-gambatte.json",
- "libretro-cores/libretro-mednafen_gba.json",
"libretro-cores/libretro-mednafen_lynx.json",
"libretro-cores/libretro-mednafen_ngp.json",
"libretro-cores/libretro-mednafen_pce_fast.json",
"libretro-cores/libretro-mednafen_wswan.json",
+ "libretro-cores/libretro-mgba.json",
"libretro-cores/libretro-nestopia.json",
"libretro-cores/libretro-pcsx_rearmed.json",
/* End libretro cores */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]