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.
Download (HTTP): https://download.gnome.org/sources/gsound/1.0/gsound-1.0.2.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/gsound/1.0/gsound-1.0.2.tar.xz
Download MD5 sum: c26fd21c21b9ef6533a202a73fab21db
Download size: 276 KB
Estimated disk space required: 2.5 MB
Estimated build time: less than 0.1 SBU
gobject-introspection-1.68.0 and Vala-0.52.0
GTK-Doc-1.33.2 (for generating documentation)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/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
--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.
Last updated on 2021-02-24 20:50:56 -0600