Lines 18-26
Link Here
|
18 |
LICENSE="GPL-2" |
18 |
LICENSE="GPL-2" |
19 |
SLOT="1" |
19 |
SLOT="1" |
20 |
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" |
20 |
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" |
21 |
IUSE="aalib libcaca arts cle266 esd win32codecs nls dvd X directfb vorbis alsa |
21 |
IUSE="aalib libcaca arts cle266 custom-cflags esd win32codecs nls dvd X |
22 |
gnome sdl speex theora ipv6 altivec opengl aac fbcon ffmpeg xv xvmc nvidia i8x0 |
22 |
directfb vorbis alsa gnome sdl speex theora ipv6 altivec opengl aac fbcon |
23 |
samba dxr3 vidix png mng flac oss v4l xinerama vcd" |
23 |
ffmpeg xv xvmc nvidia i8x0 samba dxr3 vidix png mng flac oss v4l xinerama vcd" |
24 |
RESTRICT="nostrip" |
24 |
RESTRICT="nostrip" |
25 |
|
25 |
|
26 |
RDEPEND="vorbis? ( media-libs/libvorbis ) |
26 |
RDEPEND="vorbis? ( media-libs/libvorbis ) |
Lines 177-182
Link Here
|
177 |
|
177 |
|
178 |
use ffmpeg && myconf="${myconf} --with-external-ffmpeg=/usr" |
178 |
use ffmpeg && myconf="${myconf} --with-external-ffmpeg=/usr" |
179 |
|
179 |
|
|
|
180 |
if use !custom-cflags ; then |
181 |
unset CFLAGS CXXFLAGS |
182 |
fi |
183 |
|
180 |
econf \ |
184 |
econf \ |
181 |
$(use_enable nls) \ |
185 |
$(use_enable nls) \ |
182 |
$(use_enable ipv6) \ |
186 |
$(use_enable ipv6) \ |