Go to file
2016-09-14 19:10:15 +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
po Update the translations 2016-08-16 17:15:43 +02:00
src Improve the "view" menu in tabbed mode 2016-09-14 19:04:49 +02:00
.gitignore Add a few .gitignore files 2015-04-06 15:18:05 +02:00
COPYING Re-license as 2-clause BSD 2016-09-14 19:04:32 +02:00
project.conf Also install the README file 2016-09-14 19:05:17 +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.