media-plugins/vdr-iptv: version bump

this version need
>=media-video/vdr-2.4

Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
Package-Manager: Portage-2.3.82, Repoman-2.3.18
Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
This commit is contained in:
Joerg Bornkessel
2019-12-25 19:41:46 +01:00
parent 340e298518
commit e795fbf6b8
2 changed files with 29 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST vdr-iptv-2.2.1.tgz 59409 BLAKE2B 8a3e1a79afdb1273b011f5ae9eae84c456462116d075c57165436c25c7f16602b4ef5e80d5dbff77f1a027515c49fce385e2d3f89c66ae8c39980d229ef38a6b SHA512 bd74ef6d36ea390bbd0174e747af4ee2ec5615af0f0b2af87b0e4037237fdb47e86f5a7a558c1685722cdab045fa5f9657916d46c2a0ca9bf58c05396e7785fd
DIST vdr-iptv-2.4.0.tgz 61385 BLAKE2B d2ba20fe3ef1885b2e122de81699a284cc5f8d951e137786d8fff47dce2366ab1f00e97c4ab7a07056cc11f547c198fea422a60bd464c12e3bf71701d428bf1c SHA512 f429f7b7952b357a941b30aa3509d06839ed2945979957db4ba142acc500a976e3ea4a976dec4fe755605dbdd8cbbdc25beb19bb984bb5147ac22a68078d49d9

View File

@@ -0,0 +1,28 @@
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
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"
DEPEND=">=media-video/vdr-2.4.0"
RDEPEND="${DEPEND}
net-misc/curl"
QA_FLAGS_IGNORED="
usr/lib/vdr/plugins/libvdr-iptv.*
usr/lib64/vdr/plugins/libvdr-iptv.*"
src_prepare() {
vdr-plugin-2_src_prepare
fix_vdr_libsi_include sidscanner.c
}