[meego-commits] 10881: Changes to devel:multimedia:pa-0.9.19/pulseaudio
fbarthesx
no_reply at build.meego.com
Mon Dec 13 14:59:09 UTC 2010
Hi,
I have made the following changes to pulseaudio in project devel:multimedia:pa-0.9.19. Please review and accept ASAP.
Thank You,
fbarthesx
[This message was auto-generated]
---
Request #10881:
submit: home:fbarthesx:branches:devel:multimedia:pa-0.9.19/pulseaudio(r2)(cleanup) -> devel:multimedia:pa-0.9.19/pulseaudio
Message:
Patches-for-sync-with-OBS-pa-0.9.19 (BMC#11176)
State: new 2010-12-13T06:59:08 fbarthesx
Comment: None
changes files:
--------------
--- pulseaudio.changes
+++ pulseaudio.changes
@@ -0,0 +1,4 @@
+* Mon 13 Dec 2010 Fabien Barthes <fabienx.barthes at intel.com> - 0.9.19
+- Patches-for-sync-with-OBS-pa-0.9.19 (BMC#11176)
+ pa-0.9.19-mfld-sync-with-official-pa.path
+
new:
----
pa-0.9.19-mfld-sync-with-official-pa.path
spec files:
-----------
--- pulseaudio.spec
+++ pulseaudio.spec
@@ -8,7 +8,7 @@
Name: pulseaudio
Summary: Improved Linux sound server
Version: 0.9.19
-Release: 1
+Release: 1.1
Group: System/Daemons
License: LGPLv2+
URL: http://pulseaudio.org
@@ -28,6 +28,7 @@
Patch5: pa-0.9.19-svolume-arm.patch
Patch6: pa-0.9.19-fix-build-with-fweb.patch
Patch7: fix-122-CVE-insecure-temporary-file-creation.patch
+Patch8: pa-0.9.19-mfld-sync-with-official-pa.path
Requires: udev >= 145-3
Requires: rtkit
Requires(post): /sbin/ldconfig
@@ -116,6 +117,8 @@
%patch6 -p1
# fix-122-CVE-insecure-temporary-file-creation.patch
%patch7 -p1
+# Pulseaudio-Patches-for-sync-with-OBS-pa-0.9.19
+%patch8 -p1
# >> setup
# << setup
other changes:
--------------
++++++ pa-0.9.19-mfld-sync-with-official-pa.path (new)
--- pa-0.9.19-mfld-sync-with-official-pa.path
+++ pa-0.9.19-mfld-sync-with-official-pa.path
+From 9e4747dc7eeca0fcc6131eb38d9795a7ed4955e6 Mon Sep 17 00:00:00 2001
+From: FBarthes <fabienx.barthes at intel.com>
+Date: Mon, 13 Dec 2010 11:31:37 +0100
+Subject: [PATCH] Pulseaudio : Patches for sync with OBS pa-0.9.19
+
+Add somes files on official pa-0.9.19 for preparing a patch to deliver
+linked to job work BMC#11176
+Signed-off-by: FBarthes <fabienx.barthes at intel.com>
+---
+ .../mixer/samples/ATI IXP--Realtek ALC655 rev 0 | 150 +
+ .../alsa/mixer/samples/Brooktree Bt878--Bt87x | 24 +
+ .../Ensoniq AudioPCI--Cirrus Logic CS4297A rev 3 | 135 +
+ .../alsa/mixer/samples/HDA ATI HDMI--ATI R6xx HDMI | 4 +
+ .../mixer/samples/HDA Intel--Analog Devices AD1981 | 62 +
+ .../alsa/mixer/samples/HDA Intel--Realtek ALC889A | 113 +
+ .../Intel 82801CA-ICH3--Analog Devices AD1881A | 128 +
+ .../mixer/samples/Logitech USB Speaker--USB Mixer | 27 +
+ .../alsa/mixer/samples/USB Audio--USB Mixer | 37 +
+ .../samples/USB Device 0x46d:0x9a4--USB Mixer | 5 +
+ .../mixer/samples/VIA 8237--Analog Devices AD1888 | 211 +
+ .../VIA 8237--C-Media Electronics CMI9761A+ | 160 +
+ src/modules/module-waveout.c | 647 +++
+ src/modules/rtp/rfc2327.txt | 2355 ++++++++
+ src/modules/rtp/rfc2974.txt | 1011 ++++
+ src/modules/rtp/rfc3550.txt | 5827 ++++++++++++++++++++
+ src/modules/rtp/rfc3551.txt | 2467 +++++++++
+ src/pulsecore/shmasyncq.c | 220 +
+ src/pulsecore/shmasyncq.h | 60 +
+ src/tests/volume-ui.py | 282 +
+ 20 files changed, 13925 insertions(+), 0 deletions(-)
+ create mode 100644 src/modules/alsa/mixer/samples/ATI IXP--Realtek ALC655 rev 0
+ create mode 100644 src/modules/alsa/mixer/samples/Brooktree Bt878--Bt87x
+ create mode 100644 src/modules/alsa/mixer/samples/Ensoniq AudioPCI--Cirrus Logic CS4297A rev 3
+ create mode 100644 src/modules/alsa/mixer/samples/HDA ATI HDMI--ATI R6xx HDMI
+ create mode 100644 src/modules/alsa/mixer/samples/HDA Intel--Analog Devices AD1981
+ create mode 100644 src/modules/alsa/mixer/samples/HDA Intel--Realtek ALC889A
+ create mode 100644 src/modules/alsa/mixer/samples/Intel 82801CA-ICH3--Analog Devices AD1881A
+ create mode 100644 src/modules/alsa/mixer/samples/Logitech USB Speaker--USB Mixer
+ create mode 100644 src/modules/alsa/mixer/samples/USB Audio--USB Mixer
+ create mode 100644 src/modules/alsa/mixer/samples/USB Device 0x46d:0x9a4--USB Mixer
+ create mode 100644 src/modules/alsa/mixer/samples/VIA 8237--Analog Devices AD1888
+ create mode 100644 src/modules/alsa/mixer/samples/VIA 8237--C-Media Electronics CMI9761A+
+ create mode 100644 src/modules/module-waveout.c
+ create mode 100644 src/modules/rtp/rfc2327.txt
+ create mode 100644 src/modules/rtp/rfc2974.txt
+ create mode 100644 src/modules/rtp/rfc3550.txt
+ create mode 100644 src/modules/rtp/rfc3551.txt
+ create mode 100644 src/pulsecore/shmasyncq.c
+ create mode 100644 src/pulsecore/shmasyncq.h
+ create mode 100644 src/tests/volume-ui.py
+
+diff --git a/src/modules/alsa/mixer/samples/ATI IXP--Realtek ALC655 rev 0 b/src/modules/alsa/mixer/samples/ATI IXP--Realtek ALC655 rev 0
+new file mode 100644
+index 0000000..082c9a1
+--- /dev/null
++++ b/src/modules/alsa/mixer/samples/ATI IXP--Realtek ALC655 rev 0
+@@ -0,0 +1,150 @@
++Simple mixer control 'Master',0
++ Capabilities: pvolume pswitch pswitch-joined
++ Playback channels: Front Left - Front Right
++ Limits: Playback 0 - 31
++ Mono:
++ Front Left: Playback 29 [94%] [-3.00dB] [on]
++ Front Right: Playback 29 [94%] [-3.00dB] [on]
++Simple mixer control 'Master Mono',0
++ Capabilities: pvolume pvolume-joined pswitch pswitch-joined
++ Playback channels: Mono
++ Limits: Playback 0 - 31
++ Mono: Playback 0 [0%] [-46.50dB] [off]
++Simple mixer control 'PCM',0
++ Capabilities: pvolume pswitch pswitch-joined
++ Playback channels: Front Left - Front Right
++ Limits: Playback 0 - 31
++ Mono:
++ Front Left: Playback 23 [74%] [0.00dB] [on]
++ Front Right: Playback 23 [74%] [0.00dB] [on]
++Simple mixer control 'Surround',0
++ Capabilities: pvolume pswitch
++ Playback channels: Front Left - Front Right
++ Limits: Playback 0 - 31
++ Mono:
++ Front Left: Playback 0 [0%] [-46.50dB] [off]
++ Front Right: Playback 0 [0%] [-46.50dB] [off]
++Simple mixer control 'Surround Jack Mode',0
++ Capabilities: enum
++ Items: 'Shared' 'Independent'
++ Item0: 'Shared'
++Simple mixer control 'Center',0
++ Capabilities: pvolume pvolume-joined pswitch pswitch-joined
++ Playback channels: Mono
++ Limits: Playback 0 - 31
++ Mono: Playback 0 [0%] [-46.50dB] [off]
++Simple mixer control 'LFE',0
++ Capabilities: pvolume pvolume-joined pswitch pswitch-joined
++ Playback channels: Mono
++ Limits: Playback 0 - 31
++ Mono: Playback 0 [0%] [-46.50dB] [off]
++Simple mixer control 'Line',0
++ Capabilities: pvolume pswitch pswitch-joined cswitch cswitch-exclusive
++ Capture exclusive group: 0
++ Playback channels: Front Left - Front Right
++ Capture channels: Front Left - Front Right
++ Limits: Playback 0 - 31
++ Front Left: Playback 0 [0%] [-34.50dB] [off] Capture [off]
++ Front Right: Playback 0 [0%] [-34.50dB] [off] Capture [off]
++Simple mixer control 'CD',0
++ Capabilities: pvolume pswitch pswitch-joined cswitch cswitch-exclusive
++ Capture exclusive group: 0
++ Playback channels: Front Left - Front Right
++ Capture channels: Front Left - Front Right
++ Limits: Playback 0 - 31
++ Front Left: Playback 0 [0%] [-34.50dB] [off] Capture [off]
++ Front Right: Playback 0 [0%] [-34.50dB] [off] Capture [off]
++Simple mixer control 'Mic',0
++ Capabilities: pvolume pvolume-joined pswitch pswitch-joined cswitch cswitch-exclusive
++ Capture exclusive group: 0
++ Playback channels: Mono
++ Capture channels: Front Left - Front Right
++ Limits: Playback 0 - 31
++ Mono: Playback 0 [0%] [-34.50dB] [off]
++ Front Left: Capture [on]
++ Front Right: Capture [on]
++Simple mixer control 'Mic Boost (+20dB)',0
++ Capabilities: pswitch pswitch-joined
++ Playback channels: Mono
++ Mono: Playback [off]
++Simple mixer control 'Mic Select',0
++ Capabilities: enum
++ Items: 'Mic1' 'Mic2'
++ Item0: 'Mic1'
++Simple mixer control 'Video',0
++ Capabilities: cswitch cswitch-exclusive
++ Capture exclusive group: 0
++ Capture channels: Front Left - Front Right
++ Front Left: Capture [off]
++ Front Right: Capture [off]
++Simple mixer control 'Phone',0
++ Capabilities: pvolume pvolume-joined pswitch pswitch-joined cswitch cswitch-exclusive
++ Capture exclusive group: 0
++ Playback channels: Mono
++ Capture channels: Front Left - Front Right
++ Limits: Playback 0 - 31
++ Mono: Playback 31 [100%] [12.00dB] [off]
++ Front Left: Capture [off]
++ Front Right: Capture [off]
++Simple mixer control 'IEC958',0
++ Capabilities: pswitch pswitch-joined cswitch cswitch-joined
++ Playback channels: Mono
++ Capture channels: Mono
++ Mono: Playback [off] Capture [off]
++Simple mixer control 'IEC958 Playback AC97-SPSA',0
++ Capabilities: volume volume-joined
++ Playback channels: Mono
++ Capture channels: Mono
++ Limits: 0 - 3
++ Mono: 0 [0%]
++Simple mixer control 'IEC958 Playback Source',0
++ Capabilities: enum
++ Items: 'PCM' 'Analog In' 'IEC958 In'
++ Item0: 'PCM'
++Simple mixer control 'PC Speaker',0
++ Capabilities: pvolume pvolume-joined pswitch pswitch-joined
++ Playback channels: Mono
++ Limits: Playback 0 - 15
++ Mono: Playback 0 [0%] [-45.00dB] [on]
++Simple mixer control 'Aux',0
++ Capabilities: pvolume pswitch pswitch-joined cswitch cswitch-exclusive
++ Capture exclusive group: 0
++ Playback channels: Front Left - Front Right
++ Capture channels: Front Left - Front Right
++ Limits: Playback 0 - 31
++ Front Left: Playback 0 [0%] [-34.50dB] [on] Capture [off]
++ Front Right: Playback 0 [0%] [-34.50dB] [on] Capture [off]
++Simple mixer control 'Mono Output Select',0
++ Capabilities: enum
++ Items: 'Mix' 'Mic'
++ Item0: 'Mix'
++Simple mixer control 'Capture',0
++ Capabilities: cvolume cswitch cswitch-joined
++ Capture channels: Front Left - Front Right
++ Limits: Capture 0 - 15
++ Front Left: Capture 12 [80%] [18.00dB] [on]
++ Front Right: Capture 12 [80%] [18.00dB] [on]
++Simple mixer control 'Mix',0
++ Capabilities: cswitch cswitch-exclusive
++ Capture exclusive group: 0
++ Capture channels: Front Left - Front Right
++ Front Left: Capture [off]
++ Front Right: Capture [off]
++Simple mixer control 'Mix Mono',0
++ Capabilities: cswitch cswitch-exclusive
++ Capture exclusive group: 0
++ Capture channels: Front Left - Front Right
++ Front Left: Capture [off]
++ Front Right: Capture [off]
++Simple mixer control 'Channel Mode',0
++ Capabilities: enum
++ Items: '2ch' '4ch' '6ch'
(13901 more lines skipped)
++++++ pulseaudio.yaml
--- pulseaudio.yaml
+++ pulseaudio.yaml
@@ -1,7 +1,7 @@
Name: pulseaudio
Summary: Improved Linux sound server
Version: 0.9.19
-Release: 1
+Release: 1.1
Group: System/Daemons
License: LGPLv2+
URL: http://pulseaudio.org
@@ -23,6 +23,7 @@
- pa-0.9.19-svolume-arm.patch
- pa-0.9.19-fix-build-with-fweb.patch
- fix-122-CVE-insecure-temporary-file-creation.patch
+ - pa-0.9.19-mfld-sync-with-official-pa.path
Description: |
PulseAudio is a sound server for Linux and other Unix like operating
systems. It is intended to be an improved drop-in replacement for the
More information about the MeeGo-commits
mailing list