Libmatemixer: Difference between revisions
From LFScript
Created page with "Category:Scripts <scriptname>libmatemixer</scriptname> == Sources == * <sourcecode>http://pub.mate-desktop.org/releases/1.17/libmatemixer-1.17.0.tar.xz</sourcecode> <md5..." |
U[pdate to 1.18.0 |
||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
== Sources == | == Sources == | ||
* <sourcecode>http://pub.mate-desktop.org/releases/1. | * <sourcecode>http://pub.mate-desktop.org/releases/1.18/libmatemixer-1.18.0.tar.xz</sourcecode> | ||
<md5> | <md5>ec4dcf758b7dcba6c602e6ce8bf280f9 libmatemixer-1.18.0.tar.xz</md5> | ||
== Dependencies == | == Dependencies == | ||
* <dependency value="mate-common"></dependency>[[mate-common]] | * <dependency value="mate-common"></dependency>[[mate-common]] | ||
* <dependency>glib2</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 == | ||
<build>./autogen.sh --prefix=/usr \ | <build>./autogen.sh --prefix=/usr \ | ||
--sysconfdir=/etc/mate/1. | --sysconfdir=/etc/mate/1.18 \ | ||
--localstatedir=/var \ | --localstatedir=/var \ | ||
--mandir=/usr/share/man \ | --mandir=/usr/share/man \ |
Latest revision as of 15:01, 28 April 2017
LFScript can find this software under the name libmatemixer
.
Sources
MD5 Checksums:
ec4dcf758b7dcba6c602e6ce8bf280f9 libmatemixer-1.18.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.18 \ --localstatedir=/var \ --mandir=/usr/share/man \ --libexecdir=/usr/lib/mate-mixer \ --disable-static && make
As the root user:
make install