# nautilus-media
# ==============
# Slackware 9.0's 'nautilus-media' package includes version 0.2.1, 9.1's
# includes 0.3.3, 10.0 and 10.1's include 0.8.0 As of Slackware 10.2,
# Gnome is no longer included.
# Below I include multiple versions of nautilus-media covering several
# releases of Gnome. I will keep all of them updated, but keep in mind that
# I only actually use Gnome 2.12.x
# If you ever want to uninstall nautilus-media, or clean up files from an
# old version before installing a new one, cd into the source directory, run
# 'make uninstall' (as root), remove the source directory, then remove
# the tarball.
# I only read/write (well) English, so I remove the nautilus-media.mo
# internationalization files below. If this is not the case for you, skip
# that part.
# Install/update the XML::Parser perl module:
perl -MCPAN -e shell
o conf make_install_arg UNINST=1
o conf prerequisites_policy follow
install XML::Parser
exit
# nautilus-media 0.2.2 (for Gnome 2.2.x)
# ====================
# Not using Gnome 2.2.x myself, I only know what prerequisites are required
# by looking at what configure is looking for. After it fails to find
# gstreamer-0.7 on my system (I have gstreamer-0.8 installed), it stops. So
# there are likely other prerequisites like libgnome, libgnomeui, etc.
# Prerequisites (beyond those listed above):
# gstreamer-0.7 >= 0.6.1
cd
test -f installed/nautilus-media-0.2.2.tar.bz2 &&
mv installed/nautilus-media-0.2.2.tar.bz2 .
test ! -f nautilus-media-0.2.2.tar.bz2 &&
wget http://ftp.gnome.org/pub/GNOME/sources/nautilus-media/0.2/\
nautilus-media-0.2.2.tar.bz2
# nautilus-media 0.3.4 (for Gnome 2.4.x)
# ====================
# Not using Gnome 2.4.x myself, I only know what prerequisites are required
# by looking at what configure is looking for. After it fails to find
# gstreamer-0.6 on my system (I have gstreamer-0.8 installed), it stops. So
# there are likely other prerequisites like libgnome, libgnomeui, etc.
# Prerequisites (beyond those listed above):
# gstreamer-0.6 >= 0.6.1
cd
test -f installed/nautilus-media-0.3.4.tar.bz2 &&
mv installed/nautilus-media-0.3.4.tar.bz2 .
test ! -f nautilus-media-0.3.4.tar.bz2 &&
wget http://ftp.gnome.org/pub/GNOME/sources/nautilus-media/0.3/\
nautilus-media-0.3.4.tar.bz2