From c60dd2317954e18f88f463b425e35c66faf85466 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 8 Jan 2021 20:47:28 +0000 Subject: [PATCH 01/74] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- retroarch.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/retroarch.spec b/retroarch.spec index a6414d7..1293b4e 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -117,6 +117,7 @@ Source5: %{short_url}/libretro-database/archive/v%{version}/libretro-data # https://github.com/libretro/retroarch-assets/pull/334 Patch0: https://github.com/libretro/retroarch-assets/pull/334.patch#/add-executable-bit-to-script.patch +BuildRequires: make BuildRequires: desktop-file-utils BuildRequires: gcc-c++ >= 7 BuildRequires: libappstream-glib From eecd169b8f6075bcd40bf803784c6c6edeccb75c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 15:18:02 +0000 Subject: [PATCH 02/74] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- retroarch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/retroarch.spec b/retroarch.spec index 1293b4e..6d97af4 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -30,7 +30,7 @@ Name: %{appname}%{?p_suffix} Version: 1.9.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} # CC-BY: Assets @@ -469,6 +469,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.9.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sat Aug 08 2020 Artem Polishchuk - 1.9.0-1 - Update to 1.9.0 From 99f34a6c6b8aaed0493e01ca0e8fbbb4533c4fa9 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Sat, 3 Apr 2021 16:27:05 +0300 Subject: [PATCH 03/74] build(update): 1.9.1 --- .gitignore | 5 + ...423413b85202131b69c0a314a6c29335e135.patch | 42 ++++ org.libretro.RetroArch.appdata.xml | 208 +++++++++++++++++- retroarch.spec | 43 +++- sources | 10 +- 5 files changed, 291 insertions(+), 17 deletions(-) create mode 100644 cbec423413b85202131b69c0a314a6c29335e135.patch diff --git a/.gitignore b/.gitignore index f001deb..6ec4b6a 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,8 @@ /retroarch-1.9.0.tar.gz /retroarch-assets-20200808git7a9a849.tar.gz /retroarch-joypad-autoconfig-20200730gitc13eb46.tar.gz +/libretro-core-info-1.9.1.tar.gz +/libretro-database-1.9.1.tar.gz +/retroarch-1.9.1.tar.gz +/retroarch-assets-20210313git52ab089.tar.gz +/retroarch-joypad-autoconfig-20210228git2369140.tar.gz diff --git a/cbec423413b85202131b69c0a314a6c29335e135.patch b/cbec423413b85202131b69c0a314a6c29335e135.patch new file mode 100644 index 0000000..04c3086 --- /dev/null +++ b/cbec423413b85202131b69c0a314a6c29335e135.patch @@ -0,0 +1,42 @@ +From cbec423413b85202131b69c0a314a6c29335e135 Mon Sep 17 00:00:00 2001 +From: twinaphex +Date: Tue, 6 Apr 2021 11:22:21 +0200 +Subject: [PATCH] Revert "Add git_version switch - to disable Git version, do" + +This reverts commit c9b7122a08cf37a915774fbeb7e4f4b8bf4bdbea. +--- + Makefile.common | 3 +-- + qb/config.params.sh | 1 - + 2 files changed, 1 insertion(+), 3 deletions(-) + +diff --git a/Makefile.common b/Makefile.common +index f1e956cbcd4..94b0e2ff2cb 100644 +--- a/Makefile.common ++++ b/Makefile.common +@@ -195,8 +195,8 @@ endif + ifeq ($(TARGET), retroarch_3ds) + OBJ += frontend/drivers/platform_ctr.o + endif ++ + # Git Version +-ifeq ($(HAVE_GIT_VERSION), 1) + GIT_VERSION_CACHEDIR = $(if $(OBJDIR),$(OBJDIR),$(CURDIR)) + GIT_VERSION_CACHEFILE = $(GIT_VERSION_CACHEDIR)/git-version.cache + +@@ -224,7 +224,6 @@ ifneq ($(GIT_VERSION),) # Enable version_git.o? + DEFINES += -DHAVE_GIT_VERSION -DGIT_VERSION=$(GIT_VERSION) + OBJ += version_git.o + endif +-endif + + # General object files + ifeq ($(HAVE_DR_MP3), 1) +diff --git a/qb/config.params.sh b/qb/config.params.sh +index ded3cdd9b7b..fdb7dd15696 100644 +--- a/qb/config.params.sh ++++ b/qb/config.params.sh +@@ -193,4 +193,3 @@ HAVE_NETWORK_VIDEO=no + HAVE_STEAM=no # Enable Steam build + HAVE_ODROIDGO2=no # ODROID-GO Advance rotation support (requires librga) + HAVE_LIBSHAKE=no # libShake haptic feedback support +-HAVE_GIT_VERSION=yes # Git version support diff --git a/org.libretro.RetroArch.appdata.xml b/org.libretro.RetroArch.appdata.xml index 2cad32c..8331891 100644 --- a/org.libretro.RetroArch.appdata.xml +++ b/org.libretro.RetroArch.appdata.xml @@ -40,8 +40,214 @@ GPL-3.0 CC0-1.0 + + https://www.libretro.com/index.php/retroarch-1-9-1-released/ + +
    +
  • AUDIO: Memalign audio buffers to 64 bytes. This is the most common cache line size, helps with performance. Also fixes issues with platforms like PSP that wrongly assume that malloc returns aligned buffers (to 16bytes). This recently broke the PSP builds
  • +
  • AUDIO/ALSA: Fix float format detection
  • +
  • AUDIO/JACK: Deinterleave in the process callback. This allows us to avoid the extra copy to the deinterleave buffer and lets us use only a single jack ringbuffer
  • +
  • AUDIO/JACK: (Audio/JACK) Fix non-blocking write. Previously we would wait on the condition variable even in the non-blocking case. This improves fast-forward performance massively and brings JACK in line with other backends in that regard
  • +
  • AUDIO/XAUDIO2: Fix threaded audio bugs with cores like Dinothawr
  • +
  • CONFIG: Add support for saving per-directory core options and deleting core option overrides
  • +
  • CONFIG: Enable saving of changed parameters when '#include' directives are used
  • +
  • CONFIG/DIRS: Enable configuration of the directories used for Favorites, History, Images, Music and Video playlists
  • +
  • CONFIG/REMAPS: Allow loading core remaps without content
  • +
  • CONFIG/OVERRIDES: Fix empty override paths when launching without content
  • +
  • CHEATS: Maximum search value corrections
  • +
  • CHEEVOS: Generic memory mapping using rcheevos
  • +
  • CHEEVOS: Ensure badge textures are released before video driver is deinitialized. Should fix crashes with slang shaders.
  • +
  • CHEEVOS: Include achievement runtime state in save states
  • +
  • CHEEVOS: Prevent hardcore toggle when emu-handled cheats are active
  • +
  • CHEEVOS: Add confirmation submenu to achievements hardcore toggle
  • +
  • CHEEVOS: Calculate leaderboard widget spacing based on video resolution
  • +
  • CHEEVOS: Show unsupported core message when viewing achievement list for unsupported core
  • +
  • CHEEVOS: Allow disabling leaderboard notifications and trackers separately
  • +
  • CHEEVOS: Add display widget for active leaderboards
  • +
  • CHEEVOS/CORE OPTIONS: Core options blacklist. Disables hardcore mode when certain core options are set
  • +
  • CLI: Add option for quitting on close content
  • +
  • CONTEXT/DRIVER SWITCHING: Allow context switching from gl to glcore
  • +
  • CORE OPTIONS: Add option to reset all core options for current core/content
  • +
  • CORE OPTIONS: Add per-folder core options
  • +
  • CRT/SWITCHRES: Improvements
  • +
  • CRT/SWITCHRES: Low resolution switch bug fix – This allows resolutions lower that 32×224 like 256×224 to work
  • +
  • CORE DOWNLOADER: Enhanced core downloader search functionality
  • +
  • DRM: Fix race condition in drm_surface_set_aspect
  • +
  • DRM/KMS: add support for custom HDMI timings / modes
  • +
  • DATABASE: Fix crash that could happen when selecting cursor
  • +
  • DATABASE/EXPLORE: Fix – Prevent segfault when accessing 'Explore' menu
  • +
  • FILEIO/PERFORMANCE: Only attempt to call dir_check_defaults once per runtime session
  • +
  • FILEIO/PERFORMANCE/3DS: Increase file buffer size and savestate chunk size. This seems to help with saving large savestates
  • +
  • FONTS: Improve handling of Arabic and Persian text
  • +
  • FONTS/FREETYPE: Use fontconfig to select fonts if available
  • +
  • INPUT: Add hold mode for turbo fire 'Single Button'
  • +
  • INPUT MAPPING: Refresh bind list on device type change
  • +
  • INPUT MAPPING/REMAPPING: Minor bugfix – Remap file browsing starts navigation at input_remapping_directory even if the core-subdir (where saved files go) exists Having remaps for many different cores makes finding the active core files cumbersome, especially because remaps are not compatible between different cores (but maybe for cores emulating the same hardware)
  • +
  • INPUT: Keyboard device mapper rework
  • +
  • INPUT: New input bind order scan/clear fix
  • +
  • INPUT: Duplicate key event blocking additions
  • +
  • INPUT: Prevent duplicate key events with hotkeys + keyboard device type
  • +
  • INPUT: Keyboard LED driver
  • +
  • INPUT/AUTOCONFIG: Allow controllers with no/empty names to work.
  • +
  • INPUT/GAME FOCUS: Add option to automatically enable 'game focus' mode when running/resuming content
  • +
  • INPUT/HOTKEYS: Hotkey for Close Content / Unload Core
  • +
  • INPUT/LIBCEC: Map libcec-daemon keys to RETROK
  • +
  • INPUT/X11: Enable keyboard input when mouse cursor is not inside the RetroArch window but window still has focus
  • +
  • INPUT/X11: Fix mouse input when mouse is grabbed
  • +
  • INPUT/UDEV/RUMBLE: Fix rumble.
  • +
  • INPUT/WINDOWS/DINPUT: Simultaneous shift sticky fix
  • +
  • INPUT/WINDOWS/DINPUT: Prevent Win-key from opening Start Menu
  • +
  • INPUT/WINDOWS/DINPUT: Option for disabling Windows hotkeys
  • +
  • INPUT/WINDOWS/DINPUT: Mouse grabbing/clipping with Alt-Tab
  • +
  • INPUT/WINDOWS/DINPUT: Mouse grab fixes
  • +
  • INPUT/WINDOWS/RAWINPUT: Key position fixes
  • +
  • INPUT/WINDOWS/RAWINPUT: Mouse grab fixes
  • +
  • INPUT/WINDOWS/RAWINPUT: Prevent outside window mouse clicks when grabbed
  • +
  • INPUT/WINDOWS/RAWINPUT: Option for disabling Windows hotkeys
  • +
  • INPUT MAPPING/REMAPPING: Major bugfix – Remap file having a different device type requires manual intervention after loading for the core to register the type properly
  • +
  • JSON: New faster json parser/writer library rjson
  • +
  • JSON/RJSON: Replace rapidjson parser/writer in discord-rpc with rjson
  • +
  • LIBRETRO: Add API extension for cores to query the number of active inputs provided by the frontend
  • +
  • LIBRETRO: Ensure RARCH_CTL_CORE_OPTIONS_LIST_GET returns false if no core options are available
  • +
  • LIBRETRO: Add API extension for overriding frontend audio latency
  • +
  • LIBRETRO: Add API extension for cores to monitor frontend audio buffer occupancy
  • +
  • LINUX: Also show /run/media or /run/media/$USER in drives list
  • +
  • LINUX: Adjust brightness according to the limit. Seems like some platforms feature non-standard maximums, but the variable is correclty exported for us to use
  • +
  • LOCALIZATION: Add Finnish language
  • +
  • LOGS/SHADER: Shader log spam reduction
  • +
  • LOGS/CONFIG: Config logging cleanup
  • +
  • LOGS/SAVESTATE: Config logging cleanup
  • +
  • MENU: Add 'L2 + R2' menu toggle gamepad combo
  • +
  • MENU: Menu text improvements; clarifications, consistency, text mistakes,
  • +
  • MENU: Tweak menu scroll initial hold delays
  • +
  • MENU: Restrict menu acceleration to navigation buttons
  • +
  • MENU: Add 'Menu Driver' setting to 'User Interface'
  • +
  • MENU: Relocate 'Menu Scroll' settings.
  • +
  • MENU: Separate 'Turbo Fire' menu.
  • +
  • MENU: Dropdown menu for 'Custom Aspect Ratio' setting.
  • +
  • MENU: Reorder Mouse Index next to Device Index
  • +
  • MENU: Submenu for Device Index/Mouse Index
  • +
  • MENU: Reorganize User Interface menu
  • +
  • MENU: Add 'Remove DSP Plugin' menu entry
  • +
  • MENU: Hide 'Auto-Shader Delay' menu setting when shaders are unavailable
  • +
  • MENU/ANIMATIONS: Fix non-smooth text ticker + reduce line ticker code duplication
  • +
  • MENU/ANIMATIONS/OZONE: Add cursor wiggle animation
  • +
  • MENU/ANIMATIONS/OZONE: Implement wiggling for main menu when wrap-around is disabled
  • +
  • MENU/NOTIFICATIONS: On-Screen Notifications' menu clean-ups
  • +
  • MENU/NOTIFICATIONS: Add option to show/hide Refresh Rate notification
  • +
  • MENU/FILEBROWSER: Start auto-selecting last used path for more file browser menu entries
  • +
  • MENU/INPUT: Input port label adjustments
  • +
  • MENU/INPUT/XMB: Proper control port icons
  • +
  • MENU/INPUT/OZONE: Proper control port icons
  • +
  • MENU/QUICK MENU: Add remap clearing ability under Quick Menu controls
  • +
  • MENU/QUICK MENU: Cap 'State Slot' drop-down list to a maximum of 1000 (+Auto) entries
  • +
  • MENU: Customizable menu scroll hold delay.
  • +
  • MENU/DESKTOP: Fix mouse cursor limited by window range on F5 press
  • +
  • MENU/DESKTOP: Add simple shader option
  • +
  • MENU/DESKTOP/WINDOWS: Remove broken 'Update RetroArch' functionality for Windows. We want this to not only be system agnostic if we bring it back, but also work outside of the Qt desktop interface
  • +
  • MENU/OZONE: New Theme – Twilight Zone
  • +
  • MENU/RGUI: Add 3:2, 5:3 and 3:2/5:3 (centered) aspects
  • +
  • MENU/RGUI/TEXT RENDERING: Add Russian language text support
  • +
  • MENU/RGUI/TEXT RENDERING: Add support for CJK punctuation glyphs
  • +
  • MIDI/WINMM: Recover from MIDI messages not handled by the device
  • +
  • MIDI/WINMM: Fix winmm midi driver hanging on content closing
  • +
  • NETWORK: Add READ/WRITE_CORE_MEMORY network commands
  • +
  • NETWORK: Fix backwards condition in socket blocking behavior
  • +
  • NETWORK/NETPLAY: Attempt IPv4 when IPv6 fails
  • +
  • OGA/VIDEO: support for OGS
  • +
  • OGA: This keeps the tradition DRM driver along with the OGA one. The probe function skips the driver if the screen is non rotated to fall back to the regular DRM driver.
  • +
  • OGA: Fix messages from not disappearing
  • +
  • OGA: Implement RETRO_ENVIRONMENT_GET_CURRENT_SOFTWARE_FRAMEBUFFER. This is a faster rendering codepath for software rendered libretro cores that some libretro cores use right now. Video drivers in RetroArch have to explicitly implement this for this codepath to work at runtime.
  • +
  • OPENDINGUX: Add/Optimise rumble interface
  • +
  • OPENDINGUX: Fix frozen video when enabling fast forward
  • +
  • OPENDINGUX/SDL: OSD font clean-up
  • +
  • OPENDINGUX/SDL: Enable selection of image interpolation method when using 'sdl_dingux' gfx driver
  • +
  • OPENDINGUX/SDL: Enable integer scaling when using the 'sdl_dingux' gfx driver
  • +
  • OVERLAYS: Add option to scale overlays automatically (with aspect ratio correction)
  • +
  • OVERLAYS: Hide Overlay When Gamepad is Connected. Overlays will be hidden automatically when a gamepad is connected in port 1, and shown again when the gamepad is disconnected.
  • +
  • OVERLAYS: New default overlays for mobile (neo-retropad)
  • +
  • OVERLAYS: In addition to overlay scale, the user can now set an Overlay Aspect Adjustment factor. Most overlays are designed for 16:9 displays, which means they become stretched/ugly on modern wide aspect phones and suchlike. By changing the Overlay Aspect Adjustment factor, a user can scale the overlay width/height to achieve a uniform appearance regardless of display resolution.
  • +
  • OVERLAYS/FIX: The Overlay X Offset and Overlay Y Offset options have been fixed, and now work correctly
  • +
  • OVERLAYS/FIX: All of the above options (and Overlay Scale) are configured and saved independently for landscape and portrait display orientations – so adjusting everything for a nice landscape layout won't break the portrait display
  • +
  • OVERLAYS/FIX: When using the Vulkan gfx driver, memory is leaked every time an overlay is freed
  • +
  • OVERLAYS/FIX: When threaded video is enabled, loading overlays with no images (i.e. utility-type overlays, where everything is hidden until the screen is touched) can generate segfaults due to improper usage of realloc()
  • +
  • OVERLAYS/FIX: When Show Inputs on Overlay is enabled, ASAN reports bit shift errors due to an incorrect range check when handling turbo inputs – essentially, there is no upper limit to the considered input id range, which means overlay hotkeys (menu toggle, etc.) are incorrectly treated as having turbo support, causing bit shifts using wildly inappropriate id indices
  • +
  • PLAYLISTS/PORTABLE: Fixed first load initialization
  • +
  • REWIND: Prevent 'Rewind Frames' from being set to '1' incorrectly on load content
  • +
  • RUNAHEAD: Add Run-Ahead Toggle hotkey with notifications
  • +
  • RBUF/ANIMATIONS: Simplify gfx_animation by switching from dynarray to rbuf
  • +
  • RBUF/CORE UPDATER: Replace static entries array with dynamic array via RBUF library
  • +
  • RBUF/M3U: Replace static entries array with dynamic array via RBUF library
  • +
  • SENSORS: Android (crash-)fixes/improvements + add option to disable sensor input
  • +
  • SDL2/VIDEO: Get the SDL2 video driver to work in Wayland/KMS
  • +
  • SAVESTATES: Adding savestate garbage collector for autoincrement stavestates
  • +
  • SAVESTATES/SAVEFILES: Ensure save file and playlist compression is disabled by default
  • +
  • SHADERS: Add option to remember last selected shader preset/shader pass directories
  • +
  • SHADERS: Use last selected shader preset directory when changing shaders via previous/next hotkeys
  • +
  • SHADERS: Remove Parameters line
  • +
  • SHADERS: Shaders fix for duplicate parameters loading bug
  • +
  • SHADERS: Fix Crash change num shader passes in UI
  • +
  • SHADERS/SLANG: Fix slang shaders with rotation
  • +
  • STREAMING/FFMPEG: Add Facebook Game Stream option (for embedded ffmpeg core-enabled RetroArch builds)
  • +
  • TLS/SSL: Add BearSSL support, as alternative to mbedTLS
  • +
  • VIDEO: AddVariable BFI (Black Frame Insertion)
  • +
  • VIDEO/DRM GO2: Dynamic resolution support
  • +
  • VIDEO FILTERS: Video filter optimisations
  • +
  • VIDEO FILTERS: Add several LCD-effect video filters
  • +
  • VIDEO FILTERS: Gameboy/Dot_Matrix video filters: Add XRGB8888 support
  • +
  • VIDEO FILTERS: Add Normal4x video filter
  • +
  • VIDEO FILTERS: Add 'Upscale_256x-320×240' video filter
  • +
  • VIDEO FILTERS: Add 'Upscale1.5x' video filter
  • +
  • WIFI/LAKKA: Add a proper WiFi menu, with Enable/Disable and Disconnect options. This also allows WiFi passwords to be remembered. The underlying tool (connman) allows to store passswords (that's why it auto connects whenever you boot a Lakka device), so we expose this so that the user does not have to re-input the pass when connecting to a saved wifi.
  • +
+
+
+ + https://www.libretro.com/index.php/retroarch-1-9-0-released/ + +
    +
  • AUTOCONFIG: Ensure correct directory is used when saving autoconfig profiles
  • +
  • BLUETOOTH: Add a Bluetooth driver (Lakka-only for now)
  • +
  • CHEATS: Fix for wrong number of remaining cheat search matches on some machines
  • +
  • CHEEVOS: Option to play sound on achievement unlock.
  • +
  • CHEEVOS: Upgrade to rcheevos 9.1
  • +
  • CHEEVOS: Restore display of unlocked achievements across hardcore modes
  • +
  • CHEEVOS: Hash buffered data when available
  • +
  • CHEEVOS: Fix Auto Save State freezes RetroArch while Cheevos is enabled
  • +
  • CORE OPTIONS: Pressing OK (or clicking/tapping) on a boolean toggle core option no longer opens a drop-down list. The value now toggles directly, just like boolean options everywhere else in the menu
  • +
  • CORE OPTIONS: Toggling an option that changes the number of core options being displayed (i.e. things like `Show Advanced Audio/Video Settings) no longer resets the navigation pointer to the start of the list
  • +
  • CORE OPTIONS: Before, RetroArch would identify core option values as being boolean if they had labels matching the specific strings enabled or disabled. Most core devs would abide by this, but not always... As a result, we sometimes would end up with misidentified values, with all kinds of Enabled, Off, True, etc. strings littering the menu, in place of proper toggle switches. All boolean-type value labels are now detected, and replaced with standard ON/OFF strings.
  • +
  • CLI: A new command line option --load-menu-on-error has been added
  • +
  • CRT: On the fly CRT porch adjuments - these changes allow a user to adjust how the porch algorithm generates the 15khz/31khz output. Giving the ability to change over/under scan.
  • +
  • CONFIG FILE: Optimise parsing of configuration files
  • +
  • DRIVERS: Implemented protection to avoid setting critical drivers to nothing thus preventing the user from locking him/herself out of the program
  • +
  • FFMPEG CORE: Prevent seeking past the end of files (hang fix)
  • +
  • FILE I/O: VFS and NBIO interfaces will now use 64-bit fseek/ftell where possible, should allow for reading/writing to files bigger than 2GB
  • +
  • INPUT MAPPING/REMAPPING: Add input remap drop-down lists
  • +
  • LOCALIZATION: Updates for several languages (synchronized from Crowdin)
  • +
  • MEMORY/LINUX/ANDROID: Fix reporting of free memory
  • +
  • MEMORY/WINDOWS: Fix reporting of free memory
  • +
  • MENU: Enlarged INT/UINT selection limit from 999 to 9999
  • +
  • MENU: Fix cursor forced to first entry after displaying lists
  • +
  • MENU: Make Notification Font option visible when Graphics Widgets are enabled
  • +
  • MENU/RGUI: Add optional toggle switch icons
  • +
  • MENU/WIDGETS: Add optional widget-based load content launch feedback animation
  • +
  • MENU/WIDGETS: Make notification font size option visible when graphics widgets are enabled
  • +
  • PLAYLISTS: Change playlists to use dynamic arrays. Instead of a fixed initial 12MB memory allocation (99999 * 128 byte (on 64bit arch)), use a dynamically growing array
  • +
  • PLAYLISTS: Playlist base content directory paths - portable playlists
  • +
  • PLAYLISTS/SEARCH: Enhanced playlist search functionality
  • +
  • PLAYLISTS/DATABASE: Add Explore view
  • +
  • PLAYLISTS/DATABASE/EXPLORE: Show system icons in explore view
  • +
  • RUNAHEAD: Prevent runahead from being disabled permanently when an error occurs
  • +
  • SCANNER: Add more region codes for GameCube/Wii game detection
  • +
  • SHADERS/SLANG: Increased Slang max Parameters, Textures & Passes
  • +
  • VIDEO FILTERS/BLARGG: Make Blargg_snes filter customizable
  • +
  • X11: Add lightgun support
  • +
+
+
- + https://www.libretro.com/index.php/retroarch-1-8-9-released/
  • AUTO SAVESTATES: Ensure save states are correctly flushed to disk when quitting RetroArch (fixes broken save states when exiting RetroArch - without first closing content - with 'Auto Save State' enabled)
  • diff --git a/retroarch.spec b/retroarch.spec index 6d97af4..2e24ff6 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -18,19 +18,25 @@ # Assets # * https://github.com/libretro/retroarch-assets -%global commit1 7a9a84956099404e26e2010ffd913b247e1e2dd4 +%global commit1 52ab08994b83dda5d3350661c8874bbf3fb1211d %global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) -%global date 20200808 +%global date 20210313 # Joypad Autoconfig Files # * https://github.com/libretro/retroarch-joypad-autoconfig -%global commit4 c13eb4653f733f9d2d5d52929f0e87182c27bd61 +%global commit4 23691407c4f2a7b8947e257db00018a98f025c60 %global shortcommit4 %(c=%{commit4}; echo ${c:0:7}) -%global date4 20200730 +%global date4 20210228 + +# Joypad Autoconfig Files +# * https://github.com/libretro/retroarch-joypad-autoconfig +%global commit4 23691407c4f2a7b8947e257db00018a98f025c60 +%global shortcommit4 %(c=%{commit4}; echo ${c:0:7}) +%global date4 20210228 Name: %{appname}%{?p_suffix} -Version: 1.9.0 -Release: 2%{?dist} +Version: 1.9.1 +Release: 1%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} # CC-BY: Assets @@ -103,7 +109,7 @@ Source1: %{short_url}/%{appname}-assets/archive/%{commit1}/%{appname}-ass # AppData manifest # * https://github.com/flathub/org.libretro.RetroArch/blob/master/org.libretro.RetroArch.appdata.xml -Source2: https://raw.githubusercontent.com/flathub/%{uuid}/a10c8384ac6e24749f70139c75174ec06ed17ad4/%{uuid}.appdata.xml +Source2: https://raw.githubusercontent.com/flathub/%{uuid}/1f357fde2a707f0589ca626482fce3c8dd2793e7/%{uuid}.appdata.xml # Libretro's core info Source3: %{short_url}/libretro-core-info/archive/v%{version}/libretro-core-info-%{version}.tar.gz @@ -117,12 +123,15 @@ Source5: %{short_url}/libretro-database/archive/v%{version}/libretro-data # https://github.com/libretro/retroarch-assets/pull/334 Patch0: https://github.com/libretro/retroarch-assets/pull/334.patch#/add-executable-bit-to-script.patch -BuildRequires: make +# https://github.com/libretro/RetroArch/issues/12225 +Patch1: https://github.com/libretro/RetroArch/commit/cbec423413b85202131b69c0a314a6c29335e135.patch + BuildRequires: desktop-file-utils BuildRequires: gcc-c++ >= 7 BuildRequires: libappstream-glib BuildRequires: libv4l-devel BuildRequires: libXxf86vm-devel +BuildRequires: make BuildRequires: mbedtls-devel BuildRequires: mesa-libEGL-devel BuildRequires: mesa-libgbm-devel @@ -130,6 +139,7 @@ BuildRequires: systemd-devel BuildRequires: wayland-devel BuildRequires: wayland-protocols-devel BuildRequires: pkgconfig(caca) +BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(flac) BuildRequires: pkgconfig(freetype2) BuildRequires: pkgconfig(libass) @@ -149,6 +159,7 @@ BuildRequires: pkgconfig(vulkan) BuildRequires: pkgconfig(xinerama) BuildRequires: pkgconfig(xkbcommon) BuildRequires: pkgconfig(zlib) + %if %{with freeworld} # Available in Freeworld repo BuildRequires: ffmpeg-devel @@ -256,16 +267,20 @@ database of ROMs that are known to be good copies. %prep %setup -n RetroArch-%{version} -q %setup -n RetroArch-%{version} -q -D -T -a1 + pushd %{appname}-assets-%{commit1} %patch0 -p1 popd + +%patch1 -p1 %setup -n RetroArch-%{version} -q -D -T -a3 %setup -n RetroArch-%{version} -q -D -T -a4 %setup -n RetroArch-%{version} -q -D -T -a5 # Unbundling pushd deps -rm -rf libfat \ +rm -rf \ + libfat \ libFLAC \ libiosuhax \ libvita2d \ @@ -273,7 +288,8 @@ rm -rf libfat \ miniupnpc \ peglib \ pthreads \ - wayland-protocols + wayland-protocols \ + %{nil} popd # * Not part of the 'mbedtls' upstream source @@ -325,7 +341,9 @@ sed -e 's|retroarch.cfg|%{name}.cfg|g' \ --disable-builtinflac \ --disable-builtinmbedtls \ --disable-builtinminiupnpc \ - --disable-builtinzlib + --disable-builtinzlib \ + --enable-dbus \ + %{nil} %set_build_flags %make_build @@ -469,6 +487,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog +* Mon Mar 29 2021 Artem Polishchuk - 1.9.1-1 +- build(update): 1.9.1 + * Wed Jan 27 2021 Fedora Release Engineering - 1.9.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index 6a55d1b..5c23463 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ -SHA512 (libretro-core-info-1.9.0.tar.gz) = c0220cb6e0c707b4d0f3c212c9c369413c5404dea9623d2ad69caf28c85f2a0280570dbd2af859240b1fb565ec0de9a5553a576b5be99574f699987c37b1a339 -SHA512 (libretro-database-1.9.0.tar.gz) = 0541c893939fbba0d1142a3622fb42fd3351932ae100d095023c371a77bb69848f0a7e8d50d4f4ff969289fab852e479937b5caa3887d30ceaa6e7a372df4c12 -SHA512 (retroarch-1.9.0.tar.gz) = 228312424325fae12f5647e8774fb546e9a379d7a61a831d84e4c45b0a8ad9c3a2c2d0fd6442347842a71f39be2e0ef9d4302900279fe7e61d5def2966b636c3 -SHA512 (retroarch-assets-20200808git7a9a849.tar.gz) = dde9c0c69eccff8dc75095487e8c29fe8094716446570d7dbfabe0df70b64bbd3248a33c5961d619a56ff87569131d9469dab432cd60b751c5990621d366022d -SHA512 (retroarch-joypad-autoconfig-20200730gitc13eb46.tar.gz) = d5b5d28507af5c98c1385e2d670370047cc736ed33c60e0db8694b561ec06c8c0b11c49f116cda3908d32108f315f649a39047ff2346eef4f1ef25f17da5cc67 +SHA512 (libretro-core-info-1.9.1.tar.gz) = 389ab16cf21272e89988844918d8618676198698596c756bebf1114f527f5825b51837c2a3227f6b86343d54772f4b886dce68c3237f99af98ee675119f53a7f +SHA512 (libretro-database-1.9.1.tar.gz) = d9bfeebf26b5c70cfdaf102b0d297655db25d29005e05b0542da6e14869c515cb48ca77e35c834445648cc2109f52d71cf5f95b059c9b90ac6998c43f4a36b96 +SHA512 (retroarch-1.9.1.tar.gz) = c0db73e287da3a3c5b73ae3e596b1bd8fe1d3d72326dda7a9090d7dd8eb8d92e1e76d2cae57b29035c26a498a2e9c03116033bf86c185d77a77feb5a49a6759d +SHA512 (retroarch-assets-20210313git52ab089.tar.gz) = 70a2591181aa69cda0c0f1aafba00cb73d092bd870e153ff30083d0dbb5d41a4d93fa5afc8396bb266815c60f1889b7bbe2df355015ea04fd4ac48b3692845a5 +SHA512 (retroarch-joypad-autoconfig-20210228git2369140.tar.gz) = c6aab494e7514c76fdd5aa59d3a7fc1629b7011fb2e7f325c21786e87bde352c40304e03122c8240fc0d93159e25e7ea19a4d20fe7aa461eba102f3373c8c6de From c8413d0944e15130f09be10b43d5b617407680d4 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Sat, 1 May 2021 03:34:39 +0300 Subject: [PATCH 04/74] build(update): 1.9.2 --- .gitignore | 5 +++ ...423413b85202131b69c0a314a6c29335e135.patch | 42 ------------------- retroarch.spec | 29 +++++++------ sources | 10 ++--- 4 files changed, 24 insertions(+), 62 deletions(-) delete mode 100644 cbec423413b85202131b69c0a314a6c29335e135.patch diff --git a/.gitignore b/.gitignore index 6ec4b6a..8829ef3 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,8 @@ /retroarch-1.9.1.tar.gz /retroarch-assets-20210313git52ab089.tar.gz /retroarch-joypad-autoconfig-20210228git2369140.tar.gz +/libretro-core-info-1.9.2.tar.gz +/libretro-database-1.9.2.tar.gz +/retroarch-1.9.2.tar.gz +/retroarch-assets-20210422git8d114dd.tar.gz +/retroarch-joypad-autoconfig-20210430gitaedf931.tar.gz diff --git a/cbec423413b85202131b69c0a314a6c29335e135.patch b/cbec423413b85202131b69c0a314a6c29335e135.patch deleted file mode 100644 index 04c3086..0000000 --- a/cbec423413b85202131b69c0a314a6c29335e135.patch +++ /dev/null @@ -1,42 +0,0 @@ -From cbec423413b85202131b69c0a314a6c29335e135 Mon Sep 17 00:00:00 2001 -From: twinaphex -Date: Tue, 6 Apr 2021 11:22:21 +0200 -Subject: [PATCH] Revert "Add git_version switch - to disable Git version, do" - -This reverts commit c9b7122a08cf37a915774fbeb7e4f4b8bf4bdbea. ---- - Makefile.common | 3 +-- - qb/config.params.sh | 1 - - 2 files changed, 1 insertion(+), 3 deletions(-) - -diff --git a/Makefile.common b/Makefile.common -index f1e956cbcd4..94b0e2ff2cb 100644 ---- a/Makefile.common -+++ b/Makefile.common -@@ -195,8 +195,8 @@ endif - ifeq ($(TARGET), retroarch_3ds) - OBJ += frontend/drivers/platform_ctr.o - endif -+ - # Git Version --ifeq ($(HAVE_GIT_VERSION), 1) - GIT_VERSION_CACHEDIR = $(if $(OBJDIR),$(OBJDIR),$(CURDIR)) - GIT_VERSION_CACHEFILE = $(GIT_VERSION_CACHEDIR)/git-version.cache - -@@ -224,7 +224,6 @@ ifneq ($(GIT_VERSION),) # Enable version_git.o? - DEFINES += -DHAVE_GIT_VERSION -DGIT_VERSION=$(GIT_VERSION) - OBJ += version_git.o - endif --endif - - # General object files - ifeq ($(HAVE_DR_MP3), 1) -diff --git a/qb/config.params.sh b/qb/config.params.sh -index ded3cdd9b7b..fdb7dd15696 100644 ---- a/qb/config.params.sh -+++ b/qb/config.params.sh -@@ -193,4 +193,3 @@ HAVE_NETWORK_VIDEO=no - HAVE_STEAM=no # Enable Steam build - HAVE_ODROIDGO2=no # ODROID-GO Advance rotation support (requires librga) - HAVE_LIBSHAKE=no # libShake haptic feedback support --HAVE_GIT_VERSION=yes # Git version support diff --git a/retroarch.spec b/retroarch.spec index 2e24ff6..ed50805 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -18,24 +18,24 @@ # Assets # * https://github.com/libretro/retroarch-assets -%global commit1 52ab08994b83dda5d3350661c8874bbf3fb1211d +%global commit1 8d114dd55b0a357efec12d34d02dfe190a6ccc3a +%global date 20210422 %global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) -%global date 20210313 # Joypad Autoconfig Files # * https://github.com/libretro/retroarch-joypad-autoconfig -%global commit4 23691407c4f2a7b8947e257db00018a98f025c60 +%global commit4 aedf93176aac5c1e994c8767181e102857c5f5e4 +%global date4 20210430 %global shortcommit4 %(c=%{commit4}; echo ${c:0:7}) -%global date4 20210228 # Joypad Autoconfig Files # * https://github.com/libretro/retroarch-joypad-autoconfig -%global commit4 23691407c4f2a7b8947e257db00018a98f025c60 +%global commit4 aedf93176aac5c1e994c8767181e102857c5f5e4 +%global date4 20210430 %global shortcommit4 %(c=%{commit4}; echo ${c:0:7}) -%global date4 20210228 Name: %{appname}%{?p_suffix} -Version: 1.9.1 +Version: 1.9.2 Release: 1%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} @@ -123,9 +123,6 @@ Source5: %{short_url}/libretro-database/archive/v%{version}/libretro-data # https://github.com/libretro/retroarch-assets/pull/334 Patch0: https://github.com/libretro/retroarch-assets/pull/334.patch#/add-executable-bit-to-script.patch -# https://github.com/libretro/RetroArch/issues/12225 -Patch1: https://github.com/libretro/RetroArch/commit/cbec423413b85202131b69c0a314a6c29335e135.patch - BuildRequires: desktop-file-utils BuildRequires: gcc-c++ >= 7 BuildRequires: libappstream-glib @@ -174,9 +171,9 @@ BuildRequires: xv Requires: perl(Net::DBus) %dnl Fedora package: perl-Net-DBus Requires: perl(X11::Protocol) %dnl Fedora package: perl-X11-Protocol -Recommends: %{name}-assets = %{?epoch:%{epoch}:}%{version}-%{release} -Recommends: %{name}-database%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} -Recommends: %{name}-filters%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} +Recommends: %{name}-assets = %{?epoch:%{epoch}:}%{version}-%{release} +Recommends: %{name}-database%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} +Recommends: %{name}-filters%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} Recommends: libretro-beetle-ngp%{?_isa} Recommends: libretro-beetle-pce-fast%{?_isa} Recommends: libretro-beetle-vb%{?_isa} @@ -272,7 +269,6 @@ pushd %{appname}-assets-%{commit1} %patch0 -p1 popd -%patch1 -p1 %setup -n RetroArch-%{version} -q -D -T -a3 %setup -n RetroArch-%{version} -q -D -T -a4 %setup -n RetroArch-%{version} -q -D -T -a5 @@ -457,7 +453,7 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %{_datadir}/libretro/autoconfig%{?p_suffix}/ %{_datadir}/libretro/info%{?p_suffix}/ %{_datadir}/pixmaps/*.svg -%{_mandir}/man6/* +%{_mandir}/man6/*.6* %{_metainfodir}/*.xml %dir %{_datadir}/libretro/ @@ -487,6 +483,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog +* Sat May 01 2021 Artem Polishchuk - 1.9.2-1 +- build(update): 1.9.2 + * Mon Mar 29 2021 Artem Polishchuk - 1.9.1-1 - build(update): 1.9.1 diff --git a/sources b/sources index 5c23463..91d8b1a 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ -SHA512 (libretro-core-info-1.9.1.tar.gz) = 389ab16cf21272e89988844918d8618676198698596c756bebf1114f527f5825b51837c2a3227f6b86343d54772f4b886dce68c3237f99af98ee675119f53a7f -SHA512 (libretro-database-1.9.1.tar.gz) = d9bfeebf26b5c70cfdaf102b0d297655db25d29005e05b0542da6e14869c515cb48ca77e35c834445648cc2109f52d71cf5f95b059c9b90ac6998c43f4a36b96 -SHA512 (retroarch-1.9.1.tar.gz) = c0db73e287da3a3c5b73ae3e596b1bd8fe1d3d72326dda7a9090d7dd8eb8d92e1e76d2cae57b29035c26a498a2e9c03116033bf86c185d77a77feb5a49a6759d -SHA512 (retroarch-assets-20210313git52ab089.tar.gz) = 70a2591181aa69cda0c0f1aafba00cb73d092bd870e153ff30083d0dbb5d41a4d93fa5afc8396bb266815c60f1889b7bbe2df355015ea04fd4ac48b3692845a5 -SHA512 (retroarch-joypad-autoconfig-20210228git2369140.tar.gz) = c6aab494e7514c76fdd5aa59d3a7fc1629b7011fb2e7f325c21786e87bde352c40304e03122c8240fc0d93159e25e7ea19a4d20fe7aa461eba102f3373c8c6de +SHA512 (libretro-core-info-1.9.2.tar.gz) = 71c38e0775ca289e91c4172560397e4b30f7ee6d44d7d821179ec6665efce66094541d338f0e62b51029ea25d744bf25711d6d2ab047b1b82cfaf8720db641a2 +SHA512 (libretro-database-1.9.2.tar.gz) = b30c2317375f4c3bad82866804269a91d7a355ecc9fcb802aa52180c3851f9dc15c079ca9129b12657c8b005b99aad46d1fd735d87f9aa6423c7f986d62bf97d +SHA512 (retroarch-1.9.2.tar.gz) = 77a23ca4e493f0bef18d8a228dc855f0f345e40e50a2df07cbee32d74e458c6b7f40b484b2130b65e0304a217aeafd137a4ae4fa91e0a699865beb25f9c651f6 +SHA512 (retroarch-assets-20210422git8d114dd.tar.gz) = 75eea5835164f44658535c1f8dc243542839b949dc6f87952bb6c0f15d059cf406bb08f6150f51a668b14f522e11afa8b1827eb3a7db7ea881fed3816d904d61 +SHA512 (retroarch-joypad-autoconfig-20210430gitaedf931.tar.gz) = 0e99f1a58d37aaa02abc0f80b11abcba7329373244dff74861cb1591ed5b740ad50cb271323a6e76eac6d6f441daa1423f9c310cd6a8db39ac0863c9b751e6ba From 56c03a52da85c18553611dbf2dabb9060d5db7b0 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Tue, 18 May 2021 14:35:25 +0300 Subject: [PATCH 05/74] build(update): 1.9.3 --- .gitignore | 4 +++ org.libretro.RetroArch.appdata.xml | 52 ++++++++++++++++++++++++++++++ retroarch.spec | 17 ++++------ sources | 8 ++--- 4 files changed, 67 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 8829ef3..afcffa0 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,7 @@ /retroarch-1.9.2.tar.gz /retroarch-assets-20210422git8d114dd.tar.gz /retroarch-joypad-autoconfig-20210430gitaedf931.tar.gz +/libretro-core-info-1.9.3.tar.gz +/libretro-database-1.9.3.tar.gz +/retroarch-1.9.3.tar.gz +/retroarch-joypad-autoconfig-20210518gitaedf931.tar.gz diff --git a/org.libretro.RetroArch.appdata.xml b/org.libretro.RetroArch.appdata.xml index 8331891..cdd5489 100644 --- a/org.libretro.RetroArch.appdata.xml +++ b/org.libretro.RetroArch.appdata.xml @@ -40,6 +40,58 @@ GPL-3.0 CC0-1.0 + + https://www.libretro.com/index.php/retroarch-1-9-3-released/ + +
      +
    • COMMAND: Initialize netcmd->cmd_source_len before recvfrom()
    • +
    • CONTENT LOADING/STATICALLY LINKED: Ensure 'Always Reload Core on Run Content' setting is applied when loading content via the file browser
    • +
    • CONTENT LOADING/EMSCRIPTEN: Fix content loading via file browser on platforms with 'broken' core handling (i.e. emscripten)
    • +
    • CORE INFO: Skip whitespace when writing compressed core info cache files
    • +
    • CORE INFO/FILE IO: Core Info cache; significant file I/O performance improvements on systems with slow disk file I/O
    • +
    • CORE INFO/FILE IO: Enable core info cache by default on all 'console' platforms
    • +
    • FREEBSD: FreeBSD build fix
    • +
    • LIBRETRO API: Add API extension for cores to override frontend fast-forward state
    • +
    • MENU/RGUI: Fix saving of config files/overrides when 'Lock Menu Aspect Ratio' is enabled
    • +
    • SHADERS: Fix 'Auto-Shader Delay' functionality
    • +
    +
    +
    + + https://www.libretro.com/index.php/retroarch-1-9-2-released/ + +
      +
    • CHEEVOS: Allow rcheevos_patch_address to be called on game without achievements
    • +
    • CHEEVOS: Update achievement memory maps (add Supervision)
    • +
    • CONFIG/FILE: Use hash map to optimise key/value lookups
    • +
    • CORE INFO: Performance optimisations + code clean-ups/refactors
    • +
    • CRT/SWITCHRES: Fixed CRTSwitchRes framebuffer bug
    • +
    • DISCORD/RP: Fix regression
    • +
    • DRM: set the correct video mode
    • +
    • FASTFORWARD: Enforce minimum fastforward_ratio of 1.0
    • +
    • FONTS/FREETYPE/STB_UNICODE/BITMAPFONT: Prevent texture bleed when rendering text at non-integer scales
    • +
    • INPUT: Ensure that 'retro_set_controller_port_device' is called when updating 'Max Users'
    • +
    • INPUT/XEGL/MOUSE: Fix xegl_ctx.c mouse activation
    • +
    • INPUT/SDL: Fix crash in SDL input driver when analogs are bound.
    • +
    • INPUT/POINTER: Add scaling to pointer input.
    • +
    • INPUT REMAPPING: Fix regression on loading file
    • +
    • INPUT REMAPPING: Fix regression where disabling input remapping would disable input
    • +
    • LOGGING: RARCH_LOG_V checking for verbosity level is not necessary and can cause issues; removed said check.
    • +
    • LOGGING: Silence inappropriate cheatfile logging
    • +
    • MENU: Add optional menu screensaver
    • +
    • MENU: Add search filter support to cheats and overlays file browser menus
    • +
    • MENU/FILEBROWSER: Enhanced 'Load Content' file browser search functionality
    • +
    • MENU/INPUT: Block accidental diagonals in menu navigation
    • +
    • MENU/RGUI: Add option to disable menu transparency
    • +
    • MENU/RGUI: Fix display of 'Video > Scaling' menu when 'Lock Menu Aspect Ratio' is enabled
    • +
    • MENU/MATERIALUI: Add icon to 'Turbo Fire' menu entry
    • +
    • MENU/OZONE: Ozone Dracula theme
    • +
    • PATCHES: Added multi-softpatching support + OSD messages for patches
    • +
    • RHMAP: Track the complete string in rhmap
    • +
    • XEGL: Fix mouse not working when using OpenGLES with X11
    • +
    +
    +
    https://www.libretro.com/index.php/retroarch-1-9-1-released/ diff --git a/retroarch.spec b/retroarch.spec index ed50805..a37f5ed 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -25,17 +25,11 @@ # Joypad Autoconfig Files # * https://github.com/libretro/retroarch-joypad-autoconfig %global commit4 aedf93176aac5c1e994c8767181e102857c5f5e4 -%global date4 20210430 -%global shortcommit4 %(c=%{commit4}; echo ${c:0:7}) - -# Joypad Autoconfig Files -# * https://github.com/libretro/retroarch-joypad-autoconfig -%global commit4 aedf93176aac5c1e994c8767181e102857c5f5e4 -%global date4 20210430 +%global date4 20210518 %global shortcommit4 %(c=%{commit4}; echo ${c:0:7}) Name: %{appname}%{?p_suffix} -Version: 1.9.2 +Version: 1.9.3 Release: 1%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} @@ -109,7 +103,7 @@ Source1: %{short_url}/%{appname}-assets/archive/%{commit1}/%{appname}-ass # AppData manifest # * https://github.com/flathub/org.libretro.RetroArch/blob/master/org.libretro.RetroArch.appdata.xml -Source2: https://raw.githubusercontent.com/flathub/%{uuid}/1f357fde2a707f0589ca626482fce3c8dd2793e7/%{uuid}.appdata.xml +Source2: https://raw.githubusercontent.com/flathub/%{uuid}/79cb0b7cb9fc70e7c593830b0e92953d1c2d1154/%{uuid}.appdata.xml # Libretro's core info Source3: %{short_url}/libretro-core-info/archive/v%{version}/libretro-core-info-%{version}.tar.gz @@ -483,6 +477,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog +* Sat May 15 2021 Artem Polishchuk - 1.9.3-1 +- build(update): 1.9.3 + * Sat May 01 2021 Artem Polishchuk - 1.9.2-1 - build(update): 1.9.2 @@ -543,4 +540,4 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml * Fri Nov 29 2019 Artem Polishchuk - 1.8.1-14 - Initial package -- Thanks to Vitaly Zaitsev for help with packaging and review \ No newline at end of file +- Thanks to Vitaly Zaitsev for help with packaging and review diff --git a/sources b/sources index 91d8b1a..1ceeb61 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ -SHA512 (libretro-core-info-1.9.2.tar.gz) = 71c38e0775ca289e91c4172560397e4b30f7ee6d44d7d821179ec6665efce66094541d338f0e62b51029ea25d744bf25711d6d2ab047b1b82cfaf8720db641a2 -SHA512 (libretro-database-1.9.2.tar.gz) = b30c2317375f4c3bad82866804269a91d7a355ecc9fcb802aa52180c3851f9dc15c079ca9129b12657c8b005b99aad46d1fd735d87f9aa6423c7f986d62bf97d -SHA512 (retroarch-1.9.2.tar.gz) = 77a23ca4e493f0bef18d8a228dc855f0f345e40e50a2df07cbee32d74e458c6b7f40b484b2130b65e0304a217aeafd137a4ae4fa91e0a699865beb25f9c651f6 +SHA512 (libretro-core-info-1.9.3.tar.gz) = c39d1e33d1c3f04817f8cf94ab05a0f684ffb58046d5b2ba71fcbc6abacf91931f9e897abf1c8b7aa775fe41e09e4325b662392abb2ce226234c7f61c1df9921 +SHA512 (libretro-database-1.9.3.tar.gz) = d32054b5dbdd1f7f89279aadfa704ec51eb6043c09e1b2867c198bfe4c45fbcde42aa4d9ea9a770610562cb0f8524e25f7da27e40d9db583f10eb2177890c7df +SHA512 (retroarch-1.9.3.tar.gz) = 9b009d41f1ecda6a490101d8cff2ea6127d682735a2e8ee3d1e991ed8824412a6047bed0157c89ec00cd789b8b220e2ce250a394ff675d4c3fdedcca17694018 SHA512 (retroarch-assets-20210422git8d114dd.tar.gz) = 75eea5835164f44658535c1f8dc243542839b949dc6f87952bb6c0f15d059cf406bb08f6150f51a668b14f522e11afa8b1827eb3a7db7ea881fed3816d904d61 -SHA512 (retroarch-joypad-autoconfig-20210430gitaedf931.tar.gz) = 0e99f1a58d37aaa02abc0f80b11abcba7329373244dff74861cb1591ed5b740ad50cb271323a6e76eac6d6f441daa1423f9c310cd6a8db39ac0863c9b751e6ba +SHA512 (retroarch-joypad-autoconfig-20210518gitaedf931.tar.gz) = 0e99f1a58d37aaa02abc0f80b11abcba7329373244dff74861cb1591ed5b740ad50cb271323a6e76eac6d6f441daa1423f9c310cd6a8db39ac0863c9b751e6ba From c91d12f25309a1ec161f2b218834dd92e4279dd3 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Sat, 29 May 2021 23:01:00 +0300 Subject: [PATCH 06/74] build(update): 1.9.4 --- .gitignore | 4 ++++ retroarch.spec | 12 ++++++++---- sources | 8 ++++---- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index afcffa0..a5210fa 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,7 @@ /libretro-database-1.9.3.tar.gz /retroarch-1.9.3.tar.gz /retroarch-joypad-autoconfig-20210518gitaedf931.tar.gz +/libretro-core-info-1.9.4.tar.gz +/libretro-database-1.9.4.tar.gz +/retroarch-1.9.4.tar.gz +/retroarch-joypad-autoconfig-20210529git16e003e.tar.gz diff --git a/retroarch.spec b/retroarch.spec index a37f5ed..51b03b7 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -24,12 +24,12 @@ # Joypad Autoconfig Files # * https://github.com/libretro/retroarch-joypad-autoconfig -%global commit4 aedf93176aac5c1e994c8767181e102857c5f5e4 -%global date4 20210518 +%global commit4 16e003ec4d134d81acd511adc090f35d587b3d3b +%global date4 20210529 %global shortcommit4 %(c=%{commit4}; echo ${c:0:7}) Name: %{appname}%{?p_suffix} -Version: 1.9.3 +Version: 1.9.4 Release: 1%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} @@ -103,7 +103,7 @@ Source1: %{short_url}/%{appname}-assets/archive/%{commit1}/%{appname}-ass # AppData manifest # * https://github.com/flathub/org.libretro.RetroArch/blob/master/org.libretro.RetroArch.appdata.xml -Source2: https://raw.githubusercontent.com/flathub/%{uuid}/79cb0b7cb9fc70e7c593830b0e92953d1c2d1154/%{uuid}.appdata.xml +Source2: https://raw.githubusercontent.com/flathub/%{uuid}/773ba451f4cae0fd124ec6754596f43589df0686/%{uuid}.appdata.xml # Libretro's core info Source3: %{short_url}/libretro-core-info/archive/v%{version}/libretro-core-info-%{version}.tar.gz @@ -129,6 +129,7 @@ BuildRequires: mesa-libgbm-devel BuildRequires: systemd-devel BuildRequires: wayland-devel BuildRequires: wayland-protocols-devel + BuildRequires: pkgconfig(caca) BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(flac) @@ -477,6 +478,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog +* Fri May 28 2021 Artem Polishchuk - 1.9.4-1 +- build(update): 1.9.4 + * Sat May 15 2021 Artem Polishchuk - 1.9.3-1 - build(update): 1.9.3 diff --git a/sources b/sources index 1ceeb61..539a4db 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ -SHA512 (libretro-core-info-1.9.3.tar.gz) = c39d1e33d1c3f04817f8cf94ab05a0f684ffb58046d5b2ba71fcbc6abacf91931f9e897abf1c8b7aa775fe41e09e4325b662392abb2ce226234c7f61c1df9921 -SHA512 (libretro-database-1.9.3.tar.gz) = d32054b5dbdd1f7f89279aadfa704ec51eb6043c09e1b2867c198bfe4c45fbcde42aa4d9ea9a770610562cb0f8524e25f7da27e40d9db583f10eb2177890c7df -SHA512 (retroarch-1.9.3.tar.gz) = 9b009d41f1ecda6a490101d8cff2ea6127d682735a2e8ee3d1e991ed8824412a6047bed0157c89ec00cd789b8b220e2ce250a394ff675d4c3fdedcca17694018 +SHA512 (libretro-core-info-1.9.4.tar.gz) = bae36d29dec2e6c69635a27b093c657379cb38e382c2cf6a06d5cc4a477cf1b9a75b9240c048a7cfbb3abce17425292936677b27b4d8949dcda9c62c9b542456 +SHA512 (libretro-database-1.9.4.tar.gz) = 1d33f4cbd9b5ff1d47ef75c54e82a08aa5fbf33a052d05733185accde77a3fb30aaf7b1f6a2f97da015a44d93bf801b13e777a956a4b0e7a14802d0f5ffd0e13 +SHA512 (retroarch-1.9.4.tar.gz) = e38ac5f56201ccc40a42a0e21d98c3554f410cec4b69d360398e207aa303755ff59e792b2612dc36d11945c8c5a91848f12a971ec4d2e0dca304505cb1813847 SHA512 (retroarch-assets-20210422git8d114dd.tar.gz) = 75eea5835164f44658535c1f8dc243542839b949dc6f87952bb6c0f15d059cf406bb08f6150f51a668b14f522e11afa8b1827eb3a7db7ea881fed3816d904d61 -SHA512 (retroarch-joypad-autoconfig-20210518gitaedf931.tar.gz) = 0e99f1a58d37aaa02abc0f80b11abcba7329373244dff74861cb1591ed5b740ad50cb271323a6e76eac6d6f441daa1423f9c310cd6a8db39ac0863c9b751e6ba +SHA512 (retroarch-joypad-autoconfig-20210529git16e003e.tar.gz) = 8c6bf03b7a01d1d828019af7678c04d08260fdff551b2f63b3aeab8d6eed84477d9bb067b5b625f5d6a8d8b54857ef854523750335a814918e88243d32ae569d From 9533476bca0e5bbe7afbabd6573676980a3569e7 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Thu, 17 Jun 2021 12:23:30 +0300 Subject: [PATCH 07/74] build(update): 1.9.5 --- .gitignore | 4 +++ org.libretro.RetroArch.appdata.xml | 41 ++++++++++++++++++++++++++++++ retroarch.spec | 11 +++++--- sources | 8 +++--- 4 files changed, 56 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index a5210fa..fa66377 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,7 @@ /libretro-database-1.9.4.tar.gz /retroarch-1.9.4.tar.gz /retroarch-joypad-autoconfig-20210529git16e003e.tar.gz +/libretro-core-info-1.9.5.tar.gz +/libretro-database-1.9.5.tar.gz +/retroarch-1.9.5.tar.gz +/retroarch-joypad-autoconfig-20210616gitb228dad.tar.gz diff --git a/org.libretro.RetroArch.appdata.xml b/org.libretro.RetroArch.appdata.xml index cdd5489..1713cfc 100644 --- a/org.libretro.RetroArch.appdata.xml +++ b/org.libretro.RetroArch.appdata.xml @@ -7,6 +7,7 @@ Frontend for emulators, game engines and media players libretro https://www.retroarch.com + https://github.com/libretro/RetroArch/issues https://docs.libretro.com https://retroarch.com/?page=faq https://retroarch.com/index.php?page=donate @@ -40,6 +41,46 @@ GPL-3.0 CC0-1.0 + + https://github.com/libretro/RetroArch/releases/tag/v1.9.5 + +
      +
    • ALSATHREAD: Make alsathread default for all ALSA devices with threads
    • +
    • ARCHIVE: Fix loading of archived content with file names containing # characters
    • +
    • CHEEVOS: Upgrade to rcheevos 10.1
    • +
    • CHEEVOS: Challenge indicators
    • +
    • CHEEVOS: Group achievements by category in quick menu
    • +
    • CHEEVOS: Relabel Start Active with Encore Mode
    • +
    • FONTS: Improve message wrapping with CJK languages
    • +
    • FONTS: Fix garbled characters when converting encodings
    • +
    • INPUT: Allow the 8 analog stick directions to be used as keys for core keyboard mappings
    • +
    • LIBRETRO: Add API extension for setting need_fullpath based on content file extension and to request persistent frontend content data buffers
    • +
    • MENU/SEARCH: Add enhanced search functionality to the 'Manage Cores' menu
    • +
    • UNIX: Get better battery stats on sysfs nodes
    • +
    • VIDEO: Extend Frame Delay range to 19 to accommodate PAL land too
    • +
    • X11: fix fullscreen when swapping monitors/resolution
    • +
    +
    +
    + + https://github.com/libretro/RetroArch/releases/tag/v1.9.4 + +
      +
    • CHEEVOS: update rcheevos to v10.0.0
    • +
    • CONTENT LOADING/FILE IO: Prevent unnecessary extraction (to disk) of compressed content files when need_fullpath is false
    • +
    • CORE INFO/FILE IO: Enable core info cache by default now for all platforms
    • +
    • CORE INFO/REGRESSION FIX: Fix regression caused by core info file caching - Downloads was no longer showing up in Load Content
    • +
    • FILE IO/COMPRESSED: Ability to load content inside ZIP files directly into RAM
    • +
    • INPUT/OVERLAYS: Add option to select between 'touched' elements and physical controller inputs when showing inputs on overlays
    • +
    • INPUT REMAPPING/OVERLAYS: Prevent duplicate inputs when using remaps with input overlays
    • +
    • LOCALIZATION: Fetch translations from Crowdin
    • +
    • MENU/OZONE: Added simple playlist entry enumeration
    • +
    • MENU/XMB: Fix display of 'Maximum Users' menu entry dropdown list
    • +
    • RPNG: Fix some memory corruption if processing broken input PNG file
    • +
    • SECURITY: Fix CVE-2021-28927
    • +
    +
    +
    https://www.libretro.com/index.php/retroarch-1-9-3-released/ diff --git a/retroarch.spec b/retroarch.spec index 51b03b7..c3ed347 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -24,12 +24,12 @@ # Joypad Autoconfig Files # * https://github.com/libretro/retroarch-joypad-autoconfig -%global commit4 16e003ec4d134d81acd511adc090f35d587b3d3b -%global date4 20210529 +%global commit4 b228dad0342243762ccae35ab4ae5f207ec5d4db +%global date4 20210616 %global shortcommit4 %(c=%{commit4}; echo ${c:0:7}) Name: %{appname}%{?p_suffix} -Version: 1.9.4 +Version: 1.9.5 Release: 1%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} @@ -103,7 +103,7 @@ Source1: %{short_url}/%{appname}-assets/archive/%{commit1}/%{appname}-ass # AppData manifest # * https://github.com/flathub/org.libretro.RetroArch/blob/master/org.libretro.RetroArch.appdata.xml -Source2: https://raw.githubusercontent.com/flathub/%{uuid}/773ba451f4cae0fd124ec6754596f43589df0686/%{uuid}.appdata.xml +Source2: https://raw.githubusercontent.com/flathub/%{uuid}/c5191bbf070c75f9a0675e27c6c7ed6279bbbf22/%{uuid}.appdata.xml # Libretro's core info Source3: %{short_url}/libretro-core-info/archive/v%{version}/libretro-core-info-%{version}.tar.gz @@ -478,6 +478,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog +* Mon Jun 14 2021 Artem Polishchuk - 1.9.5-1 +- build(update): 1.9.5 + * Fri May 28 2021 Artem Polishchuk - 1.9.4-1 - build(update): 1.9.4 diff --git a/sources b/sources index 539a4db..0132140 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ -SHA512 (libretro-core-info-1.9.4.tar.gz) = bae36d29dec2e6c69635a27b093c657379cb38e382c2cf6a06d5cc4a477cf1b9a75b9240c048a7cfbb3abce17425292936677b27b4d8949dcda9c62c9b542456 -SHA512 (libretro-database-1.9.4.tar.gz) = 1d33f4cbd9b5ff1d47ef75c54e82a08aa5fbf33a052d05733185accde77a3fb30aaf7b1f6a2f97da015a44d93bf801b13e777a956a4b0e7a14802d0f5ffd0e13 -SHA512 (retroarch-1.9.4.tar.gz) = e38ac5f56201ccc40a42a0e21d98c3554f410cec4b69d360398e207aa303755ff59e792b2612dc36d11945c8c5a91848f12a971ec4d2e0dca304505cb1813847 +SHA512 (libretro-core-info-1.9.5.tar.gz) = 1be1fffaa301d261c604106cf8171f97ac982ab76d84c3fb6b3fb20a94b6c0158a088408550bb752046ea2b49e87ac4ca16c3482b2129c2c53d3d84c305a161f +SHA512 (libretro-database-1.9.5.tar.gz) = 1b190d9f9470bd83216629ee355a5398d1ce7d86c894e72d07b7b10eb87ec43e2cce2c66eee75dbfacc3316a403492e58366506f66a8516c6730d575c6f23ac5 +SHA512 (retroarch-1.9.5.tar.gz) = 6eba9872eae00072859d0e963c83dc111aaa4e1c5c28796187dd25b49f33c765ba2c1553c3ec810b86bf5c4f5d35007f8bde18d6ec9a293a41a4f59081e778d6 SHA512 (retroarch-assets-20210422git8d114dd.tar.gz) = 75eea5835164f44658535c1f8dc243542839b949dc6f87952bb6c0f15d059cf406bb08f6150f51a668b14f522e11afa8b1827eb3a7db7ea881fed3816d904d61 -SHA512 (retroarch-joypad-autoconfig-20210529git16e003e.tar.gz) = 8c6bf03b7a01d1d828019af7678c04d08260fdff551b2f63b3aeab8d6eed84477d9bb067b5b625f5d6a8d8b54857ef854523750335a814918e88243d32ae569d +SHA512 (retroarch-joypad-autoconfig-20210616gitb228dad.tar.gz) = 1c4d9cbbce74ab0bf04162a9e68b5c303177b903a240a85b7998bb05d99177b6f98ed90758083d8578e5131b09622703de0878aa1873bba9c5de79a8c34676d9 From deec3fa29220122605ff150bf4e82bff20b4e741 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 11:25:16 +0000 Subject: [PATCH 08/74] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- retroarch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/retroarch.spec b/retroarch.spec index c3ed347..a559623 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -30,7 +30,7 @@ Name: %{appname}%{?p_suffix} Version: 1.9.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} # CC-BY: Assets @@ -478,6 +478,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.9.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Mon Jun 14 2021 Artem Polishchuk - 1.9.5-1 - build(update): 1.9.5 From 362dfc0f750f6077692ecbef5812e28235d7d221 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Sat, 14 Aug 2021 22:17:07 +0300 Subject: [PATCH 09/74] build(update): 1.9.7 --- .gitignore | 5 +++++ retroarch.spec | 55 ++++++++++++++++++++++++-------------------------- sources | 10 ++++----- 3 files changed, 36 insertions(+), 34 deletions(-) diff --git a/.gitignore b/.gitignore index fa66377..5774297 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,8 @@ /libretro-database-1.9.5.tar.gz /retroarch-1.9.5.tar.gz /retroarch-joypad-autoconfig-20210616gitb228dad.tar.gz +/libretro-core-info-1.9.7.tar.gz +/libretro-database-1.9.7.tar.gz +/retroarch-1.9.7.tar.gz +/retroarch-assets-20210802git5f1b2ca.tar.gz +/retroarch-joypad-autoconfig-1.9.7.tar.gz diff --git a/retroarch.spec b/retroarch.spec index a559623..db5d960 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -18,19 +18,13 @@ # Assets # * https://github.com/libretro/retroarch-assets -%global commit1 8d114dd55b0a357efec12d34d02dfe190a6ccc3a -%global date 20210422 +%global commit1 5f1b2caf7f635be055d03b0d23b146783a44aa6c +%global date 20210802 %global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) -# Joypad Autoconfig Files -# * https://github.com/libretro/retroarch-joypad-autoconfig -%global commit4 b228dad0342243762ccae35ab4ae5f207ec5d4db -%global date4 20210616 -%global shortcommit4 %(c=%{commit4}; echo ${c:0:7}) - Name: %{appname}%{?p_suffix} -Version: 1.9.5 -Release: 2%{?dist} +Version: 1.9.7 +Release: 1%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} # CC-BY: Assets @@ -109,7 +103,7 @@ Source2: https://raw.githubusercontent.com/flathub/%{uuid}/c5191bbf070c75 Source3: %{short_url}/libretro-core-info/archive/v%{version}/libretro-core-info-%{version}.tar.gz # Joypad Autoconfig Files -Source4: %{short_url}/%{appname}-joypad-autoconfig/archive/%{commit4}/%{appname}-joypad-autoconfig-%{date4}git%{shortcommit4}.tar.gz +Source4: %{short_url}/%{appname}-joypad-autoconfig/archive/v%{version}/%{appname}-joypad-autoconfig-%{version}.tar.gz # Database files (cheatcode, content data, cursors) Source5: %{short_url}/libretro-database/archive/v%{version}/libretro-database-%{version}.tar.gz @@ -163,26 +157,26 @@ BuildRequires: libCg BuildRequires: xv %endif -Requires: perl(Net::DBus) %dnl Fedora package: perl-Net-DBus -Requires: perl(X11::Protocol) %dnl Fedora package: perl-X11-Protocol +Requires: perl(Net::DBus) +Requires: perl(X11::Protocol) Recommends: %{name}-assets = %{?epoch:%{epoch}:}%{version}-%{release} Recommends: %{name}-database%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} Recommends: %{name}-filters%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} -Recommends: libretro-beetle-ngp%{?_isa} -Recommends: libretro-beetle-pce-fast%{?_isa} -Recommends: libretro-beetle-vb%{?_isa} -Recommends: libretro-beetle-wswan%{?_isa} -Recommends: libretro-bsnes-mercury%{?_isa} -Recommends: libretro-desmume2015%{?_isa} -Recommends: libretro-gambatte%{?_isa} -Recommends: libretro-gw%{?_isa} -Recommends: libretro-handy%{?_isa} -Recommends: libretro-mgba%{?_isa} -Recommends: libretro-nestopia%{?_isa} -Recommends: libretro-pcsx-rearmed%{?_isa} -Recommends: libretro-prosystem%{?_isa} -Recommends: libretro-stella2014%{?_isa} +Recommends: libretro-beetle-ngp +Recommends: libretro-beetle-pce-fast +Recommends: libretro-beetle-vb +Recommends: libretro-beetle-wswan +Recommends: libretro-bsnes-mercury +Recommends: libretro-desmume2015 +Recommends: libretro-gambatte +Recommends: libretro-gw +Recommends: libretro-handy +Recommends: libretro-mgba +Recommends: libretro-nestopia +Recommends: libretro-pcsx-rearmed +Recommends: libretro-prosystem +Recommends: libretro-stella2014 %if %{with freeworld} # Non-Free cores # * Dummy for future @@ -352,7 +346,7 @@ sed -e 's|retroarch.cfg|%{name}.cfg|g' \ %make_build -C libretro-core-info-%{version} # Joypad Autoconfig Files -%make_build -C %{appname}-joypad-autoconfig-%{commit4} +%make_build -C %{appname}-joypad-autoconfig-%{version} # Database files (cheatcode, content data, cursors) %make_build -C libretro-database-%{version} @@ -397,7 +391,7 @@ rm %{buildroot}%{_datadir}/libretro/assets%{?p_suffix}/pkg/osd-font.ttf \ install -m 0644 -Dp %{SOURCE2} %{buildroot}%{_metainfodir}/%{uuid}.appdata.xml # Joypad Autoconfig Files -%make_install -C %{appname}-joypad-autoconfig-%{commit4} \ +%make_install -C %{appname}-joypad-autoconfig-%{version} \ DOC_DIR=%{_datadir}/libretro/autoconfig/doc %if %{with freeworld} mv %{buildroot}%{_datadir}/libretro/autoconfig/ \ @@ -478,6 +472,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog +* Sat Aug 14 2021 Artem Polishchuk +- build(update): 1.9.7 + * Fri Jul 23 2021 Fedora Release Engineering - 1.9.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild diff --git a/sources b/sources index 0132140..dfcbb1d 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ -SHA512 (libretro-core-info-1.9.5.tar.gz) = 1be1fffaa301d261c604106cf8171f97ac982ab76d84c3fb6b3fb20a94b6c0158a088408550bb752046ea2b49e87ac4ca16c3482b2129c2c53d3d84c305a161f -SHA512 (libretro-database-1.9.5.tar.gz) = 1b190d9f9470bd83216629ee355a5398d1ce7d86c894e72d07b7b10eb87ec43e2cce2c66eee75dbfacc3316a403492e58366506f66a8516c6730d575c6f23ac5 -SHA512 (retroarch-1.9.5.tar.gz) = 6eba9872eae00072859d0e963c83dc111aaa4e1c5c28796187dd25b49f33c765ba2c1553c3ec810b86bf5c4f5d35007f8bde18d6ec9a293a41a4f59081e778d6 -SHA512 (retroarch-assets-20210422git8d114dd.tar.gz) = 75eea5835164f44658535c1f8dc243542839b949dc6f87952bb6c0f15d059cf406bb08f6150f51a668b14f522e11afa8b1827eb3a7db7ea881fed3816d904d61 -SHA512 (retroarch-joypad-autoconfig-20210616gitb228dad.tar.gz) = 1c4d9cbbce74ab0bf04162a9e68b5c303177b903a240a85b7998bb05d99177b6f98ed90758083d8578e5131b09622703de0878aa1873bba9c5de79a8c34676d9 +SHA512 (libretro-core-info-1.9.7.tar.gz) = 9e88e0e0541e0327b90617badbfc94ff9868e15da672b354d154c0f4c1e1b7c6e1a60dbf122401d6b50d3e5e2731b70fd6ee8afabf12b91c8f272b53d02d82c0 +SHA512 (libretro-database-1.9.7.tar.gz) = 8acf2bff913225b1b6f63fddaa7e159d66714c09c37dc3f81a422ce929c52ae8be60253e905b5dc9c00165f68e33768f42fb5b740ae062b1fe003198dcdd0f45 +SHA512 (retroarch-1.9.7.tar.gz) = ee01bbf6eb6b271b5492a1a045cbe03ca660c0db305a3b593523e5e593d66fe6af796db530f8c04f05528b02a9c4536f7d016771c4b964121866d0601aa06fa1 +SHA512 (retroarch-assets-20210802git5f1b2ca.tar.gz) = 312c89036c01e9aa8402648f297cc23397a40d4f2cfe3517906b5ab9d2415772f2dd73c3e6aa47e3f79a22d6f29e8366ae949cb4ab547c68c14aa01a09777e62 +SHA512 (retroarch-joypad-autoconfig-1.9.7.tar.gz) = f6af41ab557fef3095a3652e2b1832bcf25a99530b324581e6c94b3feb403e400f5d468db842ec36a1c7513ff1c8ac57b6df8b0b0f74db887cd91e33a8d205fe From 18e090ca0baa2574ab8f84d59f2fe772aa853ce3 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Thu, 26 Aug 2021 03:32:59 -0400 Subject: [PATCH 10/74] build(update): 1.9.8 --- .gitignore | 4 ++++ retroarch.spec | 5 ++++- sources | 8 ++++---- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 5774297..c3ac5b3 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,7 @@ /retroarch-1.9.7.tar.gz /retroarch-assets-20210802git5f1b2ca.tar.gz /retroarch-joypad-autoconfig-1.9.7.tar.gz +/libretro-core-info-1.9.8.tar.gz +/libretro-database-1.9.8.tar.gz +/retroarch-1.9.8.tar.gz +/retroarch-joypad-autoconfig-1.9.8.tar.gz diff --git a/retroarch.spec b/retroarch.spec index db5d960..82e2cff 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -23,7 +23,7 @@ %global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) Name: %{appname}%{?p_suffix} -Version: 1.9.7 +Version: 1.9.8 Release: 1%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} @@ -472,6 +472,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog +* Thu Aug 26 2021 Artem Polishchuk - 1.9.8-1 +- build(update): 1.9.8 + * Sat Aug 14 2021 Artem Polishchuk - build(update): 1.9.7 diff --git a/sources b/sources index dfcbb1d..8e1965b 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ -SHA512 (libretro-core-info-1.9.7.tar.gz) = 9e88e0e0541e0327b90617badbfc94ff9868e15da672b354d154c0f4c1e1b7c6e1a60dbf122401d6b50d3e5e2731b70fd6ee8afabf12b91c8f272b53d02d82c0 -SHA512 (libretro-database-1.9.7.tar.gz) = 8acf2bff913225b1b6f63fddaa7e159d66714c09c37dc3f81a422ce929c52ae8be60253e905b5dc9c00165f68e33768f42fb5b740ae062b1fe003198dcdd0f45 -SHA512 (retroarch-1.9.7.tar.gz) = ee01bbf6eb6b271b5492a1a045cbe03ca660c0db305a3b593523e5e593d66fe6af796db530f8c04f05528b02a9c4536f7d016771c4b964121866d0601aa06fa1 +SHA512 (libretro-core-info-1.9.8.tar.gz) = 6adca0065aee1fcab52263a7868688a09f32d290e3e06d571c208b1df6419c3aeae8f0ae8c0e754aeccd60a420ef7e05dc142141a892592adcd45ad766f4ce80 +SHA512 (libretro-database-1.9.8.tar.gz) = e72704d48c67a894bb7cdfbd5667e51f6d78db09b620393bba5561e4baf0c04655849f78b60ab2ad6a0b6bfb35625c10ad3a280e0a6517a49324fde2bfb7855e +SHA512 (retroarch-1.9.8.tar.gz) = 2534f4c0228ee569fa332cf1ddcd70bb82d63dbf873f2d6a847e9f868a2af4023132d714a008a1b731b1184e06107dfcbf5a65582d7a461929277defa655bccc SHA512 (retroarch-assets-20210802git5f1b2ca.tar.gz) = 312c89036c01e9aa8402648f297cc23397a40d4f2cfe3517906b5ab9d2415772f2dd73c3e6aa47e3f79a22d6f29e8366ae949cb4ab547c68c14aa01a09777e62 -SHA512 (retroarch-joypad-autoconfig-1.9.7.tar.gz) = f6af41ab557fef3095a3652e2b1832bcf25a99530b324581e6c94b3feb403e400f5d468db842ec36a1c7513ff1c8ac57b6df8b0b0f74db887cd91e33a8d205fe +SHA512 (retroarch-joypad-autoconfig-1.9.8.tar.gz) = 14cd31b849f269a1487af2bd2d8d7e5b632a3e5d987f9745972f0c934d8060bec6198cfefbeb0933277f26d1b1ad3719d7bbb46e3e191b61965697c3076e072f From 0c212e6882d1ed254aff9905cd6376e4e1b96712 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Tue, 7 Sep 2021 06:21:51 -0400 Subject: [PATCH 11/74] build(update): 1.9.9 --- .gitignore | 5 +++++ retroarch.spec | 9 ++++++--- sources | 10 +++++----- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index c3ac5b3..c432b16 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,8 @@ /libretro-database-1.9.8.tar.gz /retroarch-1.9.8.tar.gz /retroarch-joypad-autoconfig-1.9.8.tar.gz +/libretro-core-info-1.9.9.tar.gz +/libretro-database-1.9.9.tar.gz +/retroarch-1.9.9.tar.gz +/retroarch-assets-20210802git0f3cd46.tar.gz +/retroarch-joypad-autoconfig-1.9.9.tar.gz diff --git a/retroarch.spec b/retroarch.spec index 82e2cff..b85294a 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -18,12 +18,12 @@ # Assets # * https://github.com/libretro/retroarch-assets -%global commit1 5f1b2caf7f635be055d03b0d23b146783a44aa6c +%global commit1 0f3cd46cab4e4e607fc4be0d5a71f83790c9fa46 %global date 20210802 %global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) Name: %{appname}%{?p_suffix} -Version: 1.9.8 +Version: 1.9.9 Release: 1%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} @@ -97,7 +97,7 @@ Source1: %{short_url}/%{appname}-assets/archive/%{commit1}/%{appname}-ass # AppData manifest # * https://github.com/flathub/org.libretro.RetroArch/blob/master/org.libretro.RetroArch.appdata.xml -Source2: https://raw.githubusercontent.com/flathub/%{uuid}/c5191bbf070c75f9a0675e27c6c7ed6279bbbf22/%{uuid}.appdata.xml +Source2: https://raw.githubusercontent.com/flathub/%{uuid}/f2f2327610807b1ec2c61d079d9473633b147fe4/%{uuid}.appdata.xml # Libretro's core info Source3: %{short_url}/libretro-core-info/archive/v%{version}/libretro-core-info-%{version}.tar.gz @@ -472,6 +472,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog +* Tue Sep 07 2021 Artem Polishchuk - 1.9.9-1 +- build(update): 1.9.9 + * Thu Aug 26 2021 Artem Polishchuk - 1.9.8-1 - build(update): 1.9.8 diff --git a/sources b/sources index 8e1965b..0c4cf49 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ -SHA512 (libretro-core-info-1.9.8.tar.gz) = 6adca0065aee1fcab52263a7868688a09f32d290e3e06d571c208b1df6419c3aeae8f0ae8c0e754aeccd60a420ef7e05dc142141a892592adcd45ad766f4ce80 -SHA512 (libretro-database-1.9.8.tar.gz) = e72704d48c67a894bb7cdfbd5667e51f6d78db09b620393bba5561e4baf0c04655849f78b60ab2ad6a0b6bfb35625c10ad3a280e0a6517a49324fde2bfb7855e -SHA512 (retroarch-1.9.8.tar.gz) = 2534f4c0228ee569fa332cf1ddcd70bb82d63dbf873f2d6a847e9f868a2af4023132d714a008a1b731b1184e06107dfcbf5a65582d7a461929277defa655bccc -SHA512 (retroarch-assets-20210802git5f1b2ca.tar.gz) = 312c89036c01e9aa8402648f297cc23397a40d4f2cfe3517906b5ab9d2415772f2dd73c3e6aa47e3f79a22d6f29e8366ae949cb4ab547c68c14aa01a09777e62 -SHA512 (retroarch-joypad-autoconfig-1.9.8.tar.gz) = 14cd31b849f269a1487af2bd2d8d7e5b632a3e5d987f9745972f0c934d8060bec6198cfefbeb0933277f26d1b1ad3719d7bbb46e3e191b61965697c3076e072f +SHA512 (libretro-core-info-1.9.9.tar.gz) = 0d278f8268575c7f587bdad861d6148049b651ffaa7c55be156f3060e598023a015b92f9d0c884e31215f881aeccf9760915af1d59d4a986c32346f05f5e979b +SHA512 (libretro-database-1.9.9.tar.gz) = be64b7986f9d3e78679a0dd78e4fae88b556a583ad5520bc2e79e6c173e8070041782cbf4ba2663f0186ec0119c8704510cca426f59672dff27401a2a5fcaad4 +SHA512 (retroarch-1.9.9.tar.gz) = 05d2d6c909ae5192480e4c5c0722eb248f782e329e6abbc4643e9adcf1b6008923068153ccf4f4a449305ed83625ae86c015ec2c8b7ebd309852c4d3c218f62a +SHA512 (retroarch-assets-20210802git0f3cd46.tar.gz) = 0761c1a00dea81773c8e30ca4f16bc2fe6acbced37893ffe812ef6f35173d35d18d4b1dd1beed6412f40f2f8f042e001129ace65a0d7e7364c22bed5dca38a25 +SHA512 (retroarch-joypad-autoconfig-1.9.9.tar.gz) = 391a259d5676fbe976f1cc40643898f14cae5aa718ca2a4b7f5aa70c5a66c19cfad75cec55a23c1c352bd333d86dde2ab8e2b8309c2e6b84c2547aa5b240c201 From cd630df363e6ad176a4ceca20cfdbac5cf95dd23 Mon Sep 17 00:00:00 2001 From: Sahana Prasad Date: Tue, 14 Sep 2021 19:13:23 +0200 Subject: [PATCH 12/74] Rebuilt with OpenSSL 3.0.0 --- retroarch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/retroarch.spec b/retroarch.spec index b85294a..c343193 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -24,7 +24,7 @@ Name: %{appname}%{?p_suffix} Version: 1.9.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} # CC-BY: Assets @@ -472,6 +472,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog +* Tue Sep 14 2021 Sahana Prasad - 1.9.9-2 +- Rebuilt with OpenSSL 3.0.0 + * Tue Sep 07 2021 Artem Polishchuk - 1.9.9-1 - build(update): 1.9.9 From 84265bc3b4a9cfc6c999ae9e38ad586581d0d937 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Fri, 1 Oct 2021 20:46:23 +0300 Subject: [PATCH 13/74] fix: Remove %{?_isa} from database --- retroarch.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroarch.spec b/retroarch.spec index c343193..b01ca1e 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -161,7 +161,7 @@ Requires: perl(Net::DBus) Requires: perl(X11::Protocol) Recommends: %{name}-assets = %{?epoch:%{epoch}:}%{version}-%{release} -Recommends: %{name}-database%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} +Recommends: %{name}-database = %{?epoch:%{epoch}:}%{version}-%{release} Recommends: %{name}-filters%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} Recommends: libretro-beetle-ngp Recommends: libretro-beetle-pce-fast From 2ed0cbb7a17877ea0aa59544524bbc536ce6323c Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Fri, 1 Oct 2021 22:24:44 +0300 Subject: [PATCH 14/74] docs: Add README.fedora.md | rh#1846170 --- README.fedora.md | 19 +++++++++++++++++++ retroarch-enable-network-access.sh | 18 ++++++++++++++++++ retroarch.spec | 20 ++++++++++++++++++-- 3 files changed, 55 insertions(+), 2 deletions(-) create mode 100644 README.fedora.md create mode 100755 retroarch-enable-network-access.sh diff --git a/README.fedora.md b/README.fedora.md new file mode 100644 index 0000000..eba454c --- /dev/null +++ b/README.fedora.md @@ -0,0 +1,19 @@ +# RetroArch Fedora + +## How to download and install more libretro cores + +Network access disabled by default in RetroArch Fedora build due security reasons. Only free libretro cores available which packaged in official Fedora repo. To obtain more libretro cores you need to: + + 1. Run in terminal: + ```bash + $ retroarch-enable-network-access.sh + ``` + 2. Now run RetroArch and go to: `Main Menu -> Load Core -> Download a Core`. + +## How to reset all settings on defaults + +To reset all settings on defaults and get back to system libretro cores remove user data dir: + +```bash +$ rm -rf ~/.config/retroarch/ +``` diff --git a/retroarch-enable-network-access.sh b/retroarch-enable-network-access.sh new file mode 100755 index 0000000..587e7f7 --- /dev/null +++ b/retroarch-enable-network-access.sh @@ -0,0 +1,18 @@ +#! /usr/bin/bash + +pkill --signal TERM retroarch +pkill --signal KILL retroarch +retroarch & +sleep 1 && +pkill --signal TERM retroarch +pkill --signal KILL retroarch +pushd ~/.config/retroarch/ +sed -e 's|menu_show_online_updater = "false"|menu_show_online_updater = "true"|' \ + -e 's|menu_show_core_updater = "false"|menu_show_core_updater = "true"|' \ + -e 's|libretro_directory = "/usr/lib64/libretro/"| "~/.config/retroarch/cores"|' \ + -i retroarch.cfg +popd + +echo "To reset all settings on defaults and get back to system libretro cores remove user data dir: + + $ rm -rf ~/.config/retroarch/" diff --git a/retroarch.spec b/retroarch.spec index b01ca1e..c4d8cb4 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -24,7 +24,7 @@ Name: %{appname}%{?p_suffix} Version: 1.9.9 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} # CC-BY: Assets @@ -108,6 +108,12 @@ Source4: %{short_url}/%{appname}-joypad-autoconfig/archive/v%{version}/%{ # Database files (cheatcode, content data, cursors) Source5: %{short_url}/libretro-database/archive/v%{version}/libretro-database-%{version}.tar.gz +# Script for enabling network access which allows downloading more libretro +# cores +Source10: %{name}-enable-network-access.sh + +Source11: README.fedora.md + # https://github.com/libretro/retroarch-assets/pull/334 Patch0: https://github.com/libretro/retroarch-assets/pull/334.patch#/add-executable-bit-to-script.patch @@ -249,6 +255,11 @@ RetroArch incoporates a ROM scanning system to automatically produce playlists. Each ROM that is scanned by the playlist generator is checked against a database of ROMs that are known to be good copies. +To download and install more libretro cores please read included README.Fedora +file: + + $ xdg-open %{_docdir}/%{name}/README.fedora.md + %prep %setup -n RetroArch-%{version} -q @@ -428,6 +439,8 @@ sed -i 's|org.libretro.RetroArch.desktop|org.libretro.RetroArch-freeworld.deskto %{buildroot}%{_metainfodir}/%{uuid}-freeworld.appdata.xml %endif +install -Dpm0755 %{SOURCE10} -t %{buildroot}%{_bindir} +install -Dpm0644 %{SOURCE11} -t %{buildroot}%{_docdir}/%{name} %check desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop @@ -436,7 +449,7 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %files %license COPYING -%doc README.md README-exynos.md README-OMAP.md README-mali_fbdev_r4p0.md CHANGES.md CONTRIBUTING.md +%doc README.md README.fedora.md README-exynos.md README-OMAP.md README-mali_fbdev_r4p0.md CHANGES.md CONTRIBUTING.md %{_bindir}/%{appname}* %{_datadir}/applications/*.desktop %{_datadir}/libretro/autoconfig%{?p_suffix}/ @@ -472,6 +485,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog +* Fri Oct 01 2021 Artem Polishchuk - 1.9.9-3 +- docs: Add README.fedora.md | rh#1846170 + * Tue Sep 14 2021 Sahana Prasad - 1.9.9-2 - Rebuilt with OpenSSL 3.0.0 From 24fc24de7689f00daeb19185311c2371ae5beef0 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Mon, 4 Oct 2021 10:57:22 +0300 Subject: [PATCH 15/74] build(update): 1.9.10 --- .gitignore | 5 ++ org.libretro.RetroArch.appdata.xml | 137 +++++++++++++++++++++++++++++ retroarch.spec | 25 +++--- sources | 10 +-- 4 files changed, 161 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index c432b16..a76af78 100644 --- a/.gitignore +++ b/.gitignore @@ -67,3 +67,8 @@ /retroarch-1.9.9.tar.gz /retroarch-assets-20210802git0f3cd46.tar.gz /retroarch-joypad-autoconfig-1.9.9.tar.gz +/libretro-core-info-1.9.10.tar.gz +/libretro-database-1.9.10.tar.gz +/retroarch-1.9.10.tar.gz +/retroarch-assets-20210922git62b5d18.tar.gz +/retroarch-joypad-autoconfig-1.9.10.tar.gz diff --git a/org.libretro.RetroArch.appdata.xml b/org.libretro.RetroArch.appdata.xml index 1713cfc..eb5bcdd 100644 --- a/org.libretro.RetroArch.appdata.xml +++ b/org.libretro.RetroArch.appdata.xml @@ -41,6 +41,143 @@ GPL-3.0 CC0-1.0 + + https://github.com/libretro/RetroArch/releases/tag/v1.9.10 + +
      +
    • AUDIO/MIXER: Pad sample buffers to prevent potential heap-buffer-overflows when resampling (fixes crash when using 30 kHz menu audio files)
    • +
    • AUDIO/LINUX/SNAP: Add JACK support
    • +
    • CHEEVOS: Don't write achievement credentials to overrides
    • +
    • CHEEVOS: Disable slowmotion when enabling hardcore mode
    • +
    • BUGFIX/ANDROID: Fix crash that could happen on Android with Sameboy core - would crash on rumble function
    • +
    • GFX/WIDGETS: New regular widget message appearance
    • +
    • INPUT/MOUSE: Add distinct mouse zero index label for drivers that do not support multimouse
    • +
    • INPUT/RUMBLE: Add generic rumble gain to input settings
    • +
    • INPUT/UDEV/X11: Add workaround to fix keyboard input when using X11 + Udev
    • +
    • LIBNX/SWITCH: Add Video Filters support
    • +
    • LOCALIZATION: Fetch translations from Crowdin
    • +
    • OPENDINGUX/BETA: Disable OpenAL
    • +
    • PLAYLISTS: Add 'Refresh Playlist' option
    • +
    • STEAM: Initial release on Steam
    • +
    • UWP/VFS/XBOX: Improvements and bugfixes to UWP VFS driver
    • +
    • VIDEO/REFRESH RATE: Automatic PAL/NTSC refresh rate switch where available - as long as the platform display server allows changing refresh rates and the display has the desired refresh rate
    • +
    • VIDEO FILTERS: Add 'Picoscale_256x-320x240' video filter
    • +
    +
    +
    + + https://github.com/libretro/RetroArch/releases/tag/v1.9.9 + +
      +
    • AUDIO/MIXER: Ensure than menu sounds are re-enabled when calling CMD_EVENT_AUDIO_REINIT
    • +
    • AUDIO/RESAMPLER/MIXER: Fix menu sounds (audio mixing) when using the 'sinc' resampler with quality lower than 'normal'
    • +
    • AUDIO/CONVERSION/ARM NEON: Add intrinsic NEON versions for float_to_s16/s16_to_float - should lead to optimized codepaths for AArch64/ARMv7 architectures without being dependent on ASM codepaths.
    • +
    • AUDIO/RESAMPLER/ARM NEON: Add intrinsic NEON version for lanczos sinc function - should lead to optimized codepaths for AArch64/ARMv7 architectures without being dependent on ASM codepaths.
    • +
    • CHEEVOS: Upgrade to rcheevos 10.2
    • +
    • CHEATS: Add enhanced search functionality to the 'Cheats' menu
    • +
    • CHEATS/RUNAHEAD: Fix cheats when using second instance runahead
    • +
    • CONFIG: Add option to (force-)write current core options to disk (Quick Menu)
    • +
    • CORE INFO CACHE: Remove core path from core info cache. Should make core info caches portable now (for example: you can move RetroArch to a separate dir and they would still work).
    • +
    • INPUT/OVERLAY: Fix overlay input when analog to digital mapping is enabled
    • +
    • INPUT/UDEV: Look for "ID_INPUT_KEY", not "ID_INPUT_KEYBOARD"
    • +
    • MENU: Allow 'Custom Aspect Ratio (X Position)/(Y Position)/(Width)/(Height)' to be entered manually via keyboard
    • +
    • MENU: Allow 'Vertical Refresh Rate' to be entered manually via keyboard
    • +
    • MENU/SHADERS: Highlight currently selected value in Shader Parameter drop-down lists
    • +
    • STABILITY: Safer way of avoiding the race condition in audio_driver_sample/audio_driver_sample_batch
    • +
    • STABILITY: When audio driver write callback function fails, don't turn audio off completely
    • +
    • STABILITY: Input robustness for cores that use internal threading, no audio should be processed at this point in time
    • +
    • VIDEO: Screen resolution list sanitizing
    • +
    • VULKAN: Fix some Vulkan validation layer errors
    • +
    +
    +
    + + https://github.com/libretro/RetroArch/releases/tag/v1.9.8 + +
      +
    • CHEEVOS: Hide challenge indicators when resetting
    • +
    • CHEEVOS: Support for more than 64 memory regions
    • +
    • CHEEVOS: Automatically retry 'http error code -1'
    • +
    • CONTENT INFORMATION: Show content info label+path rows always
    • +
    • CORE OPTIONS: Core option categories implemented
    • +
    • CORE OPTIONS: Add option to disable core option categories
    • +
    • DATABASE: Fix heap-buffer-overflow when fetching CRC values
    • +
    • DATABASE/EXPLORE: Fix CRC32 reading in explore menu
    • +
    • DATABASE/LIBRETRODB: Fix writing of numerical values
    • +
    • DATABASE/LIBRETRODB: Fix libretro-db loading on big endian platforms
    • +
    • INPUT/UDEV: Limit udev device scan to subsystem 'input'
    • +
    • INPUT/SDL2/WINDOWS: Fix keyboard event keycodes
    • +
    • INPUT/WAYLAND: Fixes a bug where the first player's mouse, pointer, and lightgun are echoed to the other ports. Now, those other ports correctly report zero. In the future support for multiple mouselike devices will need to be added, which is a bigger project
    • +
    • INPUT/WAYLAND: The driver now respects keyboard_mapping_blocked
    • +
    • INPUT/WAYLAND: When possible, deprecated lightgun defines are replaced with the new ones. The coordinates are still using the old relative callbacks
    • +
    • LIBRETRO: Core options category API implemented
    • +
    • LIBRETRO: Fix RETRO_ENVIRONMENT_SET_FASTFORWARDING_OVERRIDE callback when runahead is enabled
    • +
    • LIBRETRO: Add environment callback for enabling core option menu visibility updates without toggling Quick Menu
    • +
    • LOGGING: Starting logging and verbose mode before first config load
    • +
    • LINUX: In some Linux Desktop Environments, like Budgie, task bar feature is unable to pin applications. With StartupWMClass= present in .desktop file, it is possible to pin the application
    • +
    • LOCALIZATION: Fetch translations from Crowdin
    • +
    • MENU: Relocate 'Manage Playlists' to top
    • +
    • MENU: Fullscreen resolution width/height settings no longer require 'advanced settings'
    • +
    • MENU/REFRESH RATE: Fix double notifications with refresh rate settings
    • +
    • MENU/OZONE: Ensure the existence of values used in selection calculation
    • +
    • MENU/OZONE/VULKAN: Casting to unsigned caused an integer overflow and after float promotion would lead to 'x' being a garbage value, leading to problems when this value was passed to vkCmdSetViewport. This stops Vulkan validation layers from complaining about it
    • +
    • MOUSE: Change default mouse index to port index
    • +
    • MOUSE: Friendly names for mice where available
    • +
    • VIDEO: Fix refresh rate 59Hz rounding
    • +
    +
    +
    + + https://github.com/libretro/RetroArch/releases/tag/v1.9.7 + +
      +
    • CORE INFO: Automatically disable core info cache when core info directory is read-only
    • +
    • INPUT/UDEV: udev fixes add pointer pressed to pointer device to allow udev users to access this device
    • +
    • LINUX/XDG: Prevent xdg-screensaver's "Protocol error" messages
    • +
    • LOCALIZATION: Fetch translations from Crowdin
    • +
    • LOCALIZATION: Add missing languages for the first startup
    • +
    • MENU/XMB/WIDGETS: Add workaround for FPU bug that breaks scale factor comparisons on certain platforms (fixes XMB thumbnails on 32bit Linux/Windows)
    • +
    • MENU/RGUI: Enable fullscreen thumbnail toggle using RetroPad 'start' button
    • +
    • MENU/RGUI: Fix sublabel length when menu clock is disabled
    • +
    • NETWORK/HTTP: Fix HTTP progress indication for large files on 32-bit systems
    • +
    • NETWORK/NATT: implement natt fix from void()
    • +
    • PATHS: Fix garbled path string
    • +
    • SHADERS: Max Shader Parameters increased to 1024
    • +
    • VIDEO: Add 'Integer Scale Overlay' - Force integer scaling to round up to the next larger integer instead of rounding down
    • +
    • VIDEO: New 'Full' aspect ratio added. This aspect ratio is useful when used with a shader which has a border in it. The aspect ratio is set to the full window area, so that the viewport spans the whole viewport. When using a border type shader like the Mega Bezel this allows the graphics to span the whole window regardless of the user's monitor aspect ratio
    • +
    • UNIX: Correct backlight max_brightness path
    • +
    +
    +
    + + https://github.com/libretro/RetroArch/releases/tag/v1.9.6 + +
      +
    • ARCHIVE: Fix archive delimiter detection when file path contains no slashes
    • +
    • ANDROID: Do not duplicate port 0 mouse and gun inputs to other ports
    • +
    • AUDIO/XAUDIO2: Fail instead of crashing when disconnecting an audio device
    • +
    • CHEEVOS: Reset cached progress each time menu is opened
    • +
    • GFX: Fix uninitialized variables in gfx_display_draw_cursor
    • +
    • HISTORY: Hide 'Add to Favorites' when viewing an entry of the favorites playlist
    • +
    • INPUT: 'Analog to Digital Type' usability improvements
    • +
    • INPUT: Add support for mapping multiple controllers to a single input device
    • +
    • INPUT/REMAPPING: Add support for mapping multiple controllers to a single input device
    • +
    • INPUT/LIGHTGUN: Bind lightgun trigger to first mouse button by default
    • +
    • INPUT/UDEV: Only add mouse if it has buttons and add vebose device friendly names
    • +
    • INPUT/UDEV: Skip mouse with no button errors and keep the rest
    • +
    • INPUT/UDEV: Fix Game Focus mode
    • +
    • INPUT/UDEV/X11: Change udev driver for dual lightgun support in X11
    • +
    • LOCALIZATION: Fetch translations from Crowdin
    • +
    • LOCALIZATION: Fix Switchres menu texts
    • +
    • MENU/OZONE: Ensure sidebar display status is updated correctly when performing rapid menu navigation
    • +
    • MENU/XMB: Dynamic wallpaper fix
    • +
    • MENU/XMB: Icon opacity fix
    • +
    • MENU/QT/WIMP: Fix default core detection when playlist file name does not match db_name
    • +
    • PLAYLISTS: Optimise scanning of large rom sets
    • +
    • X11: Fix threaded video segfault
    • +
    +
    +
    https://github.com/libretro/RetroArch/releases/tag/v1.9.5 diff --git a/retroarch.spec b/retroarch.spec index c4d8cb4..a59463b 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -18,13 +18,13 @@ # Assets # * https://github.com/libretro/retroarch-assets -%global commit1 0f3cd46cab4e4e607fc4be0d5a71f83790c9fa46 -%global date 20210802 +%global commit1 62b5d18b8141113c55d6db768882dc25b30ace45 +%global date 20210922 %global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) Name: %{appname}%{?p_suffix} -Version: 1.9.9 -Release: 3%{?dist} +Version: 1.9.10 +Release: 1%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} # CC-BY: Assets @@ -97,7 +97,7 @@ Source1: %{short_url}/%{appname}-assets/archive/%{commit1}/%{appname}-ass # AppData manifest # * https://github.com/flathub/org.libretro.RetroArch/blob/master/org.libretro.RetroArch.appdata.xml -Source2: https://raw.githubusercontent.com/flathub/%{uuid}/f2f2327610807b1ec2c61d079d9473633b147fe4/%{uuid}.appdata.xml +Source2: https://raw.githubusercontent.com/flathub/%{uuid}/02d2ff16964d76b3fd37df750f5982caf14ab4b6/%{uuid}.appdata.xml # Libretro's core info Source3: %{short_url}/libretro-core-info/archive/v%{version}/libretro-core-info-%{version}.tar.gz @@ -209,7 +209,12 @@ seamlessly on many platforms with very little to no porting effort. While RetroArch is the reference frontend for libretro, several other projects have used the libretro interface to include support for emulators and/or game -engines. libretro is completely open and free for anyone to use.} +engines. libretro is completely open and free for anyone to use. + +To download and install more libretro cores please read included README.Fedora +file: + + $ xdg-open %{_docdir}/%{name}/README.fedora.md} %description %{_description} @@ -255,11 +260,6 @@ RetroArch incoporates a ROM scanning system to automatically produce playlists. Each ROM that is scanned by the playlist generator is checked against a database of ROMs that are known to be good copies. -To download and install more libretro cores please read included README.Fedora -file: - - $ xdg-open %{_docdir}/%{name}/README.fedora.md - %prep %setup -n RetroArch-%{version} -q @@ -485,6 +485,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog +* Mon Oct 04 2021 Artem Polishchuk - 1.9.10-1 +- build(update): 1.9.10 + * Fri Oct 01 2021 Artem Polishchuk - 1.9.9-3 - docs: Add README.fedora.md | rh#1846170 diff --git a/sources b/sources index 0c4cf49..7dd203d 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ -SHA512 (libretro-core-info-1.9.9.tar.gz) = 0d278f8268575c7f587bdad861d6148049b651ffaa7c55be156f3060e598023a015b92f9d0c884e31215f881aeccf9760915af1d59d4a986c32346f05f5e979b -SHA512 (libretro-database-1.9.9.tar.gz) = be64b7986f9d3e78679a0dd78e4fae88b556a583ad5520bc2e79e6c173e8070041782cbf4ba2663f0186ec0119c8704510cca426f59672dff27401a2a5fcaad4 -SHA512 (retroarch-1.9.9.tar.gz) = 05d2d6c909ae5192480e4c5c0722eb248f782e329e6abbc4643e9adcf1b6008923068153ccf4f4a449305ed83625ae86c015ec2c8b7ebd309852c4d3c218f62a -SHA512 (retroarch-assets-20210802git0f3cd46.tar.gz) = 0761c1a00dea81773c8e30ca4f16bc2fe6acbced37893ffe812ef6f35173d35d18d4b1dd1beed6412f40f2f8f042e001129ace65a0d7e7364c22bed5dca38a25 -SHA512 (retroarch-joypad-autoconfig-1.9.9.tar.gz) = 391a259d5676fbe976f1cc40643898f14cae5aa718ca2a4b7f5aa70c5a66c19cfad75cec55a23c1c352bd333d86dde2ab8e2b8309c2e6b84c2547aa5b240c201 +SHA512 (libretro-core-info-1.9.10.tar.gz) = fdeb53d22cb72596a34143b3e07816073bebade2dae90a2687550e6fd31f1640f6779b6d7d1ce6475cc3da6786654023a11b2e4556ff132b2a2bfae06c08058d +SHA512 (libretro-database-1.9.10.tar.gz) = 0c410c05b217ad490692ec3532ef20ed002555d4042b703f93d0b6ee5861d60dc0f726d41a155526239785becb9916d3e88ae94e1513fb71351a619369ec1be6 +SHA512 (retroarch-1.9.10.tar.gz) = 2b7002acf7d1ddb7b2ea379ef2cbdff78a32be6d565cad2194e87755f68a0b71874b8a6d7e1899bd7e8ee958cb09e0df71d03fe6488218a883588ce34c8142eb +SHA512 (retroarch-assets-20210922git62b5d18.tar.gz) = d502a0419fc2daf2b53b47ca4f5c57121a15722afd85b2af8f8fdceb79c03e2480d8c8adc0078d98a925bd5fbff34a565efd8147b45c87c94d3885fc480eba30 +SHA512 (retroarch-joypad-autoconfig-1.9.10.tar.gz) = 2f0b10b06df5a7d0df58b72e167d7dc76592510098af6cba8807ff2beda14362bb699478544e1c3cbbe7cd37c2148b579e1b3575ddf918b0b8def319c5952f41 From 0c9e979bb63262ddb1a852c46d8e0651ea790fa5 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Mon, 4 Oct 2021 11:46:31 +0300 Subject: [PATCH 16/74] docs(retroarch-assets): Add URL with upstream FR: Version tags --- retroarch.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/retroarch.spec b/retroarch.spec index a59463b..ab4b09b 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -18,6 +18,7 @@ # Assets # * https://github.com/libretro/retroarch-assets +# * https://github.com/libretro/retroarch-assets/issues/414 %global commit1 62b5d18b8141113c55d6db768882dc25b30ace45 %global date 20210922 %global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) From c4af3c26cc0c8af8fff1886a24c32b3ef8cbc3d0 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Tue, 12 Oct 2021 11:27:43 +0300 Subject: [PATCH 17/74] chore(update): 1.9.11 --- .gitignore | 4 ++++ retroarch.spec | 7 +++++-- sources | 8 ++++---- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index a76af78..b62a34c 100644 --- a/.gitignore +++ b/.gitignore @@ -72,3 +72,7 @@ /retroarch-1.9.10.tar.gz /retroarch-assets-20210922git62b5d18.tar.gz /retroarch-joypad-autoconfig-1.9.10.tar.gz +/libretro-core-info-1.9.11.tar.gz +/libretro-database-1.9.11.tar.gz +/retroarch-1.9.11.tar.gz +/retroarch-joypad-autoconfig-1.9.11.tar.gz diff --git a/retroarch.spec b/retroarch.spec index ab4b09b..03b815e 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -24,7 +24,7 @@ %global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) Name: %{appname}%{?p_suffix} -Version: 1.9.10 +Version: 1.9.11 Release: 1%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} @@ -98,7 +98,7 @@ Source1: %{short_url}/%{appname}-assets/archive/%{commit1}/%{appname}-ass # AppData manifest # * https://github.com/flathub/org.libretro.RetroArch/blob/master/org.libretro.RetroArch.appdata.xml -Source2: https://raw.githubusercontent.com/flathub/%{uuid}/02d2ff16964d76b3fd37df750f5982caf14ab4b6/%{uuid}.appdata.xml +Source2: https://raw.githubusercontent.com/flathub/%{uuid}/63af0e2449891e40c6ab6feae5d27845768b26fb/%{uuid}.appdata.xml # Libretro's core info Source3: %{short_url}/libretro-core-info/archive/v%{version}/libretro-core-info-%{version}.tar.gz @@ -486,6 +486,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog +* Sat Oct 09 2021 Artem Polishchuk - 1.9.11-1 +- chore(update): 1.9.11 + * Mon Oct 04 2021 Artem Polishchuk - 1.9.10-1 - build(update): 1.9.10 diff --git a/sources b/sources index 7dd203d..7d0b7e7 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ -SHA512 (libretro-core-info-1.9.10.tar.gz) = fdeb53d22cb72596a34143b3e07816073bebade2dae90a2687550e6fd31f1640f6779b6d7d1ce6475cc3da6786654023a11b2e4556ff132b2a2bfae06c08058d -SHA512 (libretro-database-1.9.10.tar.gz) = 0c410c05b217ad490692ec3532ef20ed002555d4042b703f93d0b6ee5861d60dc0f726d41a155526239785becb9916d3e88ae94e1513fb71351a619369ec1be6 -SHA512 (retroarch-1.9.10.tar.gz) = 2b7002acf7d1ddb7b2ea379ef2cbdff78a32be6d565cad2194e87755f68a0b71874b8a6d7e1899bd7e8ee958cb09e0df71d03fe6488218a883588ce34c8142eb +SHA512 (libretro-core-info-1.9.11.tar.gz) = b7d5ba4cb8c796a7e8f9b4b0b4b09a1f4f3c2959f0ce70317207aa6f4255423f00555c59988df070ec3b4f338bf52f62b8530fc3da36d8cbe5171d7c34dcf6ed +SHA512 (libretro-database-1.9.11.tar.gz) = e62d0541057269fc5475f08d7b7b0b028651db371118e59c6fc445117b9c4e53aa8071f66c74f465aae803d47c8003cb647da2aebbe1622969204d7be04e1f80 +SHA512 (retroarch-1.9.11.tar.gz) = 1e7e513e57baaea0e151550fe77a83bcca6765e5e80922eeac8e2f0350c9870a60a088ffcc42939768cdb9993fab7ec87c9e826350120d355bdd27cf0acc009c SHA512 (retroarch-assets-20210922git62b5d18.tar.gz) = d502a0419fc2daf2b53b47ca4f5c57121a15722afd85b2af8f8fdceb79c03e2480d8c8adc0078d98a925bd5fbff34a565efd8147b45c87c94d3885fc480eba30 -SHA512 (retroarch-joypad-autoconfig-1.9.10.tar.gz) = 2f0b10b06df5a7d0df58b72e167d7dc76592510098af6cba8807ff2beda14362bb699478544e1c3cbbe7cd37c2148b579e1b3575ddf918b0b8def319c5952f41 +SHA512 (retroarch-joypad-autoconfig-1.9.11.tar.gz) = baed87568d2ff3156cfd6b5ea8b6db7a7b7b7fd4c9c37c42a5f7babcb9efaacd7d8d6204f8290a954a4c10be9c644929407986111803ae016118576c7da8cc66 From ef27a66c30b50a24d578168f1e3bcb957a3b732c Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Sun, 24 Oct 2021 09:47:47 +0300 Subject: [PATCH 18/74] chore(update): 1.9.12 --- .gitignore | 5 + org.libretro.RetroArch.appdata.xml | 1397 ---------------------------- retroarch.spec | 21 +- sources | 10 +- 4 files changed, 25 insertions(+), 1408 deletions(-) delete mode 100644 org.libretro.RetroArch.appdata.xml diff --git a/.gitignore b/.gitignore index b62a34c..11c3ead 100644 --- a/.gitignore +++ b/.gitignore @@ -76,3 +76,8 @@ /libretro-database-1.9.11.tar.gz /retroarch-1.9.11.tar.gz /retroarch-joypad-autoconfig-1.9.11.tar.gz +/libretro-core-info-1.9.12.tar.gz +/libretro-database-1.9.12.tar.gz +/retroarch-1.9.12.tar.gz +/retroarch-assets-20211016gita7deebe.tar.gz +/retroarch-joypad-autoconfig-1.9.12.tar.gz diff --git a/org.libretro.RetroArch.appdata.xml b/org.libretro.RetroArch.appdata.xml deleted file mode 100644 index eb5bcdd..0000000 --- a/org.libretro.RetroArch.appdata.xml +++ /dev/null @@ -1,1397 +0,0 @@ - - - - org.libretro.RetroArch - org.libretro.RetroArch.desktop - RetroArch - Frontend for emulators, game engines and media players - libretro - https://www.retroarch.com - https://github.com/libretro/RetroArch/issues - https://docs.libretro.com - https://retroarch.com/?page=faq - https://retroarch.com/index.php?page=donate - - - - RetroArch main menu - https://www.libretro.com/wp-content/uploads/2020/03/ozone-768x414.png - - - RetroArch running the NES - https://www.libretro.com/wp-content/uploads/2020/03/micromachines-200313-175514-768x672.png - - - Rabbit : a fighting game from 1997, one of the only Electronic Arts arcade games - https://www.libretro.com/wp-content/uploads/2020/03/rabbit-200313-180233-768x575.png - - - Wolfenstein 3D (Shareware) - https://www.libretro.com/wp-content/uploads/2020/02/gamemaps-200225-094528-768x480.png - - - -

    - RetroArch enables you to run classic games on a wide range of computers and consoles through its slick graphical interface. Settings are also unified so configuration is done once and for all. -

    -

    - It enables you to run classic games on a wide range of computers and consoles through its slick graphical interface. Settings are also unified so configuration is done once and for all. RetroArch has advanced features like shaders, netplay, rewinding, next-frame response times, runahead, and more! -

    -
    - GPL-3.0 - CC0-1.0 - - - https://github.com/libretro/RetroArch/releases/tag/v1.9.10 - -
      -
    • AUDIO/MIXER: Pad sample buffers to prevent potential heap-buffer-overflows when resampling (fixes crash when using 30 kHz menu audio files)
    • -
    • AUDIO/LINUX/SNAP: Add JACK support
    • -
    • CHEEVOS: Don't write achievement credentials to overrides
    • -
    • CHEEVOS: Disable slowmotion when enabling hardcore mode
    • -
    • BUGFIX/ANDROID: Fix crash that could happen on Android with Sameboy core - would crash on rumble function
    • -
    • GFX/WIDGETS: New regular widget message appearance
    • -
    • INPUT/MOUSE: Add distinct mouse zero index label for drivers that do not support multimouse
    • -
    • INPUT/RUMBLE: Add generic rumble gain to input settings
    • -
    • INPUT/UDEV/X11: Add workaround to fix keyboard input when using X11 + Udev
    • -
    • LIBNX/SWITCH: Add Video Filters support
    • -
    • LOCALIZATION: Fetch translations from Crowdin
    • -
    • OPENDINGUX/BETA: Disable OpenAL
    • -
    • PLAYLISTS: Add 'Refresh Playlist' option
    • -
    • STEAM: Initial release on Steam
    • -
    • UWP/VFS/XBOX: Improvements and bugfixes to UWP VFS driver
    • -
    • VIDEO/REFRESH RATE: Automatic PAL/NTSC refresh rate switch where available - as long as the platform display server allows changing refresh rates and the display has the desired refresh rate
    • -
    • VIDEO FILTERS: Add 'Picoscale_256x-320x240' video filter
    • -
    -
    -
    - - https://github.com/libretro/RetroArch/releases/tag/v1.9.9 - -
      -
    • AUDIO/MIXER: Ensure than menu sounds are re-enabled when calling CMD_EVENT_AUDIO_REINIT
    • -
    • AUDIO/RESAMPLER/MIXER: Fix menu sounds (audio mixing) when using the 'sinc' resampler with quality lower than 'normal'
    • -
    • AUDIO/CONVERSION/ARM NEON: Add intrinsic NEON versions for float_to_s16/s16_to_float - should lead to optimized codepaths for AArch64/ARMv7 architectures without being dependent on ASM codepaths.
    • -
    • AUDIO/RESAMPLER/ARM NEON: Add intrinsic NEON version for lanczos sinc function - should lead to optimized codepaths for AArch64/ARMv7 architectures without being dependent on ASM codepaths.
    • -
    • CHEEVOS: Upgrade to rcheevos 10.2
    • -
    • CHEATS: Add enhanced search functionality to the 'Cheats' menu
    • -
    • CHEATS/RUNAHEAD: Fix cheats when using second instance runahead
    • -
    • CONFIG: Add option to (force-)write current core options to disk (Quick Menu)
    • -
    • CORE INFO CACHE: Remove core path from core info cache. Should make core info caches portable now (for example: you can move RetroArch to a separate dir and they would still work).
    • -
    • INPUT/OVERLAY: Fix overlay input when analog to digital mapping is enabled
    • -
    • INPUT/UDEV: Look for "ID_INPUT_KEY", not "ID_INPUT_KEYBOARD"
    • -
    • MENU: Allow 'Custom Aspect Ratio (X Position)/(Y Position)/(Width)/(Height)' to be entered manually via keyboard
    • -
    • MENU: Allow 'Vertical Refresh Rate' to be entered manually via keyboard
    • -
    • MENU/SHADERS: Highlight currently selected value in Shader Parameter drop-down lists
    • -
    • STABILITY: Safer way of avoiding the race condition in audio_driver_sample/audio_driver_sample_batch
    • -
    • STABILITY: When audio driver write callback function fails, don't turn audio off completely
    • -
    • STABILITY: Input robustness for cores that use internal threading, no audio should be processed at this point in time
    • -
    • VIDEO: Screen resolution list sanitizing
    • -
    • VULKAN: Fix some Vulkan validation layer errors
    • -
    -
    -
    - - https://github.com/libretro/RetroArch/releases/tag/v1.9.8 - -
      -
    • CHEEVOS: Hide challenge indicators when resetting
    • -
    • CHEEVOS: Support for more than 64 memory regions
    • -
    • CHEEVOS: Automatically retry 'http error code -1'
    • -
    • CONTENT INFORMATION: Show content info label+path rows always
    • -
    • CORE OPTIONS: Core option categories implemented
    • -
    • CORE OPTIONS: Add option to disable core option categories
    • -
    • DATABASE: Fix heap-buffer-overflow when fetching CRC values
    • -
    • DATABASE/EXPLORE: Fix CRC32 reading in explore menu
    • -
    • DATABASE/LIBRETRODB: Fix writing of numerical values
    • -
    • DATABASE/LIBRETRODB: Fix libretro-db loading on big endian platforms
    • -
    • INPUT/UDEV: Limit udev device scan to subsystem 'input'
    • -
    • INPUT/SDL2/WINDOWS: Fix keyboard event keycodes
    • -
    • INPUT/WAYLAND: Fixes a bug where the first player's mouse, pointer, and lightgun are echoed to the other ports. Now, those other ports correctly report zero. In the future support for multiple mouselike devices will need to be added, which is a bigger project
    • -
    • INPUT/WAYLAND: The driver now respects keyboard_mapping_blocked
    • -
    • INPUT/WAYLAND: When possible, deprecated lightgun defines are replaced with the new ones. The coordinates are still using the old relative callbacks
    • -
    • LIBRETRO: Core options category API implemented
    • -
    • LIBRETRO: Fix RETRO_ENVIRONMENT_SET_FASTFORWARDING_OVERRIDE callback when runahead is enabled
    • -
    • LIBRETRO: Add environment callback for enabling core option menu visibility updates without toggling Quick Menu
    • -
    • LOGGING: Starting logging and verbose mode before first config load
    • -
    • LINUX: In some Linux Desktop Environments, like Budgie, task bar feature is unable to pin applications. With StartupWMClass= present in .desktop file, it is possible to pin the application
    • -
    • LOCALIZATION: Fetch translations from Crowdin
    • -
    • MENU: Relocate 'Manage Playlists' to top
    • -
    • MENU: Fullscreen resolution width/height settings no longer require 'advanced settings'
    • -
    • MENU/REFRESH RATE: Fix double notifications with refresh rate settings
    • -
    • MENU/OZONE: Ensure the existence of values used in selection calculation
    • -
    • MENU/OZONE/VULKAN: Casting to unsigned caused an integer overflow and after float promotion would lead to 'x' being a garbage value, leading to problems when this value was passed to vkCmdSetViewport. This stops Vulkan validation layers from complaining about it
    • -
    • MOUSE: Change default mouse index to port index
    • -
    • MOUSE: Friendly names for mice where available
    • -
    • VIDEO: Fix refresh rate 59Hz rounding
    • -
    -
    -
    - - https://github.com/libretro/RetroArch/releases/tag/v1.9.7 - -
      -
    • CORE INFO: Automatically disable core info cache when core info directory is read-only
    • -
    • INPUT/UDEV: udev fixes add pointer pressed to pointer device to allow udev users to access this device
    • -
    • LINUX/XDG: Prevent xdg-screensaver's "Protocol error" messages
    • -
    • LOCALIZATION: Fetch translations from Crowdin
    • -
    • LOCALIZATION: Add missing languages for the first startup
    • -
    • MENU/XMB/WIDGETS: Add workaround for FPU bug that breaks scale factor comparisons on certain platforms (fixes XMB thumbnails on 32bit Linux/Windows)
    • -
    • MENU/RGUI: Enable fullscreen thumbnail toggle using RetroPad 'start' button
    • -
    • MENU/RGUI: Fix sublabel length when menu clock is disabled
    • -
    • NETWORK/HTTP: Fix HTTP progress indication for large files on 32-bit systems
    • -
    • NETWORK/NATT: implement natt fix from void()
    • -
    • PATHS: Fix garbled path string
    • -
    • SHADERS: Max Shader Parameters increased to 1024
    • -
    • VIDEO: Add 'Integer Scale Overlay' - Force integer scaling to round up to the next larger integer instead of rounding down
    • -
    • VIDEO: New 'Full' aspect ratio added. This aspect ratio is useful when used with a shader which has a border in it. The aspect ratio is set to the full window area, so that the viewport spans the whole viewport. When using a border type shader like the Mega Bezel this allows the graphics to span the whole window regardless of the user's monitor aspect ratio
    • -
    • UNIX: Correct backlight max_brightness path
    • -
    -
    -
    - - https://github.com/libretro/RetroArch/releases/tag/v1.9.6 - -
      -
    • ARCHIVE: Fix archive delimiter detection when file path contains no slashes
    • -
    • ANDROID: Do not duplicate port 0 mouse and gun inputs to other ports
    • -
    • AUDIO/XAUDIO2: Fail instead of crashing when disconnecting an audio device
    • -
    • CHEEVOS: Reset cached progress each time menu is opened
    • -
    • GFX: Fix uninitialized variables in gfx_display_draw_cursor
    • -
    • HISTORY: Hide 'Add to Favorites' when viewing an entry of the favorites playlist
    • -
    • INPUT: 'Analog to Digital Type' usability improvements
    • -
    • INPUT: Add support for mapping multiple controllers to a single input device
    • -
    • INPUT/REMAPPING: Add support for mapping multiple controllers to a single input device
    • -
    • INPUT/LIGHTGUN: Bind lightgun trigger to first mouse button by default
    • -
    • INPUT/UDEV: Only add mouse if it has buttons and add vebose device friendly names
    • -
    • INPUT/UDEV: Skip mouse with no button errors and keep the rest
    • -
    • INPUT/UDEV: Fix Game Focus mode
    • -
    • INPUT/UDEV/X11: Change udev driver for dual lightgun support in X11
    • -
    • LOCALIZATION: Fetch translations from Crowdin
    • -
    • LOCALIZATION: Fix Switchres menu texts
    • -
    • MENU/OZONE: Ensure sidebar display status is updated correctly when performing rapid menu navigation
    • -
    • MENU/XMB: Dynamic wallpaper fix
    • -
    • MENU/XMB: Icon opacity fix
    • -
    • MENU/QT/WIMP: Fix default core detection when playlist file name does not match db_name
    • -
    • PLAYLISTS: Optimise scanning of large rom sets
    • -
    • X11: Fix threaded video segfault
    • -
    -
    -
    - - https://github.com/libretro/RetroArch/releases/tag/v1.9.5 - -
      -
    • ALSATHREAD: Make alsathread default for all ALSA devices with threads
    • -
    • ARCHIVE: Fix loading of archived content with file names containing # characters
    • -
    • CHEEVOS: Upgrade to rcheevos 10.1
    • -
    • CHEEVOS: Challenge indicators
    • -
    • CHEEVOS: Group achievements by category in quick menu
    • -
    • CHEEVOS: Relabel Start Active with Encore Mode
    • -
    • FONTS: Improve message wrapping with CJK languages
    • -
    • FONTS: Fix garbled characters when converting encodings
    • -
    • INPUT: Allow the 8 analog stick directions to be used as keys for core keyboard mappings
    • -
    • LIBRETRO: Add API extension for setting need_fullpath based on content file extension and to request persistent frontend content data buffers
    • -
    • MENU/SEARCH: Add enhanced search functionality to the 'Manage Cores' menu
    • -
    • UNIX: Get better battery stats on sysfs nodes
    • -
    • VIDEO: Extend Frame Delay range to 19 to accommodate PAL land too
    • -
    • X11: fix fullscreen when swapping monitors/resolution
    • -
    -
    -
    - - https://github.com/libretro/RetroArch/releases/tag/v1.9.4 - -
      -
    • CHEEVOS: update rcheevos to v10.0.0
    • -
    • CONTENT LOADING/FILE IO: Prevent unnecessary extraction (to disk) of compressed content files when need_fullpath is false
    • -
    • CORE INFO/FILE IO: Enable core info cache by default now for all platforms
    • -
    • CORE INFO/REGRESSION FIX: Fix regression caused by core info file caching - Downloads was no longer showing up in Load Content
    • -
    • FILE IO/COMPRESSED: Ability to load content inside ZIP files directly into RAM
    • -
    • INPUT/OVERLAYS: Add option to select between 'touched' elements and physical controller inputs when showing inputs on overlays
    • -
    • INPUT REMAPPING/OVERLAYS: Prevent duplicate inputs when using remaps with input overlays
    • -
    • LOCALIZATION: Fetch translations from Crowdin
    • -
    • MENU/OZONE: Added simple playlist entry enumeration
    • -
    • MENU/XMB: Fix display of 'Maximum Users' menu entry dropdown list
    • -
    • RPNG: Fix some memory corruption if processing broken input PNG file
    • -
    • SECURITY: Fix CVE-2021-28927
    • -
    -
    -
    - - https://www.libretro.com/index.php/retroarch-1-9-3-released/ - -
      -
    • COMMAND: Initialize netcmd->cmd_source_len before recvfrom()
    • -
    • CONTENT LOADING/STATICALLY LINKED: Ensure 'Always Reload Core on Run Content' setting is applied when loading content via the file browser
    • -
    • CONTENT LOADING/EMSCRIPTEN: Fix content loading via file browser on platforms with 'broken' core handling (i.e. emscripten)
    • -
    • CORE INFO: Skip whitespace when writing compressed core info cache files
    • -
    • CORE INFO/FILE IO: Core Info cache; significant file I/O performance improvements on systems with slow disk file I/O
    • -
    • CORE INFO/FILE IO: Enable core info cache by default on all 'console' platforms
    • -
    • FREEBSD: FreeBSD build fix
    • -
    • LIBRETRO API: Add API extension for cores to override frontend fast-forward state
    • -
    • MENU/RGUI: Fix saving of config files/overrides when 'Lock Menu Aspect Ratio' is enabled
    • -
    • SHADERS: Fix 'Auto-Shader Delay' functionality
    • -
    -
    -
    - - https://www.libretro.com/index.php/retroarch-1-9-2-released/ - -
      -
    • CHEEVOS: Allow rcheevos_patch_address to be called on game without achievements
    • -
    • CHEEVOS: Update achievement memory maps (add Supervision)
    • -
    • CONFIG/FILE: Use hash map to optimise key/value lookups
    • -
    • CORE INFO: Performance optimisations + code clean-ups/refactors
    • -
    • CRT/SWITCHRES: Fixed CRTSwitchRes framebuffer bug
    • -
    • DISCORD/RP: Fix regression
    • -
    • DRM: set the correct video mode
    • -
    • FASTFORWARD: Enforce minimum fastforward_ratio of 1.0
    • -
    • FONTS/FREETYPE/STB_UNICODE/BITMAPFONT: Prevent texture bleed when rendering text at non-integer scales
    • -
    • INPUT: Ensure that 'retro_set_controller_port_device' is called when updating 'Max Users'
    • -
    • INPUT/XEGL/MOUSE: Fix xegl_ctx.c mouse activation
    • -
    • INPUT/SDL: Fix crash in SDL input driver when analogs are bound.
    • -
    • INPUT/POINTER: Add scaling to pointer input.
    • -
    • INPUT REMAPPING: Fix regression on loading file
    • -
    • INPUT REMAPPING: Fix regression where disabling input remapping would disable input
    • -
    • LOGGING: RARCH_LOG_V checking for verbosity level is not necessary and can cause issues; removed said check.
    • -
    • LOGGING: Silence inappropriate cheatfile logging
    • -
    • MENU: Add optional menu screensaver
    • -
    • MENU: Add search filter support to cheats and overlays file browser menus
    • -
    • MENU/FILEBROWSER: Enhanced 'Load Content' file browser search functionality
    • -
    • MENU/INPUT: Block accidental diagonals in menu navigation
    • -
    • MENU/RGUI: Add option to disable menu transparency
    • -
    • MENU/RGUI: Fix display of 'Video > Scaling' menu when 'Lock Menu Aspect Ratio' is enabled
    • -
    • MENU/MATERIALUI: Add icon to 'Turbo Fire' menu entry
    • -
    • MENU/OZONE: Ozone Dracula theme
    • -
    • PATCHES: Added multi-softpatching support + OSD messages for patches
    • -
    • RHMAP: Track the complete string in rhmap
    • -
    • XEGL: Fix mouse not working when using OpenGLES with X11
    • -
    -
    -
    - - https://www.libretro.com/index.php/retroarch-1-9-1-released/ - -
      -
    • AUDIO: Memalign audio buffers to 64 bytes. This is the most common cache line size, helps with performance. Also fixes issues with platforms like PSP that wrongly assume that malloc returns aligned buffers (to 16bytes). This recently broke the PSP builds
    • -
    • AUDIO/ALSA: Fix float format detection
    • -
    • AUDIO/JACK: Deinterleave in the process callback. This allows us to avoid the extra copy to the deinterleave buffer and lets us use only a single jack ringbuffer
    • -
    • AUDIO/JACK: (Audio/JACK) Fix non-blocking write. Previously we would wait on the condition variable even in the non-blocking case. This improves fast-forward performance massively and brings JACK in line with other backends in that regard
    • -
    • AUDIO/XAUDIO2: Fix threaded audio bugs with cores like Dinothawr
    • -
    • CONFIG: Add support for saving per-directory core options and deleting core option overrides
    • -
    • CONFIG: Enable saving of changed parameters when '#include' directives are used
    • -
    • CONFIG/DIRS: Enable configuration of the directories used for Favorites, History, Images, Music and Video playlists
    • -
    • CONFIG/REMAPS: Allow loading core remaps without content
    • -
    • CONFIG/OVERRIDES: Fix empty override paths when launching without content
    • -
    • CHEATS: Maximum search value corrections
    • -
    • CHEEVOS: Generic memory mapping using rcheevos
    • -
    • CHEEVOS: Ensure badge textures are released before video driver is deinitialized. Should fix crashes with slang shaders.
    • -
    • CHEEVOS: Include achievement runtime state in save states
    • -
    • CHEEVOS: Prevent hardcore toggle when emu-handled cheats are active
    • -
    • CHEEVOS: Add confirmation submenu to achievements hardcore toggle
    • -
    • CHEEVOS: Calculate leaderboard widget spacing based on video resolution
    • -
    • CHEEVOS: Show unsupported core message when viewing achievement list for unsupported core
    • -
    • CHEEVOS: Allow disabling leaderboard notifications and trackers separately
    • -
    • CHEEVOS: Add display widget for active leaderboards
    • -
    • CHEEVOS/CORE OPTIONS: Core options blacklist. Disables hardcore mode when certain core options are set
    • -
    • CLI: Add option for quitting on close content
    • -
    • CONTEXT/DRIVER SWITCHING: Allow context switching from gl to glcore
    • -
    • CORE OPTIONS: Add option to reset all core options for current core/content
    • -
    • CORE OPTIONS: Add per-folder core options
    • -
    • CRT/SWITCHRES: Improvements
    • -
    • CRT/SWITCHRES: Low resolution switch bug fix – This allows resolutions lower that 32×224 like 256×224 to work
    • -
    • CORE DOWNLOADER: Enhanced core downloader search functionality
    • -
    • DRM: Fix race condition in drm_surface_set_aspect
    • -
    • DRM/KMS: add support for custom HDMI timings / modes
    • -
    • DATABASE: Fix crash that could happen when selecting cursor
    • -
    • DATABASE/EXPLORE: Fix – Prevent segfault when accessing 'Explore' menu
    • -
    • FILEIO/PERFORMANCE: Only attempt to call dir_check_defaults once per runtime session
    • -
    • FILEIO/PERFORMANCE/3DS: Increase file buffer size and savestate chunk size. This seems to help with saving large savestates
    • -
    • FONTS: Improve handling of Arabic and Persian text
    • -
    • FONTS/FREETYPE: Use fontconfig to select fonts if available
    • -
    • INPUT: Add hold mode for turbo fire 'Single Button'
    • -
    • INPUT MAPPING: Refresh bind list on device type change
    • -
    • INPUT MAPPING/REMAPPING: Minor bugfix – Remap file browsing starts navigation at input_remapping_directory even if the core-subdir (where saved files go) exists Having remaps for many different cores makes finding the active core files cumbersome, especially because remaps are not compatible between different cores (but maybe for cores emulating the same hardware)
    • -
    • INPUT: Keyboard device mapper rework
    • -
    • INPUT: New input bind order scan/clear fix
    • -
    • INPUT: Duplicate key event blocking additions
    • -
    • INPUT: Prevent duplicate key events with hotkeys + keyboard device type
    • -
    • INPUT: Keyboard LED driver
    • -
    • INPUT/AUTOCONFIG: Allow controllers with no/empty names to work.
    • -
    • INPUT/GAME FOCUS: Add option to automatically enable 'game focus' mode when running/resuming content
    • -
    • INPUT/HOTKEYS: Hotkey for Close Content / Unload Core
    • -
    • INPUT/LIBCEC: Map libcec-daemon keys to RETROK
    • -
    • INPUT/X11: Enable keyboard input when mouse cursor is not inside the RetroArch window but window still has focus
    • -
    • INPUT/X11: Fix mouse input when mouse is grabbed
    • -
    • INPUT/UDEV/RUMBLE: Fix rumble.
    • -
    • INPUT/WINDOWS/DINPUT: Simultaneous shift sticky fix
    • -
    • INPUT/WINDOWS/DINPUT: Prevent Win-key from opening Start Menu
    • -
    • INPUT/WINDOWS/DINPUT: Option for disabling Windows hotkeys
    • -
    • INPUT/WINDOWS/DINPUT: Mouse grabbing/clipping with Alt-Tab
    • -
    • INPUT/WINDOWS/DINPUT: Mouse grab fixes
    • -
    • INPUT/WINDOWS/RAWINPUT: Key position fixes
    • -
    • INPUT/WINDOWS/RAWINPUT: Mouse grab fixes
    • -
    • INPUT/WINDOWS/RAWINPUT: Prevent outside window mouse clicks when grabbed
    • -
    • INPUT/WINDOWS/RAWINPUT: Option for disabling Windows hotkeys
    • -
    • INPUT MAPPING/REMAPPING: Major bugfix – Remap file having a different device type requires manual intervention after loading for the core to register the type properly
    • -
    • JSON: New faster json parser/writer library rjson
    • -
    • JSON/RJSON: Replace rapidjson parser/writer in discord-rpc with rjson
    • -
    • LIBRETRO: Add API extension for cores to query the number of active inputs provided by the frontend
    • -
    • LIBRETRO: Ensure RARCH_CTL_CORE_OPTIONS_LIST_GET returns false if no core options are available
    • -
    • LIBRETRO: Add API extension for overriding frontend audio latency
    • -
    • LIBRETRO: Add API extension for cores to monitor frontend audio buffer occupancy
    • -
    • LINUX: Also show /run/media or /run/media/$USER in drives list
    • -
    • LINUX: Adjust brightness according to the limit. Seems like some platforms feature non-standard maximums, but the variable is correclty exported for us to use
    • -
    • LOCALIZATION: Add Finnish language
    • -
    • LOGS/SHADER: Shader log spam reduction
    • -
    • LOGS/CONFIG: Config logging cleanup
    • -
    • LOGS/SAVESTATE: Config logging cleanup
    • -
    • MENU: Add 'L2 + R2' menu toggle gamepad combo
    • -
    • MENU: Menu text improvements; clarifications, consistency, text mistakes,
    • -
    • MENU: Tweak menu scroll initial hold delays
    • -
    • MENU: Restrict menu acceleration to navigation buttons
    • -
    • MENU: Add 'Menu Driver' setting to 'User Interface'
    • -
    • MENU: Relocate 'Menu Scroll' settings.
    • -
    • MENU: Separate 'Turbo Fire' menu.
    • -
    • MENU: Dropdown menu for 'Custom Aspect Ratio' setting.
    • -
    • MENU: Reorder Mouse Index next to Device Index
    • -
    • MENU: Submenu for Device Index/Mouse Index
    • -
    • MENU: Reorganize User Interface menu
    • -
    • MENU: Add 'Remove DSP Plugin' menu entry
    • -
    • MENU: Hide 'Auto-Shader Delay' menu setting when shaders are unavailable
    • -
    • MENU/ANIMATIONS: Fix non-smooth text ticker + reduce line ticker code duplication
    • -
    • MENU/ANIMATIONS/OZONE: Add cursor wiggle animation
    • -
    • MENU/ANIMATIONS/OZONE: Implement wiggling for main menu when wrap-around is disabled
    • -
    • MENU/NOTIFICATIONS: On-Screen Notifications' menu clean-ups
    • -
    • MENU/NOTIFICATIONS: Add option to show/hide Refresh Rate notification
    • -
    • MENU/FILEBROWSER: Start auto-selecting last used path for more file browser menu entries
    • -
    • MENU/INPUT: Input port label adjustments
    • -
    • MENU/INPUT/XMB: Proper control port icons
    • -
    • MENU/INPUT/OZONE: Proper control port icons
    • -
    • MENU/QUICK MENU: Add remap clearing ability under Quick Menu controls
    • -
    • MENU/QUICK MENU: Cap 'State Slot' drop-down list to a maximum of 1000 (+Auto) entries
    • -
    • MENU: Customizable menu scroll hold delay.
    • -
    • MENU/DESKTOP: Fix mouse cursor limited by window range on F5 press
    • -
    • MENU/DESKTOP: Add simple shader option
    • -
    • MENU/DESKTOP/WINDOWS: Remove broken 'Update RetroArch' functionality for Windows. We want this to not only be system agnostic if we bring it back, but also work outside of the Qt desktop interface
    • -
    • MENU/OZONE: New Theme – Twilight Zone
    • -
    • MENU/RGUI: Add 3:2, 5:3 and 3:2/5:3 (centered) aspects
    • -
    • MENU/RGUI/TEXT RENDERING: Add Russian language text support
    • -
    • MENU/RGUI/TEXT RENDERING: Add support for CJK punctuation glyphs
    • -
    • MIDI/WINMM: Recover from MIDI messages not handled by the device
    • -
    • MIDI/WINMM: Fix winmm midi driver hanging on content closing
    • -
    • NETWORK: Add READ/WRITE_CORE_MEMORY network commands
    • -
    • NETWORK: Fix backwards condition in socket blocking behavior
    • -
    • NETWORK/NETPLAY: Attempt IPv4 when IPv6 fails
    • -
    • OGA/VIDEO: support for OGS
    • -
    • OGA: This keeps the tradition DRM driver along with the OGA one. The probe function skips the driver if the screen is non rotated to fall back to the regular DRM driver.
    • -
    • OGA: Fix messages from not disappearing
    • -
    • OGA: Implement RETRO_ENVIRONMENT_GET_CURRENT_SOFTWARE_FRAMEBUFFER. This is a faster rendering codepath for software rendered libretro cores that some libretro cores use right now. Video drivers in RetroArch have to explicitly implement this for this codepath to work at runtime.
    • -
    • OPENDINGUX: Add/Optimise rumble interface
    • -
    • OPENDINGUX: Fix frozen video when enabling fast forward
    • -
    • OPENDINGUX/SDL: OSD font clean-up
    • -
    • OPENDINGUX/SDL: Enable selection of image interpolation method when using 'sdl_dingux' gfx driver
    • -
    • OPENDINGUX/SDL: Enable integer scaling when using the 'sdl_dingux' gfx driver
    • -
    • OVERLAYS: Add option to scale overlays automatically (with aspect ratio correction)
    • -
    • OVERLAYS: Hide Overlay When Gamepad is Connected. Overlays will be hidden automatically when a gamepad is connected in port 1, and shown again when the gamepad is disconnected.
    • -
    • OVERLAYS: New default overlays for mobile (neo-retropad)
    • -
    • OVERLAYS: In addition to overlay scale, the user can now set an Overlay Aspect Adjustment factor. Most overlays are designed for 16:9 displays, which means they become stretched/ugly on modern wide aspect phones and suchlike. By changing the Overlay Aspect Adjustment factor, a user can scale the overlay width/height to achieve a uniform appearance regardless of display resolution.
    • -
    • OVERLAYS/FIX: The Overlay X Offset and Overlay Y Offset options have been fixed, and now work correctly
    • -
    • OVERLAYS/FIX: All of the above options (and Overlay Scale) are configured and saved independently for landscape and portrait display orientations – so adjusting everything for a nice landscape layout won't break the portrait display
    • -
    • OVERLAYS/FIX: When using the Vulkan gfx driver, memory is leaked every time an overlay is freed
    • -
    • OVERLAYS/FIX: When threaded video is enabled, loading overlays with no images (i.e. utility-type overlays, where everything is hidden until the screen is touched) can generate segfaults due to improper usage of realloc()
    • -
    • OVERLAYS/FIX: When Show Inputs on Overlay is enabled, ASAN reports bit shift errors due to an incorrect range check when handling turbo inputs – essentially, there is no upper limit to the considered input id range, which means overlay hotkeys (menu toggle, etc.) are incorrectly treated as having turbo support, causing bit shifts using wildly inappropriate id indices
    • -
    • PLAYLISTS/PORTABLE: Fixed first load initialization
    • -
    • REWIND: Prevent 'Rewind Frames' from being set to '1' incorrectly on load content
    • -
    • RUNAHEAD: Add Run-Ahead Toggle hotkey with notifications
    • -
    • RBUF/ANIMATIONS: Simplify gfx_animation by switching from dynarray to rbuf
    • -
    • RBUF/CORE UPDATER: Replace static entries array with dynamic array via RBUF library
    • -
    • RBUF/M3U: Replace static entries array with dynamic array via RBUF library
    • -
    • SENSORS: Android (crash-)fixes/improvements + add option to disable sensor input
    • -
    • SDL2/VIDEO: Get the SDL2 video driver to work in Wayland/KMS
    • -
    • SAVESTATES: Adding savestate garbage collector for autoincrement stavestates
    • -
    • SAVESTATES/SAVEFILES: Ensure save file and playlist compression is disabled by default
    • -
    • SHADERS: Add option to remember last selected shader preset/shader pass directories
    • -
    • SHADERS: Use last selected shader preset directory when changing shaders via previous/next hotkeys
    • -
    • SHADERS: Remove Parameters line
    • -
    • SHADERS: Shaders fix for duplicate parameters loading bug
    • -
    • SHADERS: Fix Crash change num shader passes in UI
    • -
    • SHADERS/SLANG: Fix slang shaders with rotation
    • -
    • STREAMING/FFMPEG: Add Facebook Game Stream option (for embedded ffmpeg core-enabled RetroArch builds)
    • -
    • TLS/SSL: Add BearSSL support, as alternative to mbedTLS
    • -
    • VIDEO: AddVariable BFI (Black Frame Insertion)
    • -
    • VIDEO/DRM GO2: Dynamic resolution support
    • -
    • VIDEO FILTERS: Video filter optimisations
    • -
    • VIDEO FILTERS: Add several LCD-effect video filters
    • -
    • VIDEO FILTERS: Gameboy/Dot_Matrix video filters: Add XRGB8888 support
    • -
    • VIDEO FILTERS: Add Normal4x video filter
    • -
    • VIDEO FILTERS: Add 'Upscale_256x-320×240' video filter
    • -
    • VIDEO FILTERS: Add 'Upscale1.5x' video filter
    • -
    • WIFI/LAKKA: Add a proper WiFi menu, with Enable/Disable and Disconnect options. This also allows WiFi passwords to be remembered. The underlying tool (connman) allows to store passswords (that's why it auto connects whenever you boot a Lakka device), so we expose this so that the user does not have to re-input the pass when connecting to a saved wifi.
    • -
    -
    -
    - - https://www.libretro.com/index.php/retroarch-1-9-0-released/ - -
      -
    • AUTOCONFIG: Ensure correct directory is used when saving autoconfig profiles
    • -
    • BLUETOOTH: Add a Bluetooth driver (Lakka-only for now)
    • -
    • CHEATS: Fix for wrong number of remaining cheat search matches on some machines
    • -
    • CHEEVOS: Option to play sound on achievement unlock.
    • -
    • CHEEVOS: Upgrade to rcheevos 9.1
    • -
    • CHEEVOS: Restore display of unlocked achievements across hardcore modes
    • -
    • CHEEVOS: Hash buffered data when available
    • -
    • CHEEVOS: Fix Auto Save State freezes RetroArch while Cheevos is enabled
    • -
    • CORE OPTIONS: Pressing OK (or clicking/tapping) on a boolean toggle core option no longer opens a drop-down list. The value now toggles directly, just like boolean options everywhere else in the menu
    • -
    • CORE OPTIONS: Toggling an option that changes the number of core options being displayed (i.e. things like `Show Advanced Audio/Video Settings) no longer resets the navigation pointer to the start of the list
    • -
    • CORE OPTIONS: Before, RetroArch would identify core option values as being boolean if they had labels matching the specific strings enabled or disabled. Most core devs would abide by this, but not always... As a result, we sometimes would end up with misidentified values, with all kinds of Enabled, Off, True, etc. strings littering the menu, in place of proper toggle switches. All boolean-type value labels are now detected, and replaced with standard ON/OFF strings.
    • -
    • CLI: A new command line option --load-menu-on-error has been added
    • -
    • CRT: On the fly CRT porch adjuments - these changes allow a user to adjust how the porch algorithm generates the 15khz/31khz output. Giving the ability to change over/under scan.
    • -
    • CONFIG FILE: Optimise parsing of configuration files
    • -
    • DRIVERS: Implemented protection to avoid setting critical drivers to nothing thus preventing the user from locking him/herself out of the program
    • -
    • FFMPEG CORE: Prevent seeking past the end of files (hang fix)
    • -
    • FILE I/O: VFS and NBIO interfaces will now use 64-bit fseek/ftell where possible, should allow for reading/writing to files bigger than 2GB
    • -
    • INPUT MAPPING/REMAPPING: Add input remap drop-down lists
    • -
    • LOCALIZATION: Updates for several languages (synchronized from Crowdin)
    • -
    • MEMORY/LINUX/ANDROID: Fix reporting of free memory
    • -
    • MEMORY/WINDOWS: Fix reporting of free memory
    • -
    • MENU: Enlarged INT/UINT selection limit from 999 to 9999
    • -
    • MENU: Fix cursor forced to first entry after displaying lists
    • -
    • MENU: Make Notification Font option visible when Graphics Widgets are enabled
    • -
    • MENU/RGUI: Add optional toggle switch icons
    • -
    • MENU/WIDGETS: Add optional widget-based load content launch feedback animation
    • -
    • MENU/WIDGETS: Make notification font size option visible when graphics widgets are enabled
    • -
    • PLAYLISTS: Change playlists to use dynamic arrays. Instead of a fixed initial 12MB memory allocation (99999 * 128 byte (on 64bit arch)), use a dynamically growing array
    • -
    • PLAYLISTS: Playlist base content directory paths - portable playlists
    • -
    • PLAYLISTS/SEARCH: Enhanced playlist search functionality
    • -
    • PLAYLISTS/DATABASE: Add Explore view
    • -
    • PLAYLISTS/DATABASE/EXPLORE: Show system icons in explore view
    • -
    • RUNAHEAD: Prevent runahead from being disabled permanently when an error occurs
    • -
    • SCANNER: Add more region codes for GameCube/Wii game detection
    • -
    • SHADERS/SLANG: Increased Slang max Parameters, Textures & Passes
    • -
    • VIDEO FILTERS/BLARGG: Make Blargg_snes filter customizable
    • -
    • X11: Add lightgun support
    • -
    -
    -
    - - https://www.libretro.com/index.php/retroarch-1-8-9-released/ - -
      -
    • AUTO SAVESTATES: Ensure save states are correctly flushed to disk when quitting RetroArch (fixes broken save states when exiting RetroArch - without first closing content - with 'Auto Save State' enabled)
    • -
    • BUILTIN CORES: Builtin cores like ffmpeg and imageviewer would previously try to erroneously load a dynamic core named 'builtin' - this would fail and would just be a wasteful operation - this now skips dylib loading in libretro_get_system_info for builtin cores
    • -
    • CHEEVOS: Report API errors when unlocking achievements or submitting leaderboards
    • -
    • CHEEVOS: Support less common file extensions
    • -
    • CHEEVOS: Disable hardcore mode when playing BSV file
    • -
    • CHEEVOS: Correctly report unlocked non-hardcore achievements when hardcore is paused
    • -
    • CHEEVOS/M3U: Bugfix - did not handle absolute/relative paths in M3U files correctly before
    • -
    • CHEEVOS/M3U: Bugfix - it didn't handle comments/directives
    • -
    • CHEEVOS/M3U: Bugfix - it doesn't handle trailing whitespace
    • -
    • CHEEVOS/M3U: Bugfix - failed when loading M3U files with certain line endings
    • -
    • CORE MANAGEMENT: Add 'core management' menu (Settings -> Core)
    • -
    • CORE MANAGEMENT: Add option to backup/restore installed cores
    • -
    • CORE MANAGEMENT: Improved core selection logic
    • -
    • CORE INFO: Search search optimisations
    • -
    • CORE DOWNLOADER: Rename 'Core Updater' to 'Core Downloader'
    • -
    • CORE DOWNLOADER: Add 'Show Experimental Cores' setting under Settings > Network > Updater
    • -
    • CORE DOWNLOADER: Core licenses are now shown for all entries in the Core Updater menu
    • -
    • CORE DOWNLOADER: Pressing RetroPad select on a Core Updater entry will now display any text in the description field of its info file
    • -
    • CORE DOWNLOADER: Installed cores are now highlighted via a [#] symbol
    • -
    • CORE DOWNLOADER: Pressing RetroPad start on a selected, installed entry opens the Core Information menu (when using Material UI, swiping left or right triggers the same action). This means we can now view bios info etc. - and more importantly delete cores - without jumping through all the hoops of loading a core first and navigating all over the place
    • -
    • CORE DOWNLOADER/UPDATER: Add option to automatically backup cores when updating
    • -
    • DISK CONTROL: Enable 'Load New Disc' while disk tray is open
    • -
    • INPUT: Added a hotkey delay option to allow hotkey input to work properly when it is assigned to another action
    • -
    • INPUT: Remove 'All Users Control Menu' setting, was buggy and will be properly reintroduced after input overhaul
    • -
    • LINUX: Set default saves/save states/system paths
    • -
    • LOCALIZATION: Add Persian language
    • -
    • LOCALIZATION: Add Hebrew language
    • -
    • LOCALIZATION: Add Asturian language
    • -
    • MENU: Proper line wrapping for message dialog boxes
    • -
    • MENU/HOTKEYS: Add sublabels to all hotkey bind entries
    • -
    • MENU/QUICK MENU: Suppress the display of 'empty' quick menu listings when closing content
    • -
    • MENU/OZONE: Performance improvements
    • -
    • MENU/SDL: Add mouse controls
    • -
    • OPENGL1/VITA: Initial changes for HW context without FBO
    • -
    • OVERLAYS: Add options for moving the on-screen overlay
    • -
    • PLAYLISTS/WINDOWS: Fix core path entries in image/video/music history playlists
    • -
    • SDL/GL: Advertise GLSL support
    • -
    • VIDEO/WIDGETS: Fix heap-use-after-free errors, leading to memory corruption
    • -
    • VULKAN/WSI: Better frame pacing
    • -
    • VULKAN/WSI: Fix Intel Mesa being broken when using Fences, we have to use Semaphores to acquire the swapchain or the entire GPU stalls
    • -
    • VULKAN/WSI: Add support for either using fences or semaphores when syncing
    • -
    • VULKAN/WSI: Prefer using semaphores for integrated GPUs as it promotes better throughput over fences
    • -
    -
    -
    - - https://www.libretro.com/index.php/retroarch-1-8-7-released/ - -
      -
    • CHEEVOS/BUGFIX: Opening achievements list would crash RetroArch with badges enabled (on new games)
    • -
    • CHEEVOS: Option to start a session with all achievements active
    • -
    • CHEEVOS: Don't perform unnecessary cheevos initialisation when cheevos are disabled. Should reduce startup times when loading content
    • -
    • CORE OPTIONS: Disable 'Use Global Core Options File' by default
    • -
    • GLCORE: Switch to glcore video driver when requested by a core
    • -
    • LINUX/XDG: Use GenericName correctly in desktop entry
    • -
    • MENU/MATERIALUI: Add desktop-style playlist view mode
    • -
    • MENU/MATERIALUI/DESKTOPVIEW: When scrolling playlists, show last selected thumbnails while waiting for next entry to load
    • -
    • MENU/MATERIALUI: Limit tab switch rate when input repeat is active
    • -
    • MENU/OZONE: Fix sidebar playlist sort order when 'Truncate Playlist Names' is enabled
    • -
    • MENU/RGUI: Adjusted menu defaults, adjusted default scrolling speed
    • -
    • MENU/RGUI: Enable custom wallpaper when menu size is reduced at low resolutions
    • -
    • MENU/XMB: Limit tab switch rate when input repeat is active
    • -
    • NETPLAY: Fix regressions introduced in 1.8.5
    • -
    • RGUI: Add option to always stretch menu to fill the screen
    • -
    • WIIU: Enable graphics widgets
    • -
    -
    -
    - - https://www.libretro.com/index.php/retroarch-1-8-6-released/ - -
      -
    • ARCHIVE/ZIP: Expand functionality of rzip_stream interface
    • -
    • AI SERVICE: Hide redundant entries when service is disabled
    • -
    • AI SERVICE: Added in auto-translate support
    • -
    • AI SERVICE: support for NVDA and SAPI narration
    • -
    • AUTOCONFIG: Use correct port index in input device configured/disconnected notifications
    • -
    • BUGFIX: Fix race condition where task could momentarily not be in the queue when reordering
    • -
    • CHEEVOS/BUGFIX: Prevent null reference rendering achievement list while closing application
    • -
    • CHEEVOS/BUGFIX: Report non-memorymap GBA cores as unsupported
    • -
    • COMMANDLINE: Advise against using -s and -S variables on the command line
    • -
    • CONFIG FILE: Only write config files to disk when parameters change
    • -
    • CONFIG FILE/BUGFIX: RetroArch no longer crashes when attempting to save a config file after unsetting a parameter (currently, this can be triggered quite easily by manipulating input remaps)
    • -
    • CONFIG FILE/BUGFIX: When using Material UI, RetroArch no longer modifies the wrong setting (or segfaults...) when tapping entries in the Quick Menu > Controls input remapping submenu
    • -
    • CONFIG FILE/BUGFIX: Quite a few real and potential memory leaks have been fixed.
    • -
    • CHD: Fixes a crash caused by ignoring the return value from one of the CHD library functions
    • -
    • FASTFORWARDING: A new Mute When Fast-Forwarding option has been added under Settings > Audio
    • -
    • GLCORE/SLANG: Set filter and wrap mode correctly when intialising shader textures
    • -
    • LOCALIZATION: Update Japanese translation
    • -
    • LOCALIZATION: Update Spanish translation
    • -
    • LOCALIZATION: Update Portuguese Brazilian translation
    • -
    • MENU: Prevent font-related segfaults when using extremely small scales/window sizes
    • -
    • MENU: Fix gfx_display_draw_texture_slice()
    • -
    • MENU/FONT: Enable correct vertical alignment of text (+ font rendering fixes)
    • -
    • MENU/RGUI: Enable automatic menu size reduction when running at low resolutions (down to 256x192)
    • -
    • MENU/OZONE: Update timedate style options for Last Played sublabel metadata
    • -
    • MENU/OZONE: Hide Menu Color Theme setting when Use preferred system color theme is enabled
    • -
    • MENU/OZONE: Fix thumbnail switching via scan button functionality
    • -
    • MENU/OZONE: Prevent glitches when rendering Ozones selection cursor
    • -
    • MENU/OZONE: Enable proper vertical text alignment + thumbnail display improvements
    • -
    • MENU/OZONE: Enable second thumbnail/content metadata toggle using RetroPad select
    • -
    • MENU/OZONE: Refactor footer display
    • -
    • MENU/OZONE: Hide thumbnail button hints when viewing file browser lists
    • -
    • MENU/OZONE/INPUT/BUGFIX: Fix undefined behaviour when using touch screen to change input remaps
    • -
    • MENU/OZONE/INPUT/BUGFIX: Pointer input is now correctly disabled when message boxes are displayed
    • -
    • MENU/XMB: Fix thumbnail switching via scan button functionality
    • -
    • ODROID GO ADVANCE: Add DRM HW context driver
    • -
    • PSL1GHT: Initial port
    • -
    • PSL1GHT/KEYBOARD: Implement PSL1GHT keyboard
    • -
    • PLAYLIST/BUGFIX: Improve handling of broken playlists
    • -
    • PLAYLIST/BUGFIX: RetroArch will no longer segfault when attempting to fetch content runtime information when core path is NULL
    • -
    • PLAYLIST/BUGFIX: Core name + runtime info will only be displayed on playlists and in the Information submenu if both the core path and core name fields are valid
    • -
    • PLAYLIST/BUGFIX: When handling entries with missing path fields, the menu sorting order now matches that of the playlist sorting order
    • -
    • PLAYLIST: Add optional per-playlist alphabetical sorting
    • -
    • PLAYLIST: Omit whitespace when writing compressed JSON format playlists
    • -
    • PLAYLIST: Add optional playlist compression
    • -
    • QNX: Support analog sticks
    • -
    • SAVESTATES: Add optional save state compression (enabled by default now)
    • -
    • SRAM: Add optional save (SRAM) file compression
    • -
    • SCANNER: Prevent redundant playlist entries when handling M3U content
    • -
    • SCANNER/ANDROID: Fix content scanner being unable to identify certain games from CHD images (raw data sector/subcode)
    • -
    • TASKS/BUGFIX: Fix task deadlocks
    • -
    • TASKS/SCREENSHOT/BUGFIX: Fix heap-use-after-free error when widgets are disabled
    • -
    • TVOS: Disable overlays for tvOS, fix app icon
    • -
    • VIDEO/WIDGETS/BUGFIX: The font ascender/descender metrics added in #10375 are now used to achieve pixel perfect vertical text alignment
    • -
    • VIDEO/WIDGETS/BUGFIX: Message queue text now uses its own dedicated font
    • -
    • VIDEO/WIDGETS/BUGFIX: Performance updates
    • -
    • VULKAN/BUGFIX: Fix display of statistics text
    • -
    -
    -
    - - https://www.libretro.com/index.php/retroarch-1-8-5-released/ - -
      -
    • BUGFIX: Prevent double input when using return key (hardware) to close on-screen keyboard
    • -
    • BUGFIX: Fix mouse capture hotkey not working
    • -
    • BUGFIX: Avoid overflow when calculating multiplying performance counter
    • -
    • BUGFIX: Retroarch overlay displaying "Game remap file loaded." on the overlay instead of "Core remap file loaded." when only a core remap file is present
    • -
    • CHEEVOS/BUGFIX: Achievement triggers could cause Retroarch to Crash
    • -
    • CHEEVOS: Dont block Sameboy core because it only exposes some memory
    • -
    • CHEEVOS: Support for extended Sega CD memory
    • -
    • CHEEVOS: Show RetroAchievements Hash in content information list
    • -
    • CHEEVOS: If the core says its exposing SYSTEM_RAM, give it the benefit of the doubt
    • -
    • CHEEVOS: RetroAchievements rich presence for RA.org website/Discord
    • -
    • CHEEVOS: Reset token when username or password changes
    • -
    • CHEEVOS: Display measured progress on locked achievements
    • -
    • CHEEVOS: Queue multiple popups
    • -
    • CHEEVOS: Add delay retries to leaderboard submits
    • -
    • CHEEVOS: Prevent buffer overflow when encountering an unknown macro
    • -
    • CORE UPDATER: Prevent hang when fetching core list if HTTP transfer fails
    • -
    • DISK CONTROL: Add disk labels to disk inserted notifications
    • -
    • FFMPEG CORE: Fix crash on seeking when using HW decoding in some cases
    • -
    • LIBRETRO: Add disk control interface API extension
    • -
    • LINUX: Avoid possible crash when running retroarch at startup
    • -
    • LINUX/GLX: Fix threaded video crashes/instability because of GLX OML sync callbacks
    • -
    • LOCALIZATION: Update French translation
    • -
    • LOCALIZATION: Update Korean translation
    • -
    • LOCALIZATION: Update Polish translation
    • -
    • LOCALIZATION: Update Spanish translation
    • -
    • LOCALIZATION: Update Portuguese Brazilian translation
    • -
    • MENU: Add Menu Scroll Acceleration option
    • -
    • MENU: Automatically select currently checked item when opening drop-down lists
    • -
    • MENU: Fix smooth (vertical) line ticker scroll speed
    • -
    • MENU: Dont flush on override/remap messages
    • -
    • MENU/DATETIME: Adds some new timedate styles that follow DD/MM/YYYY
    • -
    • MENU/DATETIME: Modifies the existing translation files in order to accommodate the new options that are now available
    • -
    • MENU/DATETIME: Reorders the timedate view options
    • -
    • MENU/BUGFIX: Fix bug when switching to RGUI menu driver
    • -
    • MENU/MATERIALUI: Add option to remove navigation bar
    • -
    • MENU/OZONE: Add DPI-based scaling
    • -
    • MENU/OZONE: Add rudimentary pointer support
    • -
    • MENU/OZONE: Add Nord and Gruvbox Dark themes
    • -
    • MENU/OZONE/POINTER: Pointer can be used to switch between sidebar and entries list
    • -
    • MENU/OZONE/POINTER: Pointer can be used to select sidebar and entries list items
    • -
    • MENU/OZONE/POINTER: Both sidebar and entries list can be scrolled by dragging
    • -
    • MENU/OZONE/POINTER: Clicking/pressing the header or footer produces a cancel action
    • -
    • MENU/OZONE/POINTER: Cursor focus follows mouse pointer from sidebar to entries list (and vice versa)
    • -
    • MENU/OZONE/POINTER: In entries list, item under cursor is automatically selected
    • -
    • MENU/OZONE/POINTER: In sidebar, item under cursor is not automatically selected (this is too jarring)
    • -
    • MENU/RGUI: Add Flux theme
    • -
    • MENU/XMB: New color themes Cube Purple, Family Red, etc
    • -
    • NETPLAY/MENU/BUGFIX: Fix Netplay Stateless Mode doesnt save. Affects other netplay settings which can be overridden by commandline option
    • -
    • NETPLAY/ROOMS/BUGFIX: Prevent out-of-bounds array indexing when displaying/selecting netplay rooms in menus
    • -
    • SCANNER: Add Arcade DAT Filter Option
    • -
    • SCANNER: Add scanning Korea and Asia PS1 discs
    • -
    • SCANNER: Add support for scanning PSP Korean
    • -
    • VIDEO: Set hardware Bilinear filtering off by default
    • -
    • VIDEO/WIDGETS: Widgets are now menu-independent
    • -
    • VIDEO/WIDGETS: Allow notifications to use full screen width when not displaying menu
    • -
    • VIDEO/WIDGETS: DPI-based scaling
    • -
    • VIDEO/WIDGETS: Fix volume widget scaling
    • -
    • VIDEO/WIDGETS: Add independent widget scale override settings for fullscreen/windowed modes
    • -
    • VIDEO/WIDGETS/BUGFIX: Prevent improper display of (old style) OSD text when widgets are enabled
    • -
    • VIDEO/WIDGETS/THREADED/BUGFIX: Fix issue - corruption of menu widgets when running some cores (e.g. VICE) with threaded video enabled
    • -
    • WIFI/CONNMANCTL: Display more characters from SSID
    • -
    -
    -
    - - https://www.libretro.com/index.php/retroarch-1-8-4-released/ - -
      -
    • CAMERA/BUGFIX: Fix crash when a core requires the camera driver and the platform only has a null driver. This would crash mgba on Wii for example
    • -
    • DISK CONTROL: Cycle Disk Tray now becomes Eject Disk or Insert Disk depending upon current drive state
    • -
    • DISK CONTROL: Current Disk Index is only shown when the current disk has been ejected
    • -
    • DISK CONTROL: The old Insert Disk entry has been changed to Load New Disk, and is only shown when a disk is currently inserted (this is because loading a new disk from the filesystem - i.e. bypassing the m3u playlist disk index interface - automatically ejects and inserts disks, and so cannot be done while the virtual drive is empty)
    • -
    • DISK CONTROL: The Current Disk Index may now be set more easily via a drop-down list.
    • -
    • DISK CONTROL: Selecting Eject Disk automatically moves the menu selection to the Current Disk Index entry
    • -
    • DISK CONTROL: Selecting an index via the Current Disk Index drop-down list automatically moves the menu selection back to Insert Disk
    • -
    • DISK CONTROL: The Disk Control entry sublabels have been changed for greater clarity
    • -
    • DISK CONTROL: All of the horrendous notification spam has been removed.
    • -
    • DISK CONTROL: A new Resume content after changing disks option has been added under Settings > User Interface. When enabled (default setting), content is resumed automatically after selecting either Insert Disk or Load New Disk
    • -
    • DISK CONTROL/BUGFIX: The Disk Control menu now has the correct title
    • -
    • DISK CONTROL/BUGFIX: Selecting a disk via the Load New Disk file browser no longer flushes the user back to the top level menu (it now correctly returns to the Disk Control menu)
    • -
    • PLAYLISTS: Add 'Clean Playlist' option
    • -
    -
    -
    - - https://www.libretro.com/index.php/retroarch-1-8-2-released/ - -
      -
    • BUG/CRASH/GLSLANG: Fix glslang crashing error - managed to reproduce an issue which has been plaguing - users for a while, where glslang throws an assert after closing a game (and starting a new one). This would affect all video drivers that use Slang for shaders, such as D3D10/11/12/Vulkan/Metal.
    • -
    • CHEEVOS: Display Unofficial and Unsupported achievement states.
    • -
    • CHEEVOS: Pass RetroArch and core versions through User-Agent HTTP header.
    • -
    • CHEEVOS: Use PSX.EXE if SYSTEM.CNF cannot be found
    • -
    • CHEEVOS: Prevent loading state while achievements are still being fetched from server.
    • -
    • CHEEVOS: Pause hardcore if core doesn't support achievements.
    • -
    • CHEEVOS/CRASH: Fix AddressSanitizer + CHD cause hard crash when Cheevos are enabled.
    • -
    • CORE UPDATER: Only download when new core is available.
    • -
    • CORE UPDATER: Add option to update all installed cores.
    • -
    • DRM/KMS: Better detection for the current video mode.
    • -
    • DYNAMIC RATE CONTROL: Support DRC even when using a vsync swap interval higher than 1.
    • -
    • FFMPEG CORE: Hardware accelerated video decoding.
    • -
    • FFMPEG CORE: Implement send/receive encoding API, will allow for hardware accelerated AMD video encoding.
    • -
    • FFMPEG CORE: The video FIFO can be removed, since we have a ring buffer in its place. This removes unneeded copy operations and as a positive side improves overall decoding speed. Makes 8k60p SW and 4k60p HW decoding feasible on many systems. For now the ring buffer is 32 images deep. This limitation will be removed, once audio and video decoder have their own packet handling.
    • -
    • INPUT: Fix 'Analog stick controls menu even if autoconfig disabled'.
    • -
    • INPUT/TURBO: Added alternate Turbo-Mode 'Single Button' - For systems supporting only a single button, the turbo-button will toggle firing that button without the need to hold it. When holding the button turbo will be suspended and resumed when the button is released. Holding the button may have a different function to just tapping it.
    • -
    • INPUT/ANALOG: Fix radial analog deadzone scaling.
    • -
    • INPUT/ANALOG: Implement proper analog button deadzone.
    • -
    • INPUT/MENU: Analog stick controls menu even if autoconfig disabled.
    • -
    • LOCALIZATION: Update Italian translation.
    • -
    • LOCALIZATION: Update French translation.
    • -
    • LOCALIZATION: Update Polish translation.
    • -
    • LOCALIZATION: Update Portuguese Brazilian Translation.
    • -
    • LOCALIZATION: Update Turkish translation.
    • -
    • LINUX/LOCALIZATION: Correct Droid Sans Fallback font path in Linux. This should fix Chinese/Korean font display issues on Fedora/RHEL/CentOS/openSUSE/SLE.
    • -
    • MENU/BUGFIX: When using a keyboard/gamepad/mouse wheel to navigate, the menu scroll position is always maintained and updated in a consistent (and expected) fashion.
    • -
    • MENU/BUGFIX: When resizing the window, or changing the orientation of a mobile device, the current scroll position is correctly preserved.
    • -
    • MENU/BUGFIX: All 'normal' pointer input is now inhibited when showing message boxes.
    • -
    • MENU/BUGFIX: The pointer actions 'select' and 'cancel' both now properly close a message box if it is currently being shown.
    • -
    • MENU/BUGFIX: Pointer 'select' and 'cancel' actions are now inhibited when an input bind dialog is active.
    • -
    • MENU/INPUT: Change 'User' terminology to 'Port' for input binding.
    • -
    • MENU/LINUX: Add proper drives to Load Content.
    • -
    • MENU/MATERIALUI: Halt scrolling when pointer is pressed/stationary.
    • -
    • MENU/MATERIALUI: Dual thumbnail view.
    • -
    • MENU/MATERIALUI: Fullscreen thumbnail viewer for boxart.
    • -
    • MENU/MATERIALUI: Scroll rapidly by press and holding the scrollbar.
    • -
    • MENU/RGUI: New theme 'Flux'.
    • -
    • MENU/OZONE: Thumbnails now have a fade-in animation.
    • -
    • MENU/OZONE: Fullscreen thumbnail viewer for boxart and pictures.
    • -
    • MENU/QT/WIMP: Fix dock titles getting cut off
    • -
    • MENU/XMB: Fullscreen thumbnail viewer for boxart and pictures
    • -
    • MENU/USABILITY: Selectively hide 'Disallow Non-Slave Mode Clients' if 'Allow Slave-Mode Clients' is disabled.
    • -
    • MENU/USABILITY: Hide 'Show desktop menu on startup' if 'Desktop menu' setting itself is disabled.
    • -
    • MENU/USABILITY: Reimplement Quick Menu - > Shaders -> Watch shader files for changes - can now be turned on/off through touch.
    • -
    • MENU/USABILITY: Refactor Quick Menu - Controls - each port now has its own submenu.
    • -
    • MENU/USABILITY: Quick Menu - Cheats - Delete All no longer requires five right button presses - this should fix this functionality for mobile touch users too.
    • -
    • MENU/USABILITY: Hide Refresh Rate options when Threaded Video is enabled - these settings do nothing with Threaded Video.
    • -
    • MENU/USABILITY: Hide Logging Verbosity levels behind Logging Verbosity.
    • -
    • MENU/USABILITY: Get rid of 'Port Number' label for Port Binds screen.
    • -
    • MENU/USABILITY/MOBILE: Should no longer crash when clicking on a cheat entry.
    • -
    • MENU/USABILITY: Shader parameters now have a dropdown list.
    • -
    • MENU/USABILITY: Shader passes now has a dropdown list.
    • -
    • MENU/USABILITY: Video - Hide Windowed Mode settings selectively.
    • -
    • MENU/USABILITY: Video - Hide Fullscreen Mode settings if windowed mode is not supported by context driver.
    • -
    • MENU/USABILITY: Selectively hide Network Command Port.
    • -
    • MENU/USABILITY: Selectively hide Relay Server Location.
    • -
    • MENU/USABILITY: User Interface -> Appearance - Selectively hide XMB Horizontal Animation setting.
    • -
    • MENU/USABILITY: Playlists - more selective hiding.
    • -
    • MENU/USABILITY: Selectively hide Rewind Settings.
    • -
    • MENU/USABILITY: Selectively hide Overlay Settings.
    • -
    • MENU/USABILITY: Selectively hide FPS Update Interval based on Display Framerate being enabled.
    • -
    • MENU/USABILITY: Selectively hide Onscreen Notifications BG Color Settings.
    • -
    • MENU/USABILITY: Settings -> Logging - Hide 'Log To File Timestamp' if 'Log To File' is disabled.
    • -
    • MENU/USABILITY: Video -> Scaling - Hide Custom Viewport X/Y when Integer Scale is enabled as description indicates.
    • -
    • MENU/USABILITY: Achievement submenu - selectively hide.
    • -
    • MENU/USABILITY: Settings -> Video -> Aspect ratio - selectively hide/show values based on whether you have Custom or Config selected.
    • -
    • MENU/USABILITY: Settings -> Video -> Selectively hide Hard Sync.
    • -
    • MENU/USABILITY: Settings -> Video -> Implement selective hiding for VSync and Hard Sync.
    • -
    • MENU/USABILITY: Selective hiding of Runahead settings based on global setting.
    • -
    • MENU/USABILITY: Add Input -> Haptic Feedback submenu.
    • -
    • MENU/USABILITY: Add Input -> Menu Controls submenu.
    • -
    • MENU/USABILITY: Settings -> Video -> Max Swapchain Images - Add OK action.
    • -
    • MENU/USABILITY: Input - Implement OK action for Bind Hold, Turbo Period and Duty Cycle.
    • -
    • MENU/USABILITY: Input - Hotkey Binds refactor.
    • -
    • MENU/USABILITY: Move 'Press Quit Twice' and 'Menu Toggle Gamepad Combo' to Input -> Hotkey Binds.
    • -
    • MENU/USABILITY: Video - Add sublabel for Video Output submenu.
    • -
    • MENU/USABILITY: If 'Favorites Tab' is disabled, don't show 'Add To Favorites' option in Quick Menu/Playlist menu.
    • -
    • MENU/USABILITY: If On-Demand Thumbnail Downloader is enabled, hide 'Download Thumbnails' from playlist menu screen.
    • -
    • MENU/USABILITY: Add Audio Driver setting to Audio -> Output.
    • -
    • MENU/USABILITY: Add Audio -> Resampler settings.
    • -
    • MENU/USABILITY: Add Audio -> Output and Audio -> Synchronization.
    • -
    • OPENGL: Shaders are now working properly (only in OpenGL) when rotating both from Core API rotation and from menu video rotation. The fix is clearly visible with crt-royale for example.
    • -
    • OPENGL: 1:1 PAR is now correct when rotating (both from Core API rotation and from menu video rotation, as you said, in the latter case you currently have to change Aspect Ratio after menu video rotation for it to work).
    • -
    • OPENGL: When using Custom Aspect Ratio and rotation (both from Core API rotation and from menu video rotation), Integer Scaling is now working properly (correct multiples of internal resolution). Even when Integer Scaling is not activated, the Custom AR width / height are now correctly labeled using (1x), (2x), ... suffixes. You also have to activate Integer Scaling after menu video rotation for it to work.
    • -
    • OPENGL: For all other Aspect Ratio options, Integer Scaling and rotation (both from Core API rotation and from menu video rotation) are now working properly together (correct multiples of internal resolution). You also have to activate Integer Scaling after menu video rotation for it to work.
    • -
    • PLAYLISTS: Pressing 'Start' or long touching a playlist will bring you to a Playlist submenu where you can set a default core, setup thumbnail view, delete the playlist, etc.
    • -
    • SCANNER: Manual scanner, not dependent on database files.
    • -
    • SCANNER/MANUAL: Add option to scan inside archives.
    • -
    • SCANNER/MANUAL: Enable automatic naming of arcade content via DAT files. This is compatible with DAT files in either Logiqx XML or MAME List XML format.
    • -
    • VIDEO: Do not reinit video driver on SET_SYSTEM_AV_INFO unless needed.
    • -
    • VIDEO: Support DRC even when using a vsync swap interval higher than 1.
    • -
    • VIDEO LAYOUT: Fixed XML parsing of attributes with spaces, should fix issues with several video layouts.
    • -
    • VULKAN/ANDROID: Workaround weird WSI return codes in landscape mode - Android WSI wants you to use preTransform, and if it is not used correctly, Android 10 will return VK_SUBOPTIMAL_KHR, and we would create a new swapchain every frame. This workaround just ignores this error, since it's not really an error. A more "proper" fix is to use prerotate and modify the MVP matrices, - which might help certain devices with crummy display processors.
    • -
    • VULKAN/ANDROID: Recreate swapchain on orientation change. ANativeWindow getWidth/Height does not detect any changes when using - Vulkan, so use the old onContentRectChanged callback to get notified when size changed. Use those values instead when figuring out how large swapchain to create.
    • -
    -
    -
    - - https://www.libretro.com/index.php/retroarch-1-8-1-released/ - -
      -
    • BUGFIX/MENU: Fix menu rendering with Mali GPUs after changing video dimensions
    • -
    • CDROM: Adds pregap support to cdfs helper methods
    • -
    • CHEEVOS: Provides the new PCEngine hashing algorithm for RetroAchievements
    • -
    • LOCALIZATION: Update French translation
    • -
    • LOCALIZATION: Update Polish translation
    • -
    • LOCALIZATION: Update Spanish translation
    • -
    • MENU/MATERIALUI: Initial thumbnail support
    • -
    • MENU/MATERIALUI: Cutie / Virtual Boy theme added
    • -
    • MENU/MATERIALUI: Bugfix - Under certain extreme circumstances, entries with very long sublabel strings could have their text prematurely clipped as the entry is scrolled beyond the top of the screen
    • -
    • MENU/MATERIALUI: Bugfix - Certain setting value strings were unnecessarily truncated (with a ...) when using smooth ticker text
    • -
    • MENU/XMB: Sunbeam theme added
    • -
    -
    -
    - - https://www.libretro.com/index.php/retroarch-1-8-0-released/ - -
      -
    • AI SERVICE: Added in fix for BMP returns to AI service
    • -
    • BSV: Fix BSV recording/playback
    • -
    • BUGFIX: Fix crash when setting Thumbnail Directory
    • -
    • BUGFIX/STABILITY: Set "Automatically Add Content to Playlist" to false by default
    • -
    • COMMON: Graceful driver switching for Windows and Linux
    • -
    • COMMON: Cache frame before converting 0RGB1555
    • -
    • MENU: Menu scaling improvements
    • -
    • MENU/MATERIALUI: There are no longer any animation glitches when 'wraparound' scrolling from the last entry in a list to the first, or when performing horizontal swipe navigation gestures on certain settings-type entries
    • -
    • MENU/MATERIALUI: List entries underneath the title and navigation bars are no longer highlighted when touching the title/navigation bars
    • -
    • MENU/MATERIALUI: The current menu list is no longer reloaded when pressing the currently active tab on the navigation bar
    • -
    • MENU/MATERIALUI: The ticker text spacer has been set to a 'bullet' character (same as Ozone)
    • -
    • MENU/MATERIALUI: The default colour theme has been set to 'Ozone Dark'
    • -
    • MENU/MATERIALUI: Three new colour themes have been added
    • -
    • MENU/MATERIALUI: A new Menu Transition Animation option has been added under User Interface > Appearance
    • -
    • MENU/MATERIALUI: The navigation bar is now shown at all times
    • -
    • MENU/MATERIALUI: Two new context-sensitive buttons have been added to the navigation bar - back button and resume button
    • -
    • MENU/MATERIALUI: A new Auto-Rotate Navigation Bar option has been added under User Interface > Appearance
    • -
    • MENU/MATERIALUI: The playlists tab is now correctly hidden when User Interface > Views > Show Playlist Tabs is disabled
    • -
    • MENU/MATERIALUI: Material UI now correctly readjusts its layout when screen orientation changes on mobile devices
    • -
    • MENU/MATERIALUI: Material UI now resizes in real-time when the user manually sets the Menu Scale Factor (this never worked properly with the old DPI override)
    • -
    • MENU/MATERIALUI: Material UI no longer leaks memory on 'context reset' (fonts were previously never free()'d)
    • -
    • MENU/MATERIALUI: A new Android-style 'system bar' has been added. This shows current core name, clock and battery level
    • -
    • MENU/MATERIALUI: A new search icon is shown on the title bar when viewing playlists and file browser lists
    • -
    • MENU/MATERIALUI: The title bar now uses a larger font, and the sublabel font has also been enlarged a little, to more closely align with Material UI standards
    • -
    • MENU/MATERIALUI: A number (quite a large number) of layout/spacing issues have been fixed
    • -
    • MENU/MATERIALUI: The existing colour theme handling code is not fit for purpose, so the whole lot got ripped out and reimplemented
    • -
    • OSD: Fix fast forward indicator when not using menu widgets
    • -
    • VIDEO LAYOUT: Add video layout mame overlay compatibility
    • -
    -
    -
    - - https://www.libretro.com/index.php/retroarch-1-7-9-released/ - -
      -
    • AI SERVICE: Image mode is now much faster
    • -
    • BUGFIX: Touch input - When using an overlay to toggle the quick menu on touchscreen devices
    • -
    • BUGFIX: Networking - RetroArch crashed when pressing left while Relay Server Location entry was selected
    • -
    • BUGFIX: Networking - fix memory leak that could happen at exit after a network - operation had run
    • -
    • CHEEVOS: Improve handling of line endings when calculating CD hashes for retroachievements
    • -
    • CHEEVOS: Add support for Sega CD/Saturn; reduce hash calls to server
    • -
    • FPGA: Add initial FPGA port for Z-Turn boards - not really release-ready yet, will need community support to continue. Currently employs naive framebuffer approach, not fullspeed
    • -
    • GL1: GLDirect (D3D9 to OGL1.1 wrapper) support
    • -
    • GONG: Stability fixes
    • -
    • LINUX/UDEV: Fix touchscreen/lightgun issues
    • -
    • MENU/MATERIALUI: MaterialUI no longer 'forgets' its place when navigating backwards in menus, and navigation in general is 'cleaner'.
    • -
    • MENU/MATERIALUI: Add initial gesture support
    • -
    • MENU/MATERIALUI: Improved touch support
    • -
    • MENU/MATERIALUI: Bugfix - Random' items are no longer automatically highlighted when performing standard up/down 'flick' scrolling through lists
    • -
    • MENU/MATERIALUI: Bugfix - The display no longer 'jerks' for one frame when navigating backwards through lists
    • -
    • MENU/MATERIALUI: Bugfix - The Material UI scaling factor is now based upon the device-reported screen DPI value (previously it relied upon a hard-coded magic number, which was never correct)
    • -
    • MENU/RGUI: Functional mouse/touchscreen support
    • -
    • MENU/ONSCREEN KEYBOARD: On-screen keyboard entry via mouse/touchscreen has been tidied up - no more double inputs (or unwanted menu interaction in the background)
    • -
    • MENU/MOUSE: Mouse wheel up/down is now a proper 'up/down', same as using cursor keys or a dpad
    • -
    • MENU/MOUSE: Mouse wheel tilt left/right has been wired up to normal 'left/right' commands
    • -
    • MENU/OZONE: Add option to toggle between static and scrolling content metadata
    • -
    • MENU/XMB: Add full gesture support
    • -
    • MENU: When navigating backwards from a core options drop-down list (i.e. pressing select or cancel), the last menu position is remembered (instead of resetting back to the first core option item each time)
    • -
    • MENU: Add mouse/touchscreen gesture support
    • -
    • MENU: Add option to delete playlists (Settings and Playlists: Playlist Management)
    • -
    • OSD: Memory details should now be available on every platform (get_mem_total and get_mem_free need to be implemented in the frontend driver for it to work)
    • -
    • OSD: Memory details can now be shown individually without FPS and frame count
    • -
    • THREADED VIDEO: Fix FPS text in threaded video mode
    • -
    -
    -
    - - https://www.libretro.com/index.php/retroarch-1-7-8-v2-released/ - -
      -
    • AI: Add AI Service functionality
    • -
    • AI: Fix 'Japanese' setting
    • -
    • BPS/UPS: Re-allocation target_data variable for target patch size
    • -
    • CDROM: Added real CD-ROM functionality for Windows and Linux
    • -
    • CDROM: Added disc dumping
    • -
    • CHEEVOS: Fix Achievements badges
    • -
    • CHEEVOS: Add hashing support for PSX (bin/cue, chd, or real CD)
    • -
    • 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
    • -
    • COMMON: Add optional 'on demand' thumbnail downloads
    • -
    • COMMON: Add new playlist-based thumbnail downloader
    • -
    • 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
    • -
    • 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
    • -
    • CORE OPTIONS: When saving core option overrides, only include settings for the current core
    • -
    • CORE OPTIONS: Add option to save core options per-core
    • -
    • CPU FILTERS: Add Scanline2x filter
    • -
    • GL/MALI400: Fix menu issues on Mali 400 series GPUs, should also fix 'RetroArch flickers black on ARM Mali GPUs (Android/ARM Linux)
    • -
    • GL/GLCORE: Use highest supported OpenGL Core version on Windows and X11
    • -
    • GL1: Ignore alpha in core video, fixes XRGB8888 rendering in some cores
    • -
    • GLCORE: Don't hardcode shader cross compilation target version but poll it
    • -
    • GLCORE: Fix regression - shaders don't work
    • -
    • GLCORE/SLANG: Added "FrameDirection slang semantic
    • -
    • HID: Add Retrode support. Should work on Wii/WiiU
    • -
    • INPUT: Menu toggle hotkey can now be bound to another keyboard key and it will toggle properly
    • -
    • LIBRETRO: Add new core options interface, allows for localization, sublabels and more
    • -
    • LIBRETRO: Add new bitmask input codepath, for RETRO_DEVICE_ID_JOYPAD only for now
    • -
    • LOCALIZATION: Update Korean translation
    • -
    • LOCALIZATION: Update Japanese translation
    • -
    • LOCALIZATION: Update Portuguese Brazilian Translation
    • -
    • LOCALIZATION: Update Polish translation
    • -
    • LOCALIZATION: Update Turkish translation
    • -
    • LOCALIZATION: Update Japanese translation
    • -
    • LOCALIZATION: Update Korean translation
    • -
    • LOCALIZATION: Update Polish translation
    • -
    • MENU/XMB: Smooth vertical ticker scrolling
    • -
    • MENU: Add smooth ticker text
    • -
    • MENU: Ability to hide every settings submenu (User Interface, Views, Settings)
    • -
    • MENU: Ability to hide nearly every quick menu entry (User Interface, Views, Quick Menu)
    • -
    • MENU: Fix longstanding menu display issues on Mali400 GPUs (on ARM hardware, SBCs and mobile phones/tablets)
    • -
    • MENU: Fix Record Streaming Quality, and Record, Recording Threads settings
    • -
    • MENU: Fix history playlist navigation after running content
    • -
    • NENU: Menu entry performance optimisations
    • -
    • MENU: Add option to show 'remove playlist entry' only on history/favourites
    • -
    • MENU: Overhaul content 'Information' menu display
    • -
    • MENU: Add new 'Playlist Management' submenu. Allows default core associations to be set (via dropdown list), and all existing associations to be reset
    • -
    • MENU: Add 'Set Core Association' option to Quick Menu
    • -
    • MENU: Add option to remain in menu after saving/loading states
    • -
    • MENU: Pressing the Start button on 'Load Core' will unload the core
    • -
    • MENU: After a core is running, Load Core will be hidden from view until you select 'Close Content' from the Quick Menu
    • -
    • MENU/WIDGETS: All widgets are now properly cleaned up, fixing the frozen widgets bug when loading / closing content
    • -
    • MENU/WIDGETS: Fix crash with tasks
    • -
    • MENU/WIDGETS: Widgets are now drawn above the overlay with OpenGL and Vulkan
    • -
    • MENU/WIDGETS: Fine tune progress bar colors
    • -
    • MENU/WIDGETS: Have the progression widget always resize
    • -
    • MENU/THUMBNAILS: Ensure that displayed thumbnails are always refreshed correctly after selecting 'Download Thumbnails' from Quick Menu
    • -
    • MENU/THUMBNAILS: Make PNG image loading/processing non-blocking on non-threaded systems
    • -
    • MENU/OZONE: Add it for PS3
    • -
    • MENU/OZONE: Fix regression in 1.7.7 - OSX/macOS - was unable to start it
    • -
    • MENU/OZONE: Fix sublabel spacing
    • -
    • MENU/OZONE: Add toggle to enable/disable playlist name truncation in Ozone
    • -
    • MENU/OZONE: (Ozone) Fix display of (semi-)transparent thumbnails
    • -
    • MENU/XMB: Add menu animation settings
    • -
    • MENU/XMB: Add optional thumbnail scaling
    • -
    • MENU/XMB: Fix display of long sublabels. Text that would exceed the display area now scrolls line-by-line
    • -
    • MENU/XMB/OZONE: Add optional thumbnail upscaling
    • -
    • MENU/QT/WIMP: Add core option sublabels as tooltips, add buttons to reset one/all core options
    • -
    • MENU/QT/WIMP: Word-wrap core option tooltips
    • -
    • MENU/QT/WIMP: Path selector fixes
    • -
    • MENU/RGUI: Enable playlist display on platforms without database support
    • -
    • MENU/RGUI: Make particle effects framerate independent + add animation speed setting
    • -
    • MIDI: correct pitch bend in ALSA driver - MIDI standard pitch bend center position is 0x2000 but ALSA's is 0
    • -
    • MIDI: Fix SysEx handling
    • -
    • OSD: OSD is now drawn above the overlay with Vulkan
    • -
    • PATCH: Fix IPS patches
    • -
    • PLAYLISTS: Fix playlist heap corruption bug
    • -
    • PLAYLISTS: Add history/favourites to 'Playlist Management' menu
    • -
    • RECORD: Fix Twitch streaming
    • -
    • REMOTE RETROPAD: Fix for Remote RetroPad input
    • -
    • RUNAHEAD/MSVC2010: Build in runahead support for MSVC2010 and up
    • -
    • RUNAHEAD/VITA: Build in runahead support for Vita version
    • -
    • SAVESTATES: Allow auto save states also in cores that support no content as long as some content is loaded
    • -
    • SCALER: Fix SSE2 path for ARGB/BGRA -> BGR24 - should fix screenshots being taken for XRGB888 (viewport)
    • -
    • SCANNER: Skip all databases with incompatible file extensions, whether content is inside an archive or not
    • -
    • SCANNER: Fix hang on empty files inside archives
    • -
    • SHADERS: Fix shader loading and saving in content-less cores
    • -
    • SHADERS: Implement video shader delay setting
    • -
    • SHADERS: Add proper shader compatibility checks
    • -
    • SHADERS: Enable Cg shaders for D3D9
    • -
    • SHADERS: Remove 'video_shader' setting, replace it with global presets that make more sense
    • -
    • SHADERS: #reference directive for shaders. Presets can point to other existing presets if they are unchanged
    • -
    • SHADERS: Will attempt to cache the shader/preset into memory before loading to avoid costly getline/gets/getc operations
    • -
    • SHADERS: New --set-shader commandline option
    • -
    • SHADERS/MENU: Prevent undefined behaviour when failing to load shaders
    • -
    • SHADERS/MENU: Pressing the Start button on 'Load Shader Preset' will reset all shader passes and apply changes, effectively disabling the shaders
    • -
    • SHADERS/MENU: New menu options for removing shader presets (global/core/parent/etc)
    • -
    • THUMBNAILS: Add optional On-Demand Thumbnails
    • -
    • UDEV: Fix wrong udev devices order
    • -
    • UDEV/X11: Mouse pointer should work now in X11 environment with no Display
    • -
    • VULKAN/SLANG: Added "FrameDirection" slang semantic
    • -
    • VULKAN: Add option to select which GPU to render with
    • -
    • VULKAN: Validate non-causal filter chain for texture inputs. We only validated for UBO inputs apparently
    • -
    • WII: Add default video/audio filter directories
    • -
    • X11: Add improved menu resizing for window resizing
    • -
    • X11: Add non-evdev keycodes to fix keyboard input on non-Linux systems with X11
    • -
    -
    -
    - - https://www.libretro.com/index.php/retroarch-1-7-7-released/ - -
      -
    • 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
    • -
    • COMMON: Add subsystem support for playlists. Subsystem info is automatically saved to the history playlist for easy relaunching
    • -
    • GL: Add new "gl1" OpenGL 1.1 compliant video driver for legacy GPUs and software renderers
    • -
    • GL: Add a new "glcore" driver with slang support (requires GL 3.2+ or GLES3)
    • -
    • GL: Draw OSD on top of overlay
    • -
    • GONG: Add savestate support
    • -
    • GONG: Add video refresh rate core options
    • -
    • GONG: Two player support via core option
    • -
    • GUI: Fix text alignment when using stb_unicode
    • -
    • GUI: Fix text display issues when using Japanese (and other unicode-dependent language) text with stb_unicode
    • -
    • GUI: Set language on first startup to the user's preferred OS language (Windows, *nix and Android)
    • -
    • INPUT: Add (scaled radial) analog deadzone and sensitivity options
    • -
    • LIBRETRO: Add Turkish language support
    • -
    • LIBRETRO: Allow non-accelerated video to rotate the display
    • -
    • LOCALIZATION: Update Chinese (Simplified) translation
    • -
    • LOCALIZATION: Update Chinese (Traditional) translation
    • -
    • LOCALIZATION: Update Dutch translation
    • -
    • LOCALIZATION: Update French translation
    • -
    • LOCALIZATION: Update German translation
    • -
    • LOCALIZATION: Update Japanese translation
    • -
    • LOCALIZATION: Update Polish translation
    • -
    • LOCALIZATION: Update Russian translation
    • -
    • LOCALIZATION: Update Spanish translation
    • -
    • LOCALIZATION: Add new Turkish translation
    • -
    • MIDI: Fix startup crash in midi driver
    • -
    • MENU: Bugfix - you can no longer get stuck in Online Updater -> Update Core screen when toggling between ingame and menu
    • -
    • MENU: Selectively hide 'Take Screenshot' for video drivers that don't support taking screenshots
    • -
    • MENU: Framerate independent menu rendering. MaterialUI/Ozone/XMB/RGUI can now run at higher framerates
    • -
    • MENU: Thumbnails work in history list
    • -
    • MENU: Menu widgets
    • -
    • MENU: Add memory statistics support to more context drivers
    • -
    • MENU: Enable ozone driver for UWP builds
    • -
    • MENU: Add optional "looping" menu text ticker with configurable speed
    • -
    • MENU: Fix core video rendering when using ozone with GL cores that implement the scissor test
    • -
    • MENU: Add optional playlist sublabels (associated core + play time, where available)
    • -
    • MENU: Dropdown list settings now apply immediately
    • -
    • MENU: Add setting to require pressing the "Exit RetroArch" hotkey twice to confirm
    • -
    • MENU: Now able to run at higher refresh rates than 60Hz
    • -
    • MENU: Enable "Add to Favorites" without loading a core
    • -
    • MENU: Allow core name to be hidden on history/favorites playlists
    • -
    • MENU: Populate crc32 and db_name fields when adding history/favourites playlist entries
    • -
    • MENU: Fix TTF files not showing in OSD/menu font selection screen
    • -
    • MENU: Fix audio/video filters not showing in file browser
    • -
    • MENU/MaterialUI: Add subsystem support
    • -
    • MENU/MaterialUI: Add currently selected entry in dropdown menus
    • -
    • MENU/OZONE: Add mouse support on entries (no sidebar yet)
    • -
    • MENU/OZONE: Allow collapsing the sidebar
    • -
    • MENU/OZONE: Add thumbnail support
    • -
    • MENU/OZONE: Battery notifications
    • -
    • MENU/OZONE: Add wifi icon for network entries
    • -
    • MENU/QT/WIMP: Add git version and build date to Help->About window
    • -
    • MENU/QT/WIMP: Fix content loading via the file browser
    • -
    • MENU/QT/WIMP: Add new settings window to control all RetroArch settings
    • -
    • MENU/RGUI: Improve playlist titles
    • -
    • MENU/RGUI: Add option to hide associated cores in playlists
    • -
    • MENU/RGUI: Add internal upscaling option
    • -
    • MENU/RGUI: Add subsystem support
    • -
    • MENU/RGUI: Add menu sublabel support
    • -
    • MENU/RGUI: Re-enable "Load Core" option when content is loaded
    • -
    • MENU/RGUI: Add optional "Collections" entry to main menu
    • -
    • MENU/RGUI: Add "Lock Menu Aspect Ratio" option
    • -
    • MENU/RGUI: Add "full width" layout option
    • -
    • MENU/RGUI: Ensure menu color theme is applied immediately
    • -
    • MENU/RGUI: Fix "Lock Menu Aspect Ratio" option when using custom viewports
    • -
    • MENU/RGUI: Add widescreen support
    • -
    • MENU/RGUI: Allow text to be centred when selecting widescreen layouts
    • -
    • MENU/RGUI: Add inline playlist thumbnail support
    • -
    • MENU/RGUI: Add optional shadow effects
    • -
    • MENU/RGUI: Performance optimizations
    • -
    • MENU/RGUI: Add optional extended ASCII support
    • -
    • MENU/RGUI: Add optional delay when loading thumbnails
    • -
    • MENU/RGUI: Add on-screen keyboard
    • -
    • MENU/RGUI: Battery notifications
    • -
    • MENU/XMB: Prevent crashes when resizing to a tiny window
    • -
    • MENU/XMB: XMB honors the 'show menu sublabels' setting now - was previously RGUI only
    • -
    • NETPLAY: Fix stall-out causing total disconnection with >2 players
    • -
    • NETPLAY: Different (more intuitive?) default netplay share policy
    • -
    • NETPLAY: Add hotkey option to toggle hosting on/off
    • -
    • NETWORKING: Encode URLs to allow for spaces in directory names
    • -
    • SCANNER: New option 'Scan without core match'
    • -
    • SHADERS: Don't alphabetize shader presets
    • -
    • VULKAN: Fix color issues with RGBA8888 swapchains in readback (screenshots)
    • -
    -
    -
    - - https://www.libretro.com/index.php/retroarch-1-7-6-released/ - -
      -
    • CHEEVOS: Reset when hardcore mode is toggled
    • -
    • CHEEVOS: Update the hashing methods to identify NES, SNES and Lynx games (more accurate and accepting headerless ROMs)
    • -
    • COMMON: Add new JSON playlist format
    • -
    • COMMON: Fix playlist corruption when deleting items
    • -
    • COMMON: Fix archive progress display calculation
    • -
    • COMMON: Fix playlist entries appearing with previously used names
    • -
    • COMMON: Fix screenshot filename with no core or content
    • -
    • COMMON: Allow compiling without menu support
    • -
    • CORE UPDATER: Allow sideloading cores from the menu
    • -
    • CPU FILTERS: Add Normal2x filter
    • -
    • CRT/LINUX: New Linux switching method partially implemented
    • -
    • CRT/LINUX: Linux restore desktop resolution fixed
    • -
    • CRT/LINUX: Monitor index switching and auto enumerate for output detection in Linux (still working on the windows method)
    • -
    • CRT/RASPBERRY PI: Initial support
    • -
    • DATE: Add Date / Time style options
    • -
    • DEBUGGING: Add an integrated crash handler for debug builds
    • -
    • DISCORD: Register the application name properly
    • -
    • DISK CONTROL: Remember the last used folder / current active folder to make disk-swapping faster
    • -
    • INPUT: Add new menu toggle (hold start button for 2 seconds)
    • -
    • INPUT: Fix arrow keys being incorrectly bound as numpad keys
    • -
    • INPUT/SDL: Flush the joypad events. Decreases cpu usage over time with the SDL joypad driver
    • -
    • LOCALIZATION: Add Greek translation
    • -
    • LOCALIZATION: Update German translation
    • -
    • LOCALIZATION: Update Italian translation
    • -
    • LOCALIZATION: Update Japanese translation
    • -
    • LOCALIZATION: Update Simplified Chinese translation
    • -
    • LOCALIZATION: Update Spanish translation
    • -
    • MENU: New "ozone" menu driver
    • -
    • MENU: Only show CRT SwitchRes if video display server is implemented (Windows/Linux for now)
    • -
    • MENU: User Interface -> Appearance -> 'Menu Font Green/Blue Color' settings now work properly
    • -
    • MENU: Add option to enable in-menu sound effects
    • -
    • MENU/QT/WIMP: Allow building with MSVC2017
    • -
    • MENU/QT/WIMP: Add detailed file browser table
    • -
    • MENU/QT/WIMP: New grid view implementation that is faster and loads thumbnails on-demand
    • -
    • MENU/QT/WIMP: Thumbnail drag and drop support
    • -
    • MENU/RGUI: Overhaul custom theme interface + add wallpaper support
    • -
    • MENU/RGUI: Thumbnail support and thumbnail downscaling
    • -
    • MENU: Hide password values
    • -
    • MENU/SOUNDS: Implement in-menu sound effects (not enabled by default for now, still experimental)
    • -
    • MIDI: Add a Linux ALSA driver for MIDI
    • -
    • NETPLAY: Force fast-save-states when netplay is enabled
    • -
    • NETPLAY: Allow quick joining subsystem lobbies
    • -
    • RECORDING: Implement recording options in the menu complete with quality profiles, streaming, and proper file naming
    • -
    • SCANNER: Fix GDI disc scanning
    • -
    • SHADERS: Fix auto shader preset loading on D3D10, D3D11, D3D12
    • -
    • SUBSYSTEM: Allow more than 10 subsystems
    • -
    • SUBSYSTEM: Cores that use subsystem for complex scenarios can now load content without starting a regular content first
    • -
    • SUBSYSTEM: Remember the last used folder to make loading subsystem type content faster
    • -
    • VULKAN: Fix RGUI crashing at startup
    • -
    • VULKAN/RGUI: Enable 'Menu Linear Filter' option
    • -
    • VULKAN: Fix secondary screens in overlays not working
    • -
    • WAYLAND: Implement idle-inhibit support (needed for screensaver suspend)
    • -
    • WAYLAND: Fix fullscreen toggle
    • -
    • VFS: Update to version 3
    • -
    • XBONE: Initial Xbox One port
    • -
    • XMB/OZONE: Add more icons
    • -
    • Easter egg
    • -
    -
    -
    - - -
      -
    • CAMERA: Fix Video4Linux2 driver that broke years ago
    • -
    • CONFIG: Add 'Reset To Defaults' setting in Configurations. Thi will reset your config file to defaults
    • -
    • CHEATS: Add support for Rumble when increase or decrease by the rumble value
    • -
    • CHEATS: Add cheat variables to allow for updating large portions of memory
    • -
    • CHEEVOS: Prevent loading states before achievements are fully loaded
    • -
    • COMMON: Support for "OEM-102" key (usually '' on Euro keyboards)
    • -
    • DISCORD: Add 'Ask To Join' Feature
    • -
    • INPUT: Add new menu toggle combos 'L3 + R' and 'L + R' (useful for Switch)
    • -
    • LOCALIZATION: Update Portuguese / Brazilian translation
    • -
    • LOCALIZATION: Update Japanese translation
    • -
    • LOCALIZATION: Update Polish translation
    • -
    • LOCALIZATION: Update Spanish translation
    • -
    • MENU: Add dropdown lists for many settings
    • -
    • MENU: Fix crash that could happen when changing core's options on Android
    • -
    • MENU/QT/WIMP: Add option to rename playlists
    • -
    • MENU/QT/WIMP: Add option to filter extensions inside archives when adding to a playlist
    • -
    • MENU/QT/WIMP: Rename playlist entries with 2 single clicks
    • -
    • MENU/QT/WIMP: Fix shader parameter checkboxes not working
    • -
    • NETPLAY: Save lobby details received back from server after first announcement
    • -
    • OPENGL/GLX: Implement Adaptive VSync - GLX_EXT_swap_control_tear
    • -
    • OPENGL/WGL: Implement Adaptive VSync - WGL_EXT_swap_control_tear
    • -
    • RUNAHEAD: Fix performance degradation that could happen over time (after approx. 30 mins). Fixed input IDs outside of range 0-35 causing slow performance in runahead
    • -
    • VULKAN: Fix race condition in threaded mailbox emulation
    • -
    • VULKAN: Maintenance fixes
    • -
    -
    -
    - - -
      -
    • CHEEVOS: Fix crash when scrolling Achievement List while Unofficial Achievements enabled (#6732)
    • -
    • CHEEVOS: Added hitcounts support for PauseIf/ResetIf (#6817)
    • -
    • COMMON: Automatically hide "Configuration Override options" in Quick Menu
    • -
    • COMMON: Small Bugfix to not trigger savestate code when pressing Reset
    • -
    • COMMON: Added libsixel video driver
    • -
    • LOCALIZATION: Update Italian translation
    • -
    • LOCALIZATION: Update Japanese translation
    • -
    • LOCALIZATION: Update Polish translation
    • -
    • LOCALIZATION: Update Portuguese / Brazilian translation
    • -
    • LOCALIZATION: Update Russian translation
    • -
    • LOCALIZATION: Update Spanish translation
    • -
    • MIDI: Add MIDI support to the libretro API. Dosbox is the first proof of concept core implementing libretro MIDI
    • -
    • MENU/QT/WIMP: Qt QSlider styling for Dark Theme
    • -
    • MENU/QT/WIMP: Remove button ghostly inside highlighting
    • -
    • MENU/QT/WIMP: Initial grid view
    • -
    • MENU/QT/WIMP: Drag and drop to add new playlist items, add option to add/edit/delete playlists
    • -
    • MENU/QT/WIMP: Add menu option to update RetroArch (Windows only for now)
    • -
    • MENU/QT/WIMP: Add menu option to manage shaders
    • -
    • MENU/QT/WIMP: Add menu option to manage core options
    • -
    • MENU/XMB: Add new icons for the settings
    • -
    • MENU/XMB: Add an option to show the desktop ui
    • -
    • NETWORK: Enable SSL/TLS support by default for desktop platforms
    • -
    • REMAPS: Fix the way offsets are calculated for keyboard remapping
    • -
    • RUNAHEAD: Fix full-screen mode change breaking Secondary Core's environment variables
    • -
    • VULKAN: Fix two validation errors
    • -
    • VULKAN: Try to avoid creating swapchains redundantly. Should fix black screen and having to alt tab out of window again to get display working on Nvidia GPUs (Windows)
    • -
    • X11: Fix Game Focus Toggle
    • -
    -
    -
    - - -
      -
    • AUDIO: Audio mixer supports FLAC/MP3 file types now
    • -
    • COMMON: Fixed bug 'crashing in cores that don't range check retro_set_controller_type'
    • -
    • COMMON: (QuickMenu) Added Configuration Override submenu
    • -
    • LOCALIZATION: Update Italian translation
    • -
    • LOCALIZATION: Update Portuguese translation
    • -
    • 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
    • -
    -
    -
    - - -
      -
    • 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
    • -
    • CHEEVOS: Support Atari 2600, Virtual Boy, and Arcade (only Neo Geo, CPS-1, CPS-2 and CPS-3 and only with fbalpha core)
    • -
    • CHEEVOS: Add option to automatically take a screenshot when an achievement is triggered
    • -
    • CHEEVOS: Fixed incompatibilities with Neo Geo Pocket achievement sets
    • -
    • LIBRETRO: Addition - Functions to enable and disable audio and video, and an environment function to query status of audio and video enables
    • -
    • LOCALIZATION: Update Italian translation
    • -
    • LOCALIZATION: Update Polish translation
    • -
    • MENU: Add Rewind/Latency/Overlay settings to Quick Menu, add options to show/hide them (User Interface -> Views -> Quick Menu)
    • -
    • MENU/RGUI: Only show Menu Linear Filter for RGUI and only show it for video drivers that implement it (D3D8/9/10/11/12/GL)
    • -
    • MENU/RGUI: Add User Interface -> Appearance options
    • -
    • MENU/RGUI: D3D8/D3D9: Hookup Menu Linear Filter
    • -
    • MENU/XMB: Disable XMB shadow icons by default for PowerPC and ARM for performance reasons
    • -
    • MENU/XMB: Left/right thumbnails are now automatically scaled according to layout
    • -
    • MENU/XMB: Add Left Thumbnails (additional to the right)
    • -
    • MENU/XMB: Fixed left/right tab regression
    • -
    • MENU/XMB: Fix scaling of tall images that were cut on bottom previously
    • -
    • MENU/XMB: Menu scale factor setting now changes texts length, image scaling and margins
    • -
    • MENU/XMB: Mouse cursor scales correctly now
    • -
    • MENU/XMB: Add toggle to show/hide Playlist tabs
    • -
    • MENU/XMB: Add menu layout - can switch between Desktop, Handheld and Auto
    • -
    • MENU/XMB: Don't load menu pipeline shaders unless XMB is selected (D3D10/D3D11/D3D12/GL/Vulkan)
    • -
    • MENU/VIDEO: Only show black frame insertion for the video drivers/context drivers that support it (so far this includes - D3D8/D3D9, OpenGL, Vulkan)
    • -
    • MENU/VIDEO: Only show max swapchain images if supported by video driver and/or context driver (so far this includes - DRM EGL context driver, VideoCore EGL context driver, Vulkan)
    • -
    • MENU/MaterialUI: Automatic DPI Scaling should be much improved now, now scales as expected at 1440p and 4K resolutions
    • -
    • MENU/MaterialUI: Fix wrong calculation of an entry height causing long playlists to end up outside of screen range. This also could cause crashes on low DPI screens
    • -
    • SCANNER: Should be able to scan dual-layer Wii disc images now, filestream code now supports files larger than 4GB
    • -
    • SHADERS/SLANG: Slang shaders should work again on Android version and MSVC versions (basically all the Griffin-based versions)
    • -
    • SHADERS: If GL context is GLES2/3/Core context, Cg shaders are unavailable. Applies to shader list too
    • -
    • SHADERS: Hide cg/glsl shaders from being able to be selected if D3D8/9/10/11/Vulkan video drivers are selected
    • -
    • SHADERS: Hide slang shaders from being able to be selected if D3D8/9/OpenGL video drivers are selected
    • -
    • SHADERS: Prevent crashes from occurring if we have the GL video driver in use and we try to skip to a slang shader through next/previous hotkeys
    • -
    • SHADERS: Fix shader parameter increase / decrease functions
    • -
    • SUBSYSTEM: handle savestates properly (cart1 + cart2.state0)
    • -
    • VULKAN/X11: Fix X11 Vulkan bug from Wayland driver
    • -
    • VULKAN: Fix multi-line text spacing in menus with Vulkan driver
    • -
    • X11: Allow compositor disabling on X11 fullscreen through _NET_WM_BYPASS_COMPOSITOR
    • -
    • X11: Prioritize _NET_WM_STATE_FULLSCREEN in true fullscreen mode
    • -
    -
    -
    - - -
      -
    • AUDIO: Added 'Audio Resampler Quality' setting to Audio Settings
    • -
    • CHEEVOS: Fix unofficial achievements not being loaded
    • -
    • CHEEVOS: Show savestate menu entries when no achievements are found even if hardcore mode is enabled
    • -
    • CHEEVOS: Support Neo Geo Pocket
    • -
    • COMMON: Bugfix for issue related to 'Windows mouse pointer visible when running MESS or MAME cores'
    • -
    • COMMON: Fix bug 'Last item in a Playlist is ignored'
    • -
    • COMMON: New LED API. Driver implemented for Raspberry Pi, proof of concept implemented for core MAME 2003
    • -
    • COMMON: Add quick menu option to watch shader files for changes and recompile them automatically (Linux only for now)
    • -
    • D3D8: Direct3D 8 can now work on systems that have Direct3D 8 installed
    • -
    • INPUT: show friendly names when available under input binds and system information
    • -
    • INPUT: show the config name when available under system information
    • -
    • GUI: Allow changing menu font color
    • -
    • GUI: Menu visibility options for RGUI and MaterialUI
    • -
    • GUI/MaterialUI: Works now with D3D8, D3D9 Cg, D3D11 and D3D12 drivers
    • -
    • GUI/XMB: Add Monochrome Inverted icon theme
    • -
    • GUI/XMB: Allow changing menu scale to 200%
    • -
    • GUI/XMB: Works now with D3D8, D3D9 Cg, D3D11 and D3D12 drivers. Menu shader effects currently don't work on D3D8/D3D9 Cg
    • -
    • KEYMAPPER: prevent a condition that caused input_menu_toggle to stop working when a RETRO_DEVICE_KEYBOARD type device is enabled
    • -
    • GL: ignore hard gpu sync when fast-forwarding
    • -
    • LOCALIZATION: Update Italian translation
    • -
    • LOCALIZATION: Update Japanese translation
    • -
    • LOCALIZATION: Update Portuguese-Brazilian translation
    • -
    • LOCALIZATION: Update Spanish translation
    • -
    • NETPLAY: Add menu option to select different MITM (relay) server locations
    • -
    • SHADERS: Allow saving of shader presets based on the parent directory
    • -
    • SHADERS: Don't save the path to the current preset to the main config
    • -
    • SHADERS: SPIRV-Cross/slang shader support for D3D11
    • -
    • SUBSYSTEM: Subsystem saves now respect the save directory
    • -
    • SUBSYSTEM: You can now load subsystem games from the menu
    • -
    • VULKAN: Fix swapchain recreation bug on Nvidia GPUs with Windows 10 (resolved in Windows Nvidia driver version 390.77)
    • -
    -
    -
    - - -
      -
    • CHEEVOS: Add badges for achievements, shows thumbnail images of achievements
    • -
    • CHEEVOS: Leaderboard support
    • -
    • CHEEVOS: Only disable savestates on hardcore mode if achievements are not available
    • -
    • COMMANDLINE: Fix fullscreen toggle switch
    • -
    • COMMON: Add 'Automatically Load Content To Playlist' feature, enabled by default
    • -
    • COMMON: Fix slowmotion ratio always being reset back to 1
    • -
    • COMMON: Optimized NBIO implementations now for Apple, Windows, and Linux. Uses mmap for Linux/Windows/BSD if/when available. File I/O should now be much faster for loading images inside the menu
    • -
    • COMMON: Native Blissbox support now for latest firmware as of writing (2.0). Implementation through libusb and/or native Windows HID
    • -
    • COMMON: New lightgun API
    • -
    • COMMON: New VFS (Virtual File System) API
    • -
    • COMMON: Fixed some playlist bugs
    • -
    • COMMON: New snow shader
    • -
    • COMMON: Fix Quick Menu title, no longer shows 'Select File'
    • -
    • COMMON: Fix loading cores that require no content one after another
    • -
    • COMMON: Map Delete key to Y button for non-unified menu keyboard controls
    • -
    • COMMON: Fix for relative paths being normalised and generating a duplicate history entry
    • -
    • INPUT: Map clear button to DEL key
    • -
    • LINUX/X11: Add RetroArch logo to window title bar
    • -
    • LINUX/X11: Input driver now supports new lightgun code
    • -
    • LINUX/X11: Support window transparency (requires a compositing window manager)
    • -
    • LOBBIES: Fix for crash on join netplay rooms via touch / glui
    • -
    • LOCALIZATION: Update Italian translation
    • -
    • LOCALIZATION: Update Japanese translation
    • -
    • LOCALIZATION: Update Portuguese-Brazilian translation
    • -
    • LOCALIZATION: Update Polish translation
    • -
    • LOCALIZATION: Update Russian translation
    • -
    • MENU: Snowflake menu shader effect
    • -
    • SCANNER: Fix crash from Windows-incompatible format string
    • -
    • VULKAN: Various stability fixes for WSI
    • -
    -
    -
    - - -
      -
    • COMMON: Small memory leak
    • -
    • NETPLAY: Fix network command only working once
    • -
    -
    -
    -
    -
    diff --git a/retroarch.spec b/retroarch.spec index 03b815e..82aacb4 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -3,7 +3,7 @@ %bcond_with nonfree %global appname retroarch -%global uuid org.libretro.RetroArch +%global uuid com.libretro.RetroArch # Freeworld package %if %{with freeworld} @@ -19,12 +19,12 @@ # Assets # * https://github.com/libretro/retroarch-assets # * https://github.com/libretro/retroarch-assets/issues/414 -%global commit1 62b5d18b8141113c55d6db768882dc25b30ace45 -%global date 20210922 +%global commit1 a7deebea0b64e744d521368181f9f187f6c5a053 +%global date 20211016 %global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) Name: %{appname}%{?p_suffix} -Version: 1.9.11 +Version: 1.9.12 Release: 1%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} @@ -97,8 +97,14 @@ Source0: %{short_url}/RetroArch/archive/v%{version}/%{appname}-%{version} Source1: %{short_url}/%{appname}-assets/archive/%{commit1}/%{appname}-assets-%{date}git%{shortcommit1}.tar.gz # AppData manifest +# Upstreamed so should be easier now to maintain and automate updates for both +# Fedora and RPM Fusion repo. There is still UUID inconsistency but upstream +# notified. Keep old one for fallback. +# * https://github.com/libretro/RetroArch/pull/13113 +# +# Old (+ line 408): # * https://github.com/flathub/org.libretro.RetroArch/blob/master/org.libretro.RetroArch.appdata.xml -Source2: https://raw.githubusercontent.com/flathub/%{uuid}/63af0e2449891e40c6ab6feae5d27845768b26fb/%{uuid}.appdata.xml +%dnl Source2: https://raw.githubusercontent.com/flathub/%{uuid}/63af0e2449891e40c6ab6feae5d27845768b26fb/%{uuid}.appdata.xml # Libretro's core info Source3: %{short_url}/libretro-core-info/archive/v%{version}/libretro-core-info-%{version}.tar.gz @@ -400,7 +406,7 @@ rm %{buildroot}%{_datadir}/libretro/assets%{?p_suffix}/pkg/osd-font.ttf \ INSTALLDIR=%{_datadir}/libretro/info%{?p_suffix} # AppData manifest -install -m 0644 -Dp %{SOURCE2} %{buildroot}%{_metainfodir}/%{uuid}.appdata.xml +%dnl install -m 0644 -Dp %{SOURCE2} %{buildroot}%{_metainfodir}/%{uuid}.appdata.xml # Joypad Autoconfig Files %make_install -C %{appname}-joypad-autoconfig-%{version} \ @@ -486,6 +492,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog +* Sun Oct 24 2021 Artem Polishchuk - 1.9.12-1 +- chore(update): 1.9.12 + * Sat Oct 09 2021 Artem Polishchuk - 1.9.11-1 - chore(update): 1.9.11 diff --git a/sources b/sources index 7d0b7e7..e7a38ea 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ -SHA512 (libretro-core-info-1.9.11.tar.gz) = b7d5ba4cb8c796a7e8f9b4b0b4b09a1f4f3c2959f0ce70317207aa6f4255423f00555c59988df070ec3b4f338bf52f62b8530fc3da36d8cbe5171d7c34dcf6ed -SHA512 (libretro-database-1.9.11.tar.gz) = e62d0541057269fc5475f08d7b7b0b028651db371118e59c6fc445117b9c4e53aa8071f66c74f465aae803d47c8003cb647da2aebbe1622969204d7be04e1f80 -SHA512 (retroarch-1.9.11.tar.gz) = 1e7e513e57baaea0e151550fe77a83bcca6765e5e80922eeac8e2f0350c9870a60a088ffcc42939768cdb9993fab7ec87c9e826350120d355bdd27cf0acc009c -SHA512 (retroarch-assets-20210922git62b5d18.tar.gz) = d502a0419fc2daf2b53b47ca4f5c57121a15722afd85b2af8f8fdceb79c03e2480d8c8adc0078d98a925bd5fbff34a565efd8147b45c87c94d3885fc480eba30 -SHA512 (retroarch-joypad-autoconfig-1.9.11.tar.gz) = baed87568d2ff3156cfd6b5ea8b6db7a7b7b7fd4c9c37c42a5f7babcb9efaacd7d8d6204f8290a954a4c10be9c644929407986111803ae016118576c7da8cc66 +SHA512 (libretro-core-info-1.9.12.tar.gz) = a37b346e2c37cb9cd0d4201401bd875ea09e627400b25772d047fc16075b9dc41f0a3f1fc1ff6c30cbf16bafaaafefeeb45168021222cb94bfeacd1441614642 +SHA512 (libretro-database-1.9.12.tar.gz) = 48ef1a2d377277ae061ed585a84b6f423ca5a687332f7fd08ec6b2fa7145b1dba62ccd80ef1597370c8c0d99a0cc664ea590c4e5e7294ee5e092996074653d63 +SHA512 (retroarch-1.9.12.tar.gz) = 7ec23ffa5c458bb098dff93f6649b015550dd4a4e54a4d80c5d6a082427ffb4f7f78c03dfee5609235b355c9ca4ed52de67953b566a65b327e519c2899040edb +SHA512 (retroarch-assets-20211016gita7deebe.tar.gz) = df7cf9ce2b159e10208fe21bd77bbb97d693d0265ad1c6bb5b72aa6ba4c98a50c4a154d2c73cd7dee5ed6cc8a24753163b2ae7f61df66e4470264fe7699ddcbd +SHA512 (retroarch-joypad-autoconfig-1.9.12.tar.gz) = 739e4a536d8c90679ab8ecb6c9d01614943df8fe10907310ed8591da7366a9d920c089124fb97fbdf26aa78687f45087e0c2c8df4b3522d2b28230a0d824e5b6 From 2c64fc2fc87323d1e8a5a563b67b4d20e04ccb64 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Mon, 8 Nov 2021 11:21:18 +0200 Subject: [PATCH 19/74] chore(update): 1.9.13 --- .gitignore | 5 +++++ retroarch.spec | 9 ++++++--- sources | 10 +++++----- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 11c3ead..75000b3 100644 --- a/.gitignore +++ b/.gitignore @@ -81,3 +81,8 @@ /retroarch-1.9.12.tar.gz /retroarch-assets-20211016gita7deebe.tar.gz /retroarch-joypad-autoconfig-1.9.12.tar.gz +/libretro-core-info-1.9.13.tar.gz +/libretro-database-1.9.13.tar.gz +/retroarch-1.9.13.tar.gz +/retroarch-assets-20211108git9c22505.tar.gz +/retroarch-joypad-autoconfig-1.9.13.tar.gz diff --git a/retroarch.spec b/retroarch.spec index 82aacb4..19e9373 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -19,12 +19,12 @@ # Assets # * https://github.com/libretro/retroarch-assets # * https://github.com/libretro/retroarch-assets/issues/414 -%global commit1 a7deebea0b64e744d521368181f9f187f6c5a053 -%global date 20211016 +%global commit1 9c22505bed22370d4b81d10429afc9e0d6cc11ff +%global date 20211108 %global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) Name: %{appname}%{?p_suffix} -Version: 1.9.12 +Version: 1.9.13 Release: 1%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} @@ -492,6 +492,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog +* Sun Nov 07 2021 Artem Polishchuk - 1.9.13-1 +- chore(update): 1.9.13 + * Sun Oct 24 2021 Artem Polishchuk - 1.9.12-1 - chore(update): 1.9.12 diff --git a/sources b/sources index e7a38ea..3739811 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ -SHA512 (libretro-core-info-1.9.12.tar.gz) = a37b346e2c37cb9cd0d4201401bd875ea09e627400b25772d047fc16075b9dc41f0a3f1fc1ff6c30cbf16bafaaafefeeb45168021222cb94bfeacd1441614642 -SHA512 (libretro-database-1.9.12.tar.gz) = 48ef1a2d377277ae061ed585a84b6f423ca5a687332f7fd08ec6b2fa7145b1dba62ccd80ef1597370c8c0d99a0cc664ea590c4e5e7294ee5e092996074653d63 -SHA512 (retroarch-1.9.12.tar.gz) = 7ec23ffa5c458bb098dff93f6649b015550dd4a4e54a4d80c5d6a082427ffb4f7f78c03dfee5609235b355c9ca4ed52de67953b566a65b327e519c2899040edb -SHA512 (retroarch-assets-20211016gita7deebe.tar.gz) = df7cf9ce2b159e10208fe21bd77bbb97d693d0265ad1c6bb5b72aa6ba4c98a50c4a154d2c73cd7dee5ed6cc8a24753163b2ae7f61df66e4470264fe7699ddcbd -SHA512 (retroarch-joypad-autoconfig-1.9.12.tar.gz) = 739e4a536d8c90679ab8ecb6c9d01614943df8fe10907310ed8591da7366a9d920c089124fb97fbdf26aa78687f45087e0c2c8df4b3522d2b28230a0d824e5b6 +SHA512 (libretro-core-info-1.9.13.tar.gz) = f1be536b211e6a4448f3832b04000e7ddaadd5d9de8027115fd267851d1481314bbc3cb6a948188b5c40d57e37eabb8736cb8a68cda2cfb24d00d61f9ac6a01c +SHA512 (libretro-database-1.9.13.tar.gz) = e3f31ee51d1c4714a2e1686bdcf0aafbc1b9da234709e6934f24a5a18bbcd8cf1075e3e4a407bcb96b75930348b82a874b5bf3b09987cf1c6c9ac0f1e2d6eb08 +SHA512 (retroarch-1.9.13.tar.gz) = 0404f90b983da209d7d04f5e74166f7abb79ad1844549cc3d538aa77e900dec9c40e1b84c08505e0f5052e596057dfac94bf2432200466aa4de8a558147b47f1 +SHA512 (retroarch-assets-20211108git9c22505.tar.gz) = 33923c22eec6ae08b1bff0cafc6021dfd4851f32c2303d5dc8086f94cd98bb56a725f2a91eeecd28ce812797c0cc54b536a8a3393b923a75c7318d2a3bf57b42 +SHA512 (retroarch-joypad-autoconfig-1.9.13.tar.gz) = 72c6625b58dac275d5d5ebda1132d50c5db408f17ef687c81198c324a47e2b857cad519c04270f63df3b5ff5a6493853c96029c23fbd05ca2c6a1706bdb74b8f From 6fbc31936de4ff7ae8c7c97525d7fe9bf2ac4175 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Mon, 6 Dec 2021 11:04:29 +0300 Subject: [PATCH 20/74] chore(update): 1.9.14 --- .gitignore | 4 ++++ retroarch.spec | 5 ++++- sources | 8 ++++---- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 75000b3..9d87501 100644 --- a/.gitignore +++ b/.gitignore @@ -86,3 +86,7 @@ /retroarch-1.9.13.tar.gz /retroarch-assets-20211108git9c22505.tar.gz /retroarch-joypad-autoconfig-1.9.13.tar.gz +/libretro-core-info-1.9.14.tar.gz +/libretro-database-1.9.14.tar.gz +/retroarch-1.9.14.tar.gz +/retroarch-joypad-autoconfig-1.9.14.tar.gz diff --git a/retroarch.spec b/retroarch.spec index 19e9373..a0a75af 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -24,7 +24,7 @@ %global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) Name: %{appname}%{?p_suffix} -Version: 1.9.13 +Version: 1.9.14 Release: 1%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} @@ -492,6 +492,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog +* Mon Dec 06 2021 Artem Polishchuk - 1.9.14-1 +- chore(update): 1.9.14 + * Sun Nov 07 2021 Artem Polishchuk - 1.9.13-1 - chore(update): 1.9.13 diff --git a/sources b/sources index 3739811..c375b2e 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ -SHA512 (libretro-core-info-1.9.13.tar.gz) = f1be536b211e6a4448f3832b04000e7ddaadd5d9de8027115fd267851d1481314bbc3cb6a948188b5c40d57e37eabb8736cb8a68cda2cfb24d00d61f9ac6a01c -SHA512 (libretro-database-1.9.13.tar.gz) = e3f31ee51d1c4714a2e1686bdcf0aafbc1b9da234709e6934f24a5a18bbcd8cf1075e3e4a407bcb96b75930348b82a874b5bf3b09987cf1c6c9ac0f1e2d6eb08 -SHA512 (retroarch-1.9.13.tar.gz) = 0404f90b983da209d7d04f5e74166f7abb79ad1844549cc3d538aa77e900dec9c40e1b84c08505e0f5052e596057dfac94bf2432200466aa4de8a558147b47f1 +SHA512 (libretro-core-info-1.9.14.tar.gz) = 70faac51ef3ca25fbc60fe40ef10ac9da5b8fafc2a2b14e0b0c7782f3b7ebc7e9f6008a406c4ce5a809eec02457b79a14a3f28dcb9a1bf6e7bb8a0932d40e3fb +SHA512 (libretro-database-1.9.14.tar.gz) = 55cf60e7a2de8525279bc6c8c9ceeb892b1d2901b3ea8806fb7e3aa791c725f38a5fed1649d3c9eca9b41a385e1b0faf65a5522354b9d64bd7e716dc89f2da4f +SHA512 (retroarch-1.9.14.tar.gz) = 41fc814da0f5bd43ad99f948b1c7631e85ec6eaf0de38d9154eb0417de8901c40bdf512524b6eff91c888b6786a75be0899ffb12ef79a443df5a9d3b44052581 SHA512 (retroarch-assets-20211108git9c22505.tar.gz) = 33923c22eec6ae08b1bff0cafc6021dfd4851f32c2303d5dc8086f94cd98bb56a725f2a91eeecd28ce812797c0cc54b536a8a3393b923a75c7318d2a3bf57b42 -SHA512 (retroarch-joypad-autoconfig-1.9.13.tar.gz) = 72c6625b58dac275d5d5ebda1132d50c5db408f17ef687c81198c324a47e2b857cad519c04270f63df3b5ff5a6493853c96029c23fbd05ca2c6a1706bdb74b8f +SHA512 (retroarch-joypad-autoconfig-1.9.14.tar.gz) = ef391d30c19d8453d658bc52dc7868a68ef303988df462d261a2926fcb41d5692d8c301d715d3b6d8144d45e481a0c8e5e41cc27f45a366831acc5832959602a From 77324db37684240755980c0d87ce317b2765065c Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Thu, 20 Jan 2022 13:37:40 +0300 Subject: [PATCH 21/74] chore(update): 1.10.0 --- .gitignore | 5 +++++ retroarch.spec | 13 +++++++------ sources | 10 +++++----- 3 files changed, 17 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 9d87501..76bff90 100644 --- a/.gitignore +++ b/.gitignore @@ -90,3 +90,8 @@ /libretro-database-1.9.14.tar.gz /retroarch-1.9.14.tar.gz /retroarch-joypad-autoconfig-1.9.14.tar.gz +/libretro-core-info-1.10.0.tar.gz +/libretro-database-1.10.0.tar.gz +/retroarch-1.10.0.tar.gz +/retroarch-assets-20220113gitcc5caa7.tar.gz +/retroarch-joypad-autoconfig-1.10.0.tar.gz diff --git a/retroarch.spec b/retroarch.spec index a0a75af..804d36a 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -19,12 +19,12 @@ # Assets # * https://github.com/libretro/retroarch-assets # * https://github.com/libretro/retroarch-assets/issues/414 -%global commit1 9c22505bed22370d4b81d10429afc9e0d6cc11ff -%global date 20211108 +%global commit1 cc5caa7b90efe0f9ba3ac2e996f5bfabef68df1f +%global date 20220113 %global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) Name: %{appname}%{?p_suffix} -Version: 1.9.14 +Version: 1.10.0 Release: 1%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} @@ -204,7 +204,7 @@ Provides: bundled(ibxm) # https://github.com/libretro/RetroArch/issues/8153 Provides: bundled(lua) = 5.3.5 -Provides: bundled(rcheevos) = 7.0.2 +Provides: bundled(rcheevos) = 10.2.0 Provides: bundled(SPIRV-Cross) Provides: bundled(stb) @@ -288,7 +288,6 @@ rm -rf \ libiosuhax \ libvita2d \ libz \ - miniupnpc \ peglib \ pthreads \ wayland-protocols \ @@ -343,7 +342,6 @@ sed -e 's|retroarch.cfg|%{name}.cfg|g' \ --prefix=%{_prefix} \ --disable-builtinflac \ --disable-builtinmbedtls \ - --disable-builtinminiupnpc \ --disable-builtinzlib \ --enable-dbus \ %{nil} @@ -492,6 +490,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog +* Thu Jan 20 2022 Artem Polishchuk - 1.10.0-1 +- chore(update): 1.10.0 + * Mon Dec 06 2021 Artem Polishchuk - 1.9.14-1 - chore(update): 1.9.14 diff --git a/sources b/sources index c375b2e..1980170 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ -SHA512 (libretro-core-info-1.9.14.tar.gz) = 70faac51ef3ca25fbc60fe40ef10ac9da5b8fafc2a2b14e0b0c7782f3b7ebc7e9f6008a406c4ce5a809eec02457b79a14a3f28dcb9a1bf6e7bb8a0932d40e3fb -SHA512 (libretro-database-1.9.14.tar.gz) = 55cf60e7a2de8525279bc6c8c9ceeb892b1d2901b3ea8806fb7e3aa791c725f38a5fed1649d3c9eca9b41a385e1b0faf65a5522354b9d64bd7e716dc89f2da4f -SHA512 (retroarch-1.9.14.tar.gz) = 41fc814da0f5bd43ad99f948b1c7631e85ec6eaf0de38d9154eb0417de8901c40bdf512524b6eff91c888b6786a75be0899ffb12ef79a443df5a9d3b44052581 -SHA512 (retroarch-assets-20211108git9c22505.tar.gz) = 33923c22eec6ae08b1bff0cafc6021dfd4851f32c2303d5dc8086f94cd98bb56a725f2a91eeecd28ce812797c0cc54b536a8a3393b923a75c7318d2a3bf57b42 -SHA512 (retroarch-joypad-autoconfig-1.9.14.tar.gz) = ef391d30c19d8453d658bc52dc7868a68ef303988df462d261a2926fcb41d5692d8c301d715d3b6d8144d45e481a0c8e5e41cc27f45a366831acc5832959602a +SHA512 (libretro-core-info-1.10.0.tar.gz) = a7db0e19852c397d126e0f98fd3f32dc3dcbcf67a563fca9683bf44c8ae60e8ccd9c2c281c91673003cb4f3ceb95d1ad7da058d920c8186b85de0f49f1f82a76 +SHA512 (libretro-database-1.10.0.tar.gz) = b7824f309741c887751f66d4ebb00b265a9ec6f8326b1b30b5dd8b35f702e4f9c608c00e15e614d3b1782e325afcf3edd825b8b7e3637290a7480a137233cc83 +SHA512 (retroarch-1.10.0.tar.gz) = a66db745611a8d4c8e2f3b62ed94eed2c6f8d5d8ecf8bcf1cb1e40f1ef66179758af4280a43c5cff95db306bba99cd5e8f4b026ed8d8fc53b2a9df6a3348e621 +SHA512 (retroarch-assets-20220113gitcc5caa7.tar.gz) = 9e3790cd76cf351f3b00d4b33601268d9e06c0de6393372e59997e9f4ba224547f5d091aea17e72e0b85483dde3e4adf02fd58092b4dbc73abdeac20b97213ae +SHA512 (retroarch-joypad-autoconfig-1.10.0.tar.gz) = 4a84ba18f392353d3c993b170e3e4d116bbbf0622956fb309ba6a3b7f28c86f127ee284b5a9a0bfbfb83aa425f7102649f9cfb20c7e54833d9d03bb58f13094e From a252539f8456fd611399c2142c2b0c281ae70552 Mon Sep 17 00:00:00 2001 From: Morten Stevens Date: Sat, 22 Jan 2022 17:08:03 +0100 Subject: [PATCH 22/74] Rebuilt for mbedTLS 2.28.0 --- retroarch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/retroarch.spec b/retroarch.spec index 804d36a..65cd942 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -25,7 +25,7 @@ Name: %{appname}%{?p_suffix} Version: 1.10.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} # CC-BY: Assets @@ -490,6 +490,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog +* Sat Jan 22 2022 Morten Stevens 1.10.0-2 +- Rebuilt for mbedTLS 2.28.0 + * Thu Jan 20 2022 Artem Polishchuk - 1.10.0-1 - chore(update): 1.10.0 From 46a0eeedbcb6fbeff104da2dd1d4213d131314ab Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Sun, 6 Mar 2022 23:44:16 +0300 Subject: [PATCH 23/74] chore(update): 1.10.1 --- .gitignore | 5 +++++ retroarch.spec | 11 +++++++---- sources | 10 +++++----- 3 files changed, 17 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 76bff90..5a73155 100644 --- a/.gitignore +++ b/.gitignore @@ -95,3 +95,8 @@ /retroarch-1.10.0.tar.gz /retroarch-assets-20220113gitcc5caa7.tar.gz /retroarch-joypad-autoconfig-1.10.0.tar.gz +/libretro-core-info-1.10.1.tar.gz +/libretro-database-1.10.1.tar.gz +/retroarch-1.10.1.tar.gz +/retroarch-assets-20220214gitdb5f4f4.tar.gz +/retroarch-joypad-autoconfig-1.10.1.tar.gz diff --git a/retroarch.spec b/retroarch.spec index 65cd942..e735d20 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -19,13 +19,13 @@ # Assets # * https://github.com/libretro/retroarch-assets # * https://github.com/libretro/retroarch-assets/issues/414 -%global commit1 cc5caa7b90efe0f9ba3ac2e996f5bfabef68df1f -%global date 20220113 +%global commit1 db5f4f4babb7f6f9c7edd27690c3ffa911cc9b24 +%global date 20220214 %global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) Name: %{appname}%{?p_suffix} -Version: 1.10.0 -Release: 2%{?dist} +Version: 1.10.1 +Release: 1%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} # CC-BY: Assets @@ -490,6 +490,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog +* Fri Mar 04 2022 Artem Polishchuk - 1.10.1-1 +- chore(update): 1.10.1 + * Sat Jan 22 2022 Morten Stevens 1.10.0-2 - Rebuilt for mbedTLS 2.28.0 diff --git a/sources b/sources index 1980170..c0e0a2c 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ -SHA512 (libretro-core-info-1.10.0.tar.gz) = a7db0e19852c397d126e0f98fd3f32dc3dcbcf67a563fca9683bf44c8ae60e8ccd9c2c281c91673003cb4f3ceb95d1ad7da058d920c8186b85de0f49f1f82a76 -SHA512 (libretro-database-1.10.0.tar.gz) = b7824f309741c887751f66d4ebb00b265a9ec6f8326b1b30b5dd8b35f702e4f9c608c00e15e614d3b1782e325afcf3edd825b8b7e3637290a7480a137233cc83 -SHA512 (retroarch-1.10.0.tar.gz) = a66db745611a8d4c8e2f3b62ed94eed2c6f8d5d8ecf8bcf1cb1e40f1ef66179758af4280a43c5cff95db306bba99cd5e8f4b026ed8d8fc53b2a9df6a3348e621 -SHA512 (retroarch-assets-20220113gitcc5caa7.tar.gz) = 9e3790cd76cf351f3b00d4b33601268d9e06c0de6393372e59997e9f4ba224547f5d091aea17e72e0b85483dde3e4adf02fd58092b4dbc73abdeac20b97213ae -SHA512 (retroarch-joypad-autoconfig-1.10.0.tar.gz) = 4a84ba18f392353d3c993b170e3e4d116bbbf0622956fb309ba6a3b7f28c86f127ee284b5a9a0bfbfb83aa425f7102649f9cfb20c7e54833d9d03bb58f13094e +SHA512 (libretro-core-info-1.10.1.tar.gz) = aaea8fb3f82c2da913189ef16463a9a7fd3761d172a5df0f0954934e25cf7ce7bba1f03ec6d0e4e72f7990af633449782d7ef2133d767fe52644f8897edfdcb5 +SHA512 (libretro-database-1.10.1.tar.gz) = 20cfc3462e4efe93a6ef54410ddbfd26e29143c9346799fe808c89ff73fb532931b26faa667b44cbcfd778ca2b85225d28b192e511706ac7311225cc4271c242 +SHA512 (retroarch-1.10.1.tar.gz) = 5649fdcf9aeaca731832fad2de5b3401e678c6432247e7c2ab0b77c37c3688f7903411238e032aa90f19aa20eb8c43a2eed88bb1e23e0a3a6d97711e32af9a6e +SHA512 (retroarch-assets-20220214gitdb5f4f4.tar.gz) = e7da553de87b4d497f86d6ee137e070fe5943fcad1f8039f0091789f3c97c565e583ddcfa1934be54b59de116426f24602a505a528dc94ede7c258ede5882b4b +SHA512 (retroarch-joypad-autoconfig-1.10.1.tar.gz) = 02a8b843ce04a7599a2520ff94730c9b717e4b15a36abd3e8b3e00f38019c0c23b8715d9ab13e5b856854596fd73e188d4d0641cfb14238d72f8efff09363321 From 94bec09cd0c4574e6bf6d56028e6d140f8a61167 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Wed, 23 Mar 2022 11:51:21 +0300 Subject: [PATCH 24/74] chore(update): 1.10.2 --- .gitignore | 5 +++++ retroarch.spec | 9 ++++++--- sources | 10 +++++----- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 5a73155..a777618 100644 --- a/.gitignore +++ b/.gitignore @@ -100,3 +100,8 @@ /retroarch-1.10.1.tar.gz /retroarch-assets-20220214gitdb5f4f4.tar.gz /retroarch-joypad-autoconfig-1.10.1.tar.gz +/libretro-core-info-1.10.2.tar.gz +/libretro-database-1.10.2.tar.gz +/retroarch-1.10.2.tar.gz +/retroarch-assets-20220321gitf45dd13.tar.gz +/retroarch-joypad-autoconfig-1.10.2.tar.gz diff --git a/retroarch.spec b/retroarch.spec index e735d20..e13f5f9 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -19,12 +19,12 @@ # Assets # * https://github.com/libretro/retroarch-assets # * https://github.com/libretro/retroarch-assets/issues/414 -%global commit1 db5f4f4babb7f6f9c7edd27690c3ffa911cc9b24 -%global date 20220214 +%global commit1 f45dd1351e6bfb9f01e12bee8d358ad22a2bb8f9 +%global date 20220321 %global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) Name: %{appname}%{?p_suffix} -Version: 1.10.1 +Version: 1.10.2 Release: 1%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} @@ -490,6 +490,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog +* Wed Mar 23 2022 Artem Polishchuk - 1.10.2-1 +- chore(update): 1.10.2 + * Fri Mar 04 2022 Artem Polishchuk - 1.10.1-1 - chore(update): 1.10.1 diff --git a/sources b/sources index c0e0a2c..52d536c 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ -SHA512 (libretro-core-info-1.10.1.tar.gz) = aaea8fb3f82c2da913189ef16463a9a7fd3761d172a5df0f0954934e25cf7ce7bba1f03ec6d0e4e72f7990af633449782d7ef2133d767fe52644f8897edfdcb5 -SHA512 (libretro-database-1.10.1.tar.gz) = 20cfc3462e4efe93a6ef54410ddbfd26e29143c9346799fe808c89ff73fb532931b26faa667b44cbcfd778ca2b85225d28b192e511706ac7311225cc4271c242 -SHA512 (retroarch-1.10.1.tar.gz) = 5649fdcf9aeaca731832fad2de5b3401e678c6432247e7c2ab0b77c37c3688f7903411238e032aa90f19aa20eb8c43a2eed88bb1e23e0a3a6d97711e32af9a6e -SHA512 (retroarch-assets-20220214gitdb5f4f4.tar.gz) = e7da553de87b4d497f86d6ee137e070fe5943fcad1f8039f0091789f3c97c565e583ddcfa1934be54b59de116426f24602a505a528dc94ede7c258ede5882b4b -SHA512 (retroarch-joypad-autoconfig-1.10.1.tar.gz) = 02a8b843ce04a7599a2520ff94730c9b717e4b15a36abd3e8b3e00f38019c0c23b8715d9ab13e5b856854596fd73e188d4d0641cfb14238d72f8efff09363321 +SHA512 (libretro-core-info-1.10.2.tar.gz) = 1030fa57dfddc1cd871f63cc5ce6bcd71a3aa9ed2d85f56611ddca4e4f40c997b22c29b3630182e60db1b25f2c574206fc24ae8118b9c2e09a6077da06dad361 +SHA512 (libretro-database-1.10.2.tar.gz) = a15fc3db74a78aa2f9b48e8f4e8e9e11af0f120c1cfdecd338dedbdb520859fde847598374c125a84bf0003538a749587e94e1d7787b4d737dcb48830e494c24 +SHA512 (retroarch-1.10.2.tar.gz) = cae9045eeab1e62a89c9d7f6d0eec0efc76f682e10470863d0c2621cb8a408ca22635ebb29dae5597d333270c5287c8667c4374c0d87676595d5c2fc1905dcce +SHA512 (retroarch-assets-20220321gitf45dd13.tar.gz) = 8b1625cfab215a63e137235a358bf8d671e0d810500123d74f35cd178b69c0e6386065feaa0f8a7565d3d67be79480b23cf71fd1639e39f35f000984f52d8747 +SHA512 (retroarch-joypad-autoconfig-1.10.2.tar.gz) = f0e12e4536f058f53b25c1ae2838af5dcc2b0205a9e5a5aa645a07dab6f0df4b50cecc4b8e9a4103fffe4567f9e5c45aec1598b2a940b15b331b0859a08cf85e From eddec1a8fee6879b99af7ff20018b93a380ae62e Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Wed, 13 Apr 2022 12:00:11 +0300 Subject: [PATCH 25/74] chore(update): 1.10.3 --- .gitignore | 4 ++++ retroarch.spec | 7 +++++-- sources | 8 ++++---- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index a777618..9158103 100644 --- a/.gitignore +++ b/.gitignore @@ -105,3 +105,7 @@ /retroarch-1.10.2.tar.gz /retroarch-assets-20220321gitf45dd13.tar.gz /retroarch-joypad-autoconfig-1.10.2.tar.gz +/libretro-core-info-1.10.3.tar.gz +/libretro-database-1.10.3.tar.gz +/retroarch-1.10.3.tar.gz +/retroarch-joypad-autoconfig-1.10.3.tar.gz diff --git a/retroarch.spec b/retroarch.spec index e13f5f9..ad6c0b9 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -24,7 +24,7 @@ %global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) Name: %{appname}%{?p_suffix} -Version: 1.10.2 +Version: 1.10.3 Release: 1%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} @@ -333,7 +333,7 @@ sed -e 's|HAVE_UPDATE_ASSETS=yes|HAVE_UPDATE_ASSETS=no|g' -i qb/config.params.sh sed -e 's|retroarch.cfg|%{name}.cfg|g' \ -i retroarch.c \ configuration.c \ - file_path_str.c + %{nil} %endif @@ -490,6 +490,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog +* Tue Apr 12 2022 Artem Polishchuk - 1.10.3-1 +- chore(update): 1.10.3 + * Wed Mar 23 2022 Artem Polishchuk - 1.10.2-1 - chore(update): 1.10.2 diff --git a/sources b/sources index 52d536c..b8d4074 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ -SHA512 (libretro-core-info-1.10.2.tar.gz) = 1030fa57dfddc1cd871f63cc5ce6bcd71a3aa9ed2d85f56611ddca4e4f40c997b22c29b3630182e60db1b25f2c574206fc24ae8118b9c2e09a6077da06dad361 -SHA512 (libretro-database-1.10.2.tar.gz) = a15fc3db74a78aa2f9b48e8f4e8e9e11af0f120c1cfdecd338dedbdb520859fde847598374c125a84bf0003538a749587e94e1d7787b4d737dcb48830e494c24 -SHA512 (retroarch-1.10.2.tar.gz) = cae9045eeab1e62a89c9d7f6d0eec0efc76f682e10470863d0c2621cb8a408ca22635ebb29dae5597d333270c5287c8667c4374c0d87676595d5c2fc1905dcce +SHA512 (libretro-core-info-1.10.3.tar.gz) = f348dd51e6e29b0b42b36010c980acde71c0e434b2f70e5f3a4435064cac5ca9a1ad721e0a757de0549b55a5dbc2df082e367344ead8bca20e3ae6240eb9ee9a +SHA512 (libretro-database-1.10.3.tar.gz) = ba984869e6b29eb79ac0b62d77b3baa3889dce259c8bae5f230fbd7c3427adab66a6bb93d0fce66d56ac4ccd76ad57839e14d7a038a3c2b9a33698a8b02c93f9 +SHA512 (retroarch-1.10.3.tar.gz) = b62e703229800a98d9c2cebf49dcbc24e93ebd3d087b7c7ce77cbda40f11386e8842ee83d62c99c06dfbef8dadcbb982dd1f690bbd81235759678084d9c8a164 SHA512 (retroarch-assets-20220321gitf45dd13.tar.gz) = 8b1625cfab215a63e137235a358bf8d671e0d810500123d74f35cd178b69c0e6386065feaa0f8a7565d3d67be79480b23cf71fd1639e39f35f000984f52d8747 -SHA512 (retroarch-joypad-autoconfig-1.10.2.tar.gz) = f0e12e4536f058f53b25c1ae2838af5dcc2b0205a9e5a5aa645a07dab6f0df4b50cecc4b8e9a4103fffe4567f9e5c45aec1598b2a940b15b331b0859a08cf85e +SHA512 (retroarch-joypad-autoconfig-1.10.3.tar.gz) = 264911fed0eeb948e4fb0323d0f523d2475f3888d63c3971182c9cf6024e4362fb03568d93943f24a9daf158ba3e79369c942c8d224ed7dc56eae8520ba41224 From ef09ee6da5bdd281fdc014df854e4c393b8a7bf6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 00:47:30 +0000 Subject: [PATCH 26/74] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- retroarch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/retroarch.spec b/retroarch.spec index ad6c0b9..c00c926 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -25,7 +25,7 @@ Name: %{appname}%{?p_suffix} Version: 1.10.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} # CC-BY: Assets @@ -490,6 +490,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 1.10.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Tue Apr 12 2022 Artem Polishchuk - 1.10.3-1 - chore(update): 1.10.3 From eb242a4e0154dfa6a625aecc6fe8d206e316c712 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Wed, 14 Sep 2022 09:45:55 -0500 Subject: [PATCH 27/74] Rebuilt for flac 1.4.0 Signed-off-by: Michel Alexandre Salim --- retroarch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/retroarch.spec b/retroarch.spec index c00c926..c435848 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -25,7 +25,7 @@ Name: %{appname}%{?p_suffix} Version: 1.10.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} # CC-BY: Assets @@ -490,6 +490,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog +* Wed Sep 14 2022 Michel Alexandre Salim - 1.10.3-3 +- Rebuilt for flac 1.4.0 + * Sat Jul 23 2022 Fedora Release Engineering - 1.10.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From ad980e68a385ea1943e9f5d47ce029c3eeee9a8d Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Fri, 30 Sep 2022 17:40:32 +0300 Subject: [PATCH 28/74] build: Update retroarch-enable-network-access.sh Prepare for Freeworld build. --- retroarch-enable-network-access.sh | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/retroarch-enable-network-access.sh b/retroarch-enable-network-access.sh index 587e7f7..da84d30 100755 --- a/retroarch-enable-network-access.sh +++ b/retroarch-enable-network-access.sh @@ -1,16 +1,19 @@ #! /usr/bin/bash -pkill --signal TERM retroarch -pkill --signal KILL retroarch -retroarch & +# Free/Freeworld/Non-Free version +RETROARCH=retroarch + +pkill --signal TERM $RETROARCH +pkill --signal KILL $RETROARCH +$RETROARCH & sleep 1 && -pkill --signal TERM retroarch -pkill --signal KILL retroarch +pkill --signal TERM $RETROARCH +pkill --signal KILL $RETROARCH pushd ~/.config/retroarch/ sed -e 's|menu_show_online_updater = "false"|menu_show_online_updater = "true"|' \ -e 's|menu_show_core_updater = "false"|menu_show_core_updater = "true"|' \ -e 's|libretro_directory = "/usr/lib64/libretro/"| "~/.config/retroarch/cores"|' \ - -i retroarch.cfg + -i $RETROARCH.cfg popd echo "To reset all settings on defaults and get back to system libretro cores remove user data dir: From 367e1492b530659818dde2311a6a485df3000890 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Sat, 1 Oct 2022 12:55:05 +0300 Subject: [PATCH 29/74] chore(update): 1.11.0 --- .gitignore | 5 +++++ retroarch.spec | 13 ++++++++----- sources | 10 +++++----- 3 files changed, 18 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 9158103..5fc7044 100644 --- a/.gitignore +++ b/.gitignore @@ -109,3 +109,8 @@ /libretro-database-1.10.3.tar.gz /retroarch-1.10.3.tar.gz /retroarch-joypad-autoconfig-1.10.3.tar.gz +/libretro-core-info-1.11.0.tar.gz +/libretro-database-1.11.0.tar.gz +/retroarch-1.11.0.tar.gz +/retroarch-assets-20220806gitee33f8e.tar.gz +/retroarch-joypad-autoconfig-1.11.0.tar.gz diff --git a/retroarch.spec b/retroarch.spec index c435848..02d5524 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -19,13 +19,13 @@ # Assets # * https://github.com/libretro/retroarch-assets # * https://github.com/libretro/retroarch-assets/issues/414 -%global commit1 f45dd1351e6bfb9f01e12bee8d358ad22a2bb8f9 -%global date 20220321 +%global commit1 ee33f8ef693b42a8e23ca3fd48f43f345e7cd087 +%global date 20220806 %global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) Name: %{appname}%{?p_suffix} -Version: 1.10.3 -Release: 3%{?dist} +Version: 1.11.0 +Release: 1%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} # CC-BY: Assets @@ -204,7 +204,7 @@ Provides: bundled(ibxm) # https://github.com/libretro/RetroArch/issues/8153 Provides: bundled(lua) = 5.3.5 -Provides: bundled(rcheevos) = 10.2.0 +Provides: bundled(rcheevos) = 10.4 Provides: bundled(SPIRV-Cross) Provides: bundled(stb) @@ -490,6 +490,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog +* Fri Sep 30 2022 Artem Polishchuk - 1.11.0-1 +- chore(update): 1.11.0 + * Wed Sep 14 2022 Michel Alexandre Salim - 1.10.3-3 - Rebuilt for flac 1.4.0 diff --git a/sources b/sources index b8d4074..f042221 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ -SHA512 (libretro-core-info-1.10.3.tar.gz) = f348dd51e6e29b0b42b36010c980acde71c0e434b2f70e5f3a4435064cac5ca9a1ad721e0a757de0549b55a5dbc2df082e367344ead8bca20e3ae6240eb9ee9a -SHA512 (libretro-database-1.10.3.tar.gz) = ba984869e6b29eb79ac0b62d77b3baa3889dce259c8bae5f230fbd7c3427adab66a6bb93d0fce66d56ac4ccd76ad57839e14d7a038a3c2b9a33698a8b02c93f9 -SHA512 (retroarch-1.10.3.tar.gz) = b62e703229800a98d9c2cebf49dcbc24e93ebd3d087b7c7ce77cbda40f11386e8842ee83d62c99c06dfbef8dadcbb982dd1f690bbd81235759678084d9c8a164 -SHA512 (retroarch-assets-20220321gitf45dd13.tar.gz) = 8b1625cfab215a63e137235a358bf8d671e0d810500123d74f35cd178b69c0e6386065feaa0f8a7565d3d67be79480b23cf71fd1639e39f35f000984f52d8747 -SHA512 (retroarch-joypad-autoconfig-1.10.3.tar.gz) = 264911fed0eeb948e4fb0323d0f523d2475f3888d63c3971182c9cf6024e4362fb03568d93943f24a9daf158ba3e79369c942c8d224ed7dc56eae8520ba41224 +SHA512 (libretro-core-info-1.11.0.tar.gz) = 962861b6f3c7e023163a911f571dce588a48fabe63842a1f41a21411f01874a61115cc562e48eb57fcb1718011a5e694fdf4b5a052cd05bcbaf30c2eb5897acb +SHA512 (libretro-database-1.11.0.tar.gz) = 80aea53830195eec310b8b3328104aa16c211ed4a367d3ee207005fd48af528e87f558da47f89df9c72628ab6e0f0cf7611b632875be8f9c7b531b6fa2899905 +SHA512 (retroarch-1.11.0.tar.gz) = fae62fd01aaa7ddb30147d14fc8411b77c1c56ec6ca21c761c666e1e2c1e73fd43a293543c27f808dc6adc145bbc0d5e02ec77959ba4628cf9b5b2fdeb732da3 +SHA512 (retroarch-assets-20220806gitee33f8e.tar.gz) = 746f7c2c224cbb41d6bb44a7809e7baea3f01cca7ff78594290fb85824ed0de8858ffafbd5d08be618cae59652f4bceaf5c0520f3d763b71f7f2b75ee9e38a08 +SHA512 (retroarch-joypad-autoconfig-1.11.0.tar.gz) = e2c085af595acb642c4e2116af5b3ac2a09f2f0b94958fb0fbbff72bdd962410b93e2598c713072c2046a27c3ea8241441a96c8f185ad2720adb07339529d1e8 From f2b6b36b186760ad154e71d95731bddc0ff6ee26 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Sat, 1 Oct 2022 13:07:56 +0300 Subject: [PATCH 30/74] build: Recommends: gamemode --- retroarch.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/retroarch.spec b/retroarch.spec index 02d5524..c4d15ba 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -25,7 +25,7 @@ Name: %{appname}%{?p_suffix} Version: 1.11.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} # CC-BY: Assets @@ -176,6 +176,7 @@ Requires: perl(X11::Protocol) Recommends: %{name}-assets = %{?epoch:%{epoch}:}%{version}-%{release} Recommends: %{name}-database = %{?epoch:%{epoch}:}%{version}-%{release} Recommends: %{name}-filters%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} +Recommends: gamemode Recommends: libretro-beetle-ngp Recommends: libretro-beetle-pce-fast Recommends: libretro-beetle-vb @@ -490,6 +491,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog +* Sat Oct 01 2022 Artem Polishchuk - 1.11.0-2 +- build: Recommends: gamemode + * Fri Sep 30 2022 Artem Polishchuk - 1.11.0-1 - chore(update): 1.11.0 From 549a220e892aedac9ef470c84dbe0f4b2d32d59c Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Sat, 22 Oct 2022 03:29:43 +0300 Subject: [PATCH 31/74] chore(update): 1.12.0 --- .gitignore | 5 +++++ retroarch.spec | 4 ++-- sources | 8 ++++---- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 5fc7044..0856380 100644 --- a/.gitignore +++ b/.gitignore @@ -114,3 +114,8 @@ /retroarch-1.11.0.tar.gz /retroarch-assets-20220806gitee33f8e.tar.gz /retroarch-joypad-autoconfig-1.11.0.tar.gz +/retroarch-1.11.1.tar.gz +/libretro-core-info-1.12.0.tar.gz +/libretro-database-1.12.0.tar.gz +/retroarch-1.12.0.tar.gz +/retroarch-joypad-autoconfig-1.12.0.tar.gz diff --git a/retroarch.spec b/retroarch.spec index c4d15ba..e6df487 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -24,8 +24,8 @@ %global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) Name: %{appname}%{?p_suffix} -Version: 1.11.0 -Release: 2%{?dist} +Version: 1.12.0 +Release: 1%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} # CC-BY: Assets diff --git a/sources b/sources index f042221..fcc55e7 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ -SHA512 (libretro-core-info-1.11.0.tar.gz) = 962861b6f3c7e023163a911f571dce588a48fabe63842a1f41a21411f01874a61115cc562e48eb57fcb1718011a5e694fdf4b5a052cd05bcbaf30c2eb5897acb -SHA512 (libretro-database-1.11.0.tar.gz) = 80aea53830195eec310b8b3328104aa16c211ed4a367d3ee207005fd48af528e87f558da47f89df9c72628ab6e0f0cf7611b632875be8f9c7b531b6fa2899905 -SHA512 (retroarch-1.11.0.tar.gz) = fae62fd01aaa7ddb30147d14fc8411b77c1c56ec6ca21c761c666e1e2c1e73fd43a293543c27f808dc6adc145bbc0d5e02ec77959ba4628cf9b5b2fdeb732da3 +SHA512 (libretro-core-info-1.12.0.tar.gz) = 3d2e1f93cd6348b14dc66b5ccc83107d4bafd8e6cea317d2405f836bf7ac921089088d683cc44bea970d7327f45adb1c07fe34a3e81f23c672fe77abe4e71830 +SHA512 (libretro-database-1.12.0.tar.gz) = 7edfa4771e4a8ae7098e249802533664847dc13cccc80d9768eabb2db2531fc965f77da8c65d0566982828cc8f7405a6e8b00730abfe4de1cc79b9761b2b7e48 +SHA512 (retroarch-1.12.0.tar.gz) = 991b5912d66699592235f3582247f12d715f18a659cbb3b0c3c61cc73e37ad4807792cdd1115032403a40f3d47c9dc6d1ac4eace6d5b33eeb7db0c9e423a8b29 SHA512 (retroarch-assets-20220806gitee33f8e.tar.gz) = 746f7c2c224cbb41d6bb44a7809e7baea3f01cca7ff78594290fb85824ed0de8858ffafbd5d08be618cae59652f4bceaf5c0520f3d763b71f7f2b75ee9e38a08 -SHA512 (retroarch-joypad-autoconfig-1.11.0.tar.gz) = e2c085af595acb642c4e2116af5b3ac2a09f2f0b94958fb0fbbff72bdd962410b93e2598c713072c2046a27c3ea8241441a96c8f185ad2720adb07339529d1e8 +SHA512 (retroarch-joypad-autoconfig-1.12.0.tar.gz) = 7c3220bbc751d0d97ffafa14802c90de7e566a703eb4c44f008abb00beb57eb78ee5b363ca954cecfcd5b1a3281c3c2aa24881b4d5c0a16fcb91f05ee20a96bf From 4bbe7e35a3de89bf0f80d5a62fa72e5ed8f627ed Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Sat, 22 Oct 2022 06:45:43 +0300 Subject: [PATCH 32/74] fix: Add 1.12.0 changelog entry --- retroarch.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/retroarch.spec b/retroarch.spec index e6df487..12164c6 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -491,6 +491,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog +* Sat Oct 22 2022 Artem Polishchuk - 1.12.0-1 +- chore(update): 1.12.0 + * Sat Oct 01 2022 Artem Polishchuk - 1.11.0-2 - build: Recommends: gamemode From abd3cecbc1fbbf4344f3ae3030b5069b7743589e Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Mon, 14 Nov 2022 21:48:03 +0300 Subject: [PATCH 33/74] build: Add limited ffmpeg support for >= f36 --- retroarch.spec | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/retroarch.spec b/retroarch.spec index 12164c6..299f789 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -25,7 +25,7 @@ Name: %{appname}%{?p_suffix} Version: 1.12.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} # CC-BY: Assets @@ -162,6 +162,17 @@ BuildRequires: pkgconfig(zlib) %if %{with freeworld} # Available in Freeworld repo BuildRequires: ffmpeg-devel +# Since F36 ffmpeg-free available in official repos +%else +%if 0%{?fedora} >= 36 +BuildRequires: ffmpeg-free-devel +BuildRequires: libavcodec-free-devel +BuildRequires: libavdevice-free-devel +BuildRequires: libavformat-free-devel +BuildRequires: libavutil-free-devel +BuildRequires: libswresample-free-devel +BuildRequires: libswscale-free-devel +%endif %endif %if %{with nonfree} # Available in Non-Free repo @@ -491,6 +502,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog +* Mon Nov 14 2022 Artem Polishchuk - 1.12.0-2 +- build: Add limited ffmpeg support for >= f36 + * Sat Oct 22 2022 Artem Polishchuk - 1.12.0-1 - chore(update): 1.12.0 From 32f1689eb1046e347f7b470bd884ce96b1239dd9 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Mon, 14 Nov 2022 21:59:12 +0300 Subject: [PATCH 34/74] build: Add new build deps --- retroarch.spec | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/retroarch.spec b/retroarch.spec index 299f789..32da8a9 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -25,7 +25,7 @@ Name: %{appname}%{?p_suffix} Version: 1.12.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} # CC-BY: Assets @@ -126,24 +126,27 @@ Patch0: https://github.com/libretro/retroarch-assets/pull/334.patch#/add BuildRequires: desktop-file-utils BuildRequires: gcc-c++ >= 7 +BuildRequires: glslang-devel BuildRequires: libappstream-glib -BuildRequires: libv4l-devel -BuildRequires: libXxf86vm-devel BuildRequires: make BuildRequires: mbedtls-devel BuildRequires: mesa-libEGL-devel -BuildRequires: mesa-libgbm-devel +BuildRequires: spirv-tools-libs BuildRequires: systemd-devel -BuildRequires: wayland-devel -BuildRequires: wayland-protocols-devel +BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(caca) BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(flac) BuildRequires: pkgconfig(freetype2) +BuildRequires: pkgconfig(gbm) +BuildRequires: pkgconfig(gl) +BuildRequires: pkgconfig(jack) BuildRequires: pkgconfig(libass) +BuildRequires: pkgconfig(libdecor-0) BuildRequires: pkgconfig(libpulse) BuildRequires: pkgconfig(libusb) +BuildRequires: pkgconfig(libv4l2) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(miniupnpc) BuildRequires: pkgconfig(openal) @@ -155,8 +158,12 @@ BuildRequires: pkgconfig(Qt5Network) >= 5.2 BuildRequires: pkgconfig(Qt5Widgets) >= 5.2 BuildRequires: pkgconfig(sdl2) BuildRequires: pkgconfig(vulkan) +BuildRequires: pkgconfig(wayland-egl) +BuildRequires: pkgconfig(wayland-protocols) BuildRequires: pkgconfig(xinerama) BuildRequires: pkgconfig(xkbcommon) +BuildRequires: pkgconfig(xrandr) +BuildRequires: pkgconfig(xxf86vm) BuildRequires: pkgconfig(zlib) %if %{with freeworld} @@ -502,6 +509,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog +* Mon Nov 14 2022 Artem Polishchuk - 1.12.0-3 +- build: Add new build deps + * Mon Nov 14 2022 Artem Polishchuk - 1.12.0-2 - build: Add limited ffmpeg support for >= f36 From 023554c6a2bf8ca174a3494c1cb20a31d1bf9277 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Tue, 15 Nov 2022 00:36:48 +0300 Subject: [PATCH 35/74] build: Use ffmpeg-free only for >= f37 --- retroarch.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/retroarch.spec b/retroarch.spec index 32da8a9..83673a6 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -25,7 +25,7 @@ Name: %{appname}%{?p_suffix} Version: 1.12.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} # CC-BY: Assets @@ -171,7 +171,7 @@ BuildRequires: pkgconfig(zlib) BuildRequires: ffmpeg-devel # Since F36 ffmpeg-free available in official repos %else -%if 0%{?fedora} >= 36 +%if 0%{?fedora} >= 37 BuildRequires: ffmpeg-free-devel BuildRequires: libavcodec-free-devel BuildRequires: libavdevice-free-devel @@ -509,6 +509,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog +* Mon Nov 14 2022 Artem Polishchuk - 1.12.0-4 +- build: Use ffmpeg-free only for >= f37 + * Mon Nov 14 2022 Artem Polishchuk - 1.12.0-3 - build: Add new build deps From 720559aef1022d62eaf93f8e51791f2970819cea Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Sun, 20 Nov 2022 03:57:07 +0300 Subject: [PATCH 36/74] chore: Update to 1.13.0 --- .gitignore | 5 +++++ retroarch.spec | 11 +++++++---- sources | 10 +++++----- 3 files changed, 17 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 0856380..a57aa0b 100644 --- a/.gitignore +++ b/.gitignore @@ -119,3 +119,8 @@ /libretro-database-1.12.0.tar.gz /retroarch-1.12.0.tar.gz /retroarch-joypad-autoconfig-1.12.0.tar.gz +/libretro-core-info-1.13.0.tar.gz +/libretro-database-1.13.0.tar.gz +/retroarch-1.13.0.tar.gz +/retroarch-assets-20221024git4ec80fa.tar.gz +/retroarch-joypad-autoconfig-1.13.0.tar.gz diff --git a/retroarch.spec b/retroarch.spec index 83673a6..5345c1e 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -19,13 +19,13 @@ # Assets # * https://github.com/libretro/retroarch-assets # * https://github.com/libretro/retroarch-assets/issues/414 -%global commit1 ee33f8ef693b42a8e23ca3fd48f43f345e7cd087 -%global date 20220806 +%global commit1 4ec80faf1b5439d1654f407805bb66141b880826 +%global date 20221024 %global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) Name: %{appname}%{?p_suffix} -Version: 1.12.0 -Release: 4%{?dist} +Version: 1.13.0 +Release: 1%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} # CC-BY: Assets @@ -509,6 +509,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog +* Sun Nov 20 2022 Artem Polishchuk - 1.13.0-1 +- chore: Update to 1.13.0 + * Mon Nov 14 2022 Artem Polishchuk - 1.12.0-4 - build: Use ffmpeg-free only for >= f37 diff --git a/sources b/sources index fcc55e7..0e3e748 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ -SHA512 (libretro-core-info-1.12.0.tar.gz) = 3d2e1f93cd6348b14dc66b5ccc83107d4bafd8e6cea317d2405f836bf7ac921089088d683cc44bea970d7327f45adb1c07fe34a3e81f23c672fe77abe4e71830 -SHA512 (libretro-database-1.12.0.tar.gz) = 7edfa4771e4a8ae7098e249802533664847dc13cccc80d9768eabb2db2531fc965f77da8c65d0566982828cc8f7405a6e8b00730abfe4de1cc79b9761b2b7e48 -SHA512 (retroarch-1.12.0.tar.gz) = 991b5912d66699592235f3582247f12d715f18a659cbb3b0c3c61cc73e37ad4807792cdd1115032403a40f3d47c9dc6d1ac4eace6d5b33eeb7db0c9e423a8b29 -SHA512 (retroarch-assets-20220806gitee33f8e.tar.gz) = 746f7c2c224cbb41d6bb44a7809e7baea3f01cca7ff78594290fb85824ed0de8858ffafbd5d08be618cae59652f4bceaf5c0520f3d763b71f7f2b75ee9e38a08 -SHA512 (retroarch-joypad-autoconfig-1.12.0.tar.gz) = 7c3220bbc751d0d97ffafa14802c90de7e566a703eb4c44f008abb00beb57eb78ee5b363ca954cecfcd5b1a3281c3c2aa24881b4d5c0a16fcb91f05ee20a96bf +SHA512 (libretro-core-info-1.13.0.tar.gz) = a1701f901431a8b673a15c4e1b6f01feb9595dde31eaf2c5464823202460a1ffbebf18d7b4694eac5312366c965bad9cd1fc14365e12c8e77e4aa8540d040213 +SHA512 (libretro-database-1.13.0.tar.gz) = a34a4a1340afeae137f6c5d58d928b1c954da5ccff24a8239ded27e19de291468cbdf35403283352d8b5224cd46dcbbee195f2f8cd8594adfbb5b058bd96ec95 +SHA512 (retroarch-1.13.0.tar.gz) = 387f40ffdfc49f2c62be2408dbdccd613ecd2018c9cf153149e94c72da526831d224f2fabb1deffbdbd3b1c3d5cda97b58309e6aae0d5a80d86eb86c24eaf68b +SHA512 (retroarch-assets-20221024git4ec80fa.tar.gz) = d6188dd4e3c6e5b2cddf88513bcd92f1e65b8d877c16c9a9de045aa960050620b5db21da9a784f5ccc93a4c0908a29093dc4396535ea568470ae69247afe723d +SHA512 (retroarch-joypad-autoconfig-1.13.0.tar.gz) = 61890151b646c5220b51b62e9b7f7e190e70b1c9f79daef6479f0de820d31defe1c0bdc8991deb79e177ddf5f3adb00dc48ae4c8ceba5ea1c13ad72b2ba1a8ab From 3eeade5c814d11f98e70dc5dc3f6bcbc9ca05a9e Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Thu, 24 Nov 2022 04:29:34 +0300 Subject: [PATCH 37/74] build: ExcludeArch: %{ix86} https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval --- retroarch.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/retroarch.spec b/retroarch.spec index 5345c1e..5ee0fe4 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -1,3 +1,6 @@ +# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval +ExcludeArch: %{ix86} + # Free/Freeworld/Non-Free version %bcond_with freeworld %bcond_with nonfree From 3a8f8b3318ff55830133e6d715b0c2aa2eb8588f Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Wed, 14 Dec 2022 10:36:35 +0200 Subject: [PATCH 38/74] chore: Update to 1.14.0 --- .gitignore | 4 ++++ retroarch.spec | 5 ++++- sources | 8 ++++---- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index a57aa0b..2bc5bcc 100644 --- a/.gitignore +++ b/.gitignore @@ -124,3 +124,7 @@ /retroarch-1.13.0.tar.gz /retroarch-assets-20221024git4ec80fa.tar.gz /retroarch-joypad-autoconfig-1.13.0.tar.gz +/retroarch-1.14.0.tar.gz +/libretro-core-info-1.14.0.tar.gz +/libretro-database-1.14.0.tar.gz +/retroarch-joypad-autoconfig-1.14.0.tar.gz diff --git a/retroarch.spec b/retroarch.spec index 5ee0fe4..92a4f8c 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -27,7 +27,7 @@ ExcludeArch: %{ix86} %global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) Name: %{appname}%{?p_suffix} -Version: 1.13.0 +Version: 1.14.0 Release: 1%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} @@ -512,6 +512,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog +* Tue Dec 13 2022 Artem Polishchuk - 1.14.0-1 +- chore: Update to 1.14.0 + * Sun Nov 20 2022 Artem Polishchuk - 1.13.0-1 - chore: Update to 1.13.0 diff --git a/sources b/sources index 0e3e748..e3fe0e5 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ -SHA512 (libretro-core-info-1.13.0.tar.gz) = a1701f901431a8b673a15c4e1b6f01feb9595dde31eaf2c5464823202460a1ffbebf18d7b4694eac5312366c965bad9cd1fc14365e12c8e77e4aa8540d040213 -SHA512 (libretro-database-1.13.0.tar.gz) = a34a4a1340afeae137f6c5d58d928b1c954da5ccff24a8239ded27e19de291468cbdf35403283352d8b5224cd46dcbbee195f2f8cd8594adfbb5b058bd96ec95 -SHA512 (retroarch-1.13.0.tar.gz) = 387f40ffdfc49f2c62be2408dbdccd613ecd2018c9cf153149e94c72da526831d224f2fabb1deffbdbd3b1c3d5cda97b58309e6aae0d5a80d86eb86c24eaf68b +SHA512 (libretro-core-info-1.14.0.tar.gz) = a196bcdcfb4366c6bd16ce46a5162e0d0dfe402035b95717b1575b74826a32151d08908bf601c08eb2c743f3ac212cc7323bcd5bcccf5ccd45cf0a5dba212de4 +SHA512 (libretro-database-1.14.0.tar.gz) = de2f5fec9e5ba5211fed81e22c0dc255190a8ce35260a258db96419a6505906f5890aa20e6e908a250a1eb1b063c1cf48deb142d541d04e4e58c1f3fdbf78378 +SHA512 (retroarch-1.14.0.tar.gz) = 974e87e605d7aeca0f8cbef513579c698077626dc8e972c38eeb7731607cf7d959e615e7fd418a35ed0fab79a0ff66ed0148628d6a81fd8ac4d615875db9342b SHA512 (retroarch-assets-20221024git4ec80fa.tar.gz) = d6188dd4e3c6e5b2cddf88513bcd92f1e65b8d877c16c9a9de045aa960050620b5db21da9a784f5ccc93a4c0908a29093dc4396535ea568470ae69247afe723d -SHA512 (retroarch-joypad-autoconfig-1.13.0.tar.gz) = 61890151b646c5220b51b62e9b7f7e190e70b1c9f79daef6479f0de820d31defe1c0bdc8991deb79e177ddf5f3adb00dc48ae4c8ceba5ea1c13ad72b2ba1a8ab +SHA512 (retroarch-joypad-autoconfig-1.14.0.tar.gz) = 5b7846e94f4f19df23875ac772fe7f54b9c4b79889951002f58eb37391da4e5dc12394bb789f837951a1d6fc2215d9bbd73a567d6c74c9990ce63590bb0175c3 From d065b6194e2e200ad10663f19a2f0241a1e55191 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 20 Jan 2023 19:44:05 +0000 Subject: [PATCH 39/74] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- retroarch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/retroarch.spec b/retroarch.spec index 92a4f8c..def51a2 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -28,7 +28,7 @@ ExcludeArch: %{ix86} Name: %{appname}%{?p_suffix} Version: 1.14.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} # CC-BY: Assets @@ -512,6 +512,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog +* Fri Jan 20 2023 Fedora Release Engineering - 1.14.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Tue Dec 13 2022 Artem Polishchuk - 1.14.0-1 - chore: Update to 1.14.0 From d074b97370594d76389c38b14d6092849f6bccea Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Sun, 12 Mar 2023 01:09:01 +0200 Subject: [PATCH 40/74] chore: Update to 1.15.0 --- .gitignore | 4 ++++ retroarch.spec | 2 +- sources | 8 ++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 2bc5bcc..d14bca4 100644 --- a/.gitignore +++ b/.gitignore @@ -128,3 +128,7 @@ /libretro-core-info-1.14.0.tar.gz /libretro-database-1.14.0.tar.gz /retroarch-joypad-autoconfig-1.14.0.tar.gz +/retroarch-1.15.0.tar.gz +/libretro-core-info-1.15.0.tar.gz +/libretro-database-1.15.0.tar.gz +/retroarch-joypad-autoconfig-1.15.0.tar.gz diff --git a/retroarch.spec b/retroarch.spec index def51a2..cdbf1d3 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -27,7 +27,7 @@ ExcludeArch: %{ix86} %global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) Name: %{appname}%{?p_suffix} -Version: 1.14.0 +Version: 1.15.0 Release: 2%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} diff --git a/sources b/sources index e3fe0e5..6fb735b 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ -SHA512 (libretro-core-info-1.14.0.tar.gz) = a196bcdcfb4366c6bd16ce46a5162e0d0dfe402035b95717b1575b74826a32151d08908bf601c08eb2c743f3ac212cc7323bcd5bcccf5ccd45cf0a5dba212de4 -SHA512 (libretro-database-1.14.0.tar.gz) = de2f5fec9e5ba5211fed81e22c0dc255190a8ce35260a258db96419a6505906f5890aa20e6e908a250a1eb1b063c1cf48deb142d541d04e4e58c1f3fdbf78378 -SHA512 (retroarch-1.14.0.tar.gz) = 974e87e605d7aeca0f8cbef513579c698077626dc8e972c38eeb7731607cf7d959e615e7fd418a35ed0fab79a0ff66ed0148628d6a81fd8ac4d615875db9342b +SHA512 (libretro-core-info-1.15.0.tar.gz) = 573418f8e27b66dea312be6bceef9e46d03862a26b1f55033e909618dc4f1784ed9cc206f49c7903efec8583fd8cee6d4f77de4ca34682dfc33c1d75850eeb1b +SHA512 (libretro-database-1.15.0.tar.gz) = 2730865000da062ee42e98f66182f5a152d864be4af3c46f925f860a89219bd0e84ec21cd5748762ae6e22643051a092bf6abc165a70f31a50ea2f4e4e0d9087 +SHA512 (retroarch-1.15.0.tar.gz) = 7655335877fb42ffbba76037763e1e7b7e9c0b67cf6a41f4a3c26ddfd1f004b9be59f6aebb2470c6b48ca15aadc20773a0cc197988323b482c3a358edfd58a12 SHA512 (retroarch-assets-20221024git4ec80fa.tar.gz) = d6188dd4e3c6e5b2cddf88513bcd92f1e65b8d877c16c9a9de045aa960050620b5db21da9a784f5ccc93a4c0908a29093dc4396535ea568470ae69247afe723d -SHA512 (retroarch-joypad-autoconfig-1.14.0.tar.gz) = 5b7846e94f4f19df23875ac772fe7f54b9c4b79889951002f58eb37391da4e5dc12394bb789f837951a1d6fc2215d9bbd73a567d6c74c9990ce63590bb0175c3 +SHA512 (retroarch-joypad-autoconfig-1.15.0.tar.gz) = 9a548926a81e80740055175e0c8380d1dda5e855bae118553429e30b22257e432e7b7b70fe7f2aa9b48e2048a06ffc20c0186626e01887c3d8ab8c5b436ae865 From 8ec7f9107507799ec9c75a51ba01c45fdde84ad4 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Sun, 12 Mar 2023 01:14:55 +0200 Subject: [PATCH 41/74] fix: Add changelog entry --- retroarch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/retroarch.spec b/retroarch.spec index cdbf1d3..cd7ea99 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -28,7 +28,7 @@ ExcludeArch: %{ix86} Name: %{appname}%{?p_suffix} Version: 1.15.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} # CC-BY: Assets @@ -512,6 +512,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog +* Sat Mar 11 2023 Artem Polishchuk - 1.15.0-3 +- chore: Update to 1.15.0 + * Fri Jan 20 2023 Fedora Release Engineering - 1.14.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 2b144cdfdae411c7b8e275c4ae5bdfc95cd0f7e3 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sun, 12 Mar 2023 15:26:25 -0400 Subject: [PATCH 42/74] Rebuild for ffmpeg 6.0 --- retroarch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/retroarch.spec b/retroarch.spec index cd7ea99..912723e 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -28,7 +28,7 @@ ExcludeArch: %{ix86} Name: %{appname}%{?p_suffix} Version: 1.15.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} # CC-BY: Assets @@ -512,6 +512,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog +* Sun Mar 12 2023 Neal Gompa - 1.15.0-4 +- Rebuild for ffmpeg 6.0 + * Sat Mar 11 2023 Artem Polishchuk - 1.15.0-3 - chore: Update to 1.15.0 From 4ed986eea926a407971ec80fba07217f585eadd6 Mon Sep 17 00:00:00 2001 From: Dominik Mierzejewski Date: Mon, 13 Mar 2023 00:37:13 +0100 Subject: [PATCH 43/74] fix build on big-endian (Dominik Mierzejewski) --- retroarch-1.15.0-big-endian.patch | 20 ++++++++++++++++++++ retroarch.spec | 4 ++++ 2 files changed, 24 insertions(+) create mode 100644 retroarch-1.15.0-big-endian.patch diff --git a/retroarch-1.15.0-big-endian.patch b/retroarch-1.15.0-big-endian.patch new file mode 100644 index 0000000..900eb1d --- /dev/null +++ b/retroarch-1.15.0-big-endian.patch @@ -0,0 +1,20 @@ +diff -up RetroArch-1.15.0/input/input_driver.c.s390x RetroArch-1.15.0/input/input_driver.c +--- RetroArch-1.15.0/input/input_driver.c.s390x 2023-03-10 16:16:50.000000000 +0000 ++++ RetroArch-1.15.0/input/input_driver.c 2023-03-12 23:27:07.574931035 +0000 +@@ -4809,14 +4809,14 @@ void bsv_movie_next_frame(input_driver_s + uint64_t size; + uint8_t frame_tok = REPLAY_TOKEN_CHECKPOINT_FRAME; + core_serialize_size(&info); +- size = info.size; ++ size = swap_if_big64(info.size); + st = (uint8_t*)malloc(info.size); + serial_info.data = st; + serial_info.size = info.size; + core_serialize(&serial_info); + /* "next frame is a checkpoint" */ + intfstream_write(handle->file, (uint8_t *)(&frame_tok), sizeof(uint8_t)); +- intfstream_write(handle->file, &(swap_if_big64(size)), sizeof(uint64_t)); ++ intfstream_write(handle->file, &size, sizeof(uint64_t)); + intfstream_write(handle->file, st, info.size); + free(st); + } diff --git a/retroarch.spec b/retroarch.spec index 912723e..4bdf544 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -126,6 +126,8 @@ Source11: README.fedora.md # https://github.com/libretro/retroarch-assets/pull/334 Patch0: https://github.com/libretro/retroarch-assets/pull/334.patch#/add-executable-bit-to-script.patch +# fix build on big-endian +Patch1: %{name}-1.15.0-big-endian.patch BuildRequires: desktop-file-utils BuildRequires: gcc-c++ >= 7 @@ -297,6 +299,7 @@ database of ROMs that are known to be good copies. pushd %{appname}-assets-%{commit1} %patch0 -p1 popd +%patch1 -p1 -b .s390x %setup -n RetroArch-%{version} -q -D -T -a3 %setup -n RetroArch-%{version} -q -D -T -a4 @@ -514,6 +517,7 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog * Sun Mar 12 2023 Neal Gompa - 1.15.0-4 - Rebuild for ffmpeg 6.0 +- fix build on big-endian (Dominik Mierzejewski) * Sat Mar 11 2023 Artem Polishchuk - 1.15.0-3 - chore: Update to 1.15.0 From bf1cdc68c3f67ef58b7866e9f422db3d272bce77 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Tue, 27 Jun 2023 06:36:54 +0300 Subject: [PATCH 44/74] build: Remove big-endian patch No longer needed and fix FTBFS. --- retroarch-1.15.0-big-endian.patch | 20 -------------------- retroarch.spec | 3 --- 2 files changed, 23 deletions(-) delete mode 100644 retroarch-1.15.0-big-endian.patch diff --git a/retroarch-1.15.0-big-endian.patch b/retroarch-1.15.0-big-endian.patch deleted file mode 100644 index 900eb1d..0000000 --- a/retroarch-1.15.0-big-endian.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -up RetroArch-1.15.0/input/input_driver.c.s390x RetroArch-1.15.0/input/input_driver.c ---- RetroArch-1.15.0/input/input_driver.c.s390x 2023-03-10 16:16:50.000000000 +0000 -+++ RetroArch-1.15.0/input/input_driver.c 2023-03-12 23:27:07.574931035 +0000 -@@ -4809,14 +4809,14 @@ void bsv_movie_next_frame(input_driver_s - uint64_t size; - uint8_t frame_tok = REPLAY_TOKEN_CHECKPOINT_FRAME; - core_serialize_size(&info); -- size = info.size; -+ size = swap_if_big64(info.size); - st = (uint8_t*)malloc(info.size); - serial_info.data = st; - serial_info.size = info.size; - core_serialize(&serial_info); - /* "next frame is a checkpoint" */ - intfstream_write(handle->file, (uint8_t *)(&frame_tok), sizeof(uint8_t)); -- intfstream_write(handle->file, &(swap_if_big64(size)), sizeof(uint64_t)); -+ intfstream_write(handle->file, &size, sizeof(uint64_t)); - intfstream_write(handle->file, st, info.size); - free(st); - } diff --git a/retroarch.spec b/retroarch.spec index 4bdf544..d773080 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -126,8 +126,6 @@ Source11: README.fedora.md # https://github.com/libretro/retroarch-assets/pull/334 Patch0: https://github.com/libretro/retroarch-assets/pull/334.patch#/add-executable-bit-to-script.patch -# fix build on big-endian -Patch1: %{name}-1.15.0-big-endian.patch BuildRequires: desktop-file-utils BuildRequires: gcc-c++ >= 7 @@ -299,7 +297,6 @@ database of ROMs that are known to be good copies. pushd %{appname}-assets-%{commit1} %patch0 -p1 popd -%patch1 -p1 -b .s390x %setup -n RetroArch-%{version} -q -D -T -a3 %setup -n RetroArch-%{version} -q -D -T -a4 From f49f489dfaf4f18170d5d4429f6b1e6d15239c05 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Tue, 27 Jun 2023 06:37:48 +0300 Subject: [PATCH 45/74] build: Use modern RPM macros for %patch Fix deprecate warning --- retroarch.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/retroarch.spec b/retroarch.spec index d773080..6513ad2 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -28,7 +28,7 @@ ExcludeArch: %{ix86} Name: %{appname}%{?p_suffix} Version: 1.15.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} # CC-BY: Assets @@ -295,7 +295,7 @@ database of ROMs that are known to be good copies. %setup -n RetroArch-%{version} -q -D -T -a1 pushd %{appname}-assets-%{commit1} -%patch0 -p1 +%patch 0 -p1 popd %setup -n RetroArch-%{version} -q -D -T -a3 @@ -512,6 +512,10 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog +* Tue Jun 27 2023 Artem Polishchuk - 1.15.0-5 +- build: Use modern RPM macros for %patch +- build: Remove big-endian patch + * Sun Mar 12 2023 Neal Gompa - 1.15.0-4 - Rebuild for ffmpeg 6.0 - fix build on big-endian (Dominik Mierzejewski) From 0f3debbbb4ecf36e6f2784933f1bbfae9c95ed87 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Tue, 27 Jun 2023 07:12:08 +0300 Subject: [PATCH 46/74] build: ExcludeArch: s390x --- retroarch.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/retroarch.spec b/retroarch.spec index 6513ad2..0d70dd1 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -1,5 +1,7 @@ # https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval ExcludeArch: %{ix86} +# Please fix upstream this if you need it and no downstream Fedora patch +ExcludeArch: s390x # Free/Freeworld/Non-Free version %bcond_with freeworld @@ -28,7 +30,7 @@ ExcludeArch: %{ix86} Name: %{appname}%{?p_suffix} Version: 1.15.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} # CC-BY: Assets @@ -512,6 +514,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog +* Tue Jun 27 2023 Artem Polishchuk - 1.15.0-6 +- build: ExcludeArch: s390x + * Tue Jun 27 2023 Artem Polishchuk - 1.15.0-5 - build: Use modern RPM macros for %patch - build: Remove big-endian patch From 9fd008bd3079a6f00e95474dc61bc486926c9420 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Tue, 27 Jun 2023 08:00:49 +0300 Subject: [PATCH 47/74] Convert to %autorelease and %autochangelog [skip changelog] --- changelog | 165 ++++++++++++++++++++++++++++++++++++++++++++++++ retroarch.spec | 168 +------------------------------------------------ 2 files changed, 167 insertions(+), 166 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..d81bd64 --- /dev/null +++ b/changelog @@ -0,0 +1,165 @@ +* Tue Jun 27 2023 Artem Polishchuk - 1.15.0-6 +- build: ExcludeArch: s390x + +* Tue Jun 27 2023 Artem Polishchuk - 1.15.0-5 +- build: Use modern RPM macros for %patch +- build: Remove big-endian patch + +* Sun Mar 12 2023 Neal Gompa - 1.15.0-4 +- Rebuild for ffmpeg 6.0 +- fix build on big-endian (Dominik Mierzejewski) + +* Sat Mar 11 2023 Artem Polishchuk - 1.15.0-3 +- chore: Update to 1.15.0 + +* Fri Jan 20 2023 Fedora Release Engineering - 1.14.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Tue Dec 13 2022 Artem Polishchuk - 1.14.0-1 +- chore: Update to 1.14.0 + +* Sun Nov 20 2022 Artem Polishchuk - 1.13.0-1 +- chore: Update to 1.13.0 + +* Mon Nov 14 2022 Artem Polishchuk - 1.12.0-4 +- build: Use ffmpeg-free only for >= f37 + +* Mon Nov 14 2022 Artem Polishchuk - 1.12.0-3 +- build: Add new build deps + +* Mon Nov 14 2022 Artem Polishchuk - 1.12.0-2 +- build: Add limited ffmpeg support for >= f36 + +* Sat Oct 22 2022 Artem Polishchuk - 1.12.0-1 +- chore(update): 1.12.0 + +* Sat Oct 01 2022 Artem Polishchuk - 1.11.0-2 +- build: Recommends: gamemode + +* Fri Sep 30 2022 Artem Polishchuk - 1.11.0-1 +- chore(update): 1.11.0 + +* Wed Sep 14 2022 Michel Alexandre Salim - 1.10.3-3 +- Rebuilt for flac 1.4.0 + +* Sat Jul 23 2022 Fedora Release Engineering - 1.10.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Tue Apr 12 2022 Artem Polishchuk - 1.10.3-1 +- chore(update): 1.10.3 + +* Wed Mar 23 2022 Artem Polishchuk - 1.10.2-1 +- chore(update): 1.10.2 + +* Fri Mar 04 2022 Artem Polishchuk - 1.10.1-1 +- chore(update): 1.10.1 + +* Sat Jan 22 2022 Morten Stevens 1.10.0-2 +- Rebuilt for mbedTLS 2.28.0 + +* Thu Jan 20 2022 Artem Polishchuk - 1.10.0-1 +- chore(update): 1.10.0 + +* Mon Dec 06 2021 Artem Polishchuk - 1.9.14-1 +- chore(update): 1.9.14 + +* Sun Nov 07 2021 Artem Polishchuk - 1.9.13-1 +- chore(update): 1.9.13 + +* Sun Oct 24 2021 Artem Polishchuk - 1.9.12-1 +- chore(update): 1.9.12 + +* Sat Oct 09 2021 Artem Polishchuk - 1.9.11-1 +- chore(update): 1.9.11 + +* Mon Oct 04 2021 Artem Polishchuk - 1.9.10-1 +- build(update): 1.9.10 + +* Fri Oct 01 2021 Artem Polishchuk - 1.9.9-3 +- docs: Add README.fedora.md | rh#1846170 + +* Tue Sep 14 2021 Sahana Prasad - 1.9.9-2 +- Rebuilt with OpenSSL 3.0.0 + +* Tue Sep 07 2021 Artem Polishchuk - 1.9.9-1 +- build(update): 1.9.9 + +* Thu Aug 26 2021 Artem Polishchuk - 1.9.8-1 +- build(update): 1.9.8 + +* Sat Aug 14 2021 Artem Polishchuk +- build(update): 1.9.7 + +* Fri Jul 23 2021 Fedora Release Engineering - 1.9.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Mon Jun 14 2021 Artem Polishchuk - 1.9.5-1 +- build(update): 1.9.5 + +* Fri May 28 2021 Artem Polishchuk - 1.9.4-1 +- build(update): 1.9.4 + +* Sat May 15 2021 Artem Polishchuk - 1.9.3-1 +- build(update): 1.9.3 + +* Sat May 01 2021 Artem Polishchuk - 1.9.2-1 +- build(update): 1.9.2 + +* Mon Mar 29 2021 Artem Polishchuk - 1.9.1-1 +- build(update): 1.9.1 + +* Wed Jan 27 2021 Fedora Release Engineering - 1.9.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sat Aug 08 2020 Artem Polishchuk - 1.9.0-1 +- Update to 1.9.0 + +* Wed Jul 29 2020 Fedora Release Engineering - 1.8.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sat Jun 20 2020 Artem Polishchuk - 1.8.9-1 +- Update to 1.8.9 + +* Wed May 27 2020 Artem Polishchuk - 1.8.8-1 +- Update to 1.8.8 + +* Tue May 19 2020 Artem Polishchuk - 1.8.7-2 +- Add Database files (cheatcode, content data, cursors) | Fix: RH#1822743 +- Disable LTO + +* Mon May 18 2020 Artem Polishchuk - 1.8.7-1 +- Update to 1.8.7 + +* Thu May 07 2020 Artem Polishchuk - 1.8.6-1 +- Update to 1.8.6 + +* Thu Mar 26 2020 Artem Polishchuk - 1.8.5-2 +- Add Joypad Autoconfig Files + +* Mon Mar 23 2020 Artem Polishchuk - 1.8.5-1 +- Update to 1.8.5 +- Add new libretro core + +* Thu Jan 30 2020 Fedora Release Engineering - 1.8.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Wed Jan 29 2020 Artem Polishchuk - 1.8.4-3 +- Spec file improvements +- Thanks to Nicolas Chauvet for help with packaging and review + +* Fri Jan 24 2020 Artem Polishchuk - 1.8.4-2 +- Add Libretro's core info. Thanks + +* Sun Jan 19 2020 Artem Polishchuk - 1.8.4-1 +- Update to 1.8.4 +- Add missed Perl modules + +* Sun Dec 29 2019 Artem Polishchuk - 1.8.2-2 +- Make fully standlone Freeworld package as RPM Fusion recommended + +* Thu Dec 26 2019 Artem Polishchuk - 1.8.2-1 +- Update to 1.8.2 + +* Fri Nov 29 2019 Artem Polishchuk - 1.8.1-14 +- Initial package +- Thanks to Vitaly Zaitsev for help with packaging and review diff --git a/retroarch.spec b/retroarch.spec index 0d70dd1..870c760 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -30,7 +30,7 @@ ExcludeArch: s390x Name: %{appname}%{?p_suffix} Version: 1.15.0 -Release: 6%{?dist} +Release: %autorelease Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} # CC-BY: Assets @@ -514,168 +514,4 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml %changelog -* Tue Jun 27 2023 Artem Polishchuk - 1.15.0-6 -- build: ExcludeArch: s390x - -* Tue Jun 27 2023 Artem Polishchuk - 1.15.0-5 -- build: Use modern RPM macros for %patch -- build: Remove big-endian patch - -* Sun Mar 12 2023 Neal Gompa - 1.15.0-4 -- Rebuild for ffmpeg 6.0 -- fix build on big-endian (Dominik Mierzejewski) - -* Sat Mar 11 2023 Artem Polishchuk - 1.15.0-3 -- chore: Update to 1.15.0 - -* Fri Jan 20 2023 Fedora Release Engineering - 1.14.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Tue Dec 13 2022 Artem Polishchuk - 1.14.0-1 -- chore: Update to 1.14.0 - -* Sun Nov 20 2022 Artem Polishchuk - 1.13.0-1 -- chore: Update to 1.13.0 - -* Mon Nov 14 2022 Artem Polishchuk - 1.12.0-4 -- build: Use ffmpeg-free only for >= f37 - -* Mon Nov 14 2022 Artem Polishchuk - 1.12.0-3 -- build: Add new build deps - -* Mon Nov 14 2022 Artem Polishchuk - 1.12.0-2 -- build: Add limited ffmpeg support for >= f36 - -* Sat Oct 22 2022 Artem Polishchuk - 1.12.0-1 -- chore(update): 1.12.0 - -* Sat Oct 01 2022 Artem Polishchuk - 1.11.0-2 -- build: Recommends: gamemode - -* Fri Sep 30 2022 Artem Polishchuk - 1.11.0-1 -- chore(update): 1.11.0 - -* Wed Sep 14 2022 Michel Alexandre Salim - 1.10.3-3 -- Rebuilt for flac 1.4.0 - -* Sat Jul 23 2022 Fedora Release Engineering - 1.10.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Tue Apr 12 2022 Artem Polishchuk - 1.10.3-1 -- chore(update): 1.10.3 - -* Wed Mar 23 2022 Artem Polishchuk - 1.10.2-1 -- chore(update): 1.10.2 - -* Fri Mar 04 2022 Artem Polishchuk - 1.10.1-1 -- chore(update): 1.10.1 - -* Sat Jan 22 2022 Morten Stevens 1.10.0-2 -- Rebuilt for mbedTLS 2.28.0 - -* Thu Jan 20 2022 Artem Polishchuk - 1.10.0-1 -- chore(update): 1.10.0 - -* Mon Dec 06 2021 Artem Polishchuk - 1.9.14-1 -- chore(update): 1.9.14 - -* Sun Nov 07 2021 Artem Polishchuk - 1.9.13-1 -- chore(update): 1.9.13 - -* Sun Oct 24 2021 Artem Polishchuk - 1.9.12-1 -- chore(update): 1.9.12 - -* Sat Oct 09 2021 Artem Polishchuk - 1.9.11-1 -- chore(update): 1.9.11 - -* Mon Oct 04 2021 Artem Polishchuk - 1.9.10-1 -- build(update): 1.9.10 - -* Fri Oct 01 2021 Artem Polishchuk - 1.9.9-3 -- docs: Add README.fedora.md | rh#1846170 - -* Tue Sep 14 2021 Sahana Prasad - 1.9.9-2 -- Rebuilt with OpenSSL 3.0.0 - -* Tue Sep 07 2021 Artem Polishchuk - 1.9.9-1 -- build(update): 1.9.9 - -* Thu Aug 26 2021 Artem Polishchuk - 1.9.8-1 -- build(update): 1.9.8 - -* Sat Aug 14 2021 Artem Polishchuk -- build(update): 1.9.7 - -* Fri Jul 23 2021 Fedora Release Engineering - 1.9.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Mon Jun 14 2021 Artem Polishchuk - 1.9.5-1 -- build(update): 1.9.5 - -* Fri May 28 2021 Artem Polishchuk - 1.9.4-1 -- build(update): 1.9.4 - -* Sat May 15 2021 Artem Polishchuk - 1.9.3-1 -- build(update): 1.9.3 - -* Sat May 01 2021 Artem Polishchuk - 1.9.2-1 -- build(update): 1.9.2 - -* Mon Mar 29 2021 Artem Polishchuk - 1.9.1-1 -- build(update): 1.9.1 - -* Wed Jan 27 2021 Fedora Release Engineering - 1.9.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Sat Aug 08 2020 Artem Polishchuk - 1.9.0-1 -- Update to 1.9.0 - -* Wed Jul 29 2020 Fedora Release Engineering - 1.8.9-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Sat Jun 20 2020 Artem Polishchuk - 1.8.9-1 -- Update to 1.8.9 - -* Wed May 27 2020 Artem Polishchuk - 1.8.8-1 -- Update to 1.8.8 - -* Tue May 19 2020 Artem Polishchuk - 1.8.7-2 -- Add Database files (cheatcode, content data, cursors) | Fix: RH#1822743 -- Disable LTO - -* Mon May 18 2020 Artem Polishchuk - 1.8.7-1 -- Update to 1.8.7 - -* Thu May 07 2020 Artem Polishchuk - 1.8.6-1 -- Update to 1.8.6 - -* Thu Mar 26 2020 Artem Polishchuk - 1.8.5-2 -- Add Joypad Autoconfig Files - -* Mon Mar 23 2020 Artem Polishchuk - 1.8.5-1 -- Update to 1.8.5 -- Add new libretro core - -* Thu Jan 30 2020 Fedora Release Engineering - 1.8.4-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Wed Jan 29 2020 Artem Polishchuk - 1.8.4-3 -- Spec file improvements -- Thanks to Nicolas Chauvet for help with packaging and review - -* Fri Jan 24 2020 Artem Polishchuk - 1.8.4-2 -- Add Libretro's core info. Thanks - -* Sun Jan 19 2020 Artem Polishchuk - 1.8.4-1 -- Update to 1.8.4 -- Add missed Perl modules - -* Sun Dec 29 2019 Artem Polishchuk - 1.8.2-2 -- Make fully standlone Freeworld package as RPM Fusion recommended - -* Thu Dec 26 2019 Artem Polishchuk - 1.8.2-1 -- Update to 1.8.2 - -* Fri Nov 29 2019 Artem Polishchuk - 1.8.1-14 -- Initial package -- Thanks to Vitaly Zaitsev for help with packaging and review +%autochangelog From 81059bd48f91ae46741be5ba20f64c5570afae07 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Tue, 27 Jun 2023 08:06:51 +0300 Subject: [PATCH 48/74] build: Attempt to enable CSD on Wayland (rh#2217543) --- retroarch.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/retroarch.spec b/retroarch.spec index 870c760..be4e44a 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -368,6 +368,8 @@ sed -e 's|retroarch.cfg|%{name}.cfg|g' \ --disable-builtinmbedtls \ --disable-builtinzlib \ --enable-dbus \ + --enable-libdecor \ + --enable-wayland \ %{nil} %set_build_flags %make_build From 6aa8dafa3233cd19649c05b8dd9c1e9bc89c9ea2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jul 2023 16:49:48 +0000 Subject: [PATCH 49/74] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 25d257b08d1d673c09db9234145aeb5fd9d96bac Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Sat, 30 Sep 2023 17:49:56 +0300 Subject: [PATCH 50/74] build: Update to 1.16.0.3 --- .gitignore | 6 +++++ add-executable-bit-to-script.patch | 13 ----------- retroarch.spec | 35 ++++++++++++------------------ sources | 10 ++++----- 4 files changed, 25 insertions(+), 39 deletions(-) delete mode 100644 add-executable-bit-to-script.patch diff --git a/.gitignore b/.gitignore index d14bca4..cb0866a 100644 --- a/.gitignore +++ b/.gitignore @@ -132,3 +132,9 @@ /libretro-core-info-1.15.0.tar.gz /libretro-database-1.15.0.tar.gz /retroarch-joypad-autoconfig-1.15.0.tar.gz +/retroarch-1.16.0.tar.gz +/retroarch-assets-20230911git7b735ef.tar.gz +/libretro-core-info-1.16.0.tar.gz +/retroarch-joypad-autoconfig-1.16.0.tar.gz +/libretro-database-1.16.0.tar.gz +/retroarch-1.16.0.3.tar.gz diff --git a/add-executable-bit-to-script.patch b/add-executable-bit-to-script.patch deleted file mode 100644 index b575867..0000000 --- a/add-executable-bit-to-script.patch +++ /dev/null @@ -1,13 +0,0 @@ -From e51c6d405ec8ce6b708292e8f55b9106d92b23e0 Mon Sep 17 00:00:00 2001 -From: Artem Polishchuk -Date: Tue, 3 Dec 2019 15:40:58 +0200 -Subject: [PATCH] Add executable bit to script - ---- - xmb/convert.sh | 0 - 1 file changed, 0 insertions(+), 0 deletions(-) - mode change 100644 => 100755 xmb/convert.sh - -diff --git a/xmb/convert.sh b/xmb/convert.sh -old mode 100644 -new mode 100755 diff --git a/retroarch.spec b/retroarch.spec index be4e44a..8e2b4b1 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -24,12 +24,13 @@ ExcludeArch: s390x # Assets # * https://github.com/libretro/retroarch-assets # * https://github.com/libretro/retroarch-assets/issues/414 -%global commit1 4ec80faf1b5439d1654f407805bb66141b880826 -%global date 20221024 +%global commit1 7b735ef18bcc6508b1c9a626eb237779ff787179 +%global date 20230911 %global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) Name: %{appname}%{?p_suffix} -Version: 1.15.0 +Version: 1.16.0.3 +%global version_addons 1.16.0 Release: %autorelease Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} @@ -112,13 +113,13 @@ Source1: %{short_url}/%{appname}-assets/archive/%{commit1}/%{appname}-ass %dnl Source2: https://raw.githubusercontent.com/flathub/%{uuid}/63af0e2449891e40c6ab6feae5d27845768b26fb/%{uuid}.appdata.xml # Libretro's core info -Source3: %{short_url}/libretro-core-info/archive/v%{version}/libretro-core-info-%{version}.tar.gz +Source3: %{short_url}/libretro-core-info/archive/v%{version_addons}/libretro-core-info-%{version_addons}.tar.gz # Joypad Autoconfig Files -Source4: %{short_url}/%{appname}-joypad-autoconfig/archive/v%{version}/%{appname}-joypad-autoconfig-%{version}.tar.gz +Source4: %{short_url}/%{appname}-joypad-autoconfig/archive/v%{version_addons}/%{appname}-joypad-autoconfig-%{version_addons}.tar.gz # Database files (cheatcode, content data, cursors) -Source5: %{short_url}/libretro-database/archive/v%{version}/libretro-database-%{version}.tar.gz +Source5: %{short_url}/libretro-database/archive/v%{version_addons}/libretro-database-%{version_addons}.tar.gz # Script for enabling network access which allows downloading more libretro # cores @@ -126,9 +127,6 @@ Source10: %{name}-enable-network-access.sh Source11: README.fedora.md -# https://github.com/libretro/retroarch-assets/pull/334 -Patch0: https://github.com/libretro/retroarch-assets/pull/334.patch#/add-executable-bit-to-script.patch - BuildRequires: desktop-file-utils BuildRequires: gcc-c++ >= 7 BuildRequires: glslang-devel @@ -228,7 +226,7 @@ Provides: bundled(ibxm) # https://github.com/libretro/RetroArch/issues/8153 Provides: bundled(lua) = 5.3.5 -Provides: bundled(rcheevos) = 10.4 +Provides: bundled(rcheevos) = 10.7 Provides: bundled(SPIRV-Cross) Provides: bundled(stb) @@ -295,11 +293,6 @@ database of ROMs that are known to be good copies. %prep %setup -n RetroArch-%{version} -q %setup -n RetroArch-%{version} -q -D -T -a1 - -pushd %{appname}-assets-%{commit1} -%patch 0 -p1 -popd - %setup -n RetroArch-%{version} -q -D -T -a3 %setup -n RetroArch-%{version} -q -D -T -a4 %setup -n RetroArch-%{version} -q -D -T -a5 @@ -385,13 +378,13 @@ sed -e 's|retroarch.cfg|%{name}.cfg|g' \ %make_build -C gfx/video_filters # Libretro's core info -%make_build -C libretro-core-info-%{version} +%make_build -C libretro-core-info-%{version_addons} # Joypad Autoconfig Files -%make_build -C %{appname}-joypad-autoconfig-%{version} +%make_build -C %{appname}-joypad-autoconfig-%{version_addons} # Database files (cheatcode, content data, cursors) -%make_build -C libretro-database-%{version} +%make_build -C libretro-database-%{version_addons} %install @@ -426,14 +419,14 @@ rm %{buildroot}%{_datadir}/libretro/assets%{?p_suffix}/pkg/osd-font.ttf \ INSTALLDIR=%{_libdir}/retroarch/filters%{?p_suffix}/video # Libretro's core info -%make_install -C libretro-core-info-%{version} \ +%make_install -C libretro-core-info-%{version_addons} \ INSTALLDIR=%{_datadir}/libretro/info%{?p_suffix} # AppData manifest %dnl install -m 0644 -Dp %{SOURCE2} %{buildroot}%{_metainfodir}/%{uuid}.appdata.xml # Joypad Autoconfig Files -%make_install -C %{appname}-joypad-autoconfig-%{version} \ +%make_install -C %{appname}-joypad-autoconfig-%{version_addons} \ DOC_DIR=%{_datadir}/libretro/autoconfig/doc %if %{with freeworld} mv %{buildroot}%{_datadir}/libretro/autoconfig/ \ @@ -441,7 +434,7 @@ mv %{buildroot}%{_datadir}/libretro/autoconfig/ \ %endif # Database files (cheatcode, content data, cursors) -%make_install -C libretro-database-%{version} \ +%make_install -C libretro-database-%{version_addons} \ INSTALLDIR=%{_datadir}/libretro/database%{?p_suffix} # Rename desktop file to UUID for compatibility diff --git a/sources b/sources index 6fb735b..90c2f75 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ -SHA512 (libretro-core-info-1.15.0.tar.gz) = 573418f8e27b66dea312be6bceef9e46d03862a26b1f55033e909618dc4f1784ed9cc206f49c7903efec8583fd8cee6d4f77de4ca34682dfc33c1d75850eeb1b -SHA512 (libretro-database-1.15.0.tar.gz) = 2730865000da062ee42e98f66182f5a152d864be4af3c46f925f860a89219bd0e84ec21cd5748762ae6e22643051a092bf6abc165a70f31a50ea2f4e4e0d9087 -SHA512 (retroarch-1.15.0.tar.gz) = 7655335877fb42ffbba76037763e1e7b7e9c0b67cf6a41f4a3c26ddfd1f004b9be59f6aebb2470c6b48ca15aadc20773a0cc197988323b482c3a358edfd58a12 -SHA512 (retroarch-assets-20221024git4ec80fa.tar.gz) = d6188dd4e3c6e5b2cddf88513bcd92f1e65b8d877c16c9a9de045aa960050620b5db21da9a784f5ccc93a4c0908a29093dc4396535ea568470ae69247afe723d -SHA512 (retroarch-joypad-autoconfig-1.15.0.tar.gz) = 9a548926a81e80740055175e0c8380d1dda5e855bae118553429e30b22257e432e7b7b70fe7f2aa9b48e2048a06ffc20c0186626e01887c3d8ab8c5b436ae865 +SHA512 (libretro-core-info-1.16.0.tar.gz) = ca061f4ed16e53f21053c311353e42a83336688011e13a474e5d6a59ed1d317f0dd3d9f03aa569c41f2e38c684eac8db7529f935b573731499c0c2ee5c73c84e +SHA512 (libretro-database-1.16.0.tar.gz) = 02f8108cfe5954cc10e7edf131d81f767bf71151dd314854aad3fc8b18c3d8ebb13e98496aceb905eb2b0680f0b93d13dd7c911894e14ea4b65a78ab7643c1fe +SHA512 (retroarch-1.16.0.3.tar.gz) = a208905257ef5ac38f055195a06167cba5727f470abcba20015ae47bec9af5936fbdc50badb146502d6ccf8de76eaad5846a131974919bb99ea5a0a008624bc1 +SHA512 (retroarch-assets-20230911git7b735ef.tar.gz) = 4948501b63b65314bcef1ea7e14f22f7d5a3c0a5d2d340ac6bd33514ea487b1b4354e25d8ba49ac6ffa81bb7a43923edc985fd292d2fe38949742af468ac65f5 +SHA512 (retroarch-joypad-autoconfig-1.16.0.tar.gz) = b0ca89386b681c081faf76e6b65cbe90fce3b712de3f66a1e8686653824f02566b8d50fb40fad2fc7d7260fe46be75199871f8a316c9acf7210dd2287e5047de From 664693146827ee1cc7708c76290f615f705f028c Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Sat, 30 Sep 2023 17:58:32 +0300 Subject: [PATCH 51/74] license: Convert to SPDX --- retroarch.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroarch.spec b/retroarch.spec index 8e2b4b1..e799ddd 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -94,7 +94,7 @@ Summary: Cross-platform, sophisticated frontend for the libretro API. %{? # gfx/ # libretro-common/ # -License: GPLv3+ and GPLv2 and CC-BY and CC0 and BSD and ASL 2.0 and MIT +License: GPL-3.0-or-later and GPL-2.0-only and CC-BY-3.0 and CC-BY-4.0 and CC0-1.0 and BSD-2-Clause and BSD-3-Clause and Apache-2.0 and MIT URL: https://www.libretro.com/ Source0: %{short_url}/RetroArch/archive/v%{version}/%{appname}-%{version}.tar.gz From d8d7569180c13180173c0346dd7119b945d46b43 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 22 Jan 2024 11:28:01 +0000 Subject: [PATCH 52/74] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From f479abf081138785eeb3b971032b327e546b1ab3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 26 Jan 2024 15:17:37 +0000 Subject: [PATCH 53/74] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 324c150932f6556d263663d65c7012238eaae6a8 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Sun, 4 Feb 2024 15:25:35 +0300 Subject: [PATCH 54/74] chore: Update to 1.17.0 --- .gitignore | 2 ++ retroarch.spec | 6 +++--- sources | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index cb0866a..37a09bc 100644 --- a/.gitignore +++ b/.gitignore @@ -138,3 +138,5 @@ /retroarch-joypad-autoconfig-1.16.0.tar.gz /libretro-database-1.16.0.tar.gz /retroarch-1.16.0.3.tar.gz +/retroarch-1.17.0.tar.gz +/retroarch-assets-20240102git923b711.tar.gz diff --git a/retroarch.spec b/retroarch.spec index e799ddd..9ce4b4e 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -24,12 +24,12 @@ ExcludeArch: s390x # Assets # * https://github.com/libretro/retroarch-assets # * https://github.com/libretro/retroarch-assets/issues/414 -%global commit1 7b735ef18bcc6508b1c9a626eb237779ff787179 -%global date 20230911 +%global commit1 923b711dc6772a168d83dc8915e9260730fcf3a1 +%global date 20240102 %global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) Name: %{appname}%{?p_suffix} -Version: 1.16.0.3 +Version: 1.17.0 %global version_addons 1.16.0 Release: %autorelease Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} diff --git a/sources b/sources index 90c2f75..e41e0fe 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ SHA512 (libretro-core-info-1.16.0.tar.gz) = ca061f4ed16e53f21053c311353e42a83336688011e13a474e5d6a59ed1d317f0dd3d9f03aa569c41f2e38c684eac8db7529f935b573731499c0c2ee5c73c84e SHA512 (libretro-database-1.16.0.tar.gz) = 02f8108cfe5954cc10e7edf131d81f767bf71151dd314854aad3fc8b18c3d8ebb13e98496aceb905eb2b0680f0b93d13dd7c911894e14ea4b65a78ab7643c1fe -SHA512 (retroarch-1.16.0.3.tar.gz) = a208905257ef5ac38f055195a06167cba5727f470abcba20015ae47bec9af5936fbdc50badb146502d6ccf8de76eaad5846a131974919bb99ea5a0a008624bc1 -SHA512 (retroarch-assets-20230911git7b735ef.tar.gz) = 4948501b63b65314bcef1ea7e14f22f7d5a3c0a5d2d340ac6bd33514ea487b1b4354e25d8ba49ac6ffa81bb7a43923edc985fd292d2fe38949742af468ac65f5 +SHA512 (retroarch-1.17.0.tar.gz) = 708367df074f6eb641c115a28251ca82e8e486e9f61a3d10c53327c5eca9c5c90773af4d40daaa16b5cc4e8820d1edec0086420b42e031b39a2281a820482fa4 +SHA512 (retroarch-assets-20240102git923b711.tar.gz) = 0d436662985b43ab372975082eb9f5c08093a52c447d4c7ddf62bd61fa148534ecffa9e30f51086637d5682c37fc551462e1f0f111ce43662e521558c45dac68 SHA512 (retroarch-joypad-autoconfig-1.16.0.tar.gz) = b0ca89386b681c081faf76e6b65cbe90fce3b712de3f66a1e8686653824f02566b8d50fb40fad2fc7d7260fe46be75199871f8a316c9acf7210dd2287e5047de From e2e0546e1a0aea48787acdc9d9e003d4ef4977a7 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Sun, 4 Feb 2024 23:11:24 +0300 Subject: [PATCH 55/74] build: Update version addons to 1.17.0 --- .gitignore | 3 +++ retroarch.spec | 2 +- sources | 6 +++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 37a09bc..cb9c63e 100644 --- a/.gitignore +++ b/.gitignore @@ -140,3 +140,6 @@ /retroarch-1.16.0.3.tar.gz /retroarch-1.17.0.tar.gz /retroarch-assets-20240102git923b711.tar.gz +/libretro-core-info-1.17.0.tar.gz +/libretro-database-1.17.0.tar.gz +/retroarch-joypad-autoconfig-1.17.0.tar.gz diff --git a/retroarch.spec b/retroarch.spec index 9ce4b4e..f1a81d3 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -30,7 +30,7 @@ ExcludeArch: s390x Name: %{appname}%{?p_suffix} Version: 1.17.0 -%global version_addons 1.16.0 +%global version_addons 1.17.0 Release: %autorelease Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} diff --git a/sources b/sources index e41e0fe..cc2f2b4 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ -SHA512 (libretro-core-info-1.16.0.tar.gz) = ca061f4ed16e53f21053c311353e42a83336688011e13a474e5d6a59ed1d317f0dd3d9f03aa569c41f2e38c684eac8db7529f935b573731499c0c2ee5c73c84e -SHA512 (libretro-database-1.16.0.tar.gz) = 02f8108cfe5954cc10e7edf131d81f767bf71151dd314854aad3fc8b18c3d8ebb13e98496aceb905eb2b0680f0b93d13dd7c911894e14ea4b65a78ab7643c1fe +SHA512 (libretro-core-info-1.17.0.tar.gz) = f1460dabcc9940e022b7c0fa02a7132099bbd88855ff9bd266ff9ea3efba4ee5813047981fb2ab10ed98abd926d6d03fecca91a91f14a0e6aa84aa8169dc26cc +SHA512 (libretro-database-1.17.0.tar.gz) = f058518703d3749853d0dbb3314cfcf8d24ae7b637158366b23f32c3422e0f5071822e07064edf8a7864a489ace12927d743bc2a09fa04d5b0a3393c2ef3901f SHA512 (retroarch-1.17.0.tar.gz) = 708367df074f6eb641c115a28251ca82e8e486e9f61a3d10c53327c5eca9c5c90773af4d40daaa16b5cc4e8820d1edec0086420b42e031b39a2281a820482fa4 SHA512 (retroarch-assets-20240102git923b711.tar.gz) = 0d436662985b43ab372975082eb9f5c08093a52c447d4c7ddf62bd61fa148534ecffa9e30f51086637d5682c37fc551462e1f0f111ce43662e521558c45dac68 -SHA512 (retroarch-joypad-autoconfig-1.16.0.tar.gz) = b0ca89386b681c081faf76e6b65cbe90fce3b712de3f66a1e8686653824f02566b8d50fb40fad2fc7d7260fe46be75199871f8a316c9acf7210dd2287e5047de +SHA512 (retroarch-joypad-autoconfig-1.17.0.tar.gz) = b0123e6478677551295a7c8bca9f258b9c619c494abaa6d4fbd448b63310706046b133e5b9bfe7cbcc8ce59ef4f7872270e37d780e182b949b90fb752347d2cf From e768faad0800206dfd334687c162fbcdf65d64d5 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Sat, 13 Apr 2024 13:14:22 +0300 Subject: [PATCH 56/74] chore: Update to 1.18.0 --- .gitignore | 4 ++++ retroarch.spec | 4 ++-- sources | 8 ++++---- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index cb9c63e..c7ad232 100644 --- a/.gitignore +++ b/.gitignore @@ -143,3 +143,7 @@ /libretro-core-info-1.17.0.tar.gz /libretro-database-1.17.0.tar.gz /retroarch-joypad-autoconfig-1.17.0.tar.gz +/libretro-core-info-1.18.0.tar.gz +/libretro-database-1.18.0.tar.gz +/retroarch-1.18.0.tar.gz +/retroarch-joypad-autoconfig-1.18.0.tar.gz diff --git a/retroarch.spec b/retroarch.spec index f1a81d3..1c7270a 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -29,8 +29,8 @@ ExcludeArch: s390x %global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) Name: %{appname}%{?p_suffix} -Version: 1.17.0 -%global version_addons 1.17.0 +Version: 1.18.0 +%global version_addons 1.18.0 Release: %autorelease Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} diff --git a/sources b/sources index cc2f2b4..b2800a9 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ -SHA512 (libretro-core-info-1.17.0.tar.gz) = f1460dabcc9940e022b7c0fa02a7132099bbd88855ff9bd266ff9ea3efba4ee5813047981fb2ab10ed98abd926d6d03fecca91a91f14a0e6aa84aa8169dc26cc -SHA512 (libretro-database-1.17.0.tar.gz) = f058518703d3749853d0dbb3314cfcf8d24ae7b637158366b23f32c3422e0f5071822e07064edf8a7864a489ace12927d743bc2a09fa04d5b0a3393c2ef3901f -SHA512 (retroarch-1.17.0.tar.gz) = 708367df074f6eb641c115a28251ca82e8e486e9f61a3d10c53327c5eca9c5c90773af4d40daaa16b5cc4e8820d1edec0086420b42e031b39a2281a820482fa4 +SHA512 (libretro-core-info-1.18.0.tar.gz) = 832132b943d979ff24a6a60cb0bc339cbd684822b81d6384854bf171d8e73fb0a627eb8fba4354fa0de32d18fb810b753538d521c357e8c73753adda1e54e133 +SHA512 (libretro-database-1.18.0.tar.gz) = c4e793ffcb11680a7be4968d99daa5dcd547d028ddc2b698e74b2271c42c3e17c1b62dfaf1d7fcec9726be56d66c19dc4092d5c8f4fedb0753fad0cb0457b1fa +SHA512 (retroarch-1.18.0.tar.gz) = 3b685a4016e06bc69dfe015da91dc240f24672d30f1511f87ded90d1953b8aab60e54a81eb51cb4666676b2b8544ebdcf8497b5987a9683551c5f24ba1d86306 SHA512 (retroarch-assets-20240102git923b711.tar.gz) = 0d436662985b43ab372975082eb9f5c08093a52c447d4c7ddf62bd61fa148534ecffa9e30f51086637d5682c37fc551462e1f0f111ce43662e521558c45dac68 -SHA512 (retroarch-joypad-autoconfig-1.17.0.tar.gz) = b0123e6478677551295a7c8bca9f258b9c619c494abaa6d4fbd448b63310706046b133e5b9bfe7cbcc8ce59ef4f7872270e37d780e182b949b90fb752347d2cf +SHA512 (retroarch-joypad-autoconfig-1.18.0.tar.gz) = 69e0fc60ed381a932099a45f348e1ef8f31638766b540e8815cbb088f32a845f274095d8ac5786becd09bf5ec866218482bec354f363fe00adfa836eb4b306f0 From 6893907201bcd4741b2df06190d7549fe8e26530 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Sat, 13 Apr 2024 14:29:41 +0300 Subject: [PATCH 57/74] build: Update bundled(lua) to 5.3.6 --- retroarch.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroarch.spec b/retroarch.spec index 1c7270a..d27d663 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -224,7 +224,7 @@ Provides: bundled(glslang) Provides: bundled(ibxm) # https://github.com/libretro/RetroArch/issues/8153 -Provides: bundled(lua) = 5.3.5 +Provides: bundled(lua) = 5.3.6 Provides: bundled(rcheevos) = 10.7 Provides: bundled(SPIRV-Cross) From 73510624b201f8d30db7419370b42d16520121d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= Date: Sun, 5 May 2024 13:01:30 +0200 Subject: [PATCH 58/74] Add compatibility with FFMPEG 7.0 --- 0001-Add-compatibility-with-FFMPEG-7.0.patch | 122 +++++++++++++++++++ retroarch.spec | 5 + 2 files changed, 127 insertions(+) create mode 100644 0001-Add-compatibility-with-FFMPEG-7.0.patch diff --git a/0001-Add-compatibility-with-FFMPEG-7.0.patch b/0001-Add-compatibility-with-FFMPEG-7.0.patch new file mode 100644 index 0000000..e676efb --- /dev/null +++ b/0001-Add-compatibility-with-FFMPEG-7.0.patch @@ -0,0 +1,122 @@ +From 4a1047151ceba2ff0c52fe1962bbf5df41506899 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= +Date: Sun, 5 May 2024 12:43:48 +0200 +Subject: [PATCH] Add compatibility with FFMPEG 7.0 + +channel_layout has been replaced with ch_layout + +Fix: #16437 +--- + cores/libretro-ffmpeg/ffmpeg_core.c | 8 ++++++++ + record/drivers/record_ffmpeg.c | 29 ++++++++++++++++++++++++++--- + 2 files changed, 34 insertions(+), 3 deletions(-) + +diff --git a/cores/libretro-ffmpeg/ffmpeg_core.c b/cores/libretro-ffmpeg/ffmpeg_core.c +index c96b4f4c75..08bee25063 100644 +--- a/cores/libretro-ffmpeg/ffmpeg_core.c ++++ b/cores/libretro-ffmpeg/ffmpeg_core.c +@@ -65,6 +65,8 @@ extern "C" { + s ##_version() >> 8 & 0xFF, \ + s ##_version() & 0xFF); + ++#define HAVE_CH_LAYOUT (LIBAVUTIL_VERSION_INT >= AV_VERSION_INT(57, 28, 100)) ++ + static bool reset_triggered; + static bool libretro_supports_bitmasks = false; + +@@ -1726,8 +1728,14 @@ static void decode_thread(void *data) + { + swr[i] = swr_alloc(); + ++#if HAVE_CH_LAYOUT ++ AVChannelLayout out_chlayout = AV_CHANNEL_LAYOUT_STEREO; ++ av_opt_set_chlayout(swr[i], "in_chlayout", &actx[i]->ch_layout, 0); ++ av_opt_set_chlayout(swr[i], "out_chlayout", &out_chlayout, 0); ++#else + av_opt_set_int(swr[i], "in_channel_layout", actx[i]->channel_layout, 0); + av_opt_set_int(swr[i], "out_channel_layout", AV_CH_LAYOUT_STEREO, 0); ++#endif + av_opt_set_int(swr[i], "in_sample_rate", actx[i]->sample_rate, 0); + av_opt_set_int(swr[i], "out_sample_rate", media.sample_rate, 0); + av_opt_set_int(swr[i], "in_sample_fmt", actx[i]->sample_fmt, 0); +diff --git a/record/drivers/record_ffmpeg.c b/record/drivers/record_ffmpeg.c +index cb5114b945..0af5499872 100644 +--- a/record/drivers/record_ffmpeg.c ++++ b/record/drivers/record_ffmpeg.c +@@ -70,6 +70,7 @@ extern "C" { + #include "../../verbosity.h" + + #define FFMPEG3 (LIBAVCODEC_VERSION_INT < AV_VERSION_INT(58, 10, 100)) ++#define HAVE_CH_LAYOUT (LIBAVUTIL_VERSION_INT >= AV_VERSION_INT(57, 28, 100)) + + struct ff_video_info + { +@@ -301,9 +302,15 @@ static bool ffmpeg_init_audio(ffmpeg_t *handle, const char *audio_resampler) + audio->codec = avcodec_alloc_context3(codec); + + audio->codec->codec_type = AVMEDIA_TYPE_AUDIO; ++#if HAVE_CH_LAYOUT ++ audio->codec->ch_layout = (param->channels > 1) ++ ? (AVChannelLayout)AV_CHANNEL_LAYOUT_STEREO ++ : (AVChannelLayout)AV_CHANNEL_LAYOUT_MONO; ++#else + audio->codec->channels = param->channels; + audio->codec->channel_layout = (param->channels > 1) + ? AV_CH_LAYOUT_STEREO : AV_CH_LAYOUT_MONO; ++#endif + + ffmpeg_audio_resolve_format(audio, codec); + ffmpeg_audio_resolve_sample_rate(handle, codec); +@@ -351,9 +358,15 @@ static bool ffmpeg_init_audio(ffmpeg_t *handle, const char *audio_resampler) + if (!audio->codec->frame_size) + audio->codec->frame_size = 1024; + ++#if HAVE_CH_LAYOUT ++ int nb_channels = audio->codec->ch_layout.nb_channels; ++#else ++ int nb_channels = audio->codec->channels; ++#endif ++ + audio->buffer = (uint8_t*)av_malloc( + audio->codec->frame_size * +- audio->codec->channels * ++ nb_channels * + audio->sample_size); + + if (!audio->buffer) +@@ -1342,20 +1355,30 @@ static bool encode_audio(ffmpeg_t *handle, bool dry) + + frame->nb_samples = handle->audio.frames_in_buffer; + frame->format = handle->audio.codec->sample_fmt; ++#if HAVE_CH_LAYOUT ++ av_channel_layout_copy(&frame->ch_layout, &handle->audio.codec->ch_layout); ++#else + frame->channel_layout = handle->audio.codec->channel_layout; ++#endif + frame->pts = handle->audio.frame_cnt; + + planarize_audio(handle); + ++#if HAVE_CH_LAYOUT ++ int nb_channels = handle->audio.codec->ch_layout.nb_channels; ++#else ++ int nb_channels = handle->audio.codec->channels; ++#endif ++ + samples_size = av_samples_get_buffer_size( + NULL, +- handle->audio.codec->channels, ++ nb_channels, + handle->audio.frames_in_buffer, + handle->audio.codec->sample_fmt, 0); + + av_frame_get_buffer(frame, 0); + avcodec_fill_audio_frame(frame, +- handle->audio.codec->channels, ++ nb_channels, + handle->audio.codec->sample_fmt, + handle->audio.is_planar + ? (uint8_t*)handle->audio.planar_buf : +-- +2.44.0 + diff --git a/retroarch.spec b/retroarch.spec index d27d663..0b57e7c 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -127,6 +127,10 @@ Source10: %{name}-enable-network-access.sh Source11: README.fedora.md +# Add compatibility with FFMPEG 7.0 +# https://github.com/libretro/RetroArch/pull/16499 +Patch1: 0001-Add-compatibility-with-FFMPEG-7.0.patch + BuildRequires: desktop-file-utils BuildRequires: gcc-c++ >= 7 BuildRequires: glslang-devel @@ -296,6 +300,7 @@ database of ROMs that are known to be good copies. %setup -n RetroArch-%{version} -q -D -T -a3 %setup -n RetroArch-%{version} -q -D -T -a4 %setup -n RetroArch-%{version} -q -D -T -a5 +%patch -P 1 -p 1 # Unbundling pushd deps From 1b7d008b5e2ae55544394acb462f2aec2621c476 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Fri, 31 May 2024 17:20:33 +0300 Subject: [PATCH 59/74] build: Update to 1.19.0 Signed-off-by: Artem Polishchuk --- .gitignore | 5 + 0001-Add-compatibility-with-FFMPEG-7.0.patch | 122 ------------------- retroarch.spec | 40 ++---- sources | 10 +- 4 files changed, 23 insertions(+), 154 deletions(-) delete mode 100644 0001-Add-compatibility-with-FFMPEG-7.0.patch diff --git a/.gitignore b/.gitignore index c7ad232..d4b9199 100644 --- a/.gitignore +++ b/.gitignore @@ -147,3 +147,8 @@ /libretro-database-1.18.0.tar.gz /retroarch-1.18.0.tar.gz /retroarch-joypad-autoconfig-1.18.0.tar.gz +/libretro-core-info-1.19.0.tar.gz +/libretro-database-1.19.0.tar.gz +/retroarch-1.19.0.tar.gz +/retroarch-assets-1.19.0.tar.gz +/retroarch-joypad-autoconfig-1.19.0.tar.gz diff --git a/0001-Add-compatibility-with-FFMPEG-7.0.patch b/0001-Add-compatibility-with-FFMPEG-7.0.patch deleted file mode 100644 index e676efb..0000000 --- a/0001-Add-compatibility-with-FFMPEG-7.0.patch +++ /dev/null @@ -1,122 +0,0 @@ -From 4a1047151ceba2ff0c52fe1962bbf5df41506899 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= -Date: Sun, 5 May 2024 12:43:48 +0200 -Subject: [PATCH] Add compatibility with FFMPEG 7.0 - -channel_layout has been replaced with ch_layout - -Fix: #16437 ---- - cores/libretro-ffmpeg/ffmpeg_core.c | 8 ++++++++ - record/drivers/record_ffmpeg.c | 29 ++++++++++++++++++++++++++--- - 2 files changed, 34 insertions(+), 3 deletions(-) - -diff --git a/cores/libretro-ffmpeg/ffmpeg_core.c b/cores/libretro-ffmpeg/ffmpeg_core.c -index c96b4f4c75..08bee25063 100644 ---- a/cores/libretro-ffmpeg/ffmpeg_core.c -+++ b/cores/libretro-ffmpeg/ffmpeg_core.c -@@ -65,6 +65,8 @@ extern "C" { - s ##_version() >> 8 & 0xFF, \ - s ##_version() & 0xFF); - -+#define HAVE_CH_LAYOUT (LIBAVUTIL_VERSION_INT >= AV_VERSION_INT(57, 28, 100)) -+ - static bool reset_triggered; - static bool libretro_supports_bitmasks = false; - -@@ -1726,8 +1728,14 @@ static void decode_thread(void *data) - { - swr[i] = swr_alloc(); - -+#if HAVE_CH_LAYOUT -+ AVChannelLayout out_chlayout = AV_CHANNEL_LAYOUT_STEREO; -+ av_opt_set_chlayout(swr[i], "in_chlayout", &actx[i]->ch_layout, 0); -+ av_opt_set_chlayout(swr[i], "out_chlayout", &out_chlayout, 0); -+#else - av_opt_set_int(swr[i], "in_channel_layout", actx[i]->channel_layout, 0); - av_opt_set_int(swr[i], "out_channel_layout", AV_CH_LAYOUT_STEREO, 0); -+#endif - av_opt_set_int(swr[i], "in_sample_rate", actx[i]->sample_rate, 0); - av_opt_set_int(swr[i], "out_sample_rate", media.sample_rate, 0); - av_opt_set_int(swr[i], "in_sample_fmt", actx[i]->sample_fmt, 0); -diff --git a/record/drivers/record_ffmpeg.c b/record/drivers/record_ffmpeg.c -index cb5114b945..0af5499872 100644 ---- a/record/drivers/record_ffmpeg.c -+++ b/record/drivers/record_ffmpeg.c -@@ -70,6 +70,7 @@ extern "C" { - #include "../../verbosity.h" - - #define FFMPEG3 (LIBAVCODEC_VERSION_INT < AV_VERSION_INT(58, 10, 100)) -+#define HAVE_CH_LAYOUT (LIBAVUTIL_VERSION_INT >= AV_VERSION_INT(57, 28, 100)) - - struct ff_video_info - { -@@ -301,9 +302,15 @@ static bool ffmpeg_init_audio(ffmpeg_t *handle, const char *audio_resampler) - audio->codec = avcodec_alloc_context3(codec); - - audio->codec->codec_type = AVMEDIA_TYPE_AUDIO; -+#if HAVE_CH_LAYOUT -+ audio->codec->ch_layout = (param->channels > 1) -+ ? (AVChannelLayout)AV_CHANNEL_LAYOUT_STEREO -+ : (AVChannelLayout)AV_CHANNEL_LAYOUT_MONO; -+#else - audio->codec->channels = param->channels; - audio->codec->channel_layout = (param->channels > 1) - ? AV_CH_LAYOUT_STEREO : AV_CH_LAYOUT_MONO; -+#endif - - ffmpeg_audio_resolve_format(audio, codec); - ffmpeg_audio_resolve_sample_rate(handle, codec); -@@ -351,9 +358,15 @@ static bool ffmpeg_init_audio(ffmpeg_t *handle, const char *audio_resampler) - if (!audio->codec->frame_size) - audio->codec->frame_size = 1024; - -+#if HAVE_CH_LAYOUT -+ int nb_channels = audio->codec->ch_layout.nb_channels; -+#else -+ int nb_channels = audio->codec->channels; -+#endif -+ - audio->buffer = (uint8_t*)av_malloc( - audio->codec->frame_size * -- audio->codec->channels * -+ nb_channels * - audio->sample_size); - - if (!audio->buffer) -@@ -1342,20 +1355,30 @@ static bool encode_audio(ffmpeg_t *handle, bool dry) - - frame->nb_samples = handle->audio.frames_in_buffer; - frame->format = handle->audio.codec->sample_fmt; -+#if HAVE_CH_LAYOUT -+ av_channel_layout_copy(&frame->ch_layout, &handle->audio.codec->ch_layout); -+#else - frame->channel_layout = handle->audio.codec->channel_layout; -+#endif - frame->pts = handle->audio.frame_cnt; - - planarize_audio(handle); - -+#if HAVE_CH_LAYOUT -+ int nb_channels = handle->audio.codec->ch_layout.nb_channels; -+#else -+ int nb_channels = handle->audio.codec->channels; -+#endif -+ - samples_size = av_samples_get_buffer_size( - NULL, -- handle->audio.codec->channels, -+ nb_channels, - handle->audio.frames_in_buffer, - handle->audio.codec->sample_fmt, 0); - - av_frame_get_buffer(frame, 0); - avcodec_fill_audio_frame(frame, -- handle->audio.codec->channels, -+ nb_channels, - handle->audio.codec->sample_fmt, - handle->audio.is_planar - ? (uint8_t*)handle->audio.planar_buf : --- -2.44.0 - diff --git a/retroarch.spec b/retroarch.spec index 0b57e7c..ba46404 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -21,16 +21,8 @@ ExcludeArch: s390x %global short_url https://github.com/libretro -# Assets -# * https://github.com/libretro/retroarch-assets -# * https://github.com/libretro/retroarch-assets/issues/414 -%global commit1 923b711dc6772a168d83dc8915e9260730fcf3a1 -%global date 20240102 -%global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) - Name: %{appname}%{?p_suffix} -Version: 1.18.0 -%global version_addons 1.18.0 +Version: 1.19.0 Release: %autorelease Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} @@ -100,7 +92,7 @@ URL: https://www.libretro.com/ Source0: %{short_url}/RetroArch/archive/v%{version}/%{appname}-%{version}.tar.gz # Assets -Source1: %{short_url}/%{appname}-assets/archive/%{commit1}/%{appname}-assets-%{date}git%{shortcommit1}.tar.gz +Source1: %{short_url}/%{appname}-assets/archive/v%{version}/%{appname}-assets-%{version}.tar.gz # AppData manifest # Upstreamed so should be easier now to maintain and automate updates for both @@ -113,13 +105,13 @@ Source1: %{short_url}/%{appname}-assets/archive/%{commit1}/%{appname}-ass %dnl Source2: https://raw.githubusercontent.com/flathub/%{uuid}/63af0e2449891e40c6ab6feae5d27845768b26fb/%{uuid}.appdata.xml # Libretro's core info -Source3: %{short_url}/libretro-core-info/archive/v%{version_addons}/libretro-core-info-%{version_addons}.tar.gz +Source3: %{short_url}/libretro-core-info/archive/v%{version}/libretro-core-info-%{version}.tar.gz # Joypad Autoconfig Files -Source4: %{short_url}/%{appname}-joypad-autoconfig/archive/v%{version_addons}/%{appname}-joypad-autoconfig-%{version_addons}.tar.gz +Source4: %{short_url}/%{appname}-joypad-autoconfig/archive/v%{version}/%{appname}-joypad-autoconfig-%{version}.tar.gz # Database files (cheatcode, content data, cursors) -Source5: %{short_url}/libretro-database/archive/v%{version_addons}/libretro-database-%{version_addons}.tar.gz +Source5: %{short_url}/libretro-database/archive/v%{version}/libretro-database-%{version}.tar.gz # Script for enabling network access which allows downloading more libretro # cores @@ -127,10 +119,6 @@ Source10: %{name}-enable-network-access.sh Source11: README.fedora.md -# Add compatibility with FFMPEG 7.0 -# https://github.com/libretro/RetroArch/pull/16499 -Patch1: 0001-Add-compatibility-with-FFMPEG-7.0.patch - BuildRequires: desktop-file-utils BuildRequires: gcc-c++ >= 7 BuildRequires: glslang-devel @@ -300,7 +288,6 @@ database of ROMs that are known to be good copies. %setup -n RetroArch-%{version} -q -D -T -a3 %setup -n RetroArch-%{version} -q -D -T -a4 %setup -n RetroArch-%{version} -q -D -T -a5 -%patch -P 1 -p 1 # Unbundling pushd deps @@ -373,8 +360,7 @@ sed -e 's|retroarch.cfg|%{name}.cfg|g' \ %make_build # Assets -%make_build -C %{appname}-assets-%{commit1} \ - GIT_VERSION=%{shortcommit1} +%make_build -C %{appname}-assets-%{version} # Audio filters %make_build -C libretro-common/audio/dsp_filters @@ -383,13 +369,13 @@ sed -e 's|retroarch.cfg|%{name}.cfg|g' \ %make_build -C gfx/video_filters # Libretro's core info -%make_build -C libretro-core-info-%{version_addons} +%make_build -C libretro-core-info-%{version} # Joypad Autoconfig Files -%make_build -C %{appname}-joypad-autoconfig-%{version_addons} +%make_build -C %{appname}-joypad-autoconfig-%{version} # Database files (cheatcode, content data, cursors) -%make_build -C libretro-database-%{version_addons} +%make_build -C libretro-database-%{version} %install @@ -398,7 +384,7 @@ rm %{buildroot}%{_docdir}/%{appname}/COPYING \ %{buildroot}%{_docdir}/%{appname}/README.md # Assets -%make_install -C %{appname}-assets-%{commit1} +%make_install -C %{appname}-assets-%{version} %if %{with freeworld} mv %{buildroot}%{_datadir}/libretro/assets/ \ %{buildroot}%{_datadir}/libretro/assets-freeworld/ @@ -424,14 +410,14 @@ rm %{buildroot}%{_datadir}/libretro/assets%{?p_suffix}/pkg/osd-font.ttf \ INSTALLDIR=%{_libdir}/retroarch/filters%{?p_suffix}/video # Libretro's core info -%make_install -C libretro-core-info-%{version_addons} \ +%make_install -C libretro-core-info-%{version} \ INSTALLDIR=%{_datadir}/libretro/info%{?p_suffix} # AppData manifest %dnl install -m 0644 -Dp %{SOURCE2} %{buildroot}%{_metainfodir}/%{uuid}.appdata.xml # Joypad Autoconfig Files -%make_install -C %{appname}-joypad-autoconfig-%{version_addons} \ +%make_install -C %{appname}-joypad-autoconfig-%{version} \ DOC_DIR=%{_datadir}/libretro/autoconfig/doc %if %{with freeworld} mv %{buildroot}%{_datadir}/libretro/autoconfig/ \ @@ -439,7 +425,7 @@ mv %{buildroot}%{_datadir}/libretro/autoconfig/ \ %endif # Database files (cheatcode, content data, cursors) -%make_install -C libretro-database-%{version_addons} \ +%make_install -C libretro-database-%{version} \ INSTALLDIR=%{_datadir}/libretro/database%{?p_suffix} # Rename desktop file to UUID for compatibility diff --git a/sources b/sources index b2800a9..2671772 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ -SHA512 (libretro-core-info-1.18.0.tar.gz) = 832132b943d979ff24a6a60cb0bc339cbd684822b81d6384854bf171d8e73fb0a627eb8fba4354fa0de32d18fb810b753538d521c357e8c73753adda1e54e133 -SHA512 (libretro-database-1.18.0.tar.gz) = c4e793ffcb11680a7be4968d99daa5dcd547d028ddc2b698e74b2271c42c3e17c1b62dfaf1d7fcec9726be56d66c19dc4092d5c8f4fedb0753fad0cb0457b1fa -SHA512 (retroarch-1.18.0.tar.gz) = 3b685a4016e06bc69dfe015da91dc240f24672d30f1511f87ded90d1953b8aab60e54a81eb51cb4666676b2b8544ebdcf8497b5987a9683551c5f24ba1d86306 -SHA512 (retroarch-assets-20240102git923b711.tar.gz) = 0d436662985b43ab372975082eb9f5c08093a52c447d4c7ddf62bd61fa148534ecffa9e30f51086637d5682c37fc551462e1f0f111ce43662e521558c45dac68 -SHA512 (retroarch-joypad-autoconfig-1.18.0.tar.gz) = 69e0fc60ed381a932099a45f348e1ef8f31638766b540e8815cbb088f32a845f274095d8ac5786becd09bf5ec866218482bec354f363fe00adfa836eb4b306f0 +SHA512 (libretro-core-info-1.19.0.tar.gz) = 17cca258bb3460f2078fea0f2d64319a946aecf915475f61ca4b8eac3c882edfb96e38ae897285b4e1959ab06cf277e93130317ea13c469515948fd28fc942cd +SHA512 (libretro-database-1.19.0.tar.gz) = 1ca406d93670ef9bd8fb4fdd4a551c8cff4f6523aad3b5172af62b78cc4ae69ffddc911f7077aa93cdbd5860ed20e75d93a6271d48b6a1d24b63528cfbea753f +SHA512 (retroarch-1.19.0.tar.gz) = fe807570eedac5e5142e68a0c9d4e085be923e4914a3cfa9635ef644c02de2d8f9777ce7dfbdee0d8584fc4fa038f04adc1c9a55e3fe46903ba8ce05878b17a0 +SHA512 (retroarch-assets-1.19.0.tar.gz) = 4e02e4c5d9b546ad12bf10d54aae51b43f18879e603edc7f90f02907712fff78c8cfd23adaa8fbce6b054aea91254ad942fc4ade60daf925906ba85e9b6ec9fb +SHA512 (retroarch-joypad-autoconfig-1.19.0.tar.gz) = 2644fe7f40dcb94fb433ea23b7825193ddc1b81d9fe9841b0a3bcba9598aa72286ea07426657ec6de404efb64e2c42950d81f58861ffc9193a892e8bd4a59a6d From b20e425e2b7f211cb9a2a30a92ed00c9b9338e92 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Fri, 31 May 2024 17:24:30 +0300 Subject: [PATCH 60/74] docs: Update desc Signed-off-by: Artem Polishchuk --- retroarch.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/retroarch.spec b/retroarch.spec index ba46404..9e7830d 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -232,10 +232,8 @@ While RetroArch is the reference frontend for libretro, several other projects have used the libretro interface to include support for emulators and/or game engines. libretro is completely open and free for anyone to use. -To download and install more libretro cores please read included README.Fedora -file: - - $ xdg-open %{_docdir}/%{name}/README.fedora.md} +For how to download and install more libretro cores please read included README.fedora.md +file. %description %{_description} From 5045366c0f376a39062a97fb913c866b2e45d88f Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Fri, 31 May 2024 17:27:01 +0300 Subject: [PATCH 61/74] build: Add Packit config Signed-off-by: Artem Polishchuk --- .packit.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .packit.yaml diff --git a/.packit.yaml b/.packit.yaml new file mode 100644 index 0000000..0cb662d --- /dev/null +++ b/.packit.yaml @@ -0,0 +1,27 @@ +copy_upstream_release_description: false +# downstream_package_name: foo # not mandatory +# upstream_package_name: Foo # not mandatory +upstream_project_url: https://github.com/libretro/RetroArch +upstream_tag_template: v{version} + +jobs: + - job: pull_from_upstream + trigger: release + dist_git_branches: + - fedora-rawhide + # - fedora-development + # - fedora-all + + - job: koji_build + trigger: commit + allowed_pr_authors: ["packit", "atim"] + allowed_committers: ["packit", "atim"] + dist_git_branches: + - fedora-all + # - epel-9 + + - job: bodhi_update + trigger: commit + dist_git_branches: + - fedora-branched + # - epel-9 From 1358879df4a2d134509e4a815d517671e57472d4 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Fri, 31 May 2024 17:30:35 +0300 Subject: [PATCH 62/74] build: Add } to desc Signed-off-by: Artem Polishchuk --- retroarch.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroarch.spec b/retroarch.spec index 9e7830d..9a22c98 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -233,7 +233,7 @@ have used the libretro interface to include support for emulators and/or game engines. libretro is completely open and free for anyone to use. For how to download and install more libretro cores please read included README.fedora.md -file. +file.} %description %{_description} From c8d3e4c9095a268fd36b9cd569523e01b892a678 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jul 2024 18:32:54 +0000 Subject: [PATCH 63/74] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From c11b52a92eca5ff5c7d64e23b7020702fa1e6b49 Mon Sep 17 00:00:00 2001 From: Morten Stevens Date: Tue, 3 Sep 2024 17:27:42 +0200 Subject: [PATCH 64/74] Rebuilt for mbedTLS 3.6.1 --- changelog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog b/changelog index d81bd64..2d278a8 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,6 @@ +* Tue Sep 03 2024 Morten Stevens - 1.15.0-7 +- Rebuilt for mbedTLS 3.6.1 + * Tue Jun 27 2023 Artem Polishchuk - 1.15.0-6 - build: ExcludeArch: s390x From 29b630c7b62c16185a52f016e30c338db71f75ec Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 23 Sep 2024 17:01:16 +0200 Subject: [PATCH 65/74] Rebuild for ffmpeg 7 From f5dcafa5703b5b3fcf2c81a6f6e0063b78c76cbe Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 22:24:43 +0000 Subject: [PATCH 66/74] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 4906717aa9d3f7582073e927b4504a81ed9f1e2f Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 19 Mar 2025 17:38:22 +0000 Subject: [PATCH 67/74] Rebuild for mbedtls 3.6 From d48557cd0583f593edd28ade0154ae4684415c9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Mon, 24 Mar 2025 17:14:23 +0000 Subject: [PATCH 68/74] switch to bundled mbedtls 2.x for Fedora >= 42 retroarch is not compatible with mbedtls 3.x (yet?) and the bundled bearssl won't build on ppc64le --- retroarch.spec | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/retroarch.spec b/retroarch.spec index 9a22c98..1335577 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -124,7 +124,9 @@ BuildRequires: gcc-c++ >= 7 BuildRequires: glslang-devel BuildRequires: libappstream-glib BuildRequires: make +%if 0%{?fedora} < 42 BuildRequires: mbedtls-devel +%endif BuildRequires: mesa-libEGL-devel BuildRequires: spirv-tools-libs BuildRequires: systemd-devel @@ -222,6 +224,10 @@ Provides: bundled(rcheevos) = 10.7 Provides: bundled(SPIRV-Cross) Provides: bundled(stb) +%if 0%{?fedora} >= 42 +Provides: bundled(mbedtls) = 2.5.1 +%endif + %global _description %{expand: libretro is an API that exposes generic audio/video/input callbacks. A frontend for libretro (such as RetroArch) handles video output, audio output, input and @@ -301,8 +307,10 @@ rm -rf \ %{nil} popd +%if 0%{?fedora} < 42 # * Not part of the 'mbedtls' upstream source find deps/mbedtls/ ! -name 'cacert.h' -type f -exec rm -f {} + +%endif # Use system assets, libretro cores, libretro's core info and audio/video, # filters, database files (cheatcode, content data, cursors) @@ -348,7 +356,11 @@ sed -e 's|retroarch.cfg|%{name}.cfg|g' \ ./configure \ --prefix=%{_prefix} \ --disable-builtinflac \ +%if 0%{?fedora} < 42 --disable-builtinmbedtls \ +%else + --enable-builtinmbedtls \ +%endif --disable-builtinzlib \ --enable-dbus \ --enable-libdecor \ From 8b4270569b21505bb6d3442b7392bdd1b34b839f Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Tue, 8 Apr 2025 06:15:16 -0400 Subject: [PATCH 69/74] Unbundle three of the four bundled stb libraries --- retroarch.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/retroarch.spec b/retroarch.spec index 1335577..3bef799 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -131,6 +131,11 @@ BuildRequires: mesa-libEGL-devel BuildRequires: spirv-tools-libs BuildRequires: systemd-devel +# https://docs.fedoraproject.org/en-US/packaging-guidelines/#_packaging_header_only_libraries +BuildRequires: stb_image-static +BuildRequires: stb_rect_pack-static +BuildRequires: stb_truetype-static + BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(caca) BuildRequires: pkgconfig(dbus-1) @@ -222,7 +227,8 @@ Provides: bundled(lua) = 5.3.6 Provides: bundled(rcheevos) = 10.7 Provides: bundled(SPIRV-Cross) -Provides: bundled(stb) +# Unbundling this in the manner of the other stb libraries does not work. +Provides: bundled(stb_vorbis) %if 0%{?fedora} >= 42 Provides: bundled(mbedtls) = 2.5.1 @@ -306,6 +312,10 @@ rm -rf \ wayland-protocols \ %{nil} popd +for lib in image rect_pack truetype +do + ln -svf /usr/include/stb/stb_${lib}.h deps/stb/stb_${lib}.h +done %if 0%{?fedora} < 42 # * Not part of the 'mbedtls' upstream source From 08651437574680ddf12dc46d005acb73ac7d94e1 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Tue, 27 May 2025 17:39:48 +0200 Subject: [PATCH 70/74] Rebuilt for flac 1.5.0 From fd81acf7626aed3cad0ef7a81cb295808c3c2475 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 11:56:33 +0000 Subject: [PATCH 71/74] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 5c0d919eddd9b5025cb0b9d02f6877c0c96c821a Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Wed, 15 Oct 2025 10:36:53 +0200 Subject: [PATCH 72/74] Rebuilt for FFmpeg 8 From e782a2bb6080df95636d8fc9c8ddebc8b59796fb Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Wed, 15 Oct 2025 10:36:53 +0200 Subject: [PATCH 73/74] Fixed build with FFmpeg 8 Backported upstream patch. --- retroarch-ffmpeg8.patch | 85 +++++++++++++++++++++++++++++++++++++++++ retroarch.spec | 3 ++ 2 files changed, 88 insertions(+) create mode 100644 retroarch-ffmpeg8.patch diff --git a/retroarch-ffmpeg8.patch b/retroarch-ffmpeg8.patch new file mode 100644 index 0000000..0d64fb1 --- /dev/null +++ b/retroarch-ffmpeg8.patch @@ -0,0 +1,85 @@ +diff -up RetroArch-1.19.0/cores/libretro-ffmpeg/ffmpeg_core.c.ffmpeg8 RetroArch-1.19.0/cores/libretro-ffmpeg/ffmpeg_core.c +--- RetroArch-1.19.0/cores/libretro-ffmpeg/ffmpeg_core.c.ffmpeg8 2024-05-30 05:03:48.000000000 +0200 ++++ RetroArch-1.19.0/cores/libretro-ffmpeg/ffmpeg_core.c 2025-10-23 17:12:03.063697264 +0200 +@@ -99,6 +99,9 @@ static tpool_t *tpool; + + #define FFMPEG3 ((LIBAVUTIL_VERSION_INT < (56, 6, 100)) || \ + (LIBAVCODEC_VERSION_INT < AV_VERSION_INT(58, 10, 100))) ++#ifndef FFMPEG8 ++#define FFMPEG8 (LIBAVCODEC_VERSION_MAJOR >= 62) ++#endif + + #if ENABLE_HW_ACCEL + static enum AVHWDeviceType hw_decoder; +@@ -2088,17 +2091,28 @@ void CORE_PREFIX(retro_unload_game)(void + + for (i = 0; i < MAX_STREAMS; i++) + { ++#if FFMPEG8 ++ if (sctx[i]) ++ avcodec_free_context(&sctx[i]); ++ if (actx[i]) ++ avcodec_free_context(&actx[i]); ++#else + if (sctx[i]) + avcodec_close(sctx[i]); + if (actx[i]) + avcodec_close(actx[i]); ++#endif + sctx[i] = NULL; + actx[i] = NULL; + } + + if (vctx) + { ++#if FFMPEG8 ++ avcodec_free_context(&vctx); ++#else + avcodec_close(vctx); ++#endif + vctx = NULL; + } + +diff -up RetroArch-1.19.0/record/drivers/record_ffmpeg.c.ffmpeg8 RetroArch-1.19.0/record/drivers/record_ffmpeg.c +--- RetroArch-1.19.0/record/drivers/record_ffmpeg.c.ffmpeg8 2024-05-30 05:03:48.000000000 +0200 ++++ RetroArch-1.19.0/record/drivers/record_ffmpeg.c 2025-10-23 17:11:17.419250148 +0200 +@@ -70,6 +70,15 @@ extern "C" { + #include "../../verbosity.h" + + #define FFMPEG3 (LIBAVCODEC_VERSION_INT < AV_VERSION_INT(58, 10, 100)) ++ ++#ifndef FFMPEG8 ++#define FFMPEG8 (LIBAVCODEC_VERSION_MAJOR >= 62) ++#endif ++ ++#ifndef AV_INPUT_BUFFER_MIN_SIZE ++#define AV_INPUT_BUFFER_MIN_SIZE 16384 ++#endif ++ + #define HAVE_CH_LAYOUT (LIBAVUTIL_VERSION_INT >= AV_VERSION_INT(57, 28, 100)) + + struct ff_video_info +@@ -949,7 +958,11 @@ static void ffmpeg_free(void *data) + + if (handle->audio.codec) + { ++#if FFMPEG8 ++ avcodec_free_context(&handle->audio.codec); ++#else + avcodec_close(handle->audio.codec); ++#endif + av_free(handle->audio.codec); + } + +@@ -957,7 +970,11 @@ static void ffmpeg_free(void *data) + + if (handle->video.codec) + { ++#if FFMPEG8 ++ avcodec_free_context(&handle->video.codec); ++#else + avcodec_close(handle->video.codec); ++#endif + av_free(handle->video.codec); + } + diff --git a/retroarch.spec b/retroarch.spec index 3bef799..e7f480e 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -118,6 +118,8 @@ Source5: %{short_url}/libretro-database/archive/v%{version}/libretro-data Source10: %{name}-enable-network-access.sh Source11: README.fedora.md +# https://github.com/libretro/RetroArch/commit/21776a2e59f5f5899ff2198c0df25a95b5020012 +Patch0: %{name}-ffmpeg8.patch BuildRequires: desktop-file-utils BuildRequires: gcc-c++ >= 7 @@ -298,6 +300,7 @@ database of ROMs that are known to be good copies. %setup -n RetroArch-%{version} -q -D -T -a3 %setup -n RetroArch-%{version} -q -D -T -a4 %setup -n RetroArch-%{version} -q -D -T -a5 +%patch -P0 -p1 -b .ffmpeg8 # Unbundling pushd deps From 08cf039f9889f017c1674ec1812282b932243273 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Thu, 18 Dec 2025 06:57:18 +0300 Subject: [PATCH 74/74] Update to 1.22.0 Signed-off-by: Artem Polishchuk --- .gitignore | 5 +++ retroarch-ffmpeg8.patch | 85 ----------------------------------------- retroarch.spec | 42 +++++++------------- sources | 10 ++--- 4 files changed, 23 insertions(+), 119 deletions(-) delete mode 100644 retroarch-ffmpeg8.patch diff --git a/.gitignore b/.gitignore index d4b9199..1df90dd 100644 --- a/.gitignore +++ b/.gitignore @@ -152,3 +152,8 @@ /retroarch-1.19.0.tar.gz /retroarch-assets-1.19.0.tar.gz /retroarch-joypad-autoconfig-1.19.0.tar.gz +/libretro-core-info-1.22.0.tar.gz +/libretro-database-1.22.0.tar.gz +/retroarch-1.22.0.tar.gz +/retroarch-assets-1.22.0.tar.gz +/retroarch-joypad-autoconfig-1.22.0.tar.gz diff --git a/retroarch-ffmpeg8.patch b/retroarch-ffmpeg8.patch deleted file mode 100644 index 0d64fb1..0000000 --- a/retroarch-ffmpeg8.patch +++ /dev/null @@ -1,85 +0,0 @@ -diff -up RetroArch-1.19.0/cores/libretro-ffmpeg/ffmpeg_core.c.ffmpeg8 RetroArch-1.19.0/cores/libretro-ffmpeg/ffmpeg_core.c ---- RetroArch-1.19.0/cores/libretro-ffmpeg/ffmpeg_core.c.ffmpeg8 2024-05-30 05:03:48.000000000 +0200 -+++ RetroArch-1.19.0/cores/libretro-ffmpeg/ffmpeg_core.c 2025-10-23 17:12:03.063697264 +0200 -@@ -99,6 +99,9 @@ static tpool_t *tpool; - - #define FFMPEG3 ((LIBAVUTIL_VERSION_INT < (56, 6, 100)) || \ - (LIBAVCODEC_VERSION_INT < AV_VERSION_INT(58, 10, 100))) -+#ifndef FFMPEG8 -+#define FFMPEG8 (LIBAVCODEC_VERSION_MAJOR >= 62) -+#endif - - #if ENABLE_HW_ACCEL - static enum AVHWDeviceType hw_decoder; -@@ -2088,17 +2091,28 @@ void CORE_PREFIX(retro_unload_game)(void - - for (i = 0; i < MAX_STREAMS; i++) - { -+#if FFMPEG8 -+ if (sctx[i]) -+ avcodec_free_context(&sctx[i]); -+ if (actx[i]) -+ avcodec_free_context(&actx[i]); -+#else - if (sctx[i]) - avcodec_close(sctx[i]); - if (actx[i]) - avcodec_close(actx[i]); -+#endif - sctx[i] = NULL; - actx[i] = NULL; - } - - if (vctx) - { -+#if FFMPEG8 -+ avcodec_free_context(&vctx); -+#else - avcodec_close(vctx); -+#endif - vctx = NULL; - } - -diff -up RetroArch-1.19.0/record/drivers/record_ffmpeg.c.ffmpeg8 RetroArch-1.19.0/record/drivers/record_ffmpeg.c ---- RetroArch-1.19.0/record/drivers/record_ffmpeg.c.ffmpeg8 2024-05-30 05:03:48.000000000 +0200 -+++ RetroArch-1.19.0/record/drivers/record_ffmpeg.c 2025-10-23 17:11:17.419250148 +0200 -@@ -70,6 +70,15 @@ extern "C" { - #include "../../verbosity.h" - - #define FFMPEG3 (LIBAVCODEC_VERSION_INT < AV_VERSION_INT(58, 10, 100)) -+ -+#ifndef FFMPEG8 -+#define FFMPEG8 (LIBAVCODEC_VERSION_MAJOR >= 62) -+#endif -+ -+#ifndef AV_INPUT_BUFFER_MIN_SIZE -+#define AV_INPUT_BUFFER_MIN_SIZE 16384 -+#endif -+ - #define HAVE_CH_LAYOUT (LIBAVUTIL_VERSION_INT >= AV_VERSION_INT(57, 28, 100)) - - struct ff_video_info -@@ -949,7 +958,11 @@ static void ffmpeg_free(void *data) - - if (handle->audio.codec) - { -+#if FFMPEG8 -+ avcodec_free_context(&handle->audio.codec); -+#else - avcodec_close(handle->audio.codec); -+#endif - av_free(handle->audio.codec); - } - -@@ -957,7 +970,11 @@ static void ffmpeg_free(void *data) - - if (handle->video.codec) - { -+#if FFMPEG8 -+ avcodec_free_context(&handle->video.codec); -+#else - avcodec_close(handle->video.codec); -+#endif - av_free(handle->video.codec); - } - diff --git a/retroarch.spec b/retroarch.spec index e7f480e..8b7c4ba 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -22,7 +22,7 @@ ExcludeArch: s390x %global short_url https://github.com/libretro Name: %{appname}%{?p_suffix} -Version: 1.19.0 +Version: 1.22.0 Release: %autorelease Summary: Cross-platform, sophisticated frontend for the libretro API. %{?sum_suffix} @@ -118,17 +118,13 @@ Source5: %{short_url}/libretro-database/archive/v%{version}/libretro-data Source10: %{name}-enable-network-access.sh Source11: README.fedora.md -# https://github.com/libretro/RetroArch/commit/21776a2e59f5f5899ff2198c0df25a95b5020012 -Patch0: %{name}-ffmpeg8.patch BuildRequires: desktop-file-utils BuildRequires: gcc-c++ >= 7 BuildRequires: glslang-devel BuildRequires: libappstream-glib BuildRequires: make -%if 0%{?fedora} < 42 BuildRequires: mbedtls-devel -%endif BuildRequires: mesa-libEGL-devel BuildRequires: spirv-tools-libs BuildRequires: systemd-devel @@ -141,7 +137,8 @@ BuildRequires: stb_truetype-static BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(caca) BuildRequires: pkgconfig(dbus-1) -BuildRequires: pkgconfig(flac) +# Since Flac 1.5.0 update RetroArch won't compile +#BuildRequires: pkgconfig(flac) BuildRequires: pkgconfig(freetype2) BuildRequires: pkgconfig(gbm) BuildRequires: pkgconfig(gl) @@ -218,7 +215,7 @@ Recommends: libretro-stella2014 # * Dummy for future %endif -Provides: bundled(7zip) = 9.20 +Provides: bundled(7zip) = 19.00 Provides: bundled(discord-rpc) Provides: bundled(dr) Provides: bundled(glslang) @@ -227,15 +224,12 @@ Provides: bundled(ibxm) # https://github.com/libretro/RetroArch/issues/8153 Provides: bundled(lua) = 5.3.6 -Provides: bundled(rcheevos) = 10.7 +Provides: bundled(flac) = 1.3.2 +Provides: bundled(rcheevos) = 12.1 Provides: bundled(SPIRV-Cross) # Unbundling this in the manner of the other stb libraries does not work. Provides: bundled(stb_vorbis) -%if 0%{?fedora} >= 42 -Provides: bundled(mbedtls) = 2.5.1 -%endif - %global _description %{expand: libretro is an API that exposes generic audio/video/input callbacks. A frontend for libretro (such as RetroArch) handles video output, audio output, input and @@ -246,8 +240,8 @@ While RetroArch is the reference frontend for libretro, several other projects have used the libretro interface to include support for emulators and/or game engines. libretro is completely open and free for anyone to use. -For how to download and install more libretro cores please read included README.fedora.md -file.} +For how to download and install more libretro cores please read included +README.fedora.md file.} %description %{_description} @@ -290,8 +284,8 @@ Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release} %description database RetroArch incoporates a ROM scanning system to automatically produce playlists. -Each ROM that is scanned by the playlist generator is checked against a -database of ROMs that are known to be good copies. +Each ROM that is scanned by the playlist generator is checked against a database +of ROMs that are known to be good copies. %prep @@ -300,13 +294,13 @@ database of ROMs that are known to be good copies. %setup -n RetroArch-%{version} -q -D -T -a3 %setup -n RetroArch-%{version} -q -D -T -a4 %setup -n RetroArch-%{version} -q -D -T -a5 -%patch -P0 -p1 -b .ffmpeg8 # Unbundling pushd deps rm -rf \ libfat \ - libFLAC \ +%dnl Since Flac 1.5.0 update RetroArch won't compile \ +%dnl libFLAC \ libiosuhax \ libvita2d \ libz \ @@ -320,10 +314,8 @@ do ln -svf /usr/include/stb/stb_${lib}.h deps/stb/stb_${lib}.h done -%if 0%{?fedora} < 42 # * Not part of the 'mbedtls' upstream source find deps/mbedtls/ ! -name 'cacert.h' -type f -exec rm -f {} + -%endif # Use system assets, libretro cores, libretro's core info and audio/video, # filters, database files (cheatcode, content data, cursors) @@ -368,12 +360,8 @@ sed -e 's|retroarch.cfg|%{name}.cfg|g' \ %build ./configure \ --prefix=%{_prefix} \ - --disable-builtinflac \ -%if 0%{?fedora} < 42 +%dnl --disable-builtinflac \ --disable-builtinmbedtls \ -%else - --enable-builtinmbedtls \ -%endif --disable-builtinzlib \ --enable-dbus \ --enable-libdecor \ @@ -451,10 +439,6 @@ mv %{buildroot}%{_datadir}/libretro/autoconfig/ \ %make_install -C libretro-database-%{version} \ INSTALLDIR=%{_datadir}/libretro/database%{?p_suffix} -# Rename desktop file to UUID for compatibility -mv %{buildroot}%{_datadir}/applications/%{appname}.desktop \ - %{buildroot}%{_datadir}/applications/%{uuid}.desktop - %if %{with freeworld} # Rename binary, desktop file, appdata manifest, manpage and config file mv %{buildroot}%{_bindir}/%{appname} \ diff --git a/sources b/sources index 2671772..19cfff3 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ -SHA512 (libretro-core-info-1.19.0.tar.gz) = 17cca258bb3460f2078fea0f2d64319a946aecf915475f61ca4b8eac3c882edfb96e38ae897285b4e1959ab06cf277e93130317ea13c469515948fd28fc942cd -SHA512 (libretro-database-1.19.0.tar.gz) = 1ca406d93670ef9bd8fb4fdd4a551c8cff4f6523aad3b5172af62b78cc4ae69ffddc911f7077aa93cdbd5860ed20e75d93a6271d48b6a1d24b63528cfbea753f -SHA512 (retroarch-1.19.0.tar.gz) = fe807570eedac5e5142e68a0c9d4e085be923e4914a3cfa9635ef644c02de2d8f9777ce7dfbdee0d8584fc4fa038f04adc1c9a55e3fe46903ba8ce05878b17a0 -SHA512 (retroarch-assets-1.19.0.tar.gz) = 4e02e4c5d9b546ad12bf10d54aae51b43f18879e603edc7f90f02907712fff78c8cfd23adaa8fbce6b054aea91254ad942fc4ade60daf925906ba85e9b6ec9fb -SHA512 (retroarch-joypad-autoconfig-1.19.0.tar.gz) = 2644fe7f40dcb94fb433ea23b7825193ddc1b81d9fe9841b0a3bcba9598aa72286ea07426657ec6de404efb64e2c42950d81f58861ffc9193a892e8bd4a59a6d +SHA512 (libretro-core-info-1.22.0.tar.gz) = a9c4b471b77b09fcaa1d46f4fae9d56a07e30ef15665f1b067d53a28b5e14c2b83120dee8ddaa1ec9ba31bab198fb748f76d5d4990888f9141e774e256ec6e2d +SHA512 (libretro-database-1.22.0.tar.gz) = 832f020182d4371e88ddb817c9214f7292265a82e51e53e9a1645217f1de801ad67c2b05cd19e17b70732f79e3ee3d33e82e7045e5bda6d3d81414a677b3fcb5 +SHA512 (retroarch-1.22.0.tar.gz) = 99a2c1bf4d74090c357431e78968012187ec47040b2b22c5f5d155d9e1713583d3160b2fcd4b872e177f706a87cbc660efb37766181862865f8f3a437e3b92f5 +SHA512 (retroarch-assets-1.22.0.tar.gz) = 930683106b777745a799ce6a45aac82e09164946a788f820aed27856d1a3fcf39f26045edc84706f047afe654bd3ba265d84dcaf143def194258606c4ff656be +SHA512 (retroarch-joypad-autoconfig-1.22.0.tar.gz) = 1b59694d3520a516f145d3e48d12b42267591cd59f44ca0d6b1a3532d6c195884e2d4345a69326bf6fe75bf53b4edb077cfe57a4701e3fe72f04e61f66a0d317