Stefano Guglia schreef:
> Alle 11:56, giovedì 23 giugno 2005, azz ha scritto:
> 
>>CMIIW, i think it's USE="-gtk" emerge -av mplayer
> 
> 
> hereis the result on my side:
> 
> ---------------------
> 

> [ebuild  N    ] media-video/realplayer-10.0.4  -mozilla 6,486 kB
> [ebuild  N    ] media-video/mplayer-1.0_pre6-r4  -3dfx -3dnow -3dnowext -X 
> -aalib +alsa (-altivec) -arts +avi -bidi -cdparanoia -debug -dga -directfb 
> +divx4linux -doc -dts +dv +dvb +dvd +dvdread -edl +encode -esd +fbcon -ggi 
> +gif -gtk -i8x0 -ipv6 -jack -joystick +jpeg -libcaca +lirc -live -lzo +mad 
> -matroska+matrox -mmx -mmxext +mpeg +mythtv -nas -nls -nvidia -oggvorbis 
> -opengl -oss +png +real -rtc -samba +sdl -sse -sse2 +svga -tga -theora 
> -truetype +v4l +v4l2 -xanim -xinerama -xmms -xv -xvid -xvmc 6,927 kB
> 
>

I could be wrong-- and an emerge --tree would be more helpful here, but
is it possible to compile realplayer -X? I don't think so; I think
realplayer is what depends on X, and so it's the +real in the mplayer
USE flags that's bringing it in.

Just a second, let me check... the realplayer ebuild depends on

MY_PN="RealPlayer"
DESCRIPTION="Real Media Player"
HOMEPAGE="https://player.helixcommunity.org/2004/downloads/";
SRC_URI="https://helixcommunity.org/download.php/1145/${MY_PN}-${PV}.750-20050401.i586.rpm";
LICENSE="HBRL"
SLOT="0"
KEYWORDS="-* x86 ~amd64"
IUSE="mozilla"

# take this out until I get the realplayer source
# build sorted out. - ChrisWhite
# RDEPEND="!media-video/realplayer
RDEPEND=">=dev-libs/glib-2
                >=x11-libs/pango-1.2
                >=x11-libs/gtk+-2.2
                amd64? ( app-emulation/emul-linux-x86-gtklibs )"

and the GTK  (2.6.8) ebuild depends on
RDEPEND="virtual/x11
        >=dev-libs/glib-2.6
        >=dev-libs/atk-1.0.1
        >=x11-libs/pango-1.8
        x11-misc/shared-mime-info
        >=media-libs/libpng-1.2.1
        jpeg? ( >=media-libs/jpeg-6b-r2 )
        tiff? ( >=media-libs/tiff-3.5.7 )"

So, yes, the realplayer cannot be built without gtk, which in turn
depends on X.

So maybe try taking the "real" out of the mplayer USE flags, and it
should work fine. You would then be giving up the capability of playing
Real files, but there might be codecs available that would give you this
without needing to install RealPlayer (and therefore X). Check the
mPlayer site.

HTH,
Holly


-- 
gentoo-user@gentoo.org mailing list

Reply via email to