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:
Martin Jansa 2012-12-23 12:55:29 +01:00
parent fc412bff81
commit 37af7766ff
2 changed files with 13 additions and 17 deletions

View 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 "

View File

@ -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 "