Difference between revisions of "Avifile"

From CBLFS
Jump to navigationJump to search
Line 35: Line 35:
  
 
  patch -Np1 -i ../avifile-{{avifile-Version}}-gcc41-1.patch &&
 
  patch -Np1 -i ../avifile-{{avifile-Version}}-gcc41-1.patch &&
  ./configure --prefix=/usr --disable-dependency-tracking&&
+
  ./configure --prefix=/usr &&
 
  make
 
  make
  
Line 48: Line 48:
 
Compile the package:
 
Compile the package:
  
  To do..
+
  patch -Np1 -i ../avifile-{{avifile-Version}}-gcc41-1.patch &&
 +
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
 +
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \
 +
./configure --prefix=/usr &&
 +
make
  
 
Install the package:
 
Install the package:
  
  To do..
+
  make install
  
 
=== N32 ===
 
=== N32 ===
Line 58: Line 62:
 
Compile the package:
 
Compile the package:
  
  To do..
+
  patch -Np1 -i ../avifile-{{avifile-Version}}-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:
 
Install the package:
  
  To do..
+
  make install
  
 
=== 64Bit ===
 
=== 64Bit ===
Line 68: Line 76:
 
Compile the package:
 
Compile the package:
  
  To do..
+
  patch -Np1 -i ../avifile-{{avifile-Version}}-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:
 
Install the package:
  
  To do..
+
  make install
  
 
= Contents =
 
= Contents =

Revision as of 11:39, 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 &&
make

Install the package:

make install

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

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

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