Xine User Interface-0.99.6
Installation of Xine User Interface
Install xine User Interface by
running the following commands:
sed -i -e 's/info_ptr->//' \
-e '/RGB/icolor_type = png_get_color_type(png_ptr, info_ptr);' \
src/xitk/Imlib-light/load.c &&
sed -i -e '/#include.*curl.types.h*/d' src/xitk/download.c &&
./configure --prefix=/usr --disable-lirc &&
make
This package does not come with a test suite.
Now, as the root
user:
make docsdir=/usr/share/doc/xine-ui-0.99.6 install
Command Explanations
sed -i -e 's/info_ptr->//
...: this sed fixes compiling against libpng-1.5.7.
sed -i -e
'/#include.*curl.types.h*/d' src/xitk/download.c:
curl-7.22.0 no longer installs
curl/types.h
, this fixes the compile.
--disable-lirc
: remove this option if
you've installed LIRC.
docsdir=/usr/share/doc/xine-ui-0.99.6
:
This parameter causes the Xine UI
documentation to be installed in the versioned directory
/usr/share/doc/xine-ui-0.99.6
, rather
that the default /usr/share/doc/xine-ui
.
Configuring Xine User Interface
Config Files
~/.xine/config
Configuration Information
The above file is created and maintainable through the
xine setup dialog
box. The documentation for the configuration settings is located
at /usr/share/doc/xine-ui-0.99.6/README.config_en
.
Contents
Installed Programs:
aaxine, cacaxine, fbxine, xine,
xine-bugreport, xine-check, and xine-remote
Installed Directories:
/usr/share/xine/{desktop,skins,visuals}
and /usr/share/doc/xine-ui-0.99.6
Short Descriptions
aaxine
|
is an ASCII art video player which utilizes AAlib as the frontend for the
xine Libraries.
|
cacaxine
|
is a color ASCII art video player which utilizes
CACA as the frontend for
the xine Libraries.
|
fbxine
|
is a frame buffer interface to the xine Libraries.
|
xine
|
is a multimedia player designed to play MPEG streams
(audio and video), MPEG elementary streams (MP3), MPEG
transport streams, Ogg files, AVI files, ASF files, some
Quicktime files, VCDs and DVDs (non-encrypted).
|
xine-bugreport
|
produces a terse system description and guides you
through the process of reporting a bug.
|
xine-check
|
tests the xine video player
installation for common problems. It tests the operating
system settings, installation of plugins, CD/DVD drive
settings and video support parameters.
|
xine-remote
|
is a tool to connect to a xine remote control
server.
|
Last updated on 2011-12-29 05:13:05 +0000