SHA256
1
0
forked from pool/retroarch
retroarch/retroarch.spec

152 lines
4.3 KiB
RPMSpec
Raw Normal View History

#
# spec file for package retroarch
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: retroarch
- updated to 1.7.8 - 3DS: Fix C-Stick y-axis inversion - 3DS: Update all icon/banner images - AI: Add AI Service functionality (enabled for Windows/Mac/Linux/Android/iOS). - APPLE (MAC/IOS/TVOS): Fix autodetect for mFI controllers: properly call autodetect add on the connect notification, and add call to disconnect on GameController disconnect notification. - ANDROID: Implemented multi-touch touchscreen support - ANDROID: Now can be built with Gradle/Android Studio - AUDIO/WINDOWS: You can now select between audio devices for XAudio2/DirectSound/XAudio2 by pressing left/right on the Audio Device option. - AUDIO/WINDOWS: Setting the device by either index number or name string should work. - BLISS-BOX: Add 4 new pad types from firmware 3.0 - BPS/UPS: Re-allocation target_data variable for target patch size (can now apply bigger patches without extra-bytes on memory) - CDROM: Added real CD-ROM functionality for Windows and Linux. - CDROM: Added disc dumping. - COMMON: Add separate frontend logging - COMMON: Ability to set FPS update interval (used in the window titlebar/FPS widget) - COMMON: Add 'Reset Frame Time Counter' functionality, enable it by default for resizing the window, loading/saving shader presets, fastforwarding, etc. - COMMON: Add optional 'on demand' thumbnail downloads - COMMON: Add new playlist-based thumbnail downloader. Hide the legacy thumbnail pack version by default - COMMON: Show license per core (if available) inside 'Load Core' - COMMON: Add option to load content from (and dump) CD-ROM discs - COMMON: Re-enable '--log-file' command line option - COMMON: Default playlist core association is now stored as metadata inside each playlist - COMMON: Fix playlist format detection - COMMON: Favorites playlist size can now be set independently of content history size. Values can be set from 0-999, or '-1' for unlimited (99999) - COMMON: Prevent adding new items to favorites when playlist is full (old entries are no longer overwritten) - COMMON: Prevent loading content with cores that require an incompatible graphics API version from the current one - COMMON: Saved shader presets are now portable across platforms and use relative paths - COMMON: Add '--set-shader' command line option which works like an override for automatic shader presets - COMMON: Add global shader presets - COMMON: Remove 'video_shader' setting, shaders are not saved automatically anymore OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=12
2019-08-28 14:37:36 +00:00
Version: 1.7.8
Release: 0
Summary: Emulator frontend
License: GPL-3.0-only
Accepting request 619020 from home:bmanojlovic:branches:Emulators added source this time :) - update to version 1.7.3 - AUDIO: Audio mixer supports FLAC/MP3 file types now! - COMMON: Fixed bug 'crashing in cores that don't range check retro_set_controller_type'. Some people were having crashes when device is set to RETRO_DEVICE_NONE and the cores don't check the number of ports, in VBAM's case it was overflowing and crashing. QuickNES was crashing too. - COMMON: Fixed buffer overflow in url encoding (affecting MSVC2010/2013). - COMMON: (QuickMenu) Added Configuration Override submenu. - HID: Merge new HID subsystem. - HID: Fix WaveBird support for the Wii U GCA. - HID/OSX: Fix regression with IODHIDManager - gamepads which are connected later would not be autoconfigured. - LOCALIZATION: Update Italian translation. - LOCALIZATION: Update Japanese translation. - LOCALIZATION: Update Portuguese translation. - MENU: New WIMP Qt GUI! - MENU: Audio mixer now works in the menu without any cores loaded. You have to enable the setting 'Enable menu audio' for this to work. - REMAPPING/OVERLAYS: Fix regression - overlays could no longer be remapped. - SCANNER: Add Wii Backup File WBFS support. - X11: CRT SwitchRes support for X11/Linux. - ANDROID/OPENSL: Prevent crashes when setting audio latency too low (buffer count can never be lower than 2 now). - CRT: Added CRT SwitchRes. - COMMON: Hide the 'Core delete' option if the 'Core updater' is also hidden. - COMMON: Add way to reset core association for playlist entry. - COMMON: Fix invalid long command line options causing infinite loop on Windows - COMMON: Add OSD statistics for video/audio/core. - COMMON: Added runahead system; allows you to drive down latency even further. OBS-URL: https://build.opensuse.org/request/show/619020 OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=7
2018-06-26 06:31:32 +00:00
Group: System/Emulators/Other
URL: http://www.retroarch.com
Accepting request 556755 from home:itxaka:branches:Emulators Remove non valid flag "--with-fbo" Add the source from the source file in the spec file Updated to version 1.6.9, see changes below: Changes from 1.6.9: COMMON: Small memory leak. NETPLAY: Fix network command only working once. Changes from 1.6.8: Audio: Fix the Audio DSP picker CHEEVOS: Add support for Atari Lynx cheevos. CHEEVOS: Add support for RetroAchievements Leaderboards. GUI: (MaterialUI) Fix crash that happened on context reset with Vulkan. GUI: (MaterialUI) Skip querying and drawing items that are not visible; Cache content height and bbox calculation. GUI: (MaterialUI) Fix entry box highlight calculation. GUI: (XMB) Skip drawing the fading list when it is already transparent. Optimization. GUI: (XMB) Comment out visible item calculation in xmb_draw_items(). GUI: (RGUI) Prevent crashes when using a non-English language reliant on UTF8. GUI: Add menu option for OSD background color. GUI: Add menu option for OSD text color. GUI: Add menu option to remove frame count from OSD. GUI: Allow wraparound of int/float settings when pressing the left key INPUT/LIBRETRO: Add support for more mouse buttons (buttons 4/5) INPUT/LIBRETRO: Add support for analog buttons INPUT: Always show the controls menu even if descriptors are not set INPUT: Fix input descriptors not being set on cores that don't implement the controllers interface INPUT: Apply descriptors only for the amount of cores the core supports INPUT: Implement keyboard to gamepad input remapping (limited to one gamepad device for now) INPUT: Fix absolute mouse move handling on the winraw driver INPUT: Ignore keyboard input if window is not active on udev driver INPUT: Sanitize the filenames of autoconfig profiles before saving LOBBIES: Fix crash on navigating left / right from the lobby menu LOCALIZATION: Update Dutch translation LOCALIZATION: Update Italian translation. LOCALIZATION: Update Japanese translation. LOCALIZATION: Update Portuguese-Brazilian translation. LOCALIZATION: Update Russian translation. LINUX/ARMHF: Set buildbot updater URL to armhf location instead of blank string LINUX/PI: Broadcom VC4: Add Videocore config option LINUX/UDEV: Fix - RetroArch reads keyboard input when not focused with the udev input driver. NETPLAY: Fix disconnection not fully deinitializing Netplay. NETPLAY: Fix lan rooms when there is more than one room NETPLAY: Fix lan rooms on systems where all addresses are treated as IPv6 COMMON: Fix clear/free loop conditionals in playlists. WINDOWS/GDI: Fix flickering of text. WINDOWS/GDI: Fix graphics corruption on Windows 98 WINDOWS/GDI: Allow compiling without DirectInput8 for NT support WINDOWS/WGL: Try to use wglSwapLayerBuffers instead of SwapBuffers if possible (for more optimal performance). WINDOWS: Fix menubar text corruption on Japanese locale systems WINDOWS: Support Unicode file I/O (can now display CJK characters in file browser for example). WINDOWS: Support Windows 95, NT3.51, NT4 WINDOWS: add Makefile.griffin targets for msvc6,2003,2005,2010,2012,2013 WII: Use custom, embedded libogc SDK. WIIU: Initial touchscreen support for WiiU gamepad. WIIU: Add Cheevos support. SCANNER: Fix archive scanning. SCANNER: Support CHD files. SCANNER: Support Gamecube ISO scanning. SCANNER: Use primary data track of disc images for CRC lookups rather than cue files. This is slower but finds matches more reliably, and is necessary for CHD files to work at all. Update your databases! SCANNER: Fall back on looking inside archives when matching MAME/FBA content (most recent cores only). If you had difficulty with content being detected before, you may have better luck now. Update your databases and core info! OBS-URL: https://build.opensuse.org/request/show/556755 OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=4
2017-12-14 07:32:33 +00:00
# From https://github.com/libretro/RetroArch/releases
- updated to 1.7.8 - 3DS: Fix C-Stick y-axis inversion - 3DS: Update all icon/banner images - AI: Add AI Service functionality (enabled for Windows/Mac/Linux/Android/iOS). - APPLE (MAC/IOS/TVOS): Fix autodetect for mFI controllers: properly call autodetect add on the connect notification, and add call to disconnect on GameController disconnect notification. - ANDROID: Implemented multi-touch touchscreen support - ANDROID: Now can be built with Gradle/Android Studio - AUDIO/WINDOWS: You can now select between audio devices for XAudio2/DirectSound/XAudio2 by pressing left/right on the Audio Device option. - AUDIO/WINDOWS: Setting the device by either index number or name string should work. - BLISS-BOX: Add 4 new pad types from firmware 3.0 - BPS/UPS: Re-allocation target_data variable for target patch size (can now apply bigger patches without extra-bytes on memory) - CDROM: Added real CD-ROM functionality for Windows and Linux. - CDROM: Added disc dumping. - COMMON: Add separate frontend logging - COMMON: Ability to set FPS update interval (used in the window titlebar/FPS widget) - COMMON: Add 'Reset Frame Time Counter' functionality, enable it by default for resizing the window, loading/saving shader presets, fastforwarding, etc. - COMMON: Add optional 'on demand' thumbnail downloads - COMMON: Add new playlist-based thumbnail downloader. Hide the legacy thumbnail pack version by default - COMMON: Show license per core (if available) inside 'Load Core' - COMMON: Add option to load content from (and dump) CD-ROM discs - COMMON: Re-enable '--log-file' command line option - COMMON: Default playlist core association is now stored as metadata inside each playlist - COMMON: Fix playlist format detection - COMMON: Favorites playlist size can now be set independently of content history size. Values can be set from 0-999, or '-1' for unlimited (99999) - COMMON: Prevent adding new items to favorites when playlist is full (old entries are no longer overwritten) - COMMON: Prevent loading content with cores that require an incompatible graphics API version from the current one - COMMON: Saved shader presets are now portable across platforms and use relative paths - COMMON: Add '--set-shader' command line option which works like an override for automatic shader presets - COMMON: Add global shader presets - COMMON: Remove 'video_shader' setting, shaders are not saved automatically anymore OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=12
2019-08-28 14:37:36 +00:00
Source0: https://github.com/libretro/RetroArch/archive/v%{version}.tar.gz
Source9: %{name}.desktop
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: p7zip
BuildRequires: pkgconfig
BuildRequires: python3-devel
BuildRequires: systemd-devel
BuildRequires: unzip
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(SDL2_gfx)
BuildRequires: pkgconfig(SDL2_image)
BuildRequires: pkgconfig(SDL2_mixer)
BuildRequires: pkgconfig(SDL2_net)
BuildRequires: pkgconfig(SDL2_ttf)
BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(flac)
BuildRequires: pkgconfig(freetype2)
BuildRequires: pkgconfig(gbm)
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(jack)
BuildRequires: pkgconfig(libass)
BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(libusb-1.0)
BuildRequires: pkgconfig(libv4l2)
BuildRequires: pkgconfig(openal)
BuildRequires: pkgconfig(sdl2)
BuildRequires: pkgconfig(wayland-egl)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xinerama)
BuildRequires: pkgconfig(xkbcommon)
BuildRequires: pkgconfig(xv)
BuildRequires: pkgconfig(zlib)
%if ( 0%{?suse_version} || 0%{?leap_version} )
BuildRequires: update-desktop-files
BuildRequires: vulkan-devel
BuildRequires: pkgconfig(libavcodec)
BuildRequires: pkgconfig(libavdevice)
BuildRequires: pkgconfig(libavformat)
BuildRequires: pkgconfig(libavutil)
BuildRequires: pkgconfig(libswscale)
%endif
%description
RetroArch is a modular multi-system emulator system that is designed to be
fast, lightweight, and portable. It has features few other emulators frontends
have, such as real-time rewinding and game-aware shading.
%prep
Accepting request 556755 from home:itxaka:branches:Emulators Remove non valid flag "--with-fbo" Add the source from the source file in the spec file Updated to version 1.6.9, see changes below: Changes from 1.6.9: COMMON: Small memory leak. NETPLAY: Fix network command only working once. Changes from 1.6.8: Audio: Fix the Audio DSP picker CHEEVOS: Add support for Atari Lynx cheevos. CHEEVOS: Add support for RetroAchievements Leaderboards. GUI: (MaterialUI) Fix crash that happened on context reset with Vulkan. GUI: (MaterialUI) Skip querying and drawing items that are not visible; Cache content height and bbox calculation. GUI: (MaterialUI) Fix entry box highlight calculation. GUI: (XMB) Skip drawing the fading list when it is already transparent. Optimization. GUI: (XMB) Comment out visible item calculation in xmb_draw_items(). GUI: (RGUI) Prevent crashes when using a non-English language reliant on UTF8. GUI: Add menu option for OSD background color. GUI: Add menu option for OSD text color. GUI: Add menu option to remove frame count from OSD. GUI: Allow wraparound of int/float settings when pressing the left key INPUT/LIBRETRO: Add support for more mouse buttons (buttons 4/5) INPUT/LIBRETRO: Add support for analog buttons INPUT: Always show the controls menu even if descriptors are not set INPUT: Fix input descriptors not being set on cores that don't implement the controllers interface INPUT: Apply descriptors only for the amount of cores the core supports INPUT: Implement keyboard to gamepad input remapping (limited to one gamepad device for now) INPUT: Fix absolute mouse move handling on the winraw driver INPUT: Ignore keyboard input if window is not active on udev driver INPUT: Sanitize the filenames of autoconfig profiles before saving LOBBIES: Fix crash on navigating left / right from the lobby menu LOCALIZATION: Update Dutch translation LOCALIZATION: Update Italian translation. LOCALIZATION: Update Japanese translation. LOCALIZATION: Update Portuguese-Brazilian translation. LOCALIZATION: Update Russian translation. LINUX/ARMHF: Set buildbot updater URL to armhf location instead of blank string LINUX/PI: Broadcom VC4: Add Videocore config option LINUX/UDEV: Fix - RetroArch reads keyboard input when not focused with the udev input driver. NETPLAY: Fix disconnection not fully deinitializing Netplay. NETPLAY: Fix lan rooms when there is more than one room NETPLAY: Fix lan rooms on systems where all addresses are treated as IPv6 COMMON: Fix clear/free loop conditionals in playlists. WINDOWS/GDI: Fix flickering of text. WINDOWS/GDI: Fix graphics corruption on Windows 98 WINDOWS/GDI: Allow compiling without DirectInput8 for NT support WINDOWS/WGL: Try to use wglSwapLayerBuffers instead of SwapBuffers if possible (for more optimal performance). WINDOWS: Fix menubar text corruption on Japanese locale systems WINDOWS: Support Unicode file I/O (can now display CJK characters in file browser for example). WINDOWS: Support Windows 95, NT3.51, NT4 WINDOWS: add Makefile.griffin targets for msvc6,2003,2005,2010,2012,2013 WII: Use custom, embedded libogc SDK. WIIU: Initial touchscreen support for WiiU gamepad. WIIU: Add Cheevos support. SCANNER: Fix archive scanning. SCANNER: Support CHD files. SCANNER: Support Gamecube ISO scanning. SCANNER: Use primary data track of disc images for CRC lookups rather than cue files. This is slower but finds matches more reliably, and is necessary for CHD files to work at all. Update your databases! SCANNER: Fall back on looking inside archives when matching MAME/FBA content (most recent cores only). If you had difficulty with content being detected before, you may have better luck now. Update your databases and core info! OBS-URL: https://build.opensuse.org/request/show/556755 OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=4
2017-12-14 07:32:33 +00:00
%setup -q -n RetroArch-%{version}
%build
export CFLAGS="%{optflags}"
export CXXFLAGS="$CFLAGS"
./configure --prefix=%{_prefix} \
--enable-materialui \
--enable-xmb \
--enable-sdl2 \
--enable-libusb \
--enable-udev \
--with-man_dir=%{_mandir} \
--enable-threads \
--enable-thread_storage \
--enable-ffmpeg \
--enable-ssa \
--enable-dylib \
--enable-networking \
--enable-networkgamepad \
--enable-opengl \
--enable-x11 \
--enable-xinerama\
--enable-kms \
--enable-wayland \
--enable-egl \
--enable-zlib \
--enable-alsa \
--enable-al \
--enable-jack \
--enable-pulse \
--enable-freetype \
--enable-xvideo \
--enable-v4l2 \
--enable-qt \
%ifarch x86
--enable-sse \
%endif
%if ( 0%{?suse_version} || 0%{?leap_version} )
--enable-vulkan \
%endif
--enable-7zip \
--enable-mmap
make %{?_smp_mflags}
%install
%make_install
mkdir -p %{buildroot}%{_datadir}/applications
install -m 644 %{SOURCE9} %{buildroot}%{_datadir}/applications/
%if 0%{?suse_version}
%suse_update_desktop_file -r -G %{name} %{name} System Emulator
%endif
%fdupes %{buildroot}
%files
%config(noreplace) %{_sysconfdir}/%{name}.cfg
%{_bindir}/%{name}
%{_bindir}/%{name}-cg2glsl
Accepting request 619020 from home:bmanojlovic:branches:Emulators added source this time :) - update to version 1.7.3 - AUDIO: Audio mixer supports FLAC/MP3 file types now! - COMMON: Fixed bug 'crashing in cores that don't range check retro_set_controller_type'. Some people were having crashes when device is set to RETRO_DEVICE_NONE and the cores don't check the number of ports, in VBAM's case it was overflowing and crashing. QuickNES was crashing too. - COMMON: Fixed buffer overflow in url encoding (affecting MSVC2010/2013). - COMMON: (QuickMenu) Added Configuration Override submenu. - HID: Merge new HID subsystem. - HID: Fix WaveBird support for the Wii U GCA. - HID/OSX: Fix regression with IODHIDManager - gamepads which are connected later would not be autoconfigured. - LOCALIZATION: Update Italian translation. - LOCALIZATION: Update Japanese translation. - LOCALIZATION: Update Portuguese translation. - MENU: New WIMP Qt GUI! - MENU: Audio mixer now works in the menu without any cores loaded. You have to enable the setting 'Enable menu audio' for this to work. - REMAPPING/OVERLAYS: Fix regression - overlays could no longer be remapped. - SCANNER: Add Wii Backup File WBFS support. - X11: CRT SwitchRes support for X11/Linux. - ANDROID/OPENSL: Prevent crashes when setting audio latency too low (buffer count can never be lower than 2 now). - CRT: Added CRT SwitchRes. - COMMON: Hide the 'Core delete' option if the 'Core updater' is also hidden. - COMMON: Add way to reset core association for playlist entry. - COMMON: Fix invalid long command line options causing infinite loop on Windows - COMMON: Add OSD statistics for video/audio/core. - COMMON: Added runahead system; allows you to drive down latency even further. OBS-URL: https://build.opensuse.org/request/show/619020 OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=7
2018-06-26 06:31:32 +00:00
%dir %{_datadir}/%{name}/
%dir %{_datadir}/%{name}/assets/
%dir %{_datadir}/%{name}/assets/xmb/
%dir %{_datadir}/%{name}/assets/glui/
%{_datadir}/%{name}/assets/glui/
Accepting request 704432 from home:glaubitz:branches:Emulators - update to version 1.7.7 * 3DS: Add unique IDs to prevent cores overwriting each other. * 3DS: Fix screen tearing when running 50Hz content. * ANDROID: We now target API level 26 (minimum is still API level 9). * ANDROID: Add option to vibrate on touch (works in menu or overlay). * ANDROID: Add device vibration option for cores that support rumble. * ANDROID: Add gamepad vibration support for cores that support rumble. * ANDROID: Allow stylus/pen to move mouse without pressing down. * AUDIO: Avoid deadlocks in certain audio drivers when toggling menu sounds on. * BLISS-BOX: Support PSX Jogcon (requires firmware 3.0). * CHEEVOS: Fix crash when reading memory that is out of range. * CHEEVOS: New Cheevos implementation enabled by default. * CHEEVOS: Pop-up badges when an achievement is triggered. * CRT: Dynamic super resolution support. * DISCORD: Fix potential crash when username is empty and discord is disabled. * DISCORD: Ask to join support for Linux. * INPUT/ANDROID: Add "Input Block Timeout" option. * COMMON: For platforms without HAVE_THREADS, don't automatically resume content when saving/loading states * COMMON: Make playlist sorting optional and consistent. * COMMON: Fix sorting of playlists with blank labels. * COMMON: Fix content scanner creating false positive playlist entries that also have wrong label and crc32. * COMMON: Add some MMX-optimized pixel conversion routines. * COMMON: Fix typo preventing some SSE2-optimized pixel conversions from being used. * COMMON: Add option to track how long content has been running over time. * COMMON: Fix buffer overflows in system information. * COMMON: Add option to change screen orientation via the windowing system (Android, Windows, X11). * COMMON: Show CPU model name in log. * COMMON: Add "Help -> Send Debug Info" option (and F10 hotkey) to send diagnostic info to the RetroArch team for help with problems. * COMMON: Show GPU device name/version in log. * COMMON: Add menu option to write log info to a file. OBS-URL: https://build.opensuse.org/request/show/704432 OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=11
2019-05-21 11:17:04 +00:00
%{_datadir}/%{name}/assets/ozone/
Accepting request 619020 from home:bmanojlovic:branches:Emulators added source this time :) - update to version 1.7.3 - AUDIO: Audio mixer supports FLAC/MP3 file types now! - COMMON: Fixed bug 'crashing in cores that don't range check retro_set_controller_type'. Some people were having crashes when device is set to RETRO_DEVICE_NONE and the cores don't check the number of ports, in VBAM's case it was overflowing and crashing. QuickNES was crashing too. - COMMON: Fixed buffer overflow in url encoding (affecting MSVC2010/2013). - COMMON: (QuickMenu) Added Configuration Override submenu. - HID: Merge new HID subsystem. - HID: Fix WaveBird support for the Wii U GCA. - HID/OSX: Fix regression with IODHIDManager - gamepads which are connected later would not be autoconfigured. - LOCALIZATION: Update Italian translation. - LOCALIZATION: Update Japanese translation. - LOCALIZATION: Update Portuguese translation. - MENU: New WIMP Qt GUI! - MENU: Audio mixer now works in the menu without any cores loaded. You have to enable the setting 'Enable menu audio' for this to work. - REMAPPING/OVERLAYS: Fix regression - overlays could no longer be remapped. - SCANNER: Add Wii Backup File WBFS support. - X11: CRT SwitchRes support for X11/Linux. - ANDROID/OPENSL: Prevent crashes when setting audio latency too low (buffer count can never be lower than 2 now). - CRT: Added CRT SwitchRes. - COMMON: Hide the 'Core delete' option if the 'Core updater' is also hidden. - COMMON: Add way to reset core association for playlist entry. - COMMON: Fix invalid long command line options causing infinite loop on Windows - COMMON: Add OSD statistics for video/audio/core. - COMMON: Added runahead system; allows you to drive down latency even further. OBS-URL: https://build.opensuse.org/request/show/619020 OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=7
2018-06-26 06:31:32 +00:00
%{_datadir}/%{name}/assets/xmb/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.svg
%{_mandir}/man?/%{name}.?*
%{_mandir}/man?/%{name}-cg2glsl.?*
%{_datadir}/doc/%{name}
%changelog