Libmatemixer: Difference between revisions
From LFScript
Line 11: | Line 11: | ||
* <dependency>glib2</dependency> | * <dependency>glib2</dependency> | ||
* <dependency>gtk-doc</dependency> | * <dependency>gtk-doc</dependency> | ||
* <recommended value="alsa-lib" because="without it, you will not be able to control ALSA devices">alsa-lib</recommended> | |||
You may want to install <code>pulseaudio</code> in addition to (or in stead of) <code>alsa-lib</code> to make <code>libmatemixer</code> able to control <code>pulseaudio</code> devices. | |||
== Installation == | == Installation == |
Revision as of 18:50, 16 March 2017
LFScript can find this software under the name libmatemixer
.
Sources
MD5 Checksums:
b60d81bbb67494fbb0a9ea97ece6dd6d libmatemixer-1.17.0.tar.xz
Dependencies
- mate-common
- glib2
- gtk-doc
- alsa-lib (recommended; Without it, you will not be able to control ALSA devices)
You may want to install pulseaudio
in addition to (or in stead of) alsa-lib
to make libmatemixer
able to control pulseaudio
devices.
Installation
./autogen.sh --prefix=/usr \ --sysconfdir=/etc/mate/1.17 \ --localstatedir=/var \ --mandir=/usr/share/man \ --libexecdir=/usr/lib/mate-mixer \ --disable-static && make
As the root user:
make install