Difference between revisions of "MPEG4IP"

From CBLFS
Jump to navigationJump to search
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
| http://prdownloads.sourceforge.net/mpeg4ip/mpeg4ip-1.5.0.1.tar.gz
+
| http://prdownloads.sourceforge.net/mpeg4ip/mpeg4ip-{{MPEG4IP-Version}}.tar.gz
 
|-
 
|-
 
!Required Patch:
 
!Required Patch:
| http://svn.cross-lfs.org/svn/repos/patches/mpeg4ip/mpeg4ip-1.5.0.1-x264-1.patch
+
| http://svn.cross-lfs.org/svn/repos/patches/mpeg4ip/mpeg4ip-{{MPEG4IP-Version}}-x264-1.patch
 
|}
 
|}
  
Line 35: Line 35:
 
Compile the package:
 
Compile the package:
  
  patch -Np1 -i ../mpeg4ip-1.5.0.1-x264-1.patch &&
+
  patch -Np1 -i ../mpeg4ip-{{MPEG4IP-Version}}-x264-1.patch &&
 
  ./bootstrap --prefix=/usr &&
 
  ./bootstrap --prefix=/usr &&
 
  make
 
  make
Line 49: Line 49:
 
Compile the package:
 
Compile the package:
  
  patch -Np1 -i ../mpeg4ip-1.5.0.1-x264-1.patch &&
+
  patch -Np1 -i ../mpeg4ip-{{MPEG4IP-Version}}-x264-1.patch &&
 
  CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" USE_ARCH=32 PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
 
  CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" USE_ARCH=32 PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
 
  ./bootstrap --prefix=/usr --x-libraries=${XORG_PREFIX}/lib &&
 
  ./bootstrap --prefix=/usr --x-libraries=${XORG_PREFIX}/lib &&
Line 63: Line 63:
 
Compile the package:
 
Compile the package:
  
  patch -Np1 -i ../mpeg4ip-1.5.0.1-x264-1.patch &&
+
  patch -Np1 -i ../mpeg4ip-{{MPEG4IP-Version}}-x264-1.patch &&
 
  CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" USE_ARCH=n32 PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
 
  CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" USE_ARCH=n32 PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
 
  ./bootstrap --prefix=/usr --libdir=/usr/lib32 --x-libraries=${XORG_PREFIX}/lib32 &&
 
  ./bootstrap --prefix=/usr --libdir=/usr/lib32 --x-libraries=${XORG_PREFIX}/lib32 &&
Line 77: Line 77:
 
Compile the package:
 
Compile the package:
  
  patch -Np1 -i ../mpeg4ip-1.5.0.1-x264-1.patch &&
+
  patch -Np1 -i ../mpeg4ip-{{MPEG4IP-Version}}-x264-1.patch &&
 
   CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" USE_ARCH=64 PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
 
   CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" USE_ARCH=64 PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
 
  ./bootstrap --prefix=/usr --libdir=/usr/lib64 --x-libraries=${XORG_PREFIX}/lib64 &&
 
  ./bootstrap --prefix=/usr --libdir=/usr/lib64 --x-libraries=${XORG_PREFIX}/lib64 &&

Revision as of 18:46, 17 December 2006

Download Source: http://prdownloads.sourceforge.net/mpeg4ip/mpeg4ip-1.5.0.1.tar.gz
Required Patch: http://svn.cross-lfs.org/svn/repos/patches/mpeg4ip/mpeg4ip-1.5.0.1-x264-1.patch

Dependencies

Required

Optional

Non-Multilib

Compile the package:

patch -Np1 -i ../mpeg4ip-1.5.0.1-x264-1.patch &&
./bootstrap --prefix=/usr &&
make

Install the package

make install

Multilib

32Bit

Compile the package:

patch -Np1 -i ../mpeg4ip-1.5.0.1-x264-1.patch &&
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" USE_ARCH=32 PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./bootstrap --prefix=/usr --x-libraries=${XORG_PREFIX}/lib &&
make

Install the package:

make install &&
mv -v /usr/bin/mpeg4ip-config{,-32}

N32

Compile the package:

patch -Np1 -i ../mpeg4ip-1.5.0.1-x264-1.patch &&
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" USE_ARCH=n32 PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./bootstrap --prefix=/usr --libdir=/usr/lib32 --x-libraries=${XORG_PREFIX}/lib32 &&
make

Install the package:

make install &&
mv -v /usr/bin/mpeg4ip-config{,-n32}

64Bit

Compile the package:

patch -Np1 -i ../mpeg4ip-1.5.0.1-x264-1.patch &&
 CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" USE_ARCH=64 PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./bootstrap --prefix=/usr --libdir=/usr/lib64 --x-libraries=${XORG_PREFIX}/lib64 &&
make

Install the package:

make install &&
mv -v /usr/bin/mpeg4ip-config{,-64} &&
ln -sfv multiarch_wrapper /usr/bin/mpeg4ip-config