SHA256
1
0
forked from pool/pulseaudio

Accepting request 223580 from home:Zaitor:branches:multimedia:libs

- Update to version 4.99.4:
  + sink-input, source-output: Don't crash if format negotiation
    fails.
  + man:
    - pulse-cli-syntax: Document the "journal" log target.
    - Improve man page and help for cmdline options.
  + dbus: Use correct idxset when getting sources.
  + source: Increase max outputs per source
  + protocol-native: Fix a crash
  + thread-win32: Implement pa_thread_free_nojoin()
  + Updated translations.
- Add pulseaudio-revert-protocol-native.patch: Don't enumerate
  unlinked sinks and sources".

OBS-URL: https://build.opensuse.org/request/show/223580
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=137
This commit is contained in:
2014-02-24 16:39:02 +00:00
committed by Git OBS Bridge
parent 8654e0817d
commit 870bad499b
5 changed files with 58 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
Name: pulseaudio
Version: 4.99.3
Version: 4.99.4
Release: 0
%define drvver 4.99
%define soname 0
@@ -32,7 +32,7 @@ Summary: A Networked Sound Server
License: GPL-2.0+ and LGPL-2.1+
Group: System/Sound Daemons
Url: http://pulseaudio.org
Source: http://freedesktop.org/software/pulseaudio/releases/%{name}-%{version}.tar.xz
Source: http://www.freedesktop.org/software/pulseaudio/releases/%{name}-%{version}.tar.xz
Source1: default.pa-for-gdm
Source2: setup-pulseaudio
Source3: sysconfig.sound-pulseaudio
@@ -42,6 +42,8 @@ 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
# require only minimal bluez, if we are on bluez 5 we will determine in %build phase
BuildRequires: bluez-devel >= 4.99
@@ -291,6 +293,7 @@ This package contains GDM integration hooks for the PulseAudio sound server.
%patch0
%patch1 -p1
%patch2
%patch3 -p1
%build
%configure \