xine是Linux世界中非常好使的播放器,类似于Windows下的暴风影音。在SLES中xine的安装,是颇费周折的。
所需软件
RealPlayer11GOLD.bin
xine-lib-1.1.8.tar.bz2
xine-ui-0.99.5.tar.bz2
RealPlayer11GOLD.bin是从RealPlayer官方网站下载的最新版本,其本身也是一个播放器安装文件。
首先,需要安装Realplay(因为xine需要Realplay的视频解码器,比如rm、rmvb格式,否则rm等格式的视频将不能够播放,如果不安装RealPlay自己将相应的解码器复制到对应的位置也是可以的,不过就更显麻烦了),这里我安装的SLED10.0sp2中的rpm包,这样可以省很多的事。关于使用从Real网站上下载的bin包安装的方式,已经忘记了!首先需要安装xorg-x11-devel如下图
提示:如果系统中没有安装xorg-x11系统就会在编译xine-lib包的时候报错!错误信息如下: **************************************************************** 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. **************************************************************** 安装xine-lib tar xjvf xine-lib-1.1.8.tar.bz2 cd xine-lib-1.1.8 ./configure make make install 安装xine-ui tar xjvfxine-ui-0.99.5.tar.bz2 cd xine-ui-0.99.5 ./configure make make install 打开xine 这个就不用说了吧! 【完】 本文转自tiancong 51CTO博客,原文链接:http://blog.51cto.com/tiancong/158716