Difference between revisions of "Beryl Plugins Unsupported"

From CBLFS
Jump to navigationJump to search
(No difference)

Revision as of 13:02, 17 March 2007

Download Source: http://releases.beryl-project.org/0.2.1/beryl-vidcap-0.2.1.tar.bz2

Introduction to Beryl Vidcap

Beryl-vidcap is a video capture plugin for Beryl.

Dependencies

Required

Non-Multilib

Compile the package:

make PREFIX=/usr

Install the package

make PREFIX=/usr install

Multilib

32Bit

Compile the package:

PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
USE_ARCH=32 make CC="gcc ${BUILD32}" PREFIX=/usr

Install the package

make PREFIX=/usr install

N32

Compile the package:

PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
USE_ARCH=n32 make CC="gcc ${BUILDN32}" \
    PREFIX=/usr LIB=lib32

Install the package

make PREFIX=/usr LIB=lib32 install

64Bit

Compile the package:

PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
USE_ARCH=64 make CC="gcc ${BUILD64}" \
    PREFIX=/usr LIB=lib64

Install the package

make PREFIX=/usr LIB=lib64 install

Contents

Installed Programs: None
Installed Libraries: libcapture.{a,la,so}
Installed Directory: /usr/lib/beryl