Package libretro-consoles: Information

    Source package: libretro-consoles
    Version: 20240628-alt2
    Latest version according to Repology
    Build time:  Aug 30, 2024, 10:43 AM in the task #356369
    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.
    
    This is set of cores of game consoles emulators.

    List of RPM packages built from this SRPM:
    libretro-consoles-a5200 (x86_64, i586, aarch64)
    libretro-consoles-blastem (x86_64, i586)
    libretro-consoles-cap32 (x86_64, i586, aarch64)
    libretro-consoles-chimerasnes (x86_64, i586, aarch64)
    libretro-consoles-ep128emu_core (x86_64, i586, aarch64)
    libretro-consoles-fceumm (x86_64, i586, aarch64)
    libretro-consoles-fixnes (x86_64, i586, aarch64)
    libretro-consoles-freechaf (x86_64, i586, aarch64)
    libretro-consoles-freeintv (x86_64, i586, aarch64)
    libretro-consoles-gearcoleco (x86_64, i586, aarch64)
    libretro-consoles-gearsystem (x86_64, i586, aarch64)
    libretro-consoles-genesis_plus_gx (x86_64, i586, aarch64)
    libretro-consoles-genesis_plus_gx_wide (x86_64, i586, aarch64)
    libretro-consoles-kronos (x86_64, i586)
    libretro-consoles-lowresnx (x86_64, i586, aarch64)
    libretro-consoles-mesen (x86_64, i586, aarch64)
    libretro-consoles-mesens (x86_64, i586, aarch64)
    libretro-consoles-meteor (x86_64, i586, aarch64)
    libretro-consoles-mu (x86_64, i586, aarch64)
    libretro-consoles-mupen64plus_next (x86_64, i586, aarch64)
    libretro-consoles-neocd (x86_64, i586, aarch64)
    libretro-consoles-nestopia (x86_64, i586, aarch64)
    libretro-consoles-o2em (x86_64, i586, aarch64)
    libretro-consoles-opera (x86_64, i586, aarch64)
    libretro-consoles-parallel_n64 (x86_64, i586)
    libretro-consoles-pcsx1 (x86_64, i586, aarch64)
    libretro-consoles-pcsx_rearmed (x86_64, i586, aarch64)
    libretro-consoles-picodrive (x86_64, i586, aarch64)
    libretro-consoles-prosystem (x86_64, i586, aarch64)
    libretro-consoles-quicknes (x86_64, i586, aarch64)
    libretro-consoles-retro8 (x86_64, i586, aarch64)
    libretro-consoles-smsplus (x86_64, i586, aarch64)
    libretro-consoles-stella (x86_64, i586, aarch64)
    libretro-consoles-stella2014 (x86_64, i586, aarch64)
    libretro-consoles-tgbdual (x86_64, i586, aarch64)
    libretro-consoles-uw8 (x86_64, i586, aarch64)
    libretro-consoles-vecx (x86_64, i586, aarch64)
    libretro-consoles-virtualjaguar (x86_64, i586, aarch64)
    libretro-consoles-yabasanshiro (x86_64, i586)
    libretro-consoles-yabause (x86_64, i586)

    Maintainer: Ivan A. Melnikov

    List of contributors:
    Ivan A. Melnikov
    Artyom Bystrov

    ACL:
    Artyom Bystrov
    @everybody

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

    Last changed


    Aug. 30, 2024 Ivan A. Melnikov 20240628-alt2
    - Fix cores for loongarch64 (by k0tran@).
    Aug. 15, 2024 Artyom Bystrov 20240628-alt1
    - Initial commit for Sisyphus after split of libretro into number of packages