Lines 9-15
Link Here
|
9 |
cddb cdio cdparanoia cpudetection custom-cflags dga doc dts dvb directfb dvd |
9 |
cddb cdio cdparanoia cpudetection custom-cflags dga doc dts dvb directfb dvd |
10 |
dv enca encode esd fbcon ftp gif ggi gtk iconv ipv6 ivtv jack joystick |
10 |
dv enca encode esd fbcon ftp gif ggi gtk iconv ipv6 ivtv jack joystick |
11 |
jpeg libcaca lirc live livecd lzo mad md5sum mmx mmxext mp2 mp3 musepack nas |
11 |
jpeg libcaca lirc live livecd lzo mad md5sum mmx mmxext mp2 mp3 musepack nas |
12 |
nemesi pvr unicode vorbis opengl openal oss png pnm 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" |
12 |
nemesi pvr unicode vorbis opengl openal oss png pnm 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 vidout" |
13 |
|
13 |
|
14 |
VIDEO_CARDS="s3virge mga tdfx vesa" |
14 |
VIDEO_CARDS="s3virge mga tdfx vesa" |
15 |
|
15 |
|
Lines 321-336
Link Here
|
321 |
done |
321 |
done |
322 |
use aalib || myconf="${myconf} --disable-aa" |
322 |
use aalib || myconf="${myconf} --disable-aa" |
323 |
use dga || myconf="${myconf} --disable-dga1 --disable-dga2" |
323 |
use dga || myconf="${myconf} --disable-dga1 --disable-dga2" |
324 |
use fbcon || myconf="${myconf} --disable-fbdev" |
324 |
( use vidout && use fbcon ) || myconf="${myconf} --disable-fbdev" |
325 |
use fbcon && use video_cards_s3virge && myconf="${myconf} --enable-s3fb" |
325 |
( use vidout && use fbcon && use video_cards_s3virge ) && myconf="${myconf} --enable-s3fb" |
326 |
use libcaca || myconf="${myconf} --disable-caca" |
326 |
use libcaca || myconf="${myconf} --disable-caca" |
327 |
use opengl || myconf="${myconf} --disable-gl" |
327 |
use opengl || myconf="${myconf} --disable-gl" |
328 |
use video_cards_mga && myconf="${myconf} --enable-mga" |
328 |
( use vidout && use video_cards_mga ) && myconf="${myconf} --enable-mga" |
329 |
( use X && use video_cards_mga ) && myconf="${myconf} --enable-xmga" |
329 |
( use vidout && use X && use video_cards_mga ) && myconf="${myconf} --enable-xmga" |
330 |
use video_cards_vesa || myconf="${myconf} --disable-vesa" |
330 |
use video_cards_vesa || myconf="${myconf} --disable-vesa" |
331 |
use vidix || myconf="${myconf} --disable-vidix-internal \ |
331 |
use vidix || myconf="${myconf} --disable-vidix-internal \ |
332 |
--disable-vidix-external" |
332 |
--disable-vidix-external" |
333 |
use zoran || myconf="${myconf} --disable-zr" |
333 |
( use vidout && use zoran ) || myconf="${myconf} --disable-zr" |
334 |
|
334 |
|
335 |
# GTK gmplayer gui |
335 |
# GTK gmplayer gui |
336 |
myconf="${myconf} $(use_enable gtk gui)" |
336 |
myconf="${myconf} $(use_enable gtk gui)" |
Lines 345-351
Link Here
|
345 |
myconf="${myconf} --disable-xv --disable-xvmc" |
345 |
myconf="${myconf} --disable-xv --disable-xvmc" |
346 |
fi |
346 |
fi |
347 |
|
347 |
|
348 |
if use video_cards_tdfx; then |
348 |
if use vidout && use video_cards_tdfx; then |
349 |
myconf="${myconf} $(use_enable video_cards_tdfx tdfxvid) \ |
349 |
myconf="${myconf} $(use_enable video_cards_tdfx tdfxvid) \ |
350 |
$(use_enable fbcon tdfxfb)" |
350 |
$(use_enable fbcon tdfxfb)" |
351 |
else |
351 |
else |