Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved] xine-lib no output plugins built
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
lukmih
n00b
n00b


Joined: 16 Nov 2005
Posts: 13

PostPosted: Sat Jun 23, 2007 3:15 pm    Post subject: [Solved] xine-lib no output plugins built Reply with quote

I have a question. What xorg development package do I need to have to compile xine-lib output plugins? I know I don't use XFree86, and I do use xorg-x11-7.2.

Please help. Also the info from the configure for xine-lib which lead me to this question is below.

Code:
 * video driver plugins:

 * audio driver plugins:
   - alsa
---

****************************************************************
WARNING! No X11 output plugins will be built.

For some reason, the requirements for building the X11 video
output plugins are not met. That means, that you will NOT be
able to use the resulting xine-lib to watch videos in a window
on any X11-based display (e.g. your desktop).

If this is not what you want, provide the necessary X11 build
dependencies (usually done by installing a package called
XFree86-devel or similar) and run configure again.
****************************************************************


Below is the emerge -pv xine-lib xine-ui xorg-x11
Code:
[ebuild   R   ] media-libs/xine-lib-1.1.4-r2  USE="alsa dvd ipv6 nls opengl xv -X -a52 -aac -aalib (-altivec) -arts -debug -directfb -dts -dxr3 -esd -fbcon -flac -gnome -gtk -imagemagick -libcaca -mad -mmap -mng -modplug -musepack -oss -pulseaudio -samba -sdl -speex -theora -truetype -v4l -vcd -vidix -vorbis -wavpack -win32codecs -xcb -xinerama -xvmc" 0 kB
[ebuild   R   ] media-video/xine-ui-0.99.5  USE="X ncurses nls readline -aalib -curl -debug -libcaca -lirc -vdr -xinerama" 0 kB
[ebuild   R   ] x11-base/xorg-x11-7.2  0 kB


And the tailing end of xine --bugreport:
Code:
init class succeeded
main: probing <none> video output plugin
main: all available video drivers failed.


Course it could always be I configured something wrong. I don't know. If anyone can help I would appreciate it.


Last edited by lukmih on Mon Jun 25, 2007 11:19 pm; edited 1 time in total
Back to top
View user's profile Send private message
didymos
Advocate
Advocate


Joined: 10 Oct 2005
Posts: 4798
Location: California

PostPosted: Sun Jun 24, 2007 3:58 am    Post subject: Reply with quote

You need to enable some USE flags. Most of them are turned off.
_________________
Thomas S. Howard
Back to top
View user's profile Send private message
lukmih
n00b
n00b


Joined: 16 Nov 2005
Posts: 13

PostPosted: Mon Jun 25, 2007 11:18 pm    Post subject: [Solved] xine-lib no output plugins built Reply with quote

What ebuild should I research first? Well my first reaction was to add the X flag. Looks like that is going to work since the configure before didn't even look for X or the headers and why would it?

USE="alsa dvd ipv6 nls opengl xv -X -a52 -aac -aalib (-altivec) -arts -debug -directfb -dts -dxr3 -esd -fbcon -flac -gnome -gtk -imagemagick -libcaca -mad -mmap -mng -modplug -musepack -oss -pulseaudio -samba -sdl -speex -theora -truetype -v4l -vcd -vidix -vorbis -wavpack -win32codecs -xcb -xinerama -xvmc"
Code:
checking for mlib_VideoAddBlock_U8_S16 in -lmlib... no
checking for socket in -lsocket... no
checking for gethostbyname in -lnsl... yes
checking for socklen_t... socklen_t
checking for gzsetparams in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes


USE="X* alsa dvd ipv6 nls opengl xv -a52 -aac -aalib (-altivec) -arts -debug -directfb -dts -dxr3 -esd -fbcon -flac -gnome -gtk -imagemagick -jack% -libcaca -mad -mmap -mng -modplug -musepack -oss -pulseaudio -real% -samba -sdl -speex -theora -truetype -v4l -vcd -vidix -vorbis -wavpack -win32codecs -xcb -xinerama -xvmc"
Code:
checking for mlib_VideoAddBlock_U8_S16 in -lmlib... no
checking for X... libraries , headers
checking for X... yes
checking for socket in -lsocket... no
checking for gethostbyname in -lnsl... yes
checking for socklen_t... socklen_t
checking for gzsetparams in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes


Thank you very much. Appreciate the help.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum