GSound-1.0.2

Introduction to GSound

The gsound package contains a small library for playing system sounds.

This package is known to build and work properly using an LFS-10.1 platform.

Package Information

gsound Dependencies

Recommended

Optional

GTK-Doc-1.33.2 (for generating documentation)

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gsound

Installation of GSound

Install gsound by running the following commands:

./configure --prefix=/usr --disable-static &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

--disable-static: This switch prevents installation of static versions of the libraries.

--enable-gtk-doc: Use this parameter if GTK-Doc is installed and you wish to rebuild and install the API documentation.

Contents

Installed Programs: gsound-play
Installed Libraries: libgsound.so
Installed Directories: /usr/share/gtk-doc/html/gsound

Short Descriptions

gsound-play

plays system sounds through the libgsound interface

libgsound.so

contains API functions for playing system sounds

Last updated on 2021-02-24 20:50:56 -0600