Contents
$GNOME_PREFIX
/{include/cheese,lib/cheese,
share/{cheese/{effects,icons/hicolor/*,pixmaps},gnome/help/cheese/*,
gtk-doc/html/cheese,omf/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.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/cheese/2.30/cheese-2.30.1.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/cheese/2.30/cheese-2.30.1.tar.bz2
Download MD5 sum: 1599fded8a1797ea51fb010af4e6c45b
Download size: 5.0 MB
Estimated disk space required: 28 MB
Estimated build time: 0.4 SBU
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
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/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
--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.
$GNOME_PREFIX
/{include/cheese,lib/cheese,
share/{cheese/{effects,icons/hicolor/*,pixmaps},gnome/help/cheese/*,
gtk-doc/html/cheese,omf/cheese}}
Last updated on 2010-08-29 11:49:21 +0000