All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pulseaudio: Switch to version version 0.9.22 for Angstrom 2011.03
@ 2011-07-09  0:21 Joel A Fernandes
  2011-07-09  0:27 ` Joel A Fernandes
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Joel A Fernandes @ 2011-07-09  0:21 UTC (permalink / raw)
  To: openembedded-devel
  Cc: joelagnel, Colin Guthrie, beagleboard, smcnam, Paul Menzel,
	Joel A Fernandes, k-kooi, jdk

This fixes all the issues noticed earlier with pulseaudio 0.9.15:
 * Pulseaudio keeping audio devices busy when run as per-user instance
 * Failure of pactl, pacmd etc to connect to the pulseaudio server

Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com>
---
Notes:
* This has to go into the OpenEmbedded 2011.03-maintenance branch as there is no such configration file in the master branch
* Please ignore the earlier patch "pulseaudio: Run as system-wide instance instead of per-user"

Applying this and the patch titled "beagleboard-test-scripts: Add a script flash-fs.sh for flashing NAND" will mark the
"Alpha" build of the C5 image. Can this be tagged?

Things to go into "Beta":
* User button fixes (kernel and flashing scripts)
* U-boot fixes for EHCI timeouts when doing a tftpboot

 conf/distro/angstrom-2008.1.conf                   |    3 +++
 .../include/angstrom-2008-preferred-versions.inc   |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf
index ae1ed4c..7b4f25a 100644
--- a/conf/distro/angstrom-2008.1.conf
+++ b/conf/distro/angstrom-2008.1.conf
@@ -121,6 +121,9 @@ PREFERRED_VERSION_binutils_avr32 = "2.17"
 PREFERRED_VERSION_binutils-cross_avr32 = "2.17"
 PREFERRED_VERSION_binutils-cross-sdk_avr32 = "2.17"
 
+ANGSTROM_PULSEAUDIO_VERSION		= "0.9.15"
+ANGSTROM_PULSEAUDIO_VERSION_armv7a	= "0.9.22"
+
 PREFERRED_PROVIDER_dbus-glib             = "dbus-glib"
 PREFERRED_PROVIDER_hotplug               = "udev"
 PREFERRED_PROVIDER_opkg                 ?= "opkg"
diff --git a/conf/distro/include/angstrom-2008-preferred-versions.inc b/conf/distro/include/angstrom-2008-preferred-versions.inc
index b5b524a..e4b8bf1 100644
--- a/conf/distro/include/angstrom-2008-preferred-versions.inc
+++ b/conf/distro/include/angstrom-2008-preferred-versions.inc
@@ -44,7 +44,7 @@ PREFERRED_VERSION_pango-native     = "1.24.4"
 #PREFERRED_VERSION_pixman	= "0.13.2"
 PREFERRED_VERSION_pkgconfig	= "0.23"
 PREFERRED_VERSION_pkgconfig-native = "0.23"
-PREFERRED_VERSION_pulseaudio 	= "0.9.15"
+PREFERRED_VERSION_pulseaudio 	= "${ANGSTROM_PULSEAUDIO_VERSION}"
 PREFERRED_VERSION_python-pycairo = "1.8.0"
 PREFERRED_VERSION_qt4-tools-native = "${ANGSTROM_QT_VERSION}"
 PREFERRED_VERSION_qt4-tools-sdk = "${ANGSTROM_QT_VERSION}"
-- 
1.7.0.4




^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-07-11 14:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-09  0:21 [PATCH] pulseaudio: Switch to version version 0.9.22 for Angstrom 2011.03 Joel A Fernandes
2011-07-09  0:27 ` Joel A Fernandes
2011-07-09  9:37 ` [2011.03-maintenance] " Koen Kooi
2011-07-11 14:40   ` Tom Rini
2011-07-09 10:09 ` Paul Menzel
2011-07-09 21:51   ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.