| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 22.2.3 | 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="Kodi PVR addon VNSI"
HOMEPAGE="https://github.com/kodi-pvr/pvr.vdr.vnsi"
case ${PV} in
9999)
EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.vdr.vnsi.git"
EGIT_BRANCH="Piers"
inherit git-r3
;;
*)
KEYWORDS="~amd64 ~x86"
CODENAME="Piers"
SRC_URI="https://github.com/kodi-pvr/pvr.vdr.vnsi/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/pvr.vdr.vnsi-${PV}-${CODENAME}"
;;
esac
LICENSE="GPL-2"
SLOT="0"
IUSE=""
DEPEND="
=media-tv/kodi-22*
virtual/opengl
"
RDEPEND="
${DEPEND}
"
=media-tv/kodi-22* virtual/opengl
=media-tv/kodi-22* virtual/opengl
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | kodi-pvr-vdr-vnsi-22.2.3.tar.gz | 184885 bytes | https://github.com/kodi-pvr/pvr.vdr.vnsi/archive/22.2.3-Piers.tar.gz |