UmVirt LFS Package info

DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
[ BASH | XML | JSON ]

xine-lib

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.

Package info

Template:
Codename: xine-lib
Source file: xine-lib-1.2.13.tar.xz
Source directory: xine-lib-1.2.13
Package URL: xine-lib-1.2.13.tar.xz
Package md5-checksum URL: xine-lib-1.2.13.tar.xz.md5sum
Dependances: mesa, gdk-pixbuf-rustfree, glu, libnsl, libvorbis, libtheora, libdvdnav, sdl12-compat, ffmpeg, libva, libvdpau, libvpx, flac, speex, pulseaudio, samba, v4l-utils, ALSA, ImageMagick, a52dec, libmad, faad2, aalib, libmng.
Dependance of: xine-ui, opencv.
Patches: xine-lib-1.2.13-gcc15_fixes-1.patch.
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
./configure --prefix=/usr          \
            --disable-vcd          \
            --with-external-dvdnav \
            --docdir=/usr/share/doc/xine-lib-1.2.13

Build script:
make

if [[ "$ULFS_PKG_DOCUMENTATION" == "YES" ]]
then

doxygen doc/Doxyfile

fi

Install script:
make install

if [[ "$ULFS_PKG_DOCUMENTATION" == "YES" ]]
then

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
fi