summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2015-09-27 14:07:20 +0200
committerJoerg Bornkessel <hd_brummy@gentoo.org>2015-09-27 14:07:20 +0200
commitf9cc3262cf5e6fdf21cccb54501b1fc2dcffde58 (patch)
treeeaee75e89179fc29abb077bf2530be4248c1dce5 /media-plugins/vdr-iptv/vdr-iptv-2.2.1.ebuild
parentbump (diff)
downloadgentoo-f9cc3262cf5e6fdf21cccb54501b1fc2dcffde58.tar.gz
gentoo-f9cc3262cf5e6fdf21cccb54501b1fc2dcffde58.tar.bz2
gentoo-f9cc3262cf5e6fdf21cccb54501b1fc2dcffde58.zip
bump
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'media-plugins/vdr-iptv/vdr-iptv-2.2.1.ebuild')
-rw-r--r--media-plugins/vdr-iptv/vdr-iptv-2.2.1.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/media-plugins/vdr-iptv/vdr-iptv-2.2.1.ebuild b/media-plugins/vdr-iptv/vdr-iptv-2.2.1.ebuild
new file mode 100644
index 000000000000..9d3dfd5f227b
--- /dev/null
+++ b/media-plugins/vdr-iptv/vdr-iptv-2.2.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit vdr-plugin-2
+
+DESCRIPTION="VDR plugin: Add a logical device capable of receiving IPTV"
+HOMEPAGE="http://www.saunalahti.fi/~rahrenbe/vdr/iptv/"
+SRC_URI="http://www.saunalahti.fi/~rahrenbe/vdr/iptv/files/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=media-video/vdr-2.1.6"
+RDEPEND="${DEPEND}
+ net-misc/curl"
+
+src_prepare() {
+ vdr-plugin-2_src_prepare
+
+ fix_vdr_libsi_include sidscanner.c
+}