GNOME Media-2.10.2

Introduction to GNOME Media

The GNOME Media package contains GNOME's media applications.

Package Information

GNOME Media Dependencies

Required

libgnomeui-2.10.0, Nautilus CD Burner-2.10.1, gst-plugins-0.8.10 and ScrollKeeper-0.3.14

Optional

GAIL-1.8.3, MTA, DocBook-utils-0.6.14

Installation of GNOME Media

Install GNOME Media by running the following commands:

sed -i -e \
"s/-lORBit-2 -lbonobo-2 -lgobject-2.0 -lglib-2.0/\$(CDDBSLAVE_LIBS)/" \
    cddb-slave2/Makefile.in &&
./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

This package does not come with a test suite.

Now, as the root user:

make install &&
gst-register

Command Explanations

sed -i -e ... cddb-slave2/Makefile.in: This command fixes a bug encountered if $GNOME_PREFIX is not set to /usr.

--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

Installed Programs: CDDBSlave2, cddb-slave2-properties, cddb-track-editor, gnome-audio-profiles-properties, gnome-cd, gnome-sound-recorder, gnome-volume-control, gstreamer-properties, and vumeter
Installed Libraries: libcddb-slave2.[so,a], libgnome-media-profiles.[so,a], libgnome-media-profiles.[so,a] libglade library, and GNOME_Media_CDDBSlave2.server bonobo server
Installed Directories: /etc/gnome/gconf/gconf.xml.defaults/apps/CDDB-Slave2, /etc/gnome/gconf/gconf.xml.defaults/apps/gnome-cd, /etc/gnome/gconf/gconf.xml.defaults/apps/gnome-sound-recorder, /etc/gnome/gconf/gconf.xml.defaults/schemas/apps/CDDB-Slave2, /etc/gnome/gconf/gconf.xml.defaults/schemas/apps/gnome-cd, /etc/gnome/gconf/gconf.xml.defaults/schemas/apps/gnome-sound-recorder, /etc/gnome/gconf/gconf.xml.defaults/schemas/system/gstreamer/audio, /etc/gnome/gconf/gconf.xml.defaults/system/gstreamer/audio, $GNOME_PREFIX/include/[cddb-slave2,gnome-media], $GNOME_PREFIX/share/gnome-media, $GNOME_PREFIX/share/gnome-sound-recorder, $GNOME_PREFIX/share/gnome/help/gnome-cd, $GNOME_PREFIX/share/gnome/help/gnome-sound-recorder, $GNOME_PREFIX/share/gnome/help/gnome-volume-control, $GNOME_PREFIX/share/gnome/help/grecord, $GNOME_PREFIX/share/gnome/help/gstreamer-properties, $GNOME_PREFIX/share/gstreamer-properties, $GNOME_PREFIX/share/omf/gnome-media, $GNOME_PREFIX/share/pixmaps/gnome-cd, and $GNOME_PREFIX/share/pixmaps/gnome-media

Short Descriptions

gnome-cd

is GNOME's CD Player.

gnome-sound-recorder

is GNOME's recorder.

gnome-volume-control

is GNOME's mixer with volume applet.

gstreamer-properties

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

vumeter

is a visual volume meter.

Last updated on 2005-08-01 13:29:19 -0600