Gentoo Archives: gentoo-commits

From: "Steve Dibb (beandog)" <beandog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/mplayer: ChangeLog mplayer-1.0_rc2_p24929-r2.ebuild
Date: Sat, 05 Jan 2008 05:47:35
Message-Id: E1JB1sW-00053w-Md@stork.gentoo.org
1 beandog 08/01/05 05:47:28
2
3 Modified: ChangeLog
4 Added: mplayer-1.0_rc2_p24929-r2.ebuild
5 Log:
6 pulseaudio patch, bug 203430
7 (Portage version: 2.1.4_rc11)
8
9 Revision Changes Path
10 1.537 media-video/mplayer/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/ChangeLog?rev=1.537&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/ChangeLog?rev=1.537&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/ChangeLog?r1=1.536&r2=1.537
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v
19 retrieving revision 1.536
20 retrieving revision 1.537
21 diff -u -r1.536 -r1.537
22 --- ChangeLog 3 Jan 2008 02:03:44 -0000 1.536
23 +++ ChangeLog 5 Jan 2008 05:47:28 -0000 1.537
24 @@ -1,6 +1,13 @@
25 # ChangeLog for media-video/mplayer
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.536 2008/01/03 02:03:44 beandog Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.537 2008/01/05 05:47:28 beandog Exp $
29 +
30 +*mplayer-1.0_rc2_p24929-r2 (05 Jan 2008)
31 +
32 + 05 Jan 2008; Steve Dibb <beandog@g.o>
33 + +files/mplayer-1.0_rc2_p24929-pulse.patch,
34 + +mplayer-1.0_rc2_p24929-r2.ebuild:
35 + pulseaudio patch, bug 203430
36
37 *mplayer-1.0_rc2_p24929-r1 (03 Jan 2008)
38
39
40
41
42 1.1 media-video/mplayer/mplayer-1.0_rc2_p24929-r2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/mplayer-1.0_rc2_p24929-r2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/mplayer-1.0_rc2_p24929-r2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: mplayer-1.0_rc2_p24929-r2.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.0_rc2_p24929-r2.ebuild,v 1.1 2008/01/05 05:47:28 beandog Exp $
52
53 inherit eutils flag-o-matic multilib
54
55 RESTRICT="strip"
56 IUSE="3dnow 3dnowext a52 aac aalib alsa altivec amrnb amrwb arts bidi bl bindist
57 cddb cdio cdparanoia cpudetection custom-cflags debug dga doc dts dvb directfb
58 dvd dv enca encode esd fbcon ftp gif ggi gtk iconv ipv6 jack joystick jpeg
59 kernel_linux ladspa libcaca lirc live livecd lzo mad md5sum mmx mmxext mp2 mp3
60 musepack nas nemesi unicode vorbis opengl openal oss png pnm pulseaudio quicktime radio rar real rtc samba sdl speex srt sse sse2 ssse3 svga teletext tga theora tivo truetype v4l v4l2 vidix win32codecs X x264 xanim xinerama xv xvid xvmc zoran"
61
62 VIDEO_CARDS="s3virge mga tdfx vesa"
63
64 for x in ${VIDEO_CARDS}; do
65 IUSE="${IUSE} video_cards_${x}"
66 done
67
68 BLUV="1.7"
69 SVGV="1.9.17"
70 AMR_URI="http://www.3gpp.org/ftp/Specs/archive"
71 SRC_URI="mirror://gentoo/${P}.tar.bz2
72 !truetype? ( mirror://mplayer/releases/fonts/font-arial-iso-8859-1.tar.bz2
73 mirror://mplayer/releases/fonts/font-arial-iso-8859-2.tar.bz2
74 mirror://mplayer/releases/fonts/font-arial-cp1250.tar.bz2 )
75 !iconv? ( mirror://mplayer/releases/fonts/font-arial-iso-8859-1.tar.bz2
76 mirror://mplayer/releases/fonts/font-arial-iso-8859-2.tar.bz2
77 mirror://mplayer/releases/fonts/font-arial-cp1250.tar.bz2 )
78 gtk? ( mirror://mplayer/Skin/Blue-${BLUV}.tar.bz2 )
79 svga? ( http://mplayerhq.hu/~alex/svgalib_helper-${SVGV}-mplayer.tar.bz2 )"
80
81 DESCRIPTION="Media Player for Linux"
82 HOMEPAGE="http://www.mplayerhq.hu/"
83
84 RDEPEND="sys-libs/ncurses
85 !livecd? (
86 !bindist? (
87 x86? (
88 win32codecs? ( media-libs/win32codecs )
89 real? ( media-libs/win32codecs
90 media-video/realplayer )
91 )
92 amd64? ( real? ( media-libs/amd64codecs ) )
93 )
94 )
95 aalib? ( media-libs/aalib )
96 alsa? ( media-libs/alsa-lib )
97 amrnb? ( media-libs/amrnb )
98 amrwb? ( media-libs/amrwb )
99 arts? ( kde-base/arts )
100 openal? ( media-libs/openal )
101 bidi? ( dev-libs/fribidi )
102 cdio? ( dev-libs/libcdio )
103 cdparanoia? ( media-sound/cdparanoia )
104 directfb? ( dev-libs/DirectFB )
105 dts? ( || ( media-libs/libdca media-libs/libdts ) )
106 dv? ( media-libs/libdv )
107 dvb? ( media-tv/linuxtv-dvb-headers )
108 encode? (
109 aac? ( media-libs/faac )
110 mp2? ( media-sound/twolame )
111 mp3? ( media-sound/lame )
112 x264? ( media-libs/x264-svn )
113 )
114 esd? ( media-sound/esound )
115 enca? ( app-i18n/enca )
116 gif? ( media-libs/giflib )
117 ggi? ( media-libs/libggi )
118 gtk? ( media-libs/libpng
119 x11-libs/libXxf86vm
120 x11-libs/libXext
121 x11-libs/libXi
122 =x11-libs/gtk+-2* )
123 jpeg? ( media-libs/jpeg )
124 ladspa? ( media-libs/ladspa-sdk )
125 libcaca? ( media-libs/libcaca )
126 lirc? ( app-misc/lirc )
127 lzo? ( >=dev-libs/lzo-2 )
128 mad? ( media-libs/libmad )
129 musepack? ( >=media-libs/libmpcdec-1.2.2 )
130 nas? ( media-libs/nas )
131 opengl? ( virtual/opengl )
132 png? ( media-libs/libpng )
133 pnm? ( media-libs/netpbm )
134 pulseaudio? ( media-sound/pulseaudio )
135 samba? ( net-fs/samba )
136 sdl? ( media-libs/libsdl )
137 speex? ( >=media-libs/speex-1.1.7 )
138 srt? ( >=media-libs/freetype-2.1
139 media-libs/fontconfig )
140 svga? ( media-libs/svgalib )
141 theora? ( media-libs/libtheora )
142 live? ( >=media-plugins/live-2007.02.20 )
143 truetype? ( >=media-libs/freetype-2.1
144 media-libs/fontconfig )
145 vidix? ( x11-libs/libXxf86vm
146 x11-libs/libXext )
147 xanim? ( media-video/xanim )
148 xinerama? ( x11-libs/libXinerama
149 x11-libs/libXxf86vm
150 x11-libs/libXext )
151 xv? ( x11-libs/libXv
152 x11-libs/libXxf86vm
153 x11-libs/libXext
154 xvmc? ( x11-libs/libXvMC ) )
155 xvid? ( media-libs/xvid )
156 X? ( x11-libs/libXxf86vm
157 x11-libs/libXext
158 )"
159 # video_cards_vesa? ( sys-apps/vbetool ) restrict on x86 first
160
161 DEPEND="${RDEPEND}
162 doc? ( >=app-text/docbook-sgml-dtd-4.1.2
163 app-text/docbook-xml-dtd
164 >=app-text/docbook-xml-simple-dtd-1.50.0
165 dev-libs/libxslt )
166 dga? ( x11-proto/xf86dgaproto )
167 xinerama? ( x11-proto/xineramaproto )
168 xv? ( x11-proto/videoproto
169 x11-proto/xf86vidmodeproto )
170 gtk? ( x11-proto/xextproto
171 x11-proto/xf86vidmodeproto )
172 X? ( x11-proto/xextproto
173 x11-proto/xf86vidmodeproto )
174 iconv? ( virtual/libiconv )"
175 # Make sure the assembler USE flags are unmasked on amd64
176 # Remove this once default-linux/amd64/2006.1 is deprecated
177 DEPEND="${DEPEND} amd64? ( >=sys-apps/portage-2.1.2 )
178 mp2? ( >=sys-apps/portage-2.1.2 )"
179
180 SLOT="0"
181 LICENSE="GPL-2"
182 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
183
184 pkg_setup() {
185
186 if [[ -n ${LINGUAS} ]]; then
187 elog "For MPlayer's language support, the configuration will"
188 elog "use your LINGUAS variable from /etc/make.conf. If you have more"
189 elog "than one language enabled, then the first one in the list will"
190 elog "be used to output the messages, if a translation is available."
191 elog "man pages will be created for all languages where translations"
192 elog "are also available."
193 fi
194
195 }
196
197 src_unpack() {
198
199 unpack ${A}
200
201 if ! use truetype ; then
202 unpack font-arial-iso-8859-1.tar.bz2 \
203 font-arial-iso-8859-2.tar.bz2 \
204 font-arial-cp1250.tar.bz2
205 fi
206
207 use gtk && unpack Blue-${BLUV}.tar.bz2
208
209 use svga && unpack svgalib_helper-${SVGV}-mplayer.tar.bz2
210
211 cd "${S}"
212
213 # Fix hppa compilation
214 use hppa && sed -i -e "s/-O4/-O1/" "${S}/configure"
215
216 if use svga; then
217 echo
218 einfo "Enabling vidix non-root mode."
219 einfo "(You need a proper svgalib_helper.o module for your kernel"
220 einfo "to actually use this)"
221 echo
222
223 mv "${WORKDIR}/svgalib_helper" "${S}/libdha"
224 fi
225
226 # Fix polish spelling errors
227 [[ -n ${LINGUAS} ]] && sed -e 's:Zarządano:Zażądano:' -i help/help_mp-pl.h
228
229 # Pulseaudio patch, bug 203430
230 epatch "${FILESDIR}/${P}-pulse.patch"
231 }
232
233 src_compile() {
234
235 local myconf=" --disable-tv-bsdbt848 \
236 --disable-faad-external"
237
238 # broken upstream, won't work with recent kernels
239 myconf="${myconf} --disable-ivtv --disable-pvr"
240
241 # MPlayer reads in the LINGUAS variable from make.conf, and sets
242 # the languages accordingly. Some will have to be altered to match
243 # upstream's naming scheme.
244 [[ -n $LINGUAS ]] && LINGUAS=${LINGUAS/da/dk}
245
246 ################
247 #Optional features#
248 ###############
249 use bidi || myconf="${myconf} --disable-fribidi"
250 use bl && myconf="${myconf} --enable-bl"
251 use enca || myconf="${myconf} --disable-enca"
252 use ftp || myconf="${myconf} --disable-ftp"
253 use nemesi || myconf="${myconf} --disable-nemesi"
254 use tivo || myconf="${myconf} --disable-vstream"
255
256 # libcdio support: prefer libcdio over cdparanoia
257 # don't check for cddb w/cdio
258 if use cdio; then
259 myconf="${myconf} --disable-cdparanoia"
260 else
261 myconf="${myconf} --disable-libcdio"
262 use cdparanoia || myconf="${myconf} --disable-cdparanoia"
263 use cddb || myconf="${myconf} --disable-cddb"
264 fi
265
266 # DVD support
267 # dvdread and libdvdcss are internal libs
268 # http://www.mplayerhq.hu/DOCS/HTML/en/dvd.html
269 # You can optionally use external dvdread support, but against
270 # upstream's suggestion. We don't.
271 if ! use dvd; then
272 myconf="${myconf} --disable-dvdnav --disable-dvdread"
273 use a52 || myconf="${myconf} --disable-liba52"
274 fi
275
276 if use encode; then
277 use aac || myconf="${myconf} --disable-faac"
278 use dv || myconf="${myconf} --disable-libdv"
279 use x264 || myconf="${myconf} --disable-x264"
280 else
281 myconf="${myconf} --disable-mencoder --disable-libdv --disable-x264 \
282 --disable-faac"
283 fi
284
285 # SRT (subtitles) requires freetype support
286 # freetype support requires iconv
287 # iconv optionally can use unicode
288 if ! use srt; then
289 myconf="${myconf} --disable-ass"
290 if ! use truetype; then
291 myconf="${myconf} --disable-freetype"
292 if ! use iconv; then
293 myconf="${myconf} --disable-iconv --charset=noconv"
294 fi
295 fi
296 fi
297 use iconv && use unicode && myconf="${myconf} --charset=UTF-8"
298
299 use lirc || myconf="${myconf} --disable-lirc --disable-lircc"
300 myconf="${myconf} $(use_enable joystick)"
301 use ipv6 || myconf="${myconf} --disable-inet6"
302 use rar || myconf="${myconf} --disable-unrarlib"
303 use rtc || myconf="${myconf} --disable-rtc"
304 use samba || myconf="${myconf} --disable-smb"
305
306 # DVB / Video4Linux / Radio support
307 if { use dvb || use v4l || use v4l2 || use radio; }; then
308 use dvb || myconf="${myconf} --disable-dvb --disable-dvbhead"
309 use v4l || myconf="${myconf} --disable-tv-v4l1"
310 use v4l2 || myconf="${myconf} --disable-tv-v4l2"
311 use teletext || myconf="${myconf} --disable-tv-teletext"
312 if use radio && { use dvb || use v4l || use v4l2; }; then
313 myconf="${myconf} --enable-radio $(use_enable encode radio-capture)"
314 else
315 myconf="${myconf} --disable-radio-v4l2 --disable-radio-bsdbt848"
316 fi
317 else
318 myconf="${myconf} --disable-tv --disable-tv-v4l1 --disable-tv-v4l2 \
319 --disable-radio --disable-radio-v4l2 --disable-radio-bsdbt848 \
320 --disable-dvb --disable-dvbhead --disable-tv-teletext"
321 fi
322
323 #########
324 # Codecs #
325 ########
326 for x in gif jpeg live mad musepack pnm speex tga theora xanim xvid; do
327 use ${x} || myconf="${myconf} --disable-${x}"
328 done
329 use aac || myconf="${myconf} --disable-faad-internal"
330 use amrnb || myconf="${myconf} --disable-libamr_nb"
331 use amrwb || myconf="${myconf} --disable-libamr_wb"
332 use dts || myconf="${myconf} --disable-libdca"
333 ! use png && ! use gtk && myconf="${myconf} --disable-png"
334 use lzo || myconf="${myconf} --disable-liblzo"
335 use encode && use mp2 || myconf="${myconf} --disable-twolame \
336 --disable-toolame"
337 use mp3 || myconf="${myconf} --disable-mp3lib"
338 use quicktime || myconf="${myconf} --disable-qtx"
339 use vorbis || myconf="${myconf} --disable-libvorbis"
340 use xanim && myconf="${myconf} --xanimcodecsdir=/usr/lib/xanim/mods"
341 if use x86 || use amd64; then
342 # Real codec support, only available on x86, amd64
343 if use real && use x86; then
344 myconf="${myconf} --realcodecsdir=/opt/RealPlayer/codecs"
345 elif use real && use amd64; then
346 myconf="${myconf} --realcodecsdir=/usr/$(get_libdir)/codecs"
347 else
348 myconf="${myconf} --disable-real"
349 fi
350 if ! use livecd && ! use bindist && ! use real; then
351 myconf="${myconf} $(use_enable win32codecs win32dll)"
352 fi
353 fi
354
355 #############
356 # Video Output #
357 #############
358 for x in directfb ggi md5sum sdl xinerama; do
359 use ${x} || myconf="${myconf} --disable-${x}"
360 done
361 use aalib || myconf="${myconf} --disable-aa"
362 use dga || myconf="${myconf} --disable-dga1 --disable-dga2"
363 use fbcon || myconf="${myconf} --disable-fbdev"
364 use fbcon && use video_cards_s3virge && myconf="${myconf} --enable-s3fb"
365 use libcaca || myconf="${myconf} --disable-caca"
366 use opengl || myconf="${myconf} --disable-gl"
367 use video_cards_vesa || myconf="${myconf} --disable-vesa"
368 use vidix || myconf="${myconf} --disable-vidix-internal \
369 --disable-vidix-external"
370 use zoran || myconf="${myconf} --disable-zr"
371
372 # GTK gmplayer gui
373 myconf="${myconf} $(use_enable gtk gui)"
374
375 if use xv; then
376 if use xvmc; then
377 myconf="${myconf} --enable-xvmc --with-xvmclib=XvMCW"
378 else
379 myconf="${myconf} --disable-xvmc"
380 fi
381 else
382 myconf="${myconf} --disable-xv --disable-xvmc"
383 fi
384
385 if ! use kernel_linux && ! use video_cards_mga; then
386 myconf="${myconf} --disable-mga --disable-xmga"
387 fi
388
389 if use video_cards_tdfx; then
390 myconf="${myconf} $(use_enable video_cards_tdfx tdfxvid) \
391 $(use_enable fbcon tdfxfb)"
392 else
393 myconf="${myconf} --disable-3dfx --disable-tdfxvid --disable-tdfxfb"
394 fi
395
396 #############
397 # Audio Output #
398 #############
399 for x in alsa arts esd jack ladspa nas openal; do
400 use ${x} || myconf="${myconf} --disable-${x}"
401 done
402 use pulseaudio || myconf="${myconf} --disable-pulse"
403 if ! use radio; then
404 use oss || myconf="${myconf} --disable-ossaudio"
405 fi
406 #################
407 # Advanced Options #
408 #################
409 # Platform specific flags, hardcoded on amd64 (see below)
410 if use x86 || use amd64 || use ppc; then
411 if use cpudetection || use livecd || use bindist; then
412 myconf="${myconf} --enable-runtime-cpudetection"
413 fi
414 fi
415 if use mmx; then
416 for x in 3dnow 3dnowext mmxext sse sse2 ssse3; do
417 use ${x} || myconf="${myconf} --disable-${x}"
418 done
419 else
420 myconf="${myconf} --disable-mmx --disable-mmxext --disable-sse \
421 --disable-sse2 --disable-ssse3 --disable-3dnow \
422 --disable-3dnowext"
423 fi
424
425 use debug && myconf="${myconf} --enable-debug=3"
426
427 myconf="${myconf} $(use_enable altivec)"
428
429 if use custom-cflags; then
430 # let's play the filtration game! MPlayer hates on all!
431 strip-flags
432 # ugly optimizations cause MPlayer to cry on x86 systems!
433 if use x86 ; then
434 replace-flags -O* -O2
435 filter-flags -fPIC -fPIE
436
437 # debug broken in this release
438 # use debug || append-flags -fomit-frame-pointer
439 append-flags -fomit-frame-pointer
440 fi
441 append-flags -D__STDC_LIMIT_MACROS
442 else
443 unset CFLAGS CXXFLAGS
444 fi
445
446 myconf="--cc=$(tc-getCC) \
447 --host-cc=$(tc-getBUILD_CC) \
448 --prefix=/usr \
449 --confdir=/etc/mplayer \
450 --datadir=/usr/share/mplayer \
451 --libdir=/usr/$(get_libdir) \
452 --enable-largefiles \
453 --enable-menu \
454 --enable-network \
455 ${myconf}"
456 #echo "CFLAGS=\"${CFLAGS}\" ./configure ${myconf}"
457 CFLAGS="${CFLAGS}" ./configure ${myconf} || die "configure died"
458
459 emake || die "Failed to build MPlayer!"
460 use doc && make -C DOCS/xml html-chunked
461 }
462
463 src_install() {
464
465 make prefix="${D}/usr" \
466 BINDIR="${D}/usr/bin" \
467 LIBDIR="${D}/usr/$(get_libdir)" \
468 CONFDIR="${D}/etc/mplayer" \
469 DATADIR="${D}/usr/share/mplayer" \
470 MANDIR="${D}/usr/share/man" \
471 install || die "Failed to install MPlayer!"
472
473 dodoc AUTHORS Changelog README
474 # Install the documentation; DOCS is all mixed up not just html
475 if use doc ; then
476 find "${S}/DOCS" -type d | xargs -- chmod 0755
477 find "${S}/DOCS" -type f | xargs -- chmod 0644
478 cp -r "${S}/DOCS" "${D}/usr/share/doc/${PF}/" || die "cp docs died"
479 fi
480
481 # Copy misc tools to documentation path, as they're not installed directly
482 # and yes, we are nuking the +x bit.
483 find "${S}/TOOLS" -type d | xargs -- chmod 0755
484 find "${S}/TOOLS" -type f | xargs -- chmod 0644
485 cp -r "${S}/TOOLS" "${D}/usr/share/doc/${PF}/" || die "cp docs died"
486
487 # Install the default Skin and Gnome menu entry
488 if use gtk; then
489 dodir /usr/share/mplayer/skins
490 cp -r "${WORKDIR}/Blue" \
491 "${D}/usr/share/mplayer/skins/default" || die "cp skins died"
492
493 # Fix the symlink
494 rm -rf "${D}/usr/bin/gmplayer"
495 dosym mplayer /usr/bin/gmplayer
496 fi
497
498 if ! use srt && ! use truetype; then
499 dodir /usr/share/mplayer/fonts
500 local x=
501 # Do this generic, as the mplayer people like to change the structure
502 # of their zips ...
503 for x in $(find "${WORKDIR}/" -type d -name 'font-arial-*')
504 do
505 cp -pPR "${x}" "${D}/usr/share/mplayer/fonts"
506 done
507 # Fix the font symlink ...
508 rm -rf "${D}/usr/share/mplayer/font"
509 dosym fonts/font-arial-14-iso-8859-1 /usr/share/mplayer/font
510 fi
511
512 insinto /etc/mplayer
513 newins "${S}/etc/example.conf" mplayer.conf
514
515 if use srt || use truetype; then
516 cat >> "${D}/etc/mplayer/mplayer.conf" << EOT
517 fontconfig=1
518 subfont-osd-scale=4
519 subfont-text-scale=3
520 EOT
521 fi
522
523 dosym ../../../etc/mplayer/mplayer.conf /usr/share/mplayer/mplayer.conf
524
525 dobin "${D}/usr/share/doc/${PF}/TOOLS/midentify"
526
527 insinto /usr/share/mplayer
528 doins "${S}/etc/input.conf"
529 doins "${S}/etc/menu.conf"
530 }
531
532 pkg_preinst() {
533
534 if [[ -d ${ROOT}/usr/share/mplayer/Skin/default ]]
535 then
536 rm -rf "${ROOT}/usr/share/mplayer/Skin/default"
537 fi
538 }
539
540 pkg_postrm() {
541
542 # Cleanup stale symlinks
543 if [ -L "${ROOT}/usr/share/mplayer/font" -a \
544 ! -e "${ROOT}/usr/share/mplayer/font" ]
545 then
546 rm -f "${ROOT}/usr/share/mplayer/font"
547 fi
548
549 if [ -L "${ROOT}/usr/share/mplayer/subfont.ttf" -a \
550 ! -e "${ROOT}/usr/share/mplayer/subfont.ttf" ]
551 then
552 rm -f "${ROOT}/usr/share/mplayer/subfont.ttf"
553 fi
554 }
555
556
557
558 --
559 gentoo-commits@g.o mailing list