| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 21.1.22 | 8 | ~amd64 ~x86 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Libretro compatibility layer for the Kodi Game API"
HOMEPAGE="https://github.com/xbmc/peripheral.joystick"
case ${PV} in
9999)
SRC_URI=""
EGIT_BRANCH="Omega"
EGIT_REPO_URI="https://github.com/xbmc/peripheral.joystick.git"
inherit git-r3
;;
*)
KEYWORDS="~amd64 ~x86"
CODENAME="Omega"
SRC_URI="https://github.com/xbmc/peripheral.joystick/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/peripheral.joystick-${PV}-${CODENAME}"
;;
esac
LICENSE="GPL-2"
SLOT="0"
IUSE=""
DEPEND="
=media-tv/kodi-21*
dev-libs/libpcre
dev-libs/tinyxml
"
RDEPEND="
${DEPEND}
"
=media-tv/kodi-21* dev-libs/libpcre dev-libs/tinyxml
=media-tv/kodi-21* dev-libs/libpcre dev-libs/tinyxml