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:
parent
bb757f222e
commit
d9daf7e9cf
@ -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
3
RetroArch-1.8.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c620e5a248261805be6fb3f985e516cdc8053cb9acfe8ac05c3cce96e15bc8d
|
||||
size 33927876
|
@ -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>
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user