Lines 5-17
Link Here
|
5 |
inherit eutils flag-o-matic multilib |
5 |
inherit eutils flag-o-matic multilib |
6 |
|
6 |
|
7 |
RESTRICT="nostrip" |
7 |
RESTRICT="nostrip" |
8 |
IUSE="3dnow 3dnowext a52 aac aalib alsa altivec amr arts bidi bl bindist cddb |
8 |
IUSE="3dnow 3dnowext a52 aalib alsa altivec amr arts bidi bl bindist cddb |
9 |
cpudetection custom-cflags debug dga doc dts dvb cdparanoia directfb dvd dvdnav |
9 |
cpudetection custom-cflags debug dga doc dts dvb cdparanoia directfb dvd dvdnav |
10 |
dv dvdread enca encode esd fbcon ftp gif ggi gtk iconv ipv6 ivtv jack joystick |
10 |
dv dvdread 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 musepack nas |
12 |
unicode vorbis opengl openal oss png pnm quicktime radio rar real rtc samba sdl |
12 |
unicode vorbis opengl openal oss png pnm quicktime radio rar real rtc samba sdl |
13 |
speex srt sse sse2 svga tga theora tivo truetype v4l v4l2 vidix win32codecs X |
13 |
speex srt sse sse2 svga tga theora tivo truetype v4l v4l2 vidix win32codecs X |
14 |
x264 xanim xinerama xv xvid xvmc zoran" |
14 |
x264 xanim xinerama xv xvid xvmc zoran |
|
|
15 |
faac faad |
16 |
lame mp3lib" |
15 |
|
17 |
|
16 |
VIDEO_CARDS="s3virge mga tdfx vesa" |
18 |
VIDEO_CARDS="s3virge mga tdfx vesa" |
17 |
|
19 |
|
Lines 62-70
Link Here
|
62 |
dvb? ( media-tv/linuxtv-dvb-headers ) |
64 |
dvb? ( media-tv/linuxtv-dvb-headers ) |
63 |
dvd? ( dvdnav? ( media-libs/libdvdnav ) ) |
65 |
dvd? ( dvdnav? ( media-libs/libdvdnav ) ) |
64 |
encode? ( |
66 |
encode? ( |
65 |
aac? ( media-libs/faac ) |
67 |
faac? ( media-libs/faac ) |
66 |
mp2? ( media-sound/twolame ) |
68 |
mp2? ( media-sound/twolame ) |
67 |
mp3? ( media-sound/lame ) |
69 |
lame? ( media-sound/lame ) |
68 |
) |
70 |
) |
69 |
esd? ( media-sound/esound ) |
71 |
esd? ( media-sound/esound ) |
70 |
enca? ( app-i18n/enca ) |
72 |
enca? ( app-i18n/enca ) |
Lines 260-266
Link Here
|
260 |
fi |
262 |
fi |
261 |
|
263 |
|
262 |
if use encode; then |
264 |
if use encode; then |
263 |
use aac || myconf="${myconf} --disable-faac" |
265 |
use faac || myconf="${myconf} --disable-faac" |
264 |
use dv || myconf="${myconf} --disable-libdv" |
266 |
use dv || myconf="${myconf} --disable-libdv" |
265 |
use x264 || myconf="${myconf} --disable-x264" |
267 |
use x264 || myconf="${myconf} --disable-x264" |
266 |
else |
268 |
else |
Lines 317-330
Link Here
|
317 |
for x in gif jpeg live mad musepack pnm speex tga theora xanim xvid; do |
319 |
for x in gif jpeg live mad musepack pnm speex tga theora xanim xvid; do |
318 |
use ${x} || myconf="${myconf} --disable-${x}" |
320 |
use ${x} || myconf="${myconf} --disable-${x}" |
319 |
done |
321 |
done |
320 |
use aac || myconf="${myconf} --disable-faad-internal" |
322 |
use faad || myconf="${myconf} --disable-faad-internal" |
321 |
use a52 || myconf="${myconf} --disable-liba52" |
323 |
use a52 || myconf="${myconf} --disable-liba52" |
322 |
use dts || myconf="${myconf} --disable-libdts" |
324 |
use dts || myconf="${myconf} --disable-libdts" |
323 |
! use png && ! use gtk && myconf="${myconf} --disable-png" |
325 |
! use png && ! use gtk && myconf="${myconf} --disable-png" |
324 |
use lzo || myconf="${myconf} --disable-liblzo" |
326 |
use lzo || myconf="${myconf} --disable-liblzo" |
325 |
use encode && use mp2 || myconf="${myconf} --disable-twolame \ |
327 |
use encode && use mp2 || myconf="${myconf} --disable-twolame \ |
326 |
--disable-toolame" |
328 |
--disable-toolame" |
327 |
use mp3 || myconf="${myconf} --disable-mp3lib" |
329 |
use mp3lib || myconf="${myconf} --disable-mp3lib" |
328 |
use quicktime || myconf="${myconf} --disable-qtx" |
330 |
use quicktime || myconf="${myconf} --disable-qtx" |
329 |
use vorbis || myconf="${myconf} --disable-libvorbis" |
331 |
use vorbis || myconf="${myconf} --disable-libvorbis" |
330 |
use xanim && myconf="${myconf} --xanimcodecsdir=/usr/lib/xanim/mods" |
332 |
use xanim && myconf="${myconf} --xanimcodecsdir=/usr/lib/xanim/mods" |