Difference between revisions of "Avifile"
From CBLFS
Jump to navigationJump to search (→Multilib) |
(→Multilib) |
||
Line 66: | Line 66: | ||
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \ | CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \ | ||
PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" USE_ARCH=n32 \ | PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" USE_ARCH=n32 \ | ||
− | ./configure --prefix=/usr --libdir=/usr/lib32 && | + | ./configure --prefix=/usr --libdir=/usr/lib32 \ |
+ | --with-qt-libraries=${QTDIR}/lib32 && | ||
make | make | ||
Line 81: | Line 82: | ||
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ | CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ | ||
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 \ | PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 \ | ||
− | ./configure --prefix=/usr --libdir=/usr/lib64 && | + | ./configure --prefix=/usr --libdir=/usr/lib64 \ |
+ | --with-qt-libraries=${QTDIR}/lib64 && | ||
make | make | ||
Revision as of 11:08, 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 |
Contents
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 \ --with-qt-libraries=${QTDIR}/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 \ --with-qt-libraries=${QTDIR}/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 |