%general-entities; ]> $LastChangedBy$ $Date$ XviD-&xvid-version; XviD Introduction to XviD XviD is an MPEG-4 compliant video CODEC. &lfs10_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &xvid-md5sum; Download size: &xvid-size; Estimated disk space required: &xvid-buildsize; Estimated build time: &xvid-time; XviD Dependencies Optional or User Notes: Installation of XviD This package tarball expands to xvidcore, not the expected xvidcore-&xvid-version;. Install XviD by running the following commands: cd build/generic && sed -i 's/^LN_S=@LN_S@/& -f -v/' platform.inc.in && ./configure --prefix=/usr && make This package does not come with a test suite. Now, as the root user: sed -i '/libdir.*STATIC_LIB/ s/^/#/' Makefile && make install && chmod -v 755 /usr/lib/libxvidcore.so.4.3 && install -v -m755 -d /usr/share/doc/xvidcore-&xvid-version;/examples && install -v -m644 ../../doc/* /usr/share/doc/xvidcore-&xvid-version; && install -v -m644 ../../examples/* \ /usr/share/doc/xvidcore-&xvid-version;/examples Command Explanations sed -i 's/^LN_S=@LN_S@/& -f -v/' platform.inc.in: Fix error during make install if reintalling or upgrading. sed -i '/libdir.*STATIC_LIB/ s/^/#/' Makefile: This command disables installing the static library. Contents Installed Programs Installed Library Installed Directory None libxvidcore.so /usr/share/doc/xvidcore-&xvid-version; Short Descriptions libxvidcore.so provides functions to encode and decode most MPEG-4 video data libxvidcore.so