The GNOME Media package contains GNOME's media applications.
Download (HTTP): http://ftp.gnome.org/pub/GNOME/sources/gnome-media/2.10/gnome-media-2.10.2.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/gnome-media/2.10/gnome-media-2.10.2.tar.bz2
Download MD5 sum: 3d73cd40cfa52c5eef882302f92c60d6
Download size: 3.3 MB
Estimated disk space required: 36 MB
Estimated build time: 0.50 SBU
libgnomeui-2.10.0, Nautilus CD Burner-2.10.1, gst-plugins-0.8.10 and ScrollKeeper-0.3.14
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
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.
Last updated on 2005-08-01 13:29:19 -0600