GNOME Media-2.6.1

Introduction to GNOME Media

The GNOME Media package contains GNOME's media applications.

Package information

GNOME Media dependencies

Installation of GNOME Media

Install GNOME Media by running the following commands:

./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
    --sysconfdir=/etc/gnome --localstatedir=/var/lib &&
make &&
make install

Command explanations

--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin: This switch puts libexec files in $GNOME_PREFIX/sbin instead of $GNOME_PREFIX/libexec.

--sysconfdir=/etc/gnome: This switch puts configuration files in /etc/gnome instead of $GNOME_PREFIX/etc.

--localstatedir=/var/lib: This switch puts ScrollKeeper files in /var/lib/scrollkeeper instead of $GNOME_PREFIX/var/scrollkeeper.

Contents

The GNOME Media package contains gnome-sound-recorder, gnome-cd, gnome-volume-control and vumeter.

Description

gnome-sound-recorder

gnome-sound-recorder is GNOME's recorder.

gnome-cd

gnome-cd is GNOME's CD Player.

gnome-volume-control

gnome-volume-control is GNOME's mixer with volume applet.

vumeter

vumeter is a visual volume meter.