Gentoo Archives: gentoo-commits

From: "Joerg Bornkessel (hd_brummy)" <hd_brummy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/vdr: vdr-1.6.0_p2-r7.ebuild ChangeLog vdr-2.0.2.ebuild vdr-2.0.1-r1.ebuild vdr-1.6.0_p2-r11.ebuild vdr-2.0.1.ebuild
Date: Mon, 20 May 2013 18:16:21
Message-Id: 20130520181615.535FE2171D@flycatcher.gentoo.org
1 hd_brummy 13/05/20 18:16:15
2
3 Modified: vdr-1.6.0_p2-r7.ebuild ChangeLog
4 vdr-2.0.1-r1.ebuild vdr-1.6.0_p2-r11.ebuild
5 Added: vdr-2.0.2.ebuild
6 Removed: vdr-2.0.1.ebuild
7 Log:
8 bump; fixed wrt bug 469808, respect AR; fixed wrt bug 469814, respect CXX
9
10 (Portage version: 2.1.11.50/cvs/Linux i686, signed Manifest commit with key 34C2808A)
11
12 Revision Changes Path
13 1.7 media-video/vdr/vdr-1.6.0_p2-r7.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vdr/vdr-1.6.0_p2-r7.ebuild?rev=1.7&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vdr/vdr-1.6.0_p2-r7.ebuild?rev=1.7&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vdr/vdr-1.6.0_p2-r7.ebuild?r1=1.6&r2=1.7
18
19 Index: vdr-1.6.0_p2-r7.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/media-video/vdr/vdr-1.6.0_p2-r7.ebuild,v
22 retrieving revision 1.6
23 retrieving revision 1.7
24 diff -u -r1.6 -r1.7
25 --- vdr-1.6.0_p2-r7.ebuild 16 Feb 2012 17:32:33 -0000 1.6
26 +++ vdr-1.6.0_p2-r7.ebuild 20 May 2013 18:16:15 -0000 1.7
27 @@ -1,6 +1,6 @@
28 -# Copyright 1999-2012 Gentoo Foundation
29 +# Copyright 1999-2013 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 -# $Header: /var/cvsroot/gentoo-x86/media-video/vdr/vdr-1.6.0_p2-r7.ebuild,v 1.6 2012/02/16 17:32:33 hd_brummy Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/media-video/vdr/vdr-1.6.0_p2-r7.ebuild,v 1.7 2013/05/20 18:16:15 hd_brummy Exp $
33
34 EAPI="4"
35
36 @@ -75,6 +75,8 @@
37 pkg_setup() {
38 use debug && append-flags -g
39 PLUGIN_LIBDIR="/usr/$(get_libdir)/vdr/plugins"
40 +
41 + tc-export CC CXX AR
42 }
43
44 add_cap() {
45
46
47
48 1.173 media-video/vdr/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vdr/ChangeLog?rev=1.173&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vdr/ChangeLog?rev=1.173&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vdr/ChangeLog?r1=1.172&r2=1.173
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/media-video/vdr/ChangeLog,v
57 retrieving revision 1.172
58 retrieving revision 1.173
59 diff -u -r1.172 -r1.173
60 --- ChangeLog 27 Apr 2013 15:05:58 -0000 1.172
61 +++ ChangeLog 20 May 2013 18:16:15 -0000 1.173
62 @@ -1,6 +1,13 @@
63 # ChangeLog for media-video/vdr
64 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/media-video/vdr/ChangeLog,v 1.172 2013/04/27 15:05:58 hd_brummy Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/media-video/vdr/ChangeLog,v 1.173 2013/05/20 18:16:15 hd_brummy Exp $
67 +
68 +*vdr-2.0.2 (20 May 2013)
69 +
70 + 20 May 2013; Joerg Bornkessel <hd_brummy@g.o> vdr-1.6.0_p2-r7.ebuild,
71 + vdr-1.6.0_p2-r11.ebuild, -vdr-2.0.1.ebuild, vdr-2.0.1-r1.ebuild,
72 + +vdr-2.0.2.ebuild:
73 + bump; fixed wrt bug 469808, respect AR; fixed wrt bug 469814, respect CXX
74
75 *vdr-2.0.1-r1 (27 Apr 2013)
76
77
78
79
80 1.2 media-video/vdr/vdr-2.0.1-r1.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vdr/vdr-2.0.1-r1.ebuild?rev=1.2&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vdr/vdr-2.0.1-r1.ebuild?rev=1.2&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vdr/vdr-2.0.1-r1.ebuild?r1=1.1&r2=1.2
85
86 Index: vdr-2.0.1-r1.ebuild
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/media-video/vdr/vdr-2.0.1-r1.ebuild,v
89 retrieving revision 1.1
90 retrieving revision 1.2
91 diff -u -r1.1 -r1.2
92 --- vdr-2.0.1-r1.ebuild 27 Apr 2013 15:05:58 -0000 1.1
93 +++ vdr-2.0.1-r1.ebuild 20 May 2013 18:16:15 -0000 1.2
94 @@ -1,6 +1,6 @@
95 # Copyright 1999-2013 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 -# $Header: /var/cvsroot/gentoo-x86/media-video/vdr/vdr-2.0.1-r1.ebuild,v 1.1 2013/04/27 15:05:58 hd_brummy Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/media-video/vdr/vdr-2.0.1-r1.ebuild,v 1.2 2013/05/20 18:16:15 hd_brummy Exp $
99
100 EAPI="5"
101
102 @@ -73,7 +73,7 @@
103
104 PLUGIN_LIBDIR="/usr/$(get_libdir)/vdr/plugins"
105
106 - tc-export CC CXX
107 + tc-export CC CXX AR
108 }
109
110 add_cap() {
111
112
113
114 1.3 media-video/vdr/vdr-1.6.0_p2-r11.ebuild
115
116 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vdr/vdr-1.6.0_p2-r11.ebuild?rev=1.3&view=markup
117 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vdr/vdr-1.6.0_p2-r11.ebuild?rev=1.3&content-type=text/plain
118 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vdr/vdr-1.6.0_p2-r11.ebuild?r1=1.2&r2=1.3
119
120 Index: vdr-1.6.0_p2-r11.ebuild
121 ===================================================================
122 RCS file: /var/cvsroot/gentoo-x86/media-video/vdr/vdr-1.6.0_p2-r11.ebuild,v
123 retrieving revision 1.2
124 retrieving revision 1.3
125 diff -u -r1.2 -r1.3
126 --- vdr-1.6.0_p2-r11.ebuild 17 Sep 2012 19:41:44 -0000 1.2
127 +++ vdr-1.6.0_p2-r11.ebuild 20 May 2013 18:16:15 -0000 1.3
128 @@ -1,6 +1,6 @@
129 -# Copyright 1999-2012 Gentoo Foundation
130 +# Copyright 1999-2013 Gentoo Foundation
131 # Distributed under the terms of the GNU General Public License v2
132 -# $Header: /var/cvsroot/gentoo-x86/media-video/vdr/vdr-1.6.0_p2-r11.ebuild,v 1.2 2012/09/17 19:41:44 hd_brummy Exp $
133 +# $Header: /var/cvsroot/gentoo-x86/media-video/vdr/vdr-1.6.0_p2-r11.ebuild,v 1.3 2013/05/20 18:16:15 hd_brummy Exp $
134
135 EAPI="4"
136
137 @@ -85,7 +85,7 @@
138 use debug && append-flags -g
139 PLUGIN_LIBDIR="/usr/$(get_libdir)/vdr/plugins"
140
141 - tc-export CC CXX
142 + tc-export CC CXX AR
143 }
144
145 add_cap() {
146
147
148
149 1.1 media-video/vdr/vdr-2.0.2.ebuild
150
151 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vdr/vdr-2.0.2.ebuild?rev=1.1&view=markup
152 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vdr/vdr-2.0.2.ebuild?rev=1.1&content-type=text/plain
153
154 Index: vdr-2.0.2.ebuild
155 ===================================================================
156 # Copyright 1999-2013 Gentoo Foundation
157 # Distributed under the terms of the GNU General Public License v2
158 # $Header: /var/cvsroot/gentoo-x86/media-video/vdr/vdr-2.0.2.ebuild,v 1.1 2013/05/20 18:16:15 hd_brummy Exp $
159
160 EAPI="5"
161
162 inherit eutils flag-o-matic multilib toolchain-funcs
163
164 # Switches supported by extensions-patch
165 EXT_PATCH_FLAGS="alternatechannel ddepgentry dvlvidprefer graphtft
166 jumpplay jumpingseconds mainmenuhooks menuorg naludump permashift
167 pinplugin rotor setup ttxtsubs vasarajanauloja wareagleicon yaepg"
168
169 # names of the use-flags
170 EXT_PATCH_FLAGS_RENAMED=""
171
172 # names ext-patch uses internally, here only used for maintainer checks
173 EXT_PATCH_FLAGS_RENAMED_EXT_NAME=""
174
175 IUSE="bidi debug dxr3 html vanilla ${EXT_PATCH_FLAGS} ${EXT_PATCH_FLAGS_RENAMED}"
176
177 MY_PV="${PV%_p*}"
178 MY_P="${PN}-${MY_PV}"
179 S="${WORKDIR}/${MY_P}"
180
181 EXT_P="extpng-${P}-gentoo-edition-v1"
182
183 DESCRIPTION="Video Disk Recorder - turns a pc into a powerful set top box for DVB"
184 HOMEPAGE="http://www.tvdr.de/"
185 SRC_URI="ftp://ftp.tvdr.de/vdr/${MY_P}.tar.bz2
186 http://dev.gentoo.org/~hd_brummy/distfiles/${EXT_P}.patch.bz2"
187
188 KEYWORDS="~arm ~amd64 ~ppc ~x86"
189 SLOT="0"
190 LICENSE="GPL-2"
191
192 REQUIRED_USE="setup? ( !menuorg )
193 menuorg? ( !setup )"
194
195 COMMON_DEPEND="virtual/jpeg
196 sys-libs/libcap
197 >=media-libs/fontconfig-2.4.2
198 >=media-libs/freetype-2
199 setup? ( >=dev-libs/tinyxml-2.6.1[stl] )"
200
201 DEPEND="${COMMON_DEPEND}
202 >=virtual/linuxtv-dvb-headers-5.3
203 sys-devel/gettext"
204
205 RDEPEND="${COMMON_DEPEND}
206 dev-lang/perl
207 >=media-tv/gentoo-vdr-scripts-0.2.0
208 media-fonts/corefonts
209 bidi? ( dev-libs/fribidi )"
210
211 # pull in vdr-setup to get the xml files, else menu will not work
212 PDEPEND="setup? ( >=media-plugins/vdr-setup-0.3.1-r3 )"
213
214 CONF_DIR=/etc/vdr
215 CAP_FILE=${S}/capabilities.sh
216 CAPS="# Capabilities of the vdr-executable for use by startscript etc."
217
218 pkg_setup() {
219 if [ -n "${VDR_LOCAL_PATCHES_DIR}" ]; then
220 eerror "Using VDR_LOCAL_PATCHES_DIR is obsolete!"
221 eerror "Please move all your patches into"
222 eerror "${EROOT}/etc/portage/patches/${CATEGORY}/${P}"
223 eerror "and remove or unset the VDR_LOCAL_PATCHES_DIR variable."
224 die
225 fi
226
227 use debug && append-flags -g
228
229 PLUGIN_LIBDIR="/usr/$(get_libdir)/vdr/plugins"
230
231 tc-export CC CXX AR
232 }
233
234 add_cap() {
235 local arg
236 for arg; do
237 CAPS="${CAPS}\n${arg}=1"
238 done
239 }
240
241 enable_patch() {
242 local arg ARG_UPPER
243 for arg; do
244 ARG_UPPER=$(echo $arg|tr '[:lower:]' '[:upper:]')
245 echo "${ARG_UPPER} = 1" >> Make.config
246
247 # codesnippet to bring the extpng defines into the vdr.pc CXXFLAGS CFLAGS
248 echo "-DUSE_${ARG_UPPER}" >> "${T}"/defines.tmp
249 cat "${T}"/defines.tmp | tr \\\012 ' ' > "${T}"/defines.IUSE
250 export DEFINES_IUSE=$( cat ${T}/defines.IUSE )
251 done
252 }
253
254 extensions_add_make_conf()
255 {
256 # copy all ifdef for extensions-patch to Make.config
257 sed -e '1,/need to touch the following:/d' \
258 -e '/need to touch the following/,/^$/d' \
259 Make.config.template >> Make.config
260 }
261
262 extensions_all_defines() {
263 # extract all possible settings for extensions-patch
264 sed -e '/^#\?[A-Z].*= 1/!d' -e 's/^#\?//' -e 's/ .*//' \
265 Make.config.template \
266 | sort \
267 | tr '[:upper:]' '[:lower:]'
268 }
269
270 lang_po() {
271 LING_PO=$( ls ${S}/po | sed -e "s:.po::g" | cut -d_ -f1 | tr \\\012 ' ' )
272 }
273
274 src_prepare() {
275 # apply maintainace-patches
276
277 ebegin "Changing paths for gentoo"
278
279 local DVBDIR=/usr/include
280 local i
281 for i in ${DVB_HEADER_PATH} /usr/include/v4l-dvb-hg /usr/include; do
282 [[ -d ${i} ]] || continue
283 if [[ -f ${i}/linux/dvb/dmx.h ]]; then
284 einfo "Found DVB header files in ${i}"
285 DVBDIR=${i}
286 break
287 fi
288 done
289
290 # checking for s2api headers
291 local api_version
292 api_version=$(awk -F' ' '/define DVB_API_VERSION / {print $3}' "${DVBDIR}"/linux/dvb/version.h)
293 api_version=${api_version}*$(awk -F' ' '/define DVB_API_VERSION_MINOR / {print $3}' "${DVBDIR}"/linux/dvb/version.h)
294
295 if [[ ${api_version:-0} -lt 5*3 ]]; then
296 eerror "DVB header files do not contain s2api support or too old for ${P}"
297 eerror "You cannot compile VDR against old dvb-header"
298 die "DVB headers too old"
299 fi
300
301 cat > Make.config <<-EOT
302 #
303 # Generated by ebuild ${PF}
304 #
305 PREFIX = /usr
306 DVBDIR = ${DVBDIR}
307 PLUGINLIBDIR = ${PLUGIN_LIBDIR}
308 CONFDIR = ${CONF_DIR}
309 VIDEODIR = /var/vdr/video
310 LOCDIR = \$(PREFIX)/share/locale
311 INCDIR = \$(PREFIX)/include
312
313 DEFINES += -DCONFDIR=\"\$(CONFDIR)\"
314 INCLUDES += -I\$(DVBDIR)
315
316 # >=vdr-1.7.36-r1; parameter only used for compiletime on vdr
317 # PLUGINLIBDIR (plugin Makefile old) = LIBDIR (plugin Makefile new)
318 LIBDIR = ${PLUGIN_LIBDIR}
319 PCDIR = /usr/$(get_libdir)/pkgconfig
320 EOT
321 eend 0
322
323 # support languages, written from right to left
324 BUILD_PARAMS+=" BIDI=$(usex bidi 1 0)"
325
326 epatch "${FILESDIR}/${PN}-2.0.0_gentoo.patch"
327
328 if ! use vanilla; then
329
330 # Now apply extensions patch
331 epatch "${WORKDIR}/${EXT_P}.patch"
332
333 # This allows us to start even if some plugin does not exist
334 # or is not loadable.
335 enable_patch PLUGINMISSING
336 enable_patch CHANNELBIND
337
338 if [[ -n ${VDR_MAINTAINER_MODE} ]]; then
339 einfo "Doing maintainer checks:"
340
341 # we do not support these patches
342 # (or have them already hard enabled)
343 local IGNORE_PATCHES="pluginmissing channelbind"
344
345 extensions_all_defines > "${T}"/new.IUSE
346 echo $EXT_PATCH_FLAGS $EXT_PATCH_FLAGS_RENAMED_EXT_NAME \
347 $IGNORE_PATCHES | \
348 tr ' ' '\n' |sort > "${T}"/old.IUSE
349 local DIFFS=$(diff -u "${T}"/old.IUSE "${T}"/new.IUSE|grep '^[+-][^+-]')
350 if [[ -z ${DIFFS} ]]; then
351 einfo "EXT_PATCH_FLAGS is up to date."
352 else
353 ewarn "IUSE differences!"
354 local diff
355 for diff in $DIFFS; do
356 ewarn "$diff"
357 done
358 fi
359 fi
360
361 ebegin "Enabling selected patches"
362 local flag
363 for flag in $EXT_PATCH_FLAGS; do
364 use $flag && enable_patch ${flag}
365 done
366
367 eend 0
368
369 extensions_add_make_conf
370
371 # add defined use-flags compile options to vdr.pc
372 sed -e "s:\$(CDEFINES) \$(CINCLUDES) \$(HDRDIR):\$(CDEFINES) \$(CINCLUDES) \$(HDRDIR) \$(DEFINES_IUSE):" \
373 -i Makefile
374
375 ebegin "Make depend"
376 emake .dependencies >/dev/null
377 eend $? "make depend failed"
378 fi
379
380 epatch_user
381
382 add_cap CAP_UTF8
383
384 add_cap CAP_IRCTRL_RUNTIME_PARAM \
385 CAP_VFAT_RUNTIME_PARAM \
386 CAP_CHUID \
387 CAP_SHUTDOWN_AUTO_RETRY
388
389 echo -e ${CAPS} > "${CAP_FILE}"
390
391 # LINGUAS support
392 einfo "\n \t VDR supports the LINGUAS values"
393
394 lang_po
395
396 einfo "\t Please set one of this values in your sytem make.conf"
397 einfo "\t LINGUAS=\"${LING_PO}\"\n"
398
399 if [[ -z ${LINGUAS} ]]; then
400 einfo "\n \t No values in LINGUAS="
401 einfo "\t You will get only english text on OSD \n"
402 fi
403
404 strip-linguas ${LING_PO} en
405 }
406
407 src_install() {
408 # trick makefile not to create a videodir by supplying it with an existing
409 # directory
410 einstall \
411 VIDEODIR="/" \
412 DESTDIR="${D}" \
413 || die "einstall failed"
414
415 keepdir "${PLUGIN_LIBDIR}"
416
417 keepdir "${CONF_DIR}"/plugins
418 keepdir "${CONF_DIR}"/themes
419
420 diropts -m0755 -ovdr -gvdr
421 keepdir /var/cache/vdr
422
423 if use html; then
424 dohtml *.html
425 fi
426
427 dodoc MANUAL INSTALL README* HISTORY CONTRIBUTORS
428
429 insinto /usr/share/vdr
430 doins "${CAP_FILE}"
431
432 if use alternatechannel; then
433 insinto /etc/vdr
434 doins "${FILESDIR}"/channel_alternative.conf
435 fi
436
437 if use setup; then
438 insinto /usr/share/vdr/setup
439 doins "${S}"/menu.c
440 fi
441
442 chown -R vdr:vdr "${D}/${CONF_DIR}"
443 }
444
445 pkg_preinst() {
446 has_version "<${CATEGORY}/${PN}-1.6.0_p2-r8"
447 previous_less_than_1_6_0_p2_r8=$?
448
449 has_version "<${CATEGORY}/${PN}-1.7.27"
450 previous_less_than_1_7_27=$?
451
452 has_version "<${CATEGORY}/${PN}-1.7.36"
453 previous_less_than_1_7_36=$?
454 }
455
456 pkg_postinst() {
457
458 # correct wrong permission from earlier install
459 CACHEOWNER="$(stat -c %U /var/cache/vdr)"
460 if [ ! ${CACHEOWNER} == vdr ]; then
461 chown -R vdr:vdr "${ROOT}/var/cache/vdr"
462 fi
463
464 if [[ previous_less_than_1_6_0_p2_r8=$? = 0 ]] ; then
465 elog " Upgrade Info:"
466
467 elog " The recording format is now Transport Stream. Existing recordings in PES format"
468 elog " can still be replayed and edited, but new recordings are done in TS."
469
470 elog " The support for full featured DVB cards of the TT/FuSi design has been moved"
471 elog " into the new plugins 'dvbsddevice' 'dvbhddevice'. On systems that use such a card as their"
472 elog " primary device, one of this plugin now needs to be loaded when running VDR in order"
473 elog " to view live or recorded video. If the plugin is not loaded, the card will"
474 elog " be treated like a budget DVB card, and there will be no OSD or viewing"
475 elog " capability."
476
477 elog " The index file for TS recordings is now regenerated on-the-fly if a"
478 elog " recording is replayed that has no index. This can also be used to"
479 elog " re-create a broken index file by manually deleting the index file and then"
480 elog " replaying the recording."
481
482 elog " The files \"commands.conf\" and \"reccmd.conf\" can now contain nested lists of"
483 elog " commands. See man vdr.5 for information about the new file format."
484
485 elog " The option \"Setup/DVB/Use Dolby Digital\" now only controls whether Dolby Digital"
486 elog " tracks appear in the 'Audio' menu. Dolby Digital is always recorded"
487
488 elog " The default SVDRP port is now 6419"
489 fi
490
491 if [[ previous_less_than_1_7_27=$? = 0 ]] ; then
492 elog " In vdr releases >=vdr-1.7.27 the depricated i18n handling is removed."
493 elog " This results now in a lot of plugins which do on compile any more."
494 elog " Please visit for more infos:"
495 elog " https://bugs.gentoo.org/show_bug.cgi?id=414177"
496 elog " and depended bugs"
497 fi
498
499 if [[ previous_less_than_1_7_36=$? = 0 ]] ; then
500 elog " By default VDR is now build according to the FHS."
501 elog " Gentoo VDR still uses the standard from"
502 elog " Filesystem Hierarchy Standard"
503 elog " It is supported since beginning of VDR support"
504 elog " on Gentoo"
505 elog " Finally, there are minimal changes for the user."
506 fi
507
508 elog "It is a good idea to run vdrplugin-rebuild now."
509
510 if use setup; then
511 if ! has_version media-plugins/vdr-setup || \
512 ! egrep -q '^setup$' "${ROOT}/etc/conf.d/vdr.plugins"; then
513
514 echo
515 ewarn "You have compiled media-video/vdr with USE=\"setup\""
516 ewarn "It is very important to emerge media-plugins/vdr-setup now!"
517 ewarn "and you have to loaded it in /etc/conf.d/vdr.plugins"
518 fi
519 fi
520
521 elog "To get nice symbols in OSD we recommend to install"
522 elog "\t1. emerge media-fonts/vdrsymbols-ttf"
523 elog "\t2. select font VDRSymbolsSans in Setup"
524 elog ""
525 elog "To get an idea how to proceed now, have a look at our vdr-guide:"
526 elog "\thttp://www.gentoo.org/doc/en/vdr-guide.xml"
527 }