slackbuilds_ponce/audio/volumeicon
Aaditya Bagga 5c62be2fe7 audio/volumeicon: Add option to built against GTK+2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-12-27 23:16:19 -06:00
..
gtk2.patch audio/volumeicon: Add option to built against GTK+2. 2014-12-27 23:16:19 -06:00
README audio/volumeicon: Add option to built against GTK+2. 2014-12-27 23:16:19 -06:00
slack-desc
volumeicon.info audio/volumeicon: Updated for version 0.5.0 + new maintainer. 2014-04-11 22:47:31 +07:00
volumeicon.SlackBuild audio/volumeicon: Add option to built against GTK+2. 2014-12-27 23:16:19 -06:00

Volume Icon is a lightweight volume control that sits in the systray.

Features :
Change volume by scrolling on the systray icon
Ability to choose which channel to control
Configurable stepsize (percentage of volume change per scrollwheel step)
Several icon themes (with gtk theme as default)
Configurable external mixer
Volume Slider (horizontal or vertical)
Hotkey support
Optional notification support

To enable OSS support, you will need to run the script like this:
OSS=yes ./volumeicon.SlackBuild
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.

To enable notifications, you will need to run the script like this:
NOTIFY=yes ./volumeicon.SlackBuild

To build the GTK2 version (GTK3 is upstream default), the script can be run as:
GTK2=yes ./volumeicon.SlackBuild