Xvid4conf
From CBLFS
Download Source: | hhttp://apt.cerkinfo.be/pool/main/xvid4conf/xvid4conf_1.12.orig.tar.gz |
---|
Contents
Introduction to Xvid4conf
This tool creates XviD configuration files. The generated configuration file is meant to be read by transcodes xvid4 export module. This module (and so the configuration file) is intended to be used with XviD 1.0 (dev-api-4).
Project Homepage: http://www.t2-project.org/packages/xvid4conf.html
Dependencies
Optional
Non-Multilib
Configure and compile the package:
cd build/generic && ./configure --prefix=/usr && make
Install the package:
make install && chmod -v 755 /usr/lib/libxvidcore.so.4.1 && ln -v -sf libxvidcore.so.4.1 /usr/lib/libxvidcore.so.4 && ln -v -sf libxvidcore.so.4 /usr/lib/libxvidcore.so && install -v -m755 -d /usr/share/doc/xvidcore-1.2.2/examples && install -v -m644 ../../doc/* /usr/share/doc/xvidcore-1.2.2 && install -v -m644 ../../examples/* /usr/share/doc/xvidcore-1.2.2/examples
Multilib
32Bit
Configure and compile the package:
cd build/generic && CC="gcc ${BUILD32}" ./configure --prefix=/usr --build=${CLFS_TARGET32} && make
Install the package:
make install && chmod -v 755 /usr/lib/libxvidcore.so.4.1 && ln -v -sf libxvidcore.so.4.1 /usr/lib/libxvidcore.so.4 && ln -v -sf libxvidcore.so.4 /usr/lib/libxvidcore.so
N32
Configure and compile the package:
cd build/generic && CC="gcc ${BUILDN32}" ./configure --prefix=/usr --libdir=/usr/lib32 && make
Install the package:
make install && chmod -v 755 /usr/lib/libxvidcore.so.4.1 && ln -v -sf libxvidcore.so.4.1 /usr/lib32/libxvidcore.so.4 && ln -v -sf libxvidcore.so.4 /usr/lib32/libxvidcore.so
64Bit
Configure and compile the package:
cd build/generic && CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 && make
Install the package:
make install && chmod -v 755 /usr/lib64/libxvidcore.so.4.1 && ln -v -sf libxvidcore.so.4.1 /usr/lib64/libxvidcore.so.4 && ln -v -sf libxvidcore.so.4 /usr/lib64/libxvidcore.so && install -v -m755 -d /usr/share/doc/xvidcore-1.2.2/examples && install -v -m644 ../../doc/* /usr/share/doc/xvidcore-1.2.2 && install -v -m644 ../../examples/* /usr/share/doc/xvidcore-1.2.2/examples