The Xine Libraries package contains xine libraries. These are useful for interfacing with external plug-ins that allow the flow of information from the source to the audio and video hardware.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
Download (HTTP): https://downloads.sourceforge.net/xine/xine-lib-1.2.13.tar.xz
Download MD5 sum: 9e1be39857b7a3cd7cc0f2b96331ff22
Download size: 4.8 MB
Estimated disk space required: 98 MB (with API documentation)
Estimated build time: 0.5 SBU (Using parallelism=4; with API documentation)
グラフィック環境, FFmpeg-6.1, and at least one of: ALSA-1.2.7, PulseAudio-16.1, or JACK
AAlib-1.4rc5, FAAD2-2.11.1, FLAC-1.4.3, gdk-pixbuf-2.42.10, GLU-9.0.3, ImageMagick-7.1.1-15, liba52-0.7.4, libdvdcss-1.4.3, libmad-0.15.1b, libmng-2.0.3, libnsl-2.0.1, libtheora-1.1.1, libva-2.20.0 (requires GLU-9.0.3), libvdpau-1.5, libvorbis-1.3.7, libvpx-1.13.1, Mesa-23.3.1, Samba-4.19.3, sdl12-compat-1.2.68, Speex-1.2.1, Doxygen-1.9.8 (to create the API documentation), v4l-utils-1.26.1 DirectFB, libbluray, libcaca, libdca, libFAME, libmodplug, musepack, VCDImager, and WavPack,
Install Xine Libraries by running the following commands:
./configure --prefix=/usr \ --disable-vcd \ --with-external-dvdnav \ --docdir=/usr/share/doc/xine-lib-1.2.13 && make
To create the API documentation, Doxygen must be installed and issue the following command:
doxygen doc/Doxyfile
This package does not come with a test suite.
Now, as the root
user:
make install
When installing, the Makefile does some additional linking. If you do not have Xorg in /usr, the LIBRARY_PATH variable needs to be defined for the root user. If using sudo to assume root, use the -E option to pass your current environment variables for the install process.
If you built the API documentation, issue the following commands as
the root
user to install it:
install -v -m755 -d /usr/share/doc/xine-lib-1.2.13/api && install -v -m644 doc/api/* \ /usr/share/doc/xine-lib-1.2.13/api
--disable-vcd
: This switch
is required to compile Xine Lib
without VCDImager installed.
Remove this option if you have installed VCDImager.
--with-external-dvdnav
:
This switch is required, because internal libraries cannot decrypt
DVD.
--docdir=/usr/share/doc/xine-lib-1.2.13
:
This switch causes the documentation to be installed into a
versioned directory instead of the default /usr/share/doc/xine-lib
.
--disable-vaapi
: use this switch if
libva-2.20.0 is installed and GLU-9.0.3 is not, to
prevent a build failure.