Go to file
2017-06-30 12:59:36 +02:00
data No longer store Makefiles in the source tree 2015-04-06 15:16:36 +02:00
doc Import newer scripts upstream 2016-02-20 16:00:58 +01:00
include Support updating channels again 2017-05-29 01:05:44 +02:00
po Update the translations 2017-01-16 01:10:15 +01:00
src Also ship control.h 2017-06-30 12:59:36 +02:00
tests Invalid use of return 2016-12-09 01:08:09 +01:00
.gitignore Register more temporary objects 2017-05-21 03:35:30 +02:00
COPYING Re-license as 2-clause BSD 2016-09-14 19:04:32 +02:00
project.conf Import the first definition of MixerControlPlugin 2017-05-21 02:03:56 +02:00
README.md Extend the README file 2016-09-14 19:10:15 +02:00

DeforaOS Mixer

About Mixer

Mixer is a volume control application for the DeforaOS desktop.

Documentation

A manual page for the executable installed is available in the doc folder. It is written in the DocBook-XML format, and needs libxslt and DocBook-XSL to be installed to be converted to either HTML or man file format.

Compiling Mixer

Mixer depends on the following components:

  • DeforaOS libDesktop
  • DocBook-XSL (for the manual pages)

With GCC, this should then be enough to compile Mixer:

$ make

On some systems, the Makefiles shipped can be re-generated accordingly thanks to the DeforaOS configure tool.

The compilation process supports a number of options, such as PREFIX and DESTDIR for packaging and portability, or OBJDIR for compilation outside of the source tree.

For instance, to install (or package) Mixer in a different location:

$ make DESTDIR="/staging/directory" PREFIX="/another/prefix" install

Distributing Panel

DeforaOS Mixer is subject to the terms of the 2-clause BSD license. Please see the COPYING file for more information.