diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-23 12:55:29 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-25 19:46:27 +0100 |
commit | 37af7766ff3709a5bd144c3b0d877d7f41701165 (patch) | |
tree | 031647cf83705a306ac61daf0d1e04827cd7fd9f /meta-oe/recipes-multimedia | |
parent | fc412bff8130774c7c79496806bc3694b1f02c81 (diff) | |
download | meta-openembedded-37af7766ff3709a5bd144c3b0d877d7f41701165.tar.gz |
pavucontrol: upgrade to 1.0
* also fixes build without lynx:
| make[2]: Entering directory `/OE/shr-core/tmp-eglibc/work/x86_64-oe-linux/pavucontrol/0.9.10+git-r1/git/doc'
| make[2]: *** No rule to make target `README', needed by `all-am'. Stop.
| make[2]: Leaving directory `/OE/shr-core/tmp-eglibc/work/x86_64-oe-linux/pavucontrol/0.9.10+git-r1/git/doc'
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia')
-rw-r--r-- | meta-oe/recipes-multimedia/pulseaudio/pavucontrol_1.0.bb | 13 | ||||
-rw-r--r-- | meta-oe/recipes-multimedia/pulseaudio/pavucontrol_git.bb | 17 |
2 files changed, 13 insertions, 17 deletions
diff --git a/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_1.0.bb b/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_1.0.bb new file mode 100644 index 000000000..b648351ca --- /dev/null +++ b/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_1.0.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | DESCRIPTION = "PulseAudio 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 | SRC_URI = "http://freedesktop.org/software/pulseaudio/${BPN}/${BP}.tar.xz" | ||
10 | SRC_URI[md5sum] = "0ab6b13542af9b4417438527d2524316" | ||
11 | SRC_URI[sha256sum] = "3dbe2865b6e3a195a8951967d9234f62cd254c30b08bdea1ecf8997b58f68cde" | ||
12 | |||
13 | EXTRA_OECONF = " --disable-gtk3 --disable-lynx " | ||
diff --git a/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_git.bb b/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_git.bb deleted file mode 100644 index 0975e9ba3..000000000 --- a/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_git.bb +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
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 | |||