Go to file
2018-02-05 13:06:32 +01: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-06-30 13:20:42 +02:00
src Add spacing within the controls 2018-02-05 13:06:32 +01:00
tests Register the test for FIXME in comments 2018-01-18 04:28:04 +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 About to release DeforaOS Mixer 0.3.0 2017-06-30 13:17:40 +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.