Avifile: Difference between revisions
From CBLFS
Jump to navigationJump to search
| Line 56: | Line 56: | ||
Install the package: | Install the package: | ||
make install | make install && | ||
mv -v /usr/bin/avifile-config{,-32} | |||
=== N32 === | === N32 === | ||
| Line 70: | Line 71: | ||
Install the package: | Install the package: | ||
make install | make install && | ||
mv -v /usr/bin/avifile-config{,-n32} | |||
=== 64Bit === | === 64Bit === | ||
| Line 84: | Line 86: | ||
Install the package: | Install the package: | ||
make install | make install && | ||
mv -v /usr/bin/avifile-config{,-64} && | |||
ln -sfv multiarch_wrapper /usr/bin/avifile-config | |||
= Contents = | = Contents = | ||
Revision as of 18:48, 1 January 2007
| Download Source: | http://downloads.sourceforge.net/avifile/avifile-0.7-0.7.45.tar.bz2 |
|---|---|
| Download Patch: | http://svn.cross-lfs.org/svn/repos/patches/avifile/avifile-0.7-gcc41-1.patch |
Introduction to Avifile
Avifile is a library that allows you to read and write compressed AVI files (Indeo? Video, DivX, etc.) under x86 Linux. (De)compression is performed with Win32 DLLs. It includes AVI player, video4linux-compatible capture program and simple AVI recompres.
Dependencies
Required
Recommended
Non-Multilib
Compile the package:
patch -Np1 -i ../avifile-0.7-gcc41-1.patch && ./configure --prefix=/usr && make
Install the package:
make install
Multilib
32Bit
Compile the package:
patch -Np1 -i ../avifile-0.7-gcc41-1.patch &&
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \
./configure --prefix=/usr --build=$CLFS_TARGET32 &&
make
Install the package:
make install &&
mv -v /usr/bin/avifile-config{,-32}
N32
Compile the package:
patch -Np1 -i ../avifile-0.7-gcc41-1.patch &&
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" USE_ARCH=n32 \
./configure --prefix=/usr --libdir=/usr/lib32 &&
make
Install the package:
make install &&
mv -v /usr/bin/avifile-config{,-n32}
64Bit
Compile the package:
patch -Np1 -i ../avifile-0.7-gcc41-1.patch &&
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 \
./configure --prefix=/usr --libdir=/usr/lib64 &&
make
Install the package:
make install &&
mv -v /usr/bin/avifile-config{,-64} &&
ln -sfv multiarch_wrapper /usr/bin/avifile-config
Contents
| Installed Programs: | avibench, avicat, avitype, avimake, kv4lsetup, avirec, avicap, aviplay |
|---|---|
| Installed Libraries: | libqavm.la.{la,so}, libaviplayvidix.{la,so}, libaviplaydha.{la,so}, libaviplayavcodec.{la,so}, libaviplayavformat.{la,so}, libaviplayavutil.{la,so} |
| Installed Directories: | /usr/lib/avifile-0.7, /usr/include/avifile-0.7 |