Mate-media: Difference between revisions

From LFScript
Created page with "Category:Scripts <scriptname>mate-media</scriptname> == Sources == * <sourcecode>http://pub.mate-desktop.org/releases/1.17/mate-media-1.17.0.tar.xz</sourcecode> <md5>fe9..."
 
Line 8: Line 8:


== Dependencies ==
== Dependencies ==
* <dependency value="mate-common"></dependency>[[mate-common]]
* <dependency value="mate-desktop"></dependency>[[mate-desktop]]
* <dependency value="libmatemixer"></dependency>[[libmatemixer]]
* <dependency>libcanberra</dependency>


== Installation ==
== Installation ==

Revision as of 22:53, 28 February 2017

LFScript can find this software under the name mate-media.

Sources


MD5 Checksums:

fe9768af8256e9448216aa6bd3490ba8  mate-media-1.17.0.tar.xz

Dependencies

Installation

./autogen.sh --prefix=/usr \
        --sysconfdir=/etc/mate/1.17 \
        --localstatedir=/var \
        --mandir=/usr/share/man \
        --libexecdir=/usr/lib/mate-media \
        --disable-static &&
make

As the root user:

make install