Difference between revisions of "LibMPEG3"

From CBLFS
Jump to navigationJump to search
Line 76: Line 76:
  
 
  make install
 
  make install
 +
 +
= Contents =
 +
 +
{| style="text-align: left;"
 +
|-valign="top"
 +
! Installed Programs:
 +
| mpeg3cat, mpeg3dump, mpeg3peek, mpeg3toc
 +
|-valign="top"
 +
! Installed Libraries:
 +
| libmpeg3.a
 +
|-valign="top"
 +
! Installed Directories:
 +
| /usr/share/doc/libmpeg3-{{LibMPEG3-Version}}
 +
|}

Revision as of 08:10, 31 December 2006

Download Source: http://prdownloads.sourceforge.net/heroines/libmpeg3-1.7-src.tar.bz2
Download Patch: http://svn.cross-lfs.org/svn/repos/patches/libmpeg3/libmpeg3-1.7-blfs_install-1.patch

Introduction to LibMPEG3

LibMPEG3 supports advanced editing and manipulation of MPEG streams.

Dependencies

Required

Non-Multilib

Configure and compile the package:

patch -Np1 -i ../libmpeg3-1.7-blfs_install-1.patch &&
./configure --prefix=/usr &&
make

Perhaps one should type `make' twice here to continue build process.

Install the package:

make install

Multilib

32Bit

Configure and compile the package:

patch -Np1 -i ../libmpeg3-1.7-blfs_install-1.patch &&
CC="gcc ${BUILD32}" ./configure --prefix=/usr &&
make

Perhaps one should type `make' twice here to continue build process.

Install the package:

make install

N32

Configure and compile the package:

patch -Np1 -i ../libmpeg3-1.7-blfs_install-1.patch &&
CC="gcc ${BUILDN32}" ./configure --prefix=/usr --libdir=/usr/lib32 &&
make

Perhaps one should type `make' twice here to continue build process.

Install the package:

make install

64Bit

Configure and compile the package:

patch -Np1 -i ../libmpeg3-1.7-blfs_install-1.patch &&
CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 &&
make

Perhaps one should type `make' twice here to continue build process.

Install the package:

make install

Contents

Installed Programs: mpeg3cat, mpeg3dump, mpeg3peek, mpeg3toc
Installed Libraries: libmpeg3.a
Installed Directories: /usr/share/doc/libmpeg3-1.7