summaryrefslogtreecommitdiff
blob: bebc08091b5ea4be9f7910e5ea7a8a3012b43866 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

inherit vdr-plugin-2

DESCRIPTION="VDR Plugin: Use a PVR* card as input device"
HOMEPAGE="https://projects.vdr-developer.org/projects/plg-pvrinput"
SRC_URI="mirror://gentoo/vdr-pvrinput-2011.09.17.tgz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=media-video/vdr-1.6.0"
RDEPEND="${DEPEND}"

S="${WORKDIR}/vdr-plugin-pvrinput-3ee6b964382f38715f4a4fe57bd4760044f9a58a"

src_prepare() {
	# remove untranslated po files, i18n fix
	rm "${S}"/po2i18n.pl "${S}"/po/{i18n-template.c,i18n.h} \
	"${S}"/po/{ca_ES,cs_CZ,da_DK,el_GR,es_ES,et_EE,fi_FI,fr_FR,hr_HR,hu_HU,nl_NL,nn_NO,pl_PL,pt_PT,ro_RO,ru_RU,sl_SI}.po
	vdr-plugin-2_src_prepare

	fix_vdr_libsi_include reader.c

	epatch "${FILESDIR}/missing-include.diff"
}

src_install() {
	vdr-plugin-2_src_install

	dodoc TODO FAQ example/channels.conf_*
}