Package libretro-handhelds: Information

    Source package: libretro-handhelds
    Version: 20240628-alt2
    Latest version according to Repology
    Build time:  Aug 30, 2024, 10:22 AM in the task #356368
    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-handhelds-crocods (x86_64, i586, aarch64)
    libretro-handhelds-desmume (x86_64, i586, aarch64)
    libretro-handhelds-desmume2015 (x86_64, i586, aarch64)
    libretro-handhelds-fixgb (x86_64, i586, aarch64)
    libretro-handhelds-gambatte (x86_64, i586, aarch64)
    libretro-handhelds-gearboy (x86_64, i586, aarch64)
    libretro-handhelds-gpsp (x86_64, i586, aarch64)
    libretro-handhelds-gw (x86_64, i586, aarch64)
    libretro-handhelds-handy (x86_64, i586, aarch64)
    libretro-handhelds-melonds (x86_64, i586, aarch64)
    libretro-handhelds-mgba (x86_64, i586, aarch64)
    libretro-handhelds-pocketcdg (x86_64, i586, aarch64)
    libretro-handhelds-pokemini (x86_64, i586, aarch64)
    libretro-handhelds-potator (x86_64, i586, aarch64)
    libretro-handhelds-sameboy (x86_64, i586, aarch64)
    libretro-handhelds-sameduck (x86_64, i586, aarch64)
    libretro-handhelds-swanstation (x86_64, i586, aarch64)
    libretro-handhelds-vba_next (x86_64, i586, aarch64)
    libretro-handhelds-vbam (x86_64, i586, aarch64)

    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 handheld cores for loongarch64 support (by k0tran@)
    Aug. 13, 2024 Artyom Bystrov 20240628-alt1
    Initial commit for Sisyphus after split of libretro into number of packages