From: Tanu Kaskinen <tanu.kaskinen@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Cc: Tanu Kaskinen <tanu.kaskinen@linux.intel.com>
Subject: [PATCH v2 0/5] Enable PulseAudio in Sato images
Date: Fri, 22 May 2015 17:15:39 +0300 [thread overview]
Message-ID: <cover.1432303757.git.tanu.kaskinen@linux.intel.com> (raw)
Changes in v2:
- Mention meta-guacamayo and meta-webos as sources in the
alsa-plugins patch commit message.
- Fixed a typo ("REDPENDS") in the pulseaudio recipe.
- Dropped file://${COREBASE}/LICENSE from LIC_FILES_CHKSUM in the
pulseaudio-client-conf-sato recipe.
- Inherit allarch in pulseaudio-client-conf-sato.
- Dropped the alsa-plugins-dev package.
- Added a pulseaudio patch for loading configuration fragments from
/etc/pulse/client.conf.d.
- Changed client.conf packaging so that the default version is
shipped in the libpulse package as before, and
pulseaudio-client-conf-sato installs the Sato specific
configuration in /etc/pulse/client.conf.d/50-sato.conf.
The following changes since commit c78eb923c20533a1b9fbab462c809b2652fac425:
xvinfo: upgrade to 1.1.3 (2015-05-21 10:48:48 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib tanuk/sato-pulseaudio-v2
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sato-pulseaudio-v2
Tanu Kaskinen (5):
alsa-plugins: initial recipe
pulseaudio: client-conf: Add allow-autospawn-for-root
pulseaudio: conf-parser: add support for .d directories
pulseaudio-client-conf-sato: initial recipe
packagegroup-core-x11-sato: add PulseAudio
.../recipes-multimedia/alsa/alsa-plugins_1.0.29.bb | 100 +++++++++++
meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 5 +
...-client-conf-Add-allow-autospawn-for-root.patch | 92 ++++++++++
...onf-parser-add-support-for-.d-directories.patch | 196 +++++++++++++++++++++
.../pulseaudio/pulseaudio_6.0.bb | 2 +
.../packagegroups/packagegroup-core-x11-sato.bb | 2 +
.../pulseaudio-client-conf-sato/50-sato.conf | 7 +
.../pulseaudio-client-conf-sato_1.bb | 17 ++
8 files changed, 421 insertions(+)
create mode 100644 meta/recipes-multimedia/alsa/alsa-plugins_1.0.29.bb
create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio/0001-client-conf-Add-allow-autospawn-for-root.patch
create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio/0001-conf-parser-add-support-for-.d-directories.patch
create mode 100644 meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato/50-sato.conf
create mode 100644 meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb
--
1.9.3
next reply other threads:[~2015-05-22 14:15 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-22 14:15 Tanu Kaskinen [this message]
2015-05-22 14:15 ` [PATCH v2 1/5] alsa-plugins: initial recipe Tanu Kaskinen
2015-05-22 14:44 ` Paul Eggleton
2015-05-22 15:00 ` Tanu Kaskinen
2015-05-22 15:18 ` Burton, Ross
2015-05-22 15:24 ` Tanu Kaskinen
2015-05-22 14:15 ` [PATCH v2 2/5] pulseaudio: client-conf: Add allow-autospawn-for-root Tanu Kaskinen
2015-05-22 14:15 ` [PATCH v2 3/5] pulseaudio: conf-parser: add support for .d directories Tanu Kaskinen
2015-05-22 14:15 ` [PATCH v2 4/5] pulseaudio-client-conf-sato: initial recipe Tanu Kaskinen
2015-05-22 14:15 ` [PATCH v2 5/5] packagegroup-core-x11-sato: add PulseAudio Tanu Kaskinen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1432303757.git.tanu.kaskinen@linux.intel.com \
--to=tanu.kaskinen@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.