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
스크립트를 실행해야 합니다.