1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
|
Source: retroarch
Section: otherosfs
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Jonathan McDowell <noodles@earth.li>
Build-Depends: debhelper-compat (= 13),
glslang-dev,
libasound2-dev,
libavcodec-dev,
libavdevice-dev,
libavformat-dev,
libavutil-dev,
libdbus-1-dev,
libdrm-dev,
libegl-dev,
libflac-dev,
libfreetype-dev,
libgbm-dev (>= 9.0),
libglm-dev,
libjack-jackd2-dev,
libminiupnpc-dev,
libopenal-dev,
libpipewire-0.3-dev,
libpulse-dev,
libsdl2-dev,
libspirv-cross-c-shared-dev,
libstb-dev,
libswscale-dev,
libudev-dev,
libusb-1.0-0-dev (>= 1.0.16),
libv4l-dev,
libvulkan-dev,
libx11-xcb-dev,
libxinerama-dev,
libxml2-dev,
libxv-dev,
libxxf86vm-dev,
pkgconf,
python3-dev,
qtbase5-dev,
spirv-tools,
wayland-protocols,
x11proto-xext-dev,
zlib1g-dev
Standards-Version: 4.6.2
Homepage: https://www.libretro.com/
Vcs-Browser: https://salsa.debian.org/games-team/libretro/retroarch
Vcs-Git: https://salsa.debian.org/games-team/libretro/retroarch.git
Rules-Requires-Root: no
Package: retroarch
Architecture: any
Depends: fonts-dejavu-core,
libretro-core-info,
retroarch-assets (>= 1.7.6+git20221024+dfsg),
${misc:Depends},
${shlibs:Depends}
Recommends: libgamemode0
Suggests: xdg-utils
Description: Simple frontend for the libretro library
RetroArch is an open source, multi-platform frontend for the libretro API.
It can be used as a modular multi emulator system, game engine, media player
and 3D technical demonstration. These features are available through
libretro cores.
.
It provides four built-in interfaces: Ozone, GLUI, RGUI and XMB.
Package: retroarch-dev
Architecture: all
Section: devel
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Development files for the libretro library
RetroArch is an open source, multi-platform frontend for the libretro API.
It can be used as a modular multi emulator system, game engine, media player
and 3D technical demonstration. These features are available through
libretro cores.
.
This package contains include files of use to projects that are integrating
with the libretro ecosystem.
|