cheese-2.30.1

Introduction to cheese

The cheese package takes photos and videos with your webcam, with fun graphical effects.

This package is known to build and work properly using an LFS-6.5 platform.

Package Information

cheese Dependencies

Required

GNOME Desktop-2.30.2, GStreamer Base Plug-ins-0.10.25 (with libtheora-1.1.1), libcanberra-0.18, librsvg-2.26.3, and udev-Installed LFS Version

Optional

Rarian-0.8.1

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/cheese

Installation of cheese

Install cheese by running the following commands:

./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
            --sysconfdir=/etc/gnome/2.30.2 \
            --libexecdir=$(pkg-config \
                --variable=prefix ORBit-2.0)/lib \
            --disable-scrollkeeper &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

--prefix=$(pkg-config --variable=prefix ORBit-2.0): Setting the prefix using this parameter instead of with $GNOME_PREFIX will ensure that the prefix is consistent with the installation environment and the package will be installed in the correct location.

--sysconfdir=/etc/gnome/2.30.2: This parameter causes the configuration files to be installed in /etc/gnome/2.30.2 instead of $GNOME_PREFIX/etc. Additionally (if applicable), the parameter ensures that the GConf-2 database is correctly updated.

--libexecdir=$(pkg-config --variable=prefix ORBit-2.0)/lib/cheese: This parameter is used so that the cheese internal support programs are installed in the preferred location of $GNOME_PREFIX/lib/cheese instead of $GNOME_PREFIX/libexec/cheese.

--disable-scrollkeeper: Do not make updates to the scrollkeeper database. Remove it if you have rarian installed.

Contents

Installed Program: cheese
Installed Library: libcheese-gtk.{so,a}
Installed Directories: $GNOME_PREFIX/{include/cheese,lib/cheese, share/{cheese/{effects,icons/hicolor/*,pixmaps},gnome/help/cheese/*, gtk-doc/html/cheese,omf/cheese}}

Short Descriptions

cheese

is the webcam with graphical effects tool.

libcheese-gtk.{so,a}

contains the cheese API functions.

Last updated on 2010-08-29 11:49:21 +0000