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
脚本。