Package libretro-engines: Information

    Source package: libretro-engines
    Version: 20251012-alt1
    Build time:  Oct 23, 2025, 03:50 PM
    Category: Emulators
    Report package bug
    License: GPL2
    Summary: An interface for emulator and game ports
    Description: 
    For each emulator 'core', RetroArch makes use of a library API that we like
    to call 'libretro'.
    
    Think of libretro as an interface for emulator and game ports. You can make
    a libretro port once and expect the same code to run on all the platforms
    that RetroArch supports. It's designed with simplicity and ease of use in
    mind so that the porter can worry about the port at hand instead of having
    to wrestle with an obfuscatory API.
    
    The purpose of the project is to help ease the work of the emulator/game
    porter by giving him an API that allows him to target multiple platforms
    at once without having to redo any code. He doesn't have to worry about
    writing input/video/audio drivers - all of that is supplied to him by
    RetroArch. All he has to do is to have the emulator port hook into the
    libretro API and that's it - we take care of the rest.

    List of RPM packages built from this SRPM:
    libretro-engines-boom3 (loongarch64)
    libretro-engines-cannonball (loongarch64)
    libretro-engines-chailove (loongarch64)
    libretro-engines-dinothawr (loongarch64)
    libretro-engines-jumpnbump (loongarch64)
    libretro-engines-lutro (loongarch64)
    libretro-engines-mrboom (loongarch64)
    libretro-engines-numero (loongarch64)
    libretro-engines-nxengine (loongarch64)
    libretro-engines-prboom (loongarch64)
    libretro-engines-reminiscence (loongarch64)
    libretro-engines-tyrquake (loongarch64)
    libretro-engines-vitaquake2 (loongarch64)
    libretro-engines-vitaquake3 (loongarch64)
    libretro-engines-xrick (loongarch64)

    Maintainer: Artyom Bystrov

    List of contributors:
    Artyom Bystrov

      1. build-essential
      2. cmake
      3. gcc13
      4. gcc13
      5. gcc13-c++
      6. libstdc++-devel
      7. libstdc++-devel-static
      8. vim-common
      9. nasm
      10. pkgconfig(gl)
      11. pkgconfig(libpcap)
      12. pkgconfig(libpng)
      13. pkgconfig(sdl)
      14. pkgconfig(sdl2)
      15. pkgconfig(zlib)

    Last changed


    Oct. 13, 2025 Artyom Bystrov 20251012-alt1
    - Update to new versions
    Feb. 3, 2025 Artyom Bystrov 20250130-alt1
    - Update to new versions
    - remove ecwolf and superbroswars (too mush bundled deps)
    Nov. 9, 2024 Artyom Bystrov 20240628-alt2
    - Stay on GCC13