• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

data/H02-Mar-2015-892878

po/H02-Mar-2015-322252

src/H03-May-2022-3,6682,633

.clang-formatH A D02-Mar-20151.1 KiB4038

.gitignoreH A D02-Mar-2015526 5645

AUTHORSH A D02-Mar-20151.1 KiB4531

COPYINGH A D02-Mar-201534.3 KiB675553

ChangeLogH A D02-Mar-20152.3 KiB7461

Makefile.amH A D02-Mar-201587 53

READMEH A D02-Mar-2015985 2920

autogen.shH A D02-Mar-2015227 73

configure.acH A D03-May-20222.9 KiB11396

format-source.shH A D02-Mar-2015301 2014

README

1[Compilation]
2  ./autogen.sh
3  ./configure --prefix=/usr
4  make
5  sudo make install
6
7[Configuration]
8  --enable-oss:    By default Volume Icon will be built with ALSA as its
9                   backend. Note that it is not possible to build with both ALSA
10                   and OSS support at the moment, so using this flag will
11                   disable ALSA support.
12
13  --enable-notify: Enables notifications, this adds a dependency for
14                   libnotify >= 0.5.0.
15
16  --with-oss-include-path: Location of soundcard.h, defaults first to the value
17                   specified in /etc/oss.conf. If that does not exist
18                   it defaults to /usr/lib/oss/include/sys.
19
20  --with-default-mixerapp: Set the default mixer application, defaults to alsamixer.
21
22[Dependencies]
23  To run ./autogen.sh, intltool must be installed.
24
25  To compile, the following packages must be installed (Debian names given):
26
27  libasound2-dev libglib2.0-dev libgtk-3-dev
28
29