media-plugins/kodi-pvr-freebox - 22.2.1 (pingwho-overlay)

Search

Package Information

Description:
Kodi PVR addon Freebox TV
Homepage:
https://github.com/aassif/pvr.freebox

Ebuild Details

Version EAPI Keywords Slot
22.2.1 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="Kodi PVR addon Freebox TV"
HOMEPAGE="https://github.com/aassif/pvr.freebox"

case ${PV} in
9999)
	EGIT_REPO_URI="https://github.com/aassif/pvr.freebox.git"
	EGIT_BRANCH="Piers"
	inherit git-r3
	;;
*)
	CODENAME="Piers"
	KEYWORDS="~amd64 ~x86"
	SRC_URI="https://github.com/aassif/pvr.freebox/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
	S="${WORKDIR}/pvr.freebox-${PV}-${CODENAME}"
	;;
esac

LICENSE="MIT"
SLOT="0"
IUSE=""

DEPEND="
	=media-tv/kodi-22*
	dev-libs/tinyxml
	dev-cpp/nlohmann_json
	"

RDEPEND="
	${DEPEND}
	"

Dependencies

DEPEND

	=media-tv/kodi-22*
	dev-libs/tinyxml
	dev-cpp/nlohmann_json
	

RDEPEND

	
	=media-tv/kodi-22*
	dev-libs/tinyxml
	dev-cpp/nlohmann_json
	
	

Manifest for 22.2.1

Type File Size Source URLs
DIST kodi-pvr-freebox-22.2.1.tar.gz 36545 bytes https://github.com/aassif/pvr.freebox/archive/22.2.1-Piers.tar.gz