mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-plugins/kodi-pvr-hts: new package
Package-Manager: portage-2.2.28
This commit is contained in:
1
media-plugins/kodi-pvr-hts/Manifest
Normal file
1
media-plugins/kodi-pvr-hts/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST kodi-pvr-hts-16_p20160220.tar.gz 187707 SHA256 f8fc1f8c4ff92be6fdcb2e4d49c1e91c0e0638b859ca04cd6296d28d64551330 SHA512 6ae00e2c5e226be0fbe98aafd5495e0e962ae36187ff6cf2641c82ddec5b69dfc6fd7eaf4c91ce7ed28fe992f1e914b4cb1fd88d3502e7359f9bc867858a0322 WHIRLPOOL 3b1b9d6c03e65ceae934cc9bc4af6d539794034f00efcd048f68bcd599366751a8691423fbbc0f69db09b56d32fbfd0f28617d69e879e1b3a98c13f61ae04b27
|
||||
32
media-plugins/kodi-pvr-hts/kodi-pvr-hts-16.9999.ebuild
Normal file
32
media-plugins/kodi-pvr-hts/kodi-pvr-hts-16.9999.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit git-2 cmake-utils
|
||||
|
||||
EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.hts"
|
||||
EGIT_BRANCH="Jarvis"
|
||||
|
||||
DESCRIPTION="Tvheadend Live TV and Radio PVR client addon for Kodi"
|
||||
HOMEPAGE="https://github.com/kodi-pvr/pvr.hts"
|
||||
SRC_URI=""
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-libs/libplatform
|
||||
=media-libs/kodi-platform-16*
|
||||
=media-tv/kodi-16*"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DCMAKE_INSTALL_LIBDIR="${EPREFIX}"/usr/lib/kodi
|
||||
)
|
||||
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
32
media-plugins/kodi-pvr-hts/kodi-pvr-hts-16_p20160220.ebuild
Normal file
32
media-plugins/kodi-pvr-hts/kodi-pvr-hts-16_p20160220.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit cmake-utils
|
||||
|
||||
GIT_COMMIT="3c673b5"
|
||||
DESCRIPTION="Tvheadend Live TV and Radio PVR client addon for Kodi"
|
||||
HOMEPAGE="https://github.com/kodi-pvr/pvr.hts"
|
||||
SRC_URI="https://github.com/kodi-pvr/pvr.hts/tarball/${GIT_COMMIT} -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-libs/libplatform
|
||||
=media-libs/kodi-platform-16*
|
||||
=media-tv/kodi-16*"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/kodi-pvr-pvr.hts-${GIT_COMMIT}"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DCMAKE_INSTALL_LIBDIR="${EPREFIX}"/usr/lib/kodi
|
||||
)
|
||||
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
12
media-plugins/kodi-pvr-hts/metadata.xml
Normal file
12
media-plugins/kodi-pvr-hts/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>fordfrog@gentoo.org</email>
|
||||
<name>Miroslav Šulc</name>
|
||||
</maintainer>
|
||||
<longdescription>Tvheadend Live TV and Radio PVR client addon for Kodi</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">kodi-pvr/pvr.hts</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user