diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-12 12:24:48 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-12 12:25:24 +0200 |
| commit | 08387cab2577dc0e0181ad35bd667a4168d0b14a (patch) | |
| tree | 450c39b2358b5524b7b7bf3fcce8c8314cb55703 | |
| parent | b29256e4f0834adc78396b82117c78d1c2073d21 (diff) | |
| download | meta-openembedded-08387cab2577dc0e0181ad35bd667a4168d0b14a.tar.gz | |
pavucontrol: add 0.9.10+git
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
| -rw-r--r-- | meta-oe/recipes-multimedia/pulseaudio/pavucontrol_git.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_git.bb b/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_git.bb new file mode 100644 index 0000000000..0975e9ba39 --- /dev/null +++ b/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_git.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "ulseAudio Volume Control (pavucontrol) is a simple GTK based volume control tool ("mixer") for the PulseAudio sound server." | ||
| 2 | LICENSE = "GPLv2" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" | ||
| 4 | |||
| 5 | DEPENDS = "intltool gtkmm libcanberra pulseaudio" | ||
| 6 | |||
| 7 | inherit gnome | ||
| 8 | |||
| 9 | PV = "0.9.10+git" | ||
| 10 | |||
| 11 | SRCREV = "50efee1180a785f297ce6dc38b349ee7e28c8129" | ||
| 12 | SRC_URI = "git://anongit.freedesktop.org/pulseaudio/pavucontrol;protocol=git" | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | EXTRA_OECONF = " --disable-gtk3 " | ||
| 16 | |||
| 17 | |||
