The GNOME Media package contains GNOME's media applications.
Download (HTTP): http://ftp.gnome.org/pub/GNOME/sources/gnome-media/2.2/gnome-media-2.2.2.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/gnome-media/2.2/gnome-media-2.2.2.tar.bz2
Download size: 2.8 MB
Estimated Disk space required: 37.8 MB
Estimated build time: 0.49 SBU
Install GNOME Media by running the following commands:
./configure --prefix=$GNOME_PREFIX --sysconfdir=/etc/gnome \ --localstatedir=/var/lib --libexecdir=$GNOME_PREFIX/sbin && make && make install |
--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.
--libexecdir=$GNOME_PREFIX/sbin: This command puts libexec files in $GNOME_PREFIX/sbin instead of $GNOME_PREFIX/libexec.