Package libretro-tools: Information

    Source package: libretro-tools
    Version: 20240628-alt1
    Build time:  Aug 18, 2024, 02:12 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-tools-remotejoy (loongarch64)
    libretro-tools-video_processor (loongarch64)

    Maintainer: Artyom Bystrov

    List of contributors:
    Artyom Bystrov

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

    Last changed


    Aug. 12, 2024 Artyom Bystrov 20240628-alt1
    - Initial commit for Sisyphus