8.99.1-1
- pulseaudio-8.99.1 (#1335527) - disable webrtc support for now (waiting on #1335536)
This commit is contained in:
parent
7fed6a23da
commit
965197c167
@ -1,5 +1,5 @@
|
||||
%global pa_major 8.0
|
||||
#global pa_minor 0
|
||||
%global pa_major 8.99
|
||||
%global pa_minor 1
|
||||
|
||||
#global snap 20141103
|
||||
#global gitrel 327
|
||||
@ -7,7 +7,8 @@
|
||||
#global shortcommit (c=%{gitcommit}; echo ${c:0:5})
|
||||
|
||||
%ifarch %{ix86} x86_64 %{arm}
|
||||
%global with_webrtc 1
|
||||
# blocking on webrtc-0.2 update, http://bugzilla.redhat.com/1335536
|
||||
#global with_webrtc 1
|
||||
%endif
|
||||
|
||||
# https://bugzilla.redhat.com/983606
|
||||
@ -25,7 +26,7 @@
|
||||
Name: pulseaudio
|
||||
Summary: Improved Linux Sound Server
|
||||
Version: %{pa_major}%{?pa_minor:.%{pa_minor}}
|
||||
Release: 7%{?snap:.%{snap}git%{shortcommit}}%{?dist}
|
||||
Release: 1%{?snap:.%{snap}git%{shortcommit}}%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: http://www.freedesktop.org/wiki/Software/PulseAudio
|
||||
%if 0%{?gitrel}
|
||||
@ -104,7 +105,7 @@ BuildRequires: dbus-devel
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: pkgconfig(fftw3f)
|
||||
%if 0%{?with_webrtc}
|
||||
BuildRequires: webrtc-audio-processing-devel
|
||||
BuildRequires: pkgconfig(webrtc-audio-processing) >= 0.2
|
||||
%endif
|
||||
%if 0%{?tests}
|
||||
BuildRequires: pkgconfig(check)
|
||||
@ -581,6 +582,10 @@ exit 0
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu May 12 2016 Rex Dieter <rdieter@fedoraproject.org> - 8.99.1-1
|
||||
- pulseaudio-8.99.1 (#1335527)
|
||||
- disable webrtc support for now (waiting on #1335536)
|
||||
|
||||
* Fri May 06 2016 Rex Dieter <rdieter@fedoraproject.org> - 8.0-7
|
||||
- use %%tests macro, enable systemd socket activation (#1265720)
|
||||
|
||||
|
||||
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
8678442ba0bb4b4c33ac6f62542962df pulseaudio-8.0.tar.xz
|
||||
30fc667e0fa747c78caa7b79a78dc644 pulseaudio-8.0.tar.xz.md5
|
||||
ecccb7054ba418d24d18acabffd49340 pulseaudio-8.0.tar.xz.sha1
|
||||
8531a4296603cdb1ef10b6483317b94f pulseaudio-8.99.1.tar.xz
|
||||
c914f5e65ec89385714e4818e57b4e8a pulseaudio-8.99.1.tar.xz.md5
|
||||
e40e612f682fe9c49d87b1ce1a8eea6d pulseaudio-8.99.1.tar.xz.sha1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user