GNOME Media-2.8.0

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 cddb-slave2-properties, gnome-audio-profiles-properties, gnome-cd, gnome-sound-recorder, gnome-volume-control, gstreamer-properties, vumeter.

Description

gnome-cd

gnome-cd is GNOME's CD Player.

gnome-sound-recorder

gnome-sound-recorder is GNOME's recorder.

gnome-volume-control

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

vumeter

vumeter is a visual volume meter.

gstreamer-properties

gstreamer-properties is a GUI front-end to GStreamer's audio/video input/output parameters.

Last updated on 2005-01-02 17:37:06 -0700