media-plugins/kodi-pvr-hts: new package
authorMiroslav Šulc <fordfrog@gentoo.org>
Mon, 14 Mar 2016 11:29:03 +0000 (12:29 +0100)
committerMiroslav Šulc <fordfrog@gentoo.org>
Mon, 14 Mar 2016 11:29:03 +0000 (12:29 +0100)
Package-Manager: portage-2.2.28

media-plugins/kodi-pvr-hts/Manifest [new file with mode: 0644]
media-plugins/kodi-pvr-hts/kodi-pvr-hts-16.9999.ebuild [new file with mode: 0644]
media-plugins/kodi-pvr-hts/kodi-pvr-hts-16_p20160220.ebuild [new file with mode: 0644]
media-plugins/kodi-pvr-hts/metadata.xml [new file with mode: 0644]

diff --git a/media-plugins/kodi-pvr-hts/Manifest b/media-plugins/kodi-pvr-hts/Manifest
new file mode 100644 (file)
index 0000000..b61844e
--- /dev/null
@@ -0,0 +1 @@
+DIST kodi-pvr-hts-16_p20160220.tar.gz 187707 SHA256 f8fc1f8c4ff92be6fdcb2e4d49c1e91c0e0638b859ca04cd6296d28d64551330 SHA512 6ae00e2c5e226be0fbe98aafd5495e0e962ae36187ff6cf2641c82ddec5b69dfc6fd7eaf4c91ce7ed28fe992f1e914b4cb1fd88d3502e7359f9bc867858a0322 WHIRLPOOL 3b1b9d6c03e65ceae934cc9bc4af6d539794034f00efcd048f68bcd599366751a8691423fbbc0f69db09b56d32fbfd0f28617d69e879e1b3a98c13f61ae04b27
diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-16.9999.ebuild b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-16.9999.ebuild
new file mode 100644 (file)
index 0000000..554cf10
--- /dev/null
@@ -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
+}
diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-16_p20160220.ebuild b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-16_p20160220.ebuild
new file mode 100644 (file)
index 0000000..7fc0d68
--- /dev/null
@@ -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
+}
diff --git a/media-plugins/kodi-pvr-hts/metadata.xml b/media-plugins/kodi-pvr-hts/metadata.xml
new file mode 100644 (file)
index 0000000..d8614f8
--- /dev/null
@@ -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>