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