Accepting request 224544 from home:oholecek:branches:multimedia:libs

update to final PA 5.0

OBS-URL: https://build.opensuse.org/request/show/224544
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=139
This commit is contained in:
Sascha Peilicke 2014-03-04 11:10:06 +00:00 committed by Git OBS Bridge
parent 79cd21e6e2
commit 0888d52a91
5 changed files with 18 additions and 42 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:97786c7f2de0355a935362fa64b9c8695e93ae1152bd63844f7a79fbd43a9192
size 1444360

3
pulseaudio-5.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:99c13a8b1249ddbd724f195579df79484e9af6418cecf6a15f003a7f36caf939
size 1455428

View File

@ -1,33 +0,0 @@
From 3152226502014129d03a50564b1914ce267817f9 Mon Sep 17 00:00:00 2001
From: Arun Raghavan <arun@accosted.net>
Date: Mon, 17 Feb 2014 11:02:40 +0000
Subject: Revert "protocol-native: Don't enumerate unlinked sinks and sources"
This reverts commit bd0bd9143f8159e5475b1295e30ec026ff0b6fef.
---
diff --git a/src/pulsecore/protocol-native.c b/src/pulsecore/protocol-native.c
index 80e72a8..41b4b50 100644
--- a/src/pulsecore/protocol-native.c
+++ b/src/pulsecore/protocol-native.c
@@ -3588,13 +3588,11 @@ static void command_get_info_list(pa_pdispatch *pd, uint32_t command, uint32_t t
if (i) {
PA_IDXSET_FOREACH(p, i, idx) {
- if (command == PA_COMMAND_GET_SINK_INFO_LIST) {
- if (PA_SINK_IS_LINKED(((pa_sink *)p)->state))
- sink_fill_tagstruct(c, reply, p);
- } else if (command == PA_COMMAND_GET_SOURCE_INFO_LIST) {
- if (PA_SOURCE_IS_LINKED(((pa_source *)p)->state))
- source_fill_tagstruct(c, reply, p);
- } else if (command == PA_COMMAND_GET_CLIENT_INFO_LIST)
+ if (command == PA_COMMAND_GET_SINK_INFO_LIST)
+ sink_fill_tagstruct(c, reply, p);
+ else if (command == PA_COMMAND_GET_SOURCE_INFO_LIST)
+ source_fill_tagstruct(c, reply, p);
+ else if (command == PA_COMMAND_GET_CLIENT_INFO_LIST)
client_fill_tagstruct(c, reply, p);
else if (command == PA_COMMAND_GET_CARD_INFO_LIST)
card_fill_tagstruct(c, reply, p);
--
cgit v0.9.0.2-2-gbebe

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Mar 3 16:32:10 UTC 2014 - oholecek@suse.com
- Update to 5.0 final
+ BlueZ 5 support (A2DP only)
+ Reimplementation of the tunnel modules
+ Native log target support for systemd-journal
+ Many bug fixes
- Remove pulseaudio-revert-protocol-native.patch, included upstream
- Lower required alsa-lib version to 1.0.19
(stated in notes for packagers)
-------------------------------------------------------------------
Wed Feb 26 10:21:23 UTC 2014 - seife+obs@b1-systems.com

View File

@ -17,9 +17,9 @@
Name: pulseaudio
Version: 4.99.4
Version: 5.0
Release: 0
%define drvver 4.99
%define drvver 5.0
%define soname 0
%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
%define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
@ -42,9 +42,7 @@ Source99: baselibs.conf
Patch0: disabled-start.diff
Patch1: suppress-socket-error-msg.diff
Patch2: pulseaudio-wrong-memset.patch
# PATCH-FIX-UPSTREAM pulseaudio-revert-protocol-native.patch zaitor@opensuse.org -- Revert a commit from 4.99.4 release, patch taken from upstream git.
Patch3: pulseaudio-revert-protocol-native.patch
BuildRequires: alsa-devel >= 1.0.24
BuildRequires: alsa-devel >= 1.0.19
# require only minimal bluez, if we are on bluez 5 we will determine in %build phase
BuildRequires: bluez-devel >= 4.99
BuildRequires: doxygen
@ -293,7 +291,6 @@ This package contains GDM integration hooks for the PulseAudio sound server.
%patch0
%patch1 -p1
%patch2
%patch3 -p1
%build
%configure \