volumeicon
1.0.0
グローバルキーバインディングをサポートする軽量のボリュームコントロールアプレット
$ ./autogen.sh
$ ./configure
$ make
$ sudo make install
--enable-oss: By default Volume Icon will be built with ALSA as its
backend. Note that it is not possible to build with both ALSA
and OSS support at the moment, so using this flag will
disable ALSA support.
--enable-notify: Enables notifications, this adds a dependency for
libnotify >= 0.5.0.
--with-oss-include-path: Location of soundcard.h, defaults first to the value
specified in /etc/oss.conf. If that does not exist it
defaults to /usr/lib/oss/include/sys.
--with-default-mixerapp: Set the default mixer application, defaults to
alsamixer.
./autogen.sh
を実行するには、 intltoolがインストールされている必要があります。
コンパイルするには次のパッケージをインストールする必要があります (Debian 名が指定されています)。
pod2man
使用) コーディング スタイルの一貫性を保つために (サードパーティのコードを除く)、 .clang-format
で指定された設定を持つclang-format
コマンド ライン ツールを使用します。そのため、プル リクエストを送信する前に、 format-source.sh
スクリプトを必ず実行してください。