Lines 6-12
Link Here
|
6 |
inherit eutils flag-o-matic toolchain-funcs |
6 |
inherit eutils flag-o-matic toolchain-funcs |
7 |
|
7 |
|
8 |
# Switches supported by extensions-patch |
8 |
# Switches supported by extensions-patch |
9 |
EXT_PATCH_FLAGS="alternatechannel graphtft naludump permashift_v1 pinplugin |
9 |
EXT_PATCH_FLAGS="alternatechannel graphtft naludump permashift pinplugin |
10 |
mainmenuhooks menuorg menuselection resumereset ttxtsubs" |
10 |
mainmenuhooks menuorg menuselection resumereset ttxtsubs" |
11 |
|
11 |
|
12 |
# names of the use-flags |
12 |
# names of the use-flags |
Lines 21-34
Link Here
|
21 |
MY_P="${PN}-${MY_PV}" |
21 |
MY_P="${PN}-${MY_PV}" |
22 |
S="${WORKDIR}/${MY_P}" |
22 |
S="${WORKDIR}/${MY_P}" |
23 |
|
23 |
|
24 |
EXT_P="extpng-${P}-gentoo-edition-v1" |
24 |
EXT_P="extpng-${P}-gentoo-edition-v3" |
25 |
|
25 |
|
26 |
DESCRIPTION="Video Disk Recorder - turns a pc into a powerful set top box for DVB" |
26 |
DESCRIPTION="Video Disk Recorder - turns a pc into a powerful set top box for DVB" |
27 |
HOMEPAGE="http://www.tvdr.de/" |
27 |
HOMEPAGE="http://www.tvdr.de/" |
28 |
SRC_URI="ftp://ftp.tvdr.de/vdr/${MY_P}.tar.bz2 |
28 |
SRC_URI="ftp://ftp.tvdr.de/vdr/${MY_P}.tar.bz2 |
29 |
https://dev.gentoo.org/~hd_brummy/distfiles/${EXT_P}.patch.bz2" |
29 |
mirror://gentoo/${EXT_P}.patch.bz2" |
30 |
|
30 |
|
31 |
KEYWORDS="amd64 ~arm ~arm64 ~ppc x86" |
31 |
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" |
32 |
SLOT="0" |
32 |
SLOT="0" |
33 |
LICENSE="GPL-2" |
33 |
LICENSE="GPL-2" |
34 |
|
34 |
|
Lines 260-266
Link Here
|
260 |
# directory |
260 |
# directory |
261 |
emake install \ |
261 |
emake install \ |
262 |
VIDEODIR="/" \ |
262 |
VIDEODIR="/" \ |
263 |
DESTDIR="${D%/}" install || die "emake install failed" |
263 |
DESTDIR="${D%}" install || die "emake install failed" |
264 |
|
264 |
|
265 |
keepdir "${PLUGIN_LIBDIR}" |
265 |
keepdir "${PLUGIN_LIBDIR}" |
266 |
|
266 |
|
Lines 283-289
Link Here
|
283 |
doins "${FILESDIR}"/channel_alternative.conf |
283 |
doins "${FILESDIR}"/channel_alternative.conf |
284 |
fi |
284 |
fi |
285 |
|
285 |
|
286 |
chown -R vdr:vdr "${D%/}/${CONF_DIR}" |
286 |
chown -R vdr:vdr "${D%}/${CONF_DIR}" |
287 |
} |
287 |
} |
288 |
|
288 |
|
289 |
pkg_postinst() { |
289 |
pkg_postinst() { |