pavucontrol: upgrade to 1.0
authorMartin Jansa <Martin.Jansa@gmail.com>
Sun, 23 Dec 2012 11:55:29 +0000 (12:55 +0100)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:26:42 +0000 (08:26 -0800)
* 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'

(From meta-openembedded rev: 37af7766ff3709a5bd144c3b0d877d7f41701165)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_1.0.bb [new file with mode: 0644]
meta-openembedded/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_git.bb [deleted file]

diff --git a/meta-openembedded/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_1.0.bb b/meta-openembedded/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_1.0.bb
new file mode 100644 (file)
index 0000000..b648351
--- /dev/null
@@ -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 "
diff --git a/meta-openembedded/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_git.bb b/meta-openembedded/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_git.bb
deleted file mode 100644 (file)
index 0975e9b..0000000
+++ /dev/null
@@ -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 "
-
-