File: control

package info (click to toggle)
kodi-game-libretro 21.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,056 kB
  • sloc: cpp: 6,734; xml: 13; makefile: 8
file content (31 lines) | stat: -rw-r--r-- 1,076 bytes parent folder | download
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
Source: kodi-game-libretro
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Jonathan McDowell <noodles@earth.li>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Arch: cmake,
	dh-sequence-kodiaddon,
	librcheevos-dev,
	libtinyxml-dev,
	retroarch-dev
Standards-Version: 4.7.0
Section: libs
Homepage: https://github.com/kodi-game/game.libretro
Vcs-Browser: https://salsa.debian.org/games-team/libretro/kodi-game-libretro
Vcs-Git: https://salsa.debian.org/games-team/libretro/kodi-game-libretro.git

Package: kodi-game-libretro
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
	${misc:Depends},
	${kodi:FILESYSTEMAPI},
	${kodi:GAMEAPI},
	${kodi:GENERALAPI},
	${kodi:MAINAPI}
Provides: libretro-frontend
Description: Libretro wrapper for Kodi's Game API
 This add-on provides a wrapper that allows Libretro cores to be loaded
 as game add-ons. Libretro cores are shared libraries that use the
 Libretro API, so the wrapper is responsible for translating function
 calls between the Libretro API and the Game API.