SHA256
1
0
forked from pool/retroarch

Accepting request 760310 from home:guoyunhe:branches:Emulators

- Version 1.8.2
- Recommend more available cores
- Remove --with-man_dir parameter to fix build

OBS-URL: https://build.opensuse.org/request/show/760310
OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=20
This commit is contained in:
John Paul Adrian Glaubitz 2020-01-01 21:05:36 +00:00 committed by Git OBS Bridge
parent bb757f222e
commit d9daf7e9cf
4 changed files with 30 additions and 18 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cd4e403042fd923e0669014bd716c4beef340d60001007f8cfacff11f33cb0e7
size 33137852

3
RetroArch-1.8.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2c620e5a248261805be6fb3f985e516cdc8053cb9acfe8ac05c3cce96e15bc8d
size 33927876

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jan 1 20:20:13 UTC 2020 - Yunhe Guo <i@guoyunhe.me>
- Version 1.8.2
- Recommend more available cores
- Remove --with-man_dir parameter to fix build
-------------------------------------------------------------------
Wed Nov 6 10:36:03 UTC 2019 - Yunhe Guo <i@guoyunhe.me>

View File

@ -17,7 +17,7 @@
Name: retroarch
Version: 1.8.1
Version: 1.8.2
Release: 0
Summary: Emulator frontend
License: GPL-3.0-only
@ -87,12 +87,15 @@ Recommends: libretro-database
# Atari 2600
Recommends: libretro-stella
# Atari Lynx
Recommends: libretro-mednafen-lynx
Recommends: libretro-beetle-lynx
# ---------- Final Burn Alpha ----------
# ---------------- MAME ----------------
# MAME2000 (0.37)
Recommends: libretro-mame2000
Recommends: libretro-mame2003
Recommends: libretro-mame2003-plus
# -------------- Nintendo --------------
@ -102,8 +105,7 @@ Recommends: libretro-nestopia
Recommends: libretro-bsnes
# Nintendo 64 (N64)
Recommends: libretro-parallel-n64
# Nintendo GameCube (GC)
# Nintendo Wii (not fully working yet)
# GameCube (GC) and Wii (not fully working yet)
Recommends: libretro-dolphin
# Nintendo Game Boy Color (GBC)
@ -112,31 +114,35 @@ Recommends: libretro-gambatte
Recommends: libretro-mgba
# Nintendo DS (NDS)
Recommends: libretro-desmume
# Nintendo 3DS (3DS)
Recommends: libretro-citra
# ---------------- Sega ----------------
# Sega Master System (SMS)
# Master System (SMS), Mega Drive (MD)
Recommends: libretro-genesis-plus-gx
# Sega Mega Drive (MD)
Recommends: libretro-genesis-plus-gx
# Sega Saturn (SS)
# Mega Drive (MD), Mega CD (MCD), 32X
Recommends: libretro-picodrive
# Saturn (SS)
Recommends: libretro-yabause
# Sega Dreamcast (DC)
# Dreamcast (DC)
Recommends: libretro-flycast
# ---------------- Sony ----------------
# Sony PlayStation (PSX)
# PlayStation (PSX)
Recommends: libretro-pcsx_rearmed
# PlayStation 2 (PS2)
Recommends: libretro-play
# ---------------- Other ---------------
# Bandai WonderSwan
Recommends: libretro-mednafen-wswan
Recommends: libretro-beetle-wswan
# PC Engine/TurboGrafx-16
Recommends: libretro-mednafen-pce-fast
Recommends: libretro-beetle-pce-fast
# Neo Geo Pocket
Recommends: libretro-mednafen-ngp
Recommends: libretro-beetle-ngp
%description
RetroArch is a modular multi-system emulator system that is designed to be
@ -160,7 +166,6 @@ export CXXFLAGS="$CFLAGS"
--enable-sdl2 \
--enable-libusb \
--enable-udev \
--with-man_dir=%{_mandir} \
--enable-threads \
--enable-thread_storage \
--enable-ffmpeg \