Seom

From CBLFS
Revision as of 15:29, 25 January 2007 by Jciccone (talk | contribs)
Jump to navigationJump to search
Download Source: Only via svn

Introduction to Seom

Seom is used by Beryl to capture video of your desktop.

Dependencies

Download Seom

You can check Seom out via svn. The command to check it out is:

svn co svn://dbservice.com/big/svn/seom/trunk seom

It couldn't hurt to make a tarball so you have an unmodified source around for future reference:

tar cvjf seom{-$(date +%Y%m%d).tar.bz2,}

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make CC="gcc -L${XORG_PREFIX}/lib"

Install the package

make install &&
libtool --finish /usr/lib

Multilib

32Bit

Compile the package:

./configure --prefix=/usr

If you are building on x86_64 use the following command:

make ARCH=x86 CC="gcc ${BUILD32} -L${XORG_PREFIX}/lib"

If you are building on some other architecture use the following command:

make ARCH=C CC="gcc ${BUILD32} -L${XORG_PREFIX}/lib"

Install the package

make install &&
libtool --finish /usr/lib

N32

Compile the package:

./configure --prefix=/usr &&
make CC="gcc ${BUILDN32}"

Install the package

make LIBDIR=lib32 install &&
libtool --finish /usr/lib32

64Bit

Compile the package:

./configure --prefix=/usr &&
make CC="gcc ${BUILD64}"

Install the package

make LIBDIR=lib64 install &&
libtool --finish /usr/lib64

Contents

Installed Programs: seom-filter, seom-player, seom-server, seom-backup.
Installed Libraries: libseom.{a,la,so}
Installed Directory: /usr/include/seom