diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-22 19:55:41 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-06-22 19:55:41 +0200 |
commit | 2efbc18b22bf2d338a78e061061c1c93a1fd3f85 (patch) | |
tree | 4688e102f57ec2a0aa8cb1f3f31a8e06c9ac40f8 /recipes | |
parent | 62720413fea17c1dc380c901cab8d356892a6b2e (diff) |
pavucontrol: add 0.9.8
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/pulseaudio/pavucontrol_0.9.8.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/pulseaudio/pavucontrol_0.9.8.bb b/recipes/pulseaudio/pavucontrol_0.9.8.bb new file mode 100644 index 0000000000..6766e916c7 --- /dev/null +++ b/recipes/pulseaudio/pavucontrol_0.9.8.bb @@ -0,0 +1,9 @@ +DESCRIPTION = "ulseAudio Volume Control (pavucontrol) is a simple GTK based volume control tool ("mixer") for the PulseAudio sound server." +LICENSE = "GPLv2" +DEPENDS = "libglademm libcanberra gtk+ libnotify gconf pulseaudio" + +inherit gnome + +SRC_URI = "http://0pointer.de/lennart/projects/${PN}/${PN}-${PV}.tar.gz" + + |