mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
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>
This commit is contained in:
parent
fc412bff81
commit
37af7766ff
13
meta-oe/recipes-multimedia/pulseaudio/pavucontrol_1.0.bb
Normal file
13
meta-oe/recipes-multimedia/pulseaudio/pavucontrol_1.0.bb
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
DESCRIPTION = "PulseAudio Volume Control (pavucontrol) is a simple GTK based volume control tool ("mixer") for the PulseAudio sound server."
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
|
||||
|
||||
DEPENDS = "intltool gtkmm libcanberra pulseaudio"
|
||||
|
||||
inherit gnome
|
||||
|
||||
SRC_URI = "http://freedesktop.org/software/pulseaudio/${BPN}/${BP}.tar.xz"
|
||||
SRC_URI[md5sum] = "0ab6b13542af9b4417438527d2524316"
|
||||
SRC_URI[sha256sum] = "3dbe2865b6e3a195a8951967d9234f62cd254c30b08bdea1ecf8997b58f68cde"
|
||||
|
||||
EXTRA_OECONF = " --disable-gtk3 --disable-lynx "
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
DESCRIPTION = "ulseAudio Volume Control (pavucontrol) is a simple GTK based volume control tool ("mixer") for the PulseAudio sound server."
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
|
||||
|
||||
DEPENDS = "intltool gtkmm libcanberra pulseaudio"
|
||||
|
||||
inherit gnome
|
||||
|
||||
PV = "0.9.10+git"
|
||||
|
||||
SRCREV = "50efee1180a785f297ce6dc38b349ee7e28c8129"
|
||||
SRC_URI = "git://anongit.freedesktop.org/pulseaudio/pavucontrol;protocol=git"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OECONF = " --disable-gtk3 "
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user