This module is a Perl interface to gnome-sound, which provides sound playing routines for GNOME applications (http://www.gnome.org). These routines make use of the esd sound daemon.
To install this module type the following:
perl Makefile.PL
make
make test
make install
This module requires these other modules and libraries:
gnome-config command (or manually writing part of the Makefile.PL)
libgnome
libgnomesupport
libesd
libglib
Gnome Perl module from the gtk-perl package (http://www.gtkperl.org/)
(This module isn't directly needed, but programs using Gnome::Sound
will need it).
If you encounter any problems with installation, please don't hesitate to contact me, mark@sporkstorms.org, with the necessary details (error messages, libgnome version, perl version, OS, etc). Comments, suggestions, questions, requests, etc are more than welcome as well. =)
Copyright (c) 2001, Mark Stratman. All Rights Reserved.
This module is free software. It may be used, redis-
tributed and/or modified under the same terms as Perl
itself.
The GNOME libraries (libgnome) are released under the LGPL
(Library General Public License). Visit http://www.gnu.org
for more details.