diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2016-03-14 12:29:03 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2016-03-14 12:29:03 +0100 |
commit | ebbb58af4da0d4368558e6b65a8754f05927286f (patch) | |
tree | c546626cb16e29ae49a32151b1339fbe030f9e2c /media-plugins/kodi-pvr-hts | |
parent | media-libs/kodi-platform: new package (diff) | |
download | gentoo-ebbb58af4da0d4368558e6b65a8754f05927286f.tar.gz gentoo-ebbb58af4da0d4368558e6b65a8754f05927286f.tar.bz2 gentoo-ebbb58af4da0d4368558e6b65a8754f05927286f.zip |
media-plugins/kodi-pvr-hts: new package
Package-Manager: portage-2.2.28
Diffstat (limited to 'media-plugins/kodi-pvr-hts')
-rw-r--r-- | media-plugins/kodi-pvr-hts/Manifest | 1 | ||||
-rw-r--r-- | media-plugins/kodi-pvr-hts/kodi-pvr-hts-16.9999.ebuild | 32 | ||||
-rw-r--r-- | media-plugins/kodi-pvr-hts/kodi-pvr-hts-16_p20160220.ebuild | 32 | ||||
-rw-r--r-- | media-plugins/kodi-pvr-hts/metadata.xml | 12 |
4 files changed, 77 insertions, 0 deletions
diff --git a/media-plugins/kodi-pvr-hts/Manifest b/media-plugins/kodi-pvr-hts/Manifest new file mode 100644 index 000000000000..b61844efc695 --- /dev/null +++ b/media-plugins/kodi-pvr-hts/Manifest @@ -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 index 000000000000..554cf100bb81 --- /dev/null +++ b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-16.9999.ebuild @@ -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 index 000000000000..7fc0d68b2e90 --- /dev/null +++ b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-16_p20160220.ebuild @@ -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 index 000000000000..d8614f8ccaa1 --- /dev/null +++ b/media-plugins/kodi-pvr-hts/metadata.xml @@ -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> |