a49a02
%global pa_major   14.0
a49a02
#global pa_minor   0
6ce740
6ce740
#global snap       20141103
6ce740
#global gitrel     327
6ce740
#global gitcommit  aec811798cd883a454b9b5cd82c77831906bbd2d
6ce740
#global shortcommit (c=%{gitcommit}; echo ${c:0:5})
6ce740
6ce740
# webrtc bits go wonky without this
6ce740
# see also https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/JQQ66XJSIT2FGTK2YQY7AXMEH5IXMPUX/
6ce740
%undefine _strict_symbol_defs_build
6ce740
%global with_webrtc 1
6ce740
6ce740
# https://bugzilla.redhat.com/983606
6ce740
%global _hardened_build 1
6ce740
6ce740
## support systemd activation
6ce740
%global systemd 1
6ce740
6ce740
## comment to disable tests
6ce740
%global tests 1
6ce740
6ce740
# where/how to apply multilib hacks
6ce740
%global multilib_archs x86_64 %{ix86} ppc64 ppc s390x s390 sparc64 sparcv9 ppc64le
6ce740
6ce740
Name:           pulseaudio
6ce740
Summary:        Improved Linux Sound Server
6ce740
Version:        %{pa_major}%{?pa_minor:.%{pa_minor}}
a7afc7
Release:        4%{?snap:.%{snap}git%{shortcommit}}%{?dist}
6ce740
License:        LGPLv2+
6ce740
URL:            http://www.freedesktop.org/wiki/Software/PulseAudio
6ce740
%if 0%{?gitrel}
6ce740
# git clone git://anongit.freedesktop.org/pulseaudio/pulseaudio
6ce740
# cd pulseaudio; git reset --hard %{gitcommit}; ./autogen.sh; make; make distcheck
6ce740
Source0:        pulseaudio-%{version}-%{gitrel}-g%{shortcommit}.tar.xz
6ce740
%else
6ce740
Source0:        http://freedesktop.org/software/pulseaudio/releases/pulseaudio-%{version}.tar.xz
6ce740
Source1:        http://freedesktop.org/software/pulseaudio/releases/pulseaudio-%{version}.tar.xz.sha256
6ce740
%endif
6ce740
6ce740
Source5:        default.pa-for-gdm
6ce740
6ce740
# revert upstream commit to rely solely on autospawn for autostart, instead
6ce740
# include a fallback to manual launch when autospawn fails, like when
6ce740
# user disables autospawn, or logging in as root
6ce740
# valid even when using systemd socket activation too
6ce740
Patch201: pulseaudio-autostart.patch
6ce740
6ce740
# disable autospawn
6ce740
Patch206: pulseaudio-11.1-autospawn_disable.patch
6ce740
6ce740
## upstream patches
0356fa
Patch301: 0001-alsa-card-add-dynamic-priority-bonus-base-for-alsa-p.patch
a7afc7
Patch302: 0001-bluez5-do-NameHasOwner-before-using-org.bluez.patch
6ce740
6ce740
BuildRequires:  automake libtool
6ce740
BuildRequires:  gcc-c++
6ce740
BuildRequires:  pkgconfig(bash-completion)
6ce740
%global bash_completionsdir %(pkg-config --variable=completionsdir bash-completion 2>/dev/null || echo '/etc/bash_completion.d')
6ce740
BuildRequires:  m4
6ce740
BuildRequires:  libtool-ltdl-devel
6ce740
BuildRequires:  intltool
6ce740
BuildRequires:  pkgconfig
6ce740
BuildRequires:  doxygen
6ce740
BuildRequires:  xmltoman
6ce740
BuildRequires:  libsndfile-devel
6ce740
BuildRequires:  alsa-lib-devel
6ce740
BuildRequires:  glib2-devel
6ce740
BuildRequires:  gtk2-devel
6ce740
BuildRequires:  GConf2-devel
6ce740
BuildRequires:  avahi-devel
6ce740
%if 0%{?fedora}
6ce740
%global enable_lirc 1
6ce740
%global enable_jack 1
6ce740
%endif
6ce740
BuildRequires:  libatomic_ops-static, libatomic_ops-devel
6ce740
BuildRequires:  pkgconfig(bluez) >= 5.0
6ce740
BuildRequires:  sbc-devel
6ce740
BuildRequires:  libXt-devel
6ce740
BuildRequires:  xorg-x11-proto-devel
6ce740
BuildRequires:  libXtst-devel
6ce740
BuildRequires:  libXi-devel
6ce740
BuildRequires:  libSM-devel
6ce740
BuildRequires:  libX11-devel
6ce740
BuildRequires:  libICE-devel
6ce740
BuildRequires:  xcb-util-devel
6ce740
BuildRequires:  openssl-devel
6ce740
BuildRequires:  orc-devel
6ce740
BuildRequires:  libtdb-devel
6ce740
%if 0%{?fedora}
6ce740
BuildRequires:  pkgconfig(soxr)
6ce740
%endif
6ce740
BuildRequires:  pkgconfig(speexdsp) >= 1.2
6ce740
BuildRequires:  libasyncns-devel
6ce740
%if 0%{?systemd}
6ce740
BuildRequires:  systemd-devel >= 184
6ce740
BuildRequires:  systemd
6ce740
%{?systemd_requires}
6ce740
%endif
6ce740
BuildRequires:  dbus-devel
6ce740
BuildRequires:  libcap-devel
6ce740
BuildRequires:  pkgconfig(fftw3f)
6ce740
%if 0%{?with_webrtc}
6ce740
BuildRequires:  pkgconfig(webrtc-audio-processing) >= 0.2
6ce740
%endif
6ce740
%if 0%{?tests}
6ce740
BuildRequires:  pkgconfig(check)
6ce740
%endif
6ce740
6ce740
# retired along with -libs-zeroconf, add Obsoletes here for lack of anything better
6ce740
Obsoletes:      padevchooser < 1.0
6ce740
Requires(pre):  shadow-utils
6ce740
Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
6ce740
Requires:       rtkit
6ce740
e3865d
%if 0%{?fedora}
a49a02
# Virtual Provides to support swapping between PipeWire-PA and PA
a49a02
Provides:       pulseaudio-daemon
a49a02
Conflicts:      pulseaudio-daemon
e3865d
%endif
a49a02
6ce740
%description
6ce740
PulseAudio is a sound server for Linux and other Unix like operating
6ce740
systems. It is intended to be an improved drop-in replacement for the
6ce740
Enlightened Sound Daemon (ESOUND).
6ce740
6ce740
%package qpaeq
6ce740
Summary:	Pulseaudio equalizer interface
6ce740
Requires: 	%{name}%{?_isa} = %{version}-%{release}
6ce740
Requires:	python3-qt5
6ce740
Requires:	python3-dbus
6ce740
%description qpaeq
6ce740
qpaeq is a equalizer interface for pulseaudio's equalizer sinks.
6ce740
6ce740
%package esound-compat
6ce740
Summary:        PulseAudio EsounD daemon compatibility script
6ce740
Requires:       %{name}%{?_isa} = %{version}-%{release}
6ce740
%description esound-compat
6ce740
A compatibility script that allows applications to call /usr/bin/esd
6ce740
and start PulseAudio with EsounD protocol modules.
6ce740
6ce740
%if 0%{?enable_lirc}
6ce740
%package module-lirc
6ce740
Summary:        LIRC support for the PulseAudio sound server
6ce740
BuildRequires:  lirc-devel
6ce740
Requires:       %{name}%{?_isa} = %{version}-%{release}
6ce740
%description module-lirc
6ce740
LIRC volume control module for the PulseAudio sound server.
6ce740
%endif
6ce740
6ce740
%package module-x11
6ce740
Summary:        X11 support for the PulseAudio sound server
6ce740
Requires:       %{name}%{?_isa} = %{version}-%{release}
6ce740
Requires:       %{name}-utils
6ce740
6ce740
%description module-x11
6ce740
X11 bell and security modules for the PulseAudio sound server.
6ce740
6ce740
%package module-zeroconf
6ce740
Summary:        Zeroconf support for the PulseAudio sound server
6ce740
Requires:       %{name}%{?_isa} = %{version}-%{release}
6ce740
Requires:       %{name}-utils
6ce740
6ce740
%description module-zeroconf
6ce740
Zeroconf publishing module for the PulseAudio sound server.
6ce740
6ce740
%package module-bluetooth
6ce740
Summary:        Bluetooth support for the PulseAudio sound server
6ce740
Requires:       %{name}%{?_isa} = %{version}-%{release}
6ce740
Requires:       bluez >= 5.0
6ce740
6ce740
%description module-bluetooth
6ce740
Contains Bluetooth audio (A2DP/HSP/HFP) support for the PulseAudio sound server.
6ce740
6ce740
%if 0%{?enable_jack}
6ce740
%package module-jack
6ce740
Summary:        JACK support for the PulseAudio sound server
6ce740
BuildRequires:  jack-audio-connection-kit-devel
6ce740
Requires:       %{name}%{?_isa} = %{version}-%{release}
6ce740
%description module-jack
6ce740
JACK sink and source modules for the PulseAudio sound server.
6ce740
%endif
6ce740
6ce740
%package module-gconf
6ce740
Summary:        GConf support for the PulseAudio sound server
6ce740
Requires:       %{name}%{?_isa} = %{version}-%{release}
6ce740
6ce740
%description module-gconf
6ce740
GConf configuration backend for the PulseAudio sound server.
6ce740
6ce740
%package module-gsettings
6ce740
Summary:        Gsettings support for the PulseAudio sound server
6ce740
Requires:       %{name}%{?_isa} = %{version}-%{release}
6ce740
%description module-gsettings
6ce740
GSettings configuration backend for the PulseAudio sound server.
6ce740
6ce740
%package libs
6ce740
Summary:        Libraries for PulseAudio clients
6ce740
License:        LGPLv2+
6ce740
Obsoletes:      pulseaudio-libs-zeroconf < 1.1
6ce740
6ce740
%description libs
6ce740
This package contains the runtime libraries for any application that wishes
6ce740
to interface with a PulseAudio sound server.
6ce740
6ce740
%package libs-glib2
6ce740
Summary:        GLIB 2.x bindings for PulseAudio clients
6ce740
License:        LGPLv2+
6ce740
Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
6ce740
6ce740
%description libs-glib2
6ce740
This package contains bindings to integrate the PulseAudio client library with
6ce740
a GLIB 2.x based application.
6ce740
6ce740
%package libs-devel
6ce740
Summary:        Headers and libraries for PulseAudio client development
6ce740
License:        LGPLv2+
6ce740
Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
6ce740
Requires:       %{name}-libs-glib2%{?_isa} = %{version}-%{release}
6ce740
%description libs-devel
6ce740
Headers and libraries for developing applications that can communicate with
6ce740
a PulseAudio sound server.
6ce740
6ce740
%package utils
6ce740
Summary:        PulseAudio sound server utilities
6ce740
License:        LGPLv2+
6ce740
Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
6ce740
# when made non-multilib'd, https://bugzilla.redhat.com/891425
6ce740
Obsoletes:      pulseaudio-utils < 3.0-3
6ce740
6ce740
%description utils
6ce740
This package contains command line utilities for the PulseAudio sound server.
6ce740
6ce740
%prep
6ce740
%setup -q -T -b0 -n %{name}-%{version}%{?gitrel:-%{gitrel}-g%{shortcommit}}
6ce740
6ce740
## upstream patches
6ce740
6ce740
## upstreamable patches
6ce740
6ce740
%patch201 -p1 -b .autostart
6ce740
%if 0%{?systemd}
6ce740
%patch206 -p1 -b .autospawn_disable
6ce740
%endif
0356fa
%patch301 -p1 -b .301
a7afc7
%patch302 -p1 -b .302
6ce740
6ce740
sed -i.no_consolekit -e \
6ce740
  's/^load-module module-console-kit/#load-module module-console-kit/' \
6ce740
  src/daemon/default.pa.in
6ce740
6ce740
%if 0%{?gitrel:1}
6ce740
# fixup PACKAGE_VERSION that leaks into pkgconfig files and friends
6ce740
sed -i.PACKAGE_VERSION -e "s|^PACKAGE_VERSION=.*|PACKAGE_VERSION=\'%{version}\'|" configure
6ce740
%else
6ce740
## kill rpaths
6ce740
# needed for (at least) patch18
6ce740
NOCONFIGURE=1 ./bootstrap.sh
6ce740
6ce740
#if "%{_libdir}" != "/usr/lib"
6ce740
#sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
6ce740
#endif
6ce740
%endif
6ce740
6ce740
6ce740
%build
6ce740
%configure \
6ce740
  --disable-silent-rules \
6ce740
  --disable-static \
6ce740
  --disable-rpath \
6ce740
  --with-system-user=pulse \
6ce740
  --with-system-group=pulse \
6ce740
  --with-access-group=pulse-access \
6ce740
  --disable-oss-output \
6ce740
  %{?enable_jack:--enable-jack}%{!?enable_jack:--disable-jack} \
6ce740
  %{?enable_lirc:--enable-lirc}%{!?enable_lirc:--disable-lirc} \
6ce740
  --disable-tcpwrap \
6ce740
  --disable-bluez4 \
6ce740
  --enable-bluez5 \
6ce740
  --enable-gconf \
6ce740
  --enable-gsettings \
6ce740
%ifarch %{arm}
6ce740
  --disable-neon-opt \
6ce740
%endif
6ce740
%if 0%{?with_webrtc}
6ce740
  --enable-webrtc-aec \
6ce740
%endif
6ce740
  %{!?systemd:--disable-systemd-daemon} \
6ce740
  %{?tests:--enable-tests}
6ce740
6ce740
# we really should preopen here --preopen-mods=module-udev-detect.la, --force-preopen
6ce740
%make_build V=1
6ce740
6ce740
make doxygen
6ce740
6ce740
6ce740
%install
6ce740
%make_install
6ce740
6ce740
## padsp multilib hack alert
6ce740
%ifarch %{multilib_archs}
6ce740
pushd %{buildroot}%{_bindir}
6ce740
# make 32 bit version available as padsp-32
6ce740
# %%{_libdir} == /usr/lib may be a naive check for 32bit-ness
6ce740
# but should be the only case we care about here -- rex
6ce740
%if "%{_libdir}" == "/usr/lib"
6ce740
ln -s padsp padsp-32
6ce740
%else
6ce740
cp -a padsp padsp-32
6ce740
sed -i -e "s|%{_libdir}/pulseaudio/libpulsedsp.so|/usr/lib/pulseaudio/libpulsedsp.so|g" padsp-32
6ce740
%endif
6ce740
popd
6ce740
%endif
6ce740
6ce740
# upstream should use udev.pc
6ce740
mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/udev/rules.d
6ce740
mv -fv $RPM_BUILD_ROOT/lib/udev/rules.d/90-pulseaudio.rules $RPM_BUILD_ROOT%{_prefix}/lib/udev/rules.d
6ce740
6ce740
## unpackaged files
6ce740
# extraneous libtool crud
6ce740
rm -fv $RPM_BUILD_ROOT%{_libdir}/lib*.la
6ce740
rm -fv $RPM_BUILD_ROOT%{_libdir}/pulseaudio/lib*.la
6ce740
rm -fv $RPM_BUILD_ROOT%{_libdir}/pulse-%{pa_major}/modules/*.la
6ce740
# PA_MODULE_DEPRECATED("Please use module-udev-detect instead of module-detect!");
6ce740
rm -fv $RPM_BUILD_ROOT%{_libdir}/pulse-%{pa_major}/modules/module-detect.so
6ce740
6ce740
%find_lang %{name}
6ce740
6ce740
6ce740
%check
6ce740
%if 0%{?tests}
6ce740
%ifarch %{ix86} s390x
6ce740
# FIXME: i686 FAIL: cpu-remap-test
6ce740
# FIXME: s390x FAIL: core-util-test
6ce740
%global tests_nonfatal 1
6ce740
%endif
6ce740
%if 0%{?fedora}  || 0%{?rhel} > 7
6ce740
# regression'ish failures on rawhide, not worth failing build (for now) -- rex
6ce740
%global tests_nonfatal 1
6ce740
%endif
6ce740
%make_build check || TESTS_ERROR=$?
6ce740
if [ "${TESTS_ERROR}" != "" ]; then
6ce740
cat src/test-suite.log
6ce740
%{!?tests_nonfatal:exit $TESTS_ERROR}
6ce740
fi
6ce740
%endif
6ce740
6ce740
6ce740
%pre
6ce740
getent group pulse-access >/dev/null || groupadd -r pulse-access
6ce740
getent group pulse-rt >/dev/null || groupadd -r pulse-rt
6ce740
getent group pulse >/dev/null || groupadd -f -g 171 -r pulse
6ce740
if ! getent passwd pulse >/dev/null ; then
6ce740
    if ! getent passwd 171 >/dev/null ; then
6ce740
      useradd -r -u 171 -g pulse -d %{_localstatedir}/run/pulse -s /sbin/nologin -c "PulseAudio System Daemon" pulse
6ce740
    else
6ce740
      useradd -r -g pulse -d %{_localstatedir}/run/pulse -s /sbin/nologin -c "PulseAudio System Daemon" pulse
6ce740
    fi
6ce740
fi
6ce740
exit 0
6ce740
6ce740
%posttrans
6ce740
# handle renamed module-cork-music-on-phone => module-role-cork
6ce740
(grep '^load-module module-cork-music-on-phone$' %{_sysconfdir}/pulse/default.pa > /dev/null && \
6ce740
 sed -i.rpmsave -e 's|^load-module module-cork-music-on-phone$|load-module module-role-cork|' \
6ce740
 %{_sysconfdir}/pulse/default.pa
6ce740
) ||:
6ce740
6ce740
%post
6ce740
%{?ldconfig}
6ce740
%if 0%{?systemd}
6ce740
# unsure if we want both .socket and .service here (or only socket)
6ce740
# play it safe and do both for now -- rex
6ce740
%systemd_user_post pulseaudio.service
6ce740
%systemd_user_post pulseaudio.socket
6ce740
%endif
6ce740
6ce740
%if 0%{?systemd}
6ce740
%preun
6ce740
%systemd_user_preun pulseaudio.service
6ce740
%systemd_user_preun pulseaudio.socket
6ce740
%endif
6ce740
6ce740
%ldconfig_postun
6ce740
6ce740
%if 0%{?systemd}
6ce740
%triggerun -- pulseaudio < 12.2-4
6ce740
# This is for upgrades from previous versions which had a static symlink.
6ce740
# The %%post scriptlet above only does anything on initial package installation.
6ce740
# Remove before F33.
6ce740
systemctl --no-reload preset --global pulseaudio.socket >/dev/null 2>&1 || :
6ce740
%endif
6ce740
6ce740
%files
6ce740
%doc README
6ce740
%license LICENSE GPL LGPL
6ce740
%config(noreplace) %{_sysconfdir}/pulse/daemon.conf
6ce740
%config(noreplace) %{_sysconfdir}/pulse/default.pa
6ce740
%config(noreplace) %{_sysconfdir}/pulse/system.pa
6ce740
%{_sysconfdir}/dbus-1/system.d/pulseaudio-system.conf
6ce740
%{bash_completionsdir}/*
6ce740
%if 0%{?systemd}
6ce740
%{_userunitdir}/pulseaudio.service
6ce740
%{_userunitdir}/pulseaudio.socket
6ce740
%endif
6ce740
%{_bindir}/pa-info
6ce740
%{_bindir}/pulseaudio
6ce740
%{_libdir}/pulseaudio/libpulsecore-%{pa_major}.so
6ce740
%dir %{_libdir}/pulse-%{pa_major}/
6ce740
%dir %{_libdir}/pulse-%{pa_major}/modules/
6ce740
%{_libdir}/pulse-%{pa_major}/modules/libalsa-util.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/libcli.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/libprotocol-cli.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/libprotocol-esound.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/libprotocol-http.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/libprotocol-native.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/libprotocol-simple.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/librtp.so
6ce740
%if 0%{?with_webrtc}
6ce740
%{_libdir}/pulse-%{pa_major}/modules/libwebrtc-util.so
6ce740
%endif
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-allow-passthrough.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-alsa-sink.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-alsa-source.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-alsa-card.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-cli-protocol-tcp.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-cli-protocol-unix.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-cli.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-combine.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-combine-sink.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-dbus-protocol.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-filter-apply.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-filter-heuristics.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-device-manager.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-loopback.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-esound-compat-spawnfd.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-esound-compat-spawnpid.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-esound-protocol-tcp.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-esound-protocol-unix.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-esound-sink.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-udev-detect.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-hal-detect.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-http-protocol-tcp.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-http-protocol-unix.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-match.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-mmkbd-evdev.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-native-protocol-fd.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-native-protocol-tcp.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-native-protocol-unix.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-null-sink.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-null-source.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-pipe-sink.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-pipe-source.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-remap-source.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-rescue-streams.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-role-ducking.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-rtp-recv.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-rtp-send.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-simple-protocol-tcp.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-simple-protocol-unix.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-sine.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-switch-on-port-available.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-systemd-login.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-tunnel-sink-new.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-tunnel-sink.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-tunnel-source-new.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-tunnel-source.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-volume-restore.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-suspend-on-idle.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-default-device-restore.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-device-restore.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-stream-restore.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-card-restore.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-ladspa-sink.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-remap-sink.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-always-sink.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-always-source.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-console-kit.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-position-event-sounds.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-augment-properties.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-role-cork.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-sine-source.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-intended-roles.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-rygel-media-server.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-echo-cancel.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-switch-on-connect.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-virtual-sink.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-virtual-source.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-virtual-surround-sink.so
6ce740
%dir %{_datadir}/pulseaudio/
6ce740
%dir %{_datadir}/pulseaudio/alsa-mixer/
6ce740
%{_datadir}/pulseaudio/alsa-mixer/paths/
6ce740
%{_datadir}/pulseaudio/alsa-mixer/profile-sets/
6ce740
%{_mandir}/man1/pulseaudio.1*
6ce740
%{_mandir}/man5/default.pa.5*
6ce740
%{_mandir}/man5/pulse-cli-syntax.5*
6ce740
%{_mandir}/man5/pulse-client.conf.5*
6ce740
%{_mandir}/man5/pulse-daemon.conf.5*
6ce740
%{_prefix}/lib/udev/rules.d/90-pulseaudio.rules
6ce740
%dir %{_libexecdir}/pulse
6ce740
%dir %{_datadir}/zsh/
6ce740
%dir %{_datadir}/zsh/site-functions/
6ce740
%{_datadir}/zsh/site-functions/_pulseaudio
6ce740
6ce740
%files qpaeq
6ce740
%{_bindir}/qpaeq
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-equalizer-sink.so
6ce740
6ce740
%files esound-compat
6ce740
%{_bindir}/esdcompat
6ce740
%{_mandir}/man1/esdcompat.1.gz
6ce740
6ce740
%if 0%{?enable_lirc}
6ce740
%files module-lirc
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-lirc.so
6ce740
%endif
6ce740
6ce740
%files module-x11
6ce740
%{_sysconfdir}/xdg/autostart/pulseaudio.desktop
6ce740
#{_bindir}/start-pulseaudio-kde
6ce740
%{_bindir}/start-pulseaudio-x11
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-x11-bell.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-x11-publish.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-x11-xsmp.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-x11-cork-request.so
6ce740
%{_mandir}/man1/start-pulseaudio-x11.1.gz
6ce740
6ce740
%files module-zeroconf
6ce740
%{_libdir}/pulse-%{pa_major}/modules/libavahi-wrap.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-zeroconf-publish.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-zeroconf-discover.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/libraop.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-raop-discover.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-raop-sink.so
6ce740
6ce740
%if 0%{?enable_jack}
6ce740
%files module-jack
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-jackdbus-detect.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-jack-sink.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-jack-source.so
6ce740
%endif
6ce740
6ce740
%files module-bluetooth
6ce740
%{_libdir}/pulse-%{pa_major}/modules/libbluez*-util.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-bluez*-device.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-bluez*-discover.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-bluetooth-discover.so
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-bluetooth-policy.so
6ce740
6ce740
%files module-gconf
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-gconf.so
6ce740
%{_libexecdir}/pulse/gconf-helper
6ce740
6ce740
%files module-gsettings
6ce740
%{_libdir}/pulse-%{pa_major}/modules/module-gsettings.so
6ce740
%{_libexecdir}/pulse/gsettings-helper
6ce740
%{_datadir}/GConf/gsettings/pulseaudio.convert
6ce740
%{_datadir}/glib-2.0/schemas/org.freedesktop.pulseaudio.gschema.xml
6ce740
6ce740
%ldconfig_scriptlets libs
6ce740
6ce740
%files libs -f %{name}.lang
6ce740
%doc README LICENSE GPL LGPL
6ce740
%dir %{_sysconfdir}/pulse/
6ce740
%config(noreplace) %{_sysconfdir}/pulse/client.conf
6ce740
%{_libdir}/libpulse.so.0*
6ce740
%{_libdir}/libpulse-simple.so.0*
6ce740
%dir %{_libdir}/pulseaudio/
6ce740
%{_libdir}/pulseaudio/libpulsecommon-%{pa_major}.so
6ce740
%{_libdir}/pulseaudio/libpulsedsp.so
6ce740
6ce740
%ldconfig_scriptlets libs-glib2
6ce740
6ce740
%files libs-glib2
6ce740
%{_libdir}/libpulse-mainloop-glib.so.0*
6ce740
6ce740
%files libs-devel
6ce740
%doc doxygen/html
6ce740
%{_includedir}/pulse/
6ce740
%{_libdir}/libpulse.so
6ce740
%{_libdir}/libpulse-mainloop-glib.so
6ce740
%{_libdir}/libpulse-simple.so
6ce740
%{_libdir}/pkgconfig/libpulse*.pc
6ce740
%dir %{_datadir}/vala
6ce740
%dir %{_datadir}/vala/vapi
6ce740
%{_datadir}/vala/vapi/libpulse.vapi
6ce740
%{_datadir}/vala/vapi/libpulse.deps
6ce740
%{_datadir}/vala/vapi/libpulse-mainloop-glib.vapi
6ce740
%{_datadir}/vala/vapi/libpulse-mainloop-glib.deps
6ce740
%{_datadir}/vala/vapi/libpulse-simple.deps
6ce740
%{_datadir}/vala/vapi/libpulse-simple.vapi
6ce740
6ce740
%dir %{_libdir}/cmake
6ce740
%{_libdir}/cmake/PulseAudio/
6ce740
6ce740
%files utils
6ce740
%{_bindir}/pacat
6ce740
%{_bindir}/pacmd
6ce740
%{_bindir}/pactl
6ce740
%{_bindir}/paplay
6ce740
%{_bindir}/parec
6ce740
%{_bindir}/pamon
6ce740
%{_bindir}/parecord
6ce740
%{_bindir}/pax11publish
6ce740
%{_bindir}/padsp
6ce740
%ifarch %{multilib_archs}
6ce740
%{_bindir}/padsp-32
6ce740
%endif
6ce740
%{_bindir}/pasuspender
6ce740
%{_mandir}/man1/pacat.1*
6ce740
%{_mandir}/man1/pacmd.1*
6ce740
%{_mandir}/man1/pactl.1*
6ce740
%{_mandir}/man1/padsp.1*
6ce740
%{_mandir}/man1/pamon.1*
6ce740
%{_mandir}/man1/paplay.1*
6ce740
%{_mandir}/man1/parec.1*
6ce740
%{_mandir}/man1/parecord.1*
6ce740
%{_mandir}/man1/pasuspender.1*
6ce740
%{_mandir}/man1/pax11publish.1*
6ce740
6ce740
%changelog
a7afc7
* Fri Jun 17 2022 Wim Taymans <wtaymans@redhat.com> - 14.0-4
a7afc7
- Add patch to avoid bluez warning.
a7afc7
- Resolves: rhbz#1969944
a7afc7
0356fa
* Thu May 12 2022 Wim Taymans <wtaymans@redhat.com> - 14.0-3
0356fa
- Add patch for profile switching
0356fa
- Resolves: rhbz#2052011. rhbz#2073877
0356fa
e3865d
* Wed Feb 03 2021 Wim Taymans <wtaymans@redhat.com> - 14.0-2
e3865d
- Add pulseaudio-daemon' Provides + Conflicts only on fedora
e3865d
- Resolves: rhbz#1924094
e3865d
a49a02
* Thu Dec 10 2020 Wim Taymans <wtaymans@redhat.com> - 14.0-1
a49a02
- Update to 14.0
a49a02
- Add pulseaudio-daemon' Provides + Conflicts to support
a49a02
  swapping with PipeWire
a49a02
- Resolves: rhbz#1906322
a49a02
6ce740
* Mon May 11 2020 Wim Taymans <wtaymans@redhat.com> - 13.99.1-1
6ce740
- Update to 13.99.1
6ce740
- Resolves: rhbz#1817378
6ce740
6ce740
* Thu Sep 12 2019 Wim Taymans <wtaymans@redhat.com> - 11.1-23
6ce740
- Add xauthority parameter to X11 modules
6ce740
- Fix compilation against newer alsa-lib
6ce740
- Resolves: rhbz#1723065
6ce740
6ce740
* Tue Sep 04 2018 Wim Taymans <wtaymans@redhat.com> - 11.1-22
6ce740
- Use python3 version of qt5
6ce740
- Resolves: rhbz#1591134
6ce740
6ce740
* Mon Sep 03 2018 Wim Taymans <wtaymans@redhat.com> - 11.1-21
6ce740
- Fix port to qt5.
6ce740
- Resolves: rhbz#1591134
6ce740
6ce740
* Fri Jul 13 2018 Petr Viktorin <pviktori@redhat.com> - 11.1-20
6ce740
- Fix dbus-python dependency
6ce740
6ce740
* Fri Jun 22 2018 Than Ngo <than@redhat.com> - 11.1-19
6ce740
- fixed bz#1580853, FTBFS
6ce740
6ce740
* Wed Mar 21 2018 Rex Dieter <rdieter@fedoraproject.org> - 11.1-18
6ce740
- manually package sockets.target.wants/pulseaudio.socket to help
6ce740
  handle socket activation on upgrades
6ce740
6ce740
* Tue Mar 20 2018 Rex Dieter <rdieter@fedoraproject.org> - 11.1-17
6ce740
- omit -gdm-hooks, moved to gdm (f28+)
6ce740
6ce740
* Tue Mar 13 2018 Rex Dieter <rdieter@fedoraproject.org> - 11.1-16
6ce740
- skip patch93, seems to cause crashes w/headphone jacks (#1544507,#1551270,#1554035)
6ce740
6ce740
* Mon Mar 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 11.1-15
6ce740
- Fixup ldconfig scriptlets
6ce740
6ce740
* Thu Mar 01 2018 Rex Dieter <rdieter@fedoraproject.org> - 11.1-14
6ce740
- use %%make_build, %%make_install
6ce740
- enable systemd socket/service activation on f28+ (and disable autospawn)
6ce740
6ce740
* Wed Feb 28 2018 Rex Dieter <rdieter@fedoraproject.org> - 11.1-13
6ce740
- use %%license, %%ldconfig_scriptlets
6ce740
- use better upstream patch for exit-idle-time
6ce740
6ce740
* Sun Feb 25 2018 Rex Dieter <rdieter@fedoraproject.org> - 11.1-12
6ce740
- BR: gcc-c++
6ce740
6ce740
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 11.1-11
6ce740
- Escape macros in %%changelog
6ce740
6ce740
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 11.1-10
6ce740
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
6ce740
6ce740
* Thu Feb 01 2018 Rex Dieter <rdieter@fedoraproject.org> - 11.1-9
6ce740
- backport upstream fixes: memfd, qpape PyQt5 port
6ce740
6ce740
* Mon Jan 08 2018 Rex Dieter <rdieter@fedoraproject.org> - 11.1-8
6ce740
- exit-idle-time = 4 (#1510301)
6ce740
- f28+ ftbfs: memfd_create conflicts
6ce740
- drop getaffinity.patch (no longer needed)
6ce740
- enable webrtc support for all archs
6ce740
- make tests non-fatal on i686,s390x
6ce740
6ce740
* Mon Dec 04 2017 Rex Dieter <rdieter@fedoraproject.org> - 11.1-7
6ce740
- backport 'pa_sink_input_assert_ref()' crashfix (#1472285)
6ce740
- --disable-tcpwrap on f28+ (#1518777)
6ce740
6ce740
* Wed Nov 08 2017 Hans de Goede <hdegoede@redhat.com> - 11.1-6
6ce740
- Fix pa crashing on Bay- and Cherry-Trail devices
6ce740
6ce740
* Wed Nov 01 2017 Rex Dieter <rdieter@fedoraproject.org> - 11.1-5
6ce740
- actually install new dell-dock-tb16-usb-audio.conf alsa profile (#1492344)
6ce740
6ce740
* Thu Oct 12 2017 Rex Dieter <rdieter@fedoraproject.org> - 11.1-4
6ce740
- experimental fixes bluetooth profile switching (f28+ only, fdo#93898)
6ce740
6ce740
* Thu Oct 12 2017 Rex Dieter <rdieter@fedoraproject.org> - 11.1-3
6ce740
- include experiemental Intel HDMI LPE fixes (fdo#100488)
6ce740
6ce740
* Mon Oct 09 2017 Rex Dieter <rdieter@fedoraproject.org> - 11.1-2
6ce740
- backport some alsa-mixer related fixes (#1492344)
6ce740
6ce740
* Wed Sep 20 2017 Rex Dieter <rdieter@fedoraproject.org> - 11.1-1 
6ce740
- pulseaudio-11.1
6ce740
6ce740
* Tue Sep 05 2017 Rex Dieter <rdieter@fedoraproject.org> - 11.0-1
6ce740
- pulseaudio-11.0
6ce740
6ce740
* Mon Aug 28 2017 Pete Walter <pwalter@fedoraproject.org> - 10.99.1-6
6ce740
- Enable pulseaudio-module-bluetooth on s390x
6ce740
6ce740
* Fri Aug 18 2017 Wim Taymans <wtaymans@redhat.com> - 10.99.1-5
6ce740
- Remove /var/run/pulse and /var/lib/pulse, they are directories in tmpfs
6ce740
6ce740
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 10.99.1-4
6ce740
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
6ce740
6ce740
* Sun Jul 30 2017 Florian Weimer <fweimer@redhat.com> - 10.99.1-3
6ce740
- Rebuild with binutils fix for ppc64le (#1475636)
6ce740
6ce740
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 10.99.1-2
6ce740
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
6ce740
6ce740
* Tue Jul 25 2017 Rex Dieter <rdieter@fedoraproject.org> - 10.99.1-1
6ce740
- pulseaudio-10.99.1 (#1474559)
6ce740
6ce740
* Mon Feb 13 2017 Wim Taymans <wtaymans@redhat.com> - 10.0-4
6ce740
- Add flatpak access control
6ce740
6ce740
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 10.0-3
6ce740
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
6ce740
6ce740
* Thu Jan 19 2017 Kalev Lember <klember@redhat.com> - 10.0-2
6ce740
- Fix the build on RHEL
6ce740
6ce740
* Thu Jan 19 2017 Kalev Lember <klember@redhat.com> - 10.0-1
6ce740
- Update to 10.0
6ce740
6ce740
* Fri Jan 06 2017 Rex Dieter <rdieter@fedoraproject.org> - 9.99.1-1
6ce740
- pulseaudio-9.99.1 (#1409939)
6ce740
- %%check: use %%_smp_mflags
6ce740
6ce740
* Fri Jun 24 2016 Rex Dieter <rdieter@fedoraproject.org> - 9.0-1
6ce740
- pulseaudio-9.0
6ce740
6ce740
* Wed Jun 22 2016 Than Ngo <than@redhat.com> - 8.99.2-3
6ce740
- enable %%check
6ce740
- fix bz#1345826, only start threads on activ CPUs
6ce740
6ce740
* Mon Jun 13 2016 Rex Dieter <rdieter@fedoraproject.org> - 8.99.2-2
6ce740
- %%check: make non-fatal, echo test-suite.log on failure (#1345826)
6ce740
6ce740
* Tue May 31 2016 Rex Dieter <rdieter@fedoraproject.org> - 8.99.2-1
6ce740
- pulseaudio-8.99.2
6ce740
6ce740
* Thu May 12 2016 Rex Dieter <rdieter@fedoraproject.org> - 8.99.1-2
6ce740
- re-enable webrtc support (arm,x86_64 only for now)
6ce740
6ce740
* Thu May 12 2016 Rex Dieter <rdieter@fedoraproject.org> - 8.99.1-1
6ce740
- pulseaudio-8.99.1 (#1335527)
6ce740
- disable webrtc support for now (waiting on #1335536)
6ce740
6ce740
* Fri May 06 2016 Rex Dieter <rdieter@fedoraproject.org> - 8.0-7
6ce740
- use %%tests macro, enable systemd socket activation (#1265720)
6ce740
6ce740
* Sat Mar 05 2016 Rex Dieter <rdieter@fedoraproject.org> - 8.0-6
6ce740
- respin disable_flat_volumes.patch harder
6ce740
6ce740
* Sat Mar 05 2016 Rex Dieter <rdieter@fedoraproject.org> - 8.0-5
6ce740
- respin disable_flat_volumes.patch
6ce740
6ce740
* Fri Mar 04 2016 Rex Dieter <rdieter@fedoraproject.org> - 8.0-4
6ce740
- RFE: Disable PulseAudio's flat volumes f24+ (#1265267)
6ce740
6ce740
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 8.0-3
6ce740
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
6ce740
6ce740
* Fri Jan 22 2016 Rex Dieter <rdieter@fedoraproject.org> - 8.0-2
6ce740
- own /var/run/pulse (#1173811)
6ce740
6ce740
* Fri Jan 22 2016 Rex Dieter <rdieter@fedoraproject.org> - 8.0-1
6ce740
- pulseaudio-8.0 (#1301040)
6ce740
6ce740
* Wed Jan 13 2016 Rex Dieter <rdieter@fedoraproject.org> - 7.99.2-1
6ce740
- pulseaudio-7.99.2 (#1297774)
6ce740
6ce740
* Mon Dec 28 2015 Rex Dieter <rdieter@fedoraproject.org> - 7.99.1-1
6ce740
- pulseaudio-7.99.1 (8.0 rc1) (#1294555)
6ce740
6ce740
* Sat Oct 31 2015 Rex Dieter <rdieter@fedoraproject.org> - 7.1-1
6ce740
- pulseaudio-7.1 (#1276811)
6ce740
6ce740
* Sat Oct 31 2015 Rex Dieter <rdieter@fedoraproject.org> - 7.0-4
6ce740
- apply srbchannel patch
6ce740
6ce740
* Tue Oct 27 2015 Rex Dieter <rdieter@fedoraproject.org> - 7.0-3
6ce740
- backport srbchannel crasher fix
6ce740
6ce740
* Sun Sep 27 2015 Rex Dieter <rdieter@fedoraproject.org> - 7.0-2
6ce740
- PulseAudio doesn't load locales (fdo#92142)
6ce740
6ce740
* Wed Sep 23 2015 Rex Dieter <rdieter@fedoraproject.org> - 7.0-1 
6ce740
- pulseaudio-7.0
6ce740
6ce740
* Sat Sep 12 2015 Rex Dieter <rdieter@fedoraproject.org> - 6.99.2-1 
6ce740
- 6.99.2 (#1262579)
6ce740
6ce740
* Sat Aug 29 2015 Rex Dieter <rdieter@fedoraproject.org> - 6.99.1-2
6ce740
- enable libsoxr support
6ce740
6ce740
* Fri Aug 28 2015 Rex Dieter <rdieter@fedoraproject.org> - 6.99.1-1
6ce740
- 6.99.1 (#1257770)
6ce740
6ce740
* Mon Jul 06 2015 Rex Dieter <rdieter@fedoraproject.org> - 6.0-8
6ce740
- autostart.patch: fix stdout/stderr redirection
6ce740
6ce740
* Mon Jul 06 2015 Rex Dieter <rdieter@fedoraproject.org> - 6.0-7
6ce740
- fix resampler-related build dependencies (libsamplerate/speex) (#1239208)
6ce740
6ce740
* Mon Jun 22 2015 Rex Dieter <rdieter@fedoraproject.org> - 6.0-6
6ce740
- better autostart.patch, handle case were autospawn is disabled (or otherwise doesn't work, like for root user)
6ce740
6ce740
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.0-5
6ce740
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
6ce740
6ce740
* Thu Jun 11 2015 Rex Dieter <rdieter@fedoraproject.org> - 6.0-4
6ce740
- pulseaudio 6.0 breaks 5.1 network sound configuration (#1230957)
6ce740
6ce740
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 6.0-3
6ce740
- Rebuilt for GCC 5 C++11 ABI change
6ce740
6ce740
* Tue Feb 17 2015 Rex Dieter <rdieter@fedoraproject.org> 6.0-2
6ce740
- duplicate directory between pulseaudio and pulseaudio-libs (#909690)
6ce740
6ce740
* Fri Feb 13 2015 Rex Dieter <rdieter@fedoraproject.org> 6.0-1
6ce740
- pulseaudio-6.0 (#1192384)
6ce740
6ce740
* Thu Jan 22 2015 Rex Dieter <rdieter@fedoraproject.org> 5.99.3-1
6ce740
- pulseaudio-5.99.3 (6.0-rc3) (#1184850)
6ce740
6ce740
* Sat Dec 20 2014 Rex Dieter <rdieter@fedoraproject.org> 5.99.2-2
6ce740
- fix changelog
6ce740
6ce740
* Fri Dec 19 2014 Rex Dieter <rdieter@fedoraproject.org> 5.99.2-1
6ce740
- pulseaudio-5.99.2 (6.0-rc2)
6ce740
6ce740
* Fri Nov 21 2014 Rex Dieter <rdieter@fedoraproject.org> 5.99.1-1
6ce740
- pulseaudio-5.99.1 (6.0-rc1)
6ce740
6ce740
* Fri Nov 14 2014 Rex Dieter <rdieter@fedoraproject.org> 5.0-100.20141103gitaec81
6ce740
- artificially bump Release to 100, to ensure upgrade path
6ce740
6ce740
* Thu Nov 06 2014 Rex Dieter <rdieter@fedoraproject.org> 5.0-24.20141103gitaec81
6ce740
- --disable-systemd-daemon, revert to autospawn mode
6ce740
6ce740
* Thu Nov 06 2014 Rex Dieter <rdieter@fedoraproject.org> - 5.0-23.20141103gitaec81
6ce740
- 20141103 327-gaec81 snapshot, pulseaudio socket activation support
6ce740
- use bash completionsdir
6ce740
6ce740
* Wed Nov 05 2014 Orion Poplawski <orion@cora.nwra.com> 5.0-22.20141007git4971d 
6ce740
- Really add pulse-rt group when needed (bug #885020)
6ce740
6ce740
* Wed Oct 22 2014 Rex Dieter <rdieter@fedoraproject.org> 5.0-21.20141007git4971d 
6ce740
- BR: automake libtool (for bootstrap.sh)
6ce740
6ce740
* Wed Oct 22 2014 Rex Dieter <rdieter@fedoraproject.org> 5.0-20.20141007git4971d
6ce740
- snapshot, with wip bt headset2 patches (#1045548,#1067470)
6ce740
6ce740
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0-10
6ce740
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
6ce740
6ce740
* Tue Jul 29 2014 Kalev Lember <kalevlember@gmail.com> - 5.0-9
6ce740
- Rebuilt once more for libjson-c
6ce740
6ce740
* Mon Jul 28 2014 Peter Robinson <pbrobinson@fedoraproject.org> 5.0-8
6ce740
- Rebuild (libjson-c)
6ce740
6ce740
* Wed Jul 16 2014 Rex Dieter <rdieter@fedoraproject.org> 5.0-7
6ce740
- Provide padsp-32, /usr/bin/padsp is native arch only (#856146)
6ce740
6ce740
* Mon Jul 07 2014 Rex Dieter <rdieter@fedoraproject.org> - 5.0-6
6ce740
- rtp-recv: fix crash on empty UDP packets (CVE-2014-3970,#1104835,#1108011)
6ce740
- name HDMI outputs uniquely
6ce740
6ce740
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0-5
6ce740
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
6ce740
6ce740
* Tue May 13 2014 Dan Horák <dan[at]danny.cz> 5.0-4
6ce740
- always run tests, but don't fail the build on big endian arches (relates #1067470)
6ce740
6ce740
* Sat Apr 12 2014 Rex Dieter <rdieter@fedoraproject.org> 5.0-3
6ce740
- Pulse Audio settings lost after reboot / HDMI is set as default (#1035025)
6ce740
6ce740
* Tue Mar 11 2014 Rex Dieter <rdieter@fedoraproject.org> 5.0-2
6ce740
- drop Requires: kernel (per recent -devel ml thread)
6ce740
6ce740
* Tue Mar 04 2014 Rex Dieter <rdieter@fedoraproject.org> 5.0-1
6ce740
- 5.0 (#1072259)
6ce740
6ce740
* Wed Feb 26 2014 Karsten Hopp <karsten@redhat.com> 4.99.4-3
6ce740
- disable make check on PPC* (rhbz #1067470)
6ce740
6ce740
* Mon Feb 17 2014 Rex Dieter <rdieter@fedoraproject.org> 4.99.4-2
6ce740
- -qpaeq subpkg (#1002585)
6ce740
6ce740
* Sat Feb 15 2014 Rex Dieter <rdieter@fedoraproject.org> 4.99.4-1
6ce740
- 4.99.4
6ce740
6ce740
* Wed Jan 29 2014 Rex Dieter <rdieter@fedoraproject.org> 4.99.3-1
6ce740
- 4.99.3
6ce740
6ce740
* Mon Jan 27 2014 Wim Taymans <wtaymans@redhat.com> - 4.99.2-2
6ce740
- don't mark .desktop and dbus configurations as %%config
6ce740
6ce740
* Fri Jan 24 2014 Rex Dieter <rdieter@fedoraproject.org> - 4.99.2-1
6ce740
- 4.99.2 (#1057528)
6ce740
6ce740
* Wed Jan 22 2014 Wim Taymans <wtaymans@redhat.com> - 4.0-12.gitf81e3
6ce740
- Use the statically allocated UID and GID from /usr/share/doc/setup/uidgid (#1056656)
6ce740
- The pulse-rt group doesn't exist (#885020)
6ce740
6ce740
* Wed Jan 22 2014 Rex Dieter <rdieter@fedoraproject.org> - 4.0-11.gitf81e3
6ce740
- handle jack/lirc modules better (#1056619)
6ce740
- -libs-devel: own some dirs to avoid deps on cmake/vala
6ce740
- -module-bluetooth: make dep arch'd for consistency
6ce740
6ce740
* Fri Jan 10 2014 Rex Dieter <rdieter@fedoraproject.org> - 4.0-10.gitf81e3
6ce740
- enable hardened build (#983606)
6ce740
6ce740
* Sat Dec 07 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.0-9.gitf81e3
6ce740
- X-KDE-autostart-phase=1
6ce740
6ce740
* Wed Oct 30 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.0-8.gitf81e3
6ce740
- fix PACKAGE_VERSION
6ce740
6ce740
* Mon Oct 14 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.0-7.gitf81e3
6ce740
- %%build fix typo, explicitly --enable-tests
6ce740
6ce740
* Mon Oct 14 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.0-6.gitf81e3 
6ce740
- ship a single autostart file
6ce740
6ce740
* Fri Oct 11 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.0-5.gitf81e3
6ce740
- fresh snapshot
6ce740
6ce740
* Mon Sep 23 2013 Kalev Lember <kalevlember@gmail.com> - 4.0-4.gita89ca
6ce740
- Update to today's git snapshot
6ce740
- Backport a patch for pulseaudio crash at startup (#1000966)
6ce740
6ce740
* Thu Aug 15 2013 Kalev Lember <kalevlember@gmail.com> - 4.0-3.gitbf9b3
6ce740
- Update to git snapshot bf9b3f0 for BlueZ 5 support
6ce740
6ce740
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-2
6ce740
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
6ce740
6ce740
* Tue Jun  4 2013 Peter Robinson <pbrobinson@fedoraproject.org> 4.0-1
6ce740
- New 4.0 stable release
6ce740
- http://www.freedesktop.org/wiki/Software/PulseAudio/Notes/4.0/
6ce740
6ce740
* Thu May 30 2013 Rex Dieter <rdieter@fedoraproject.org> 3.99.2-2
6ce740
- [RFE] Build with libcap (#969232)
6ce740
6ce740
* Sun May 26 2013 Peter Robinson <pbrobinson@fedoraproject.org> 3.99.2-1
6ce740
- pulseaudio-3.99.2 (#966631)
6ce740
6ce740
* Fri May 03 2013 Rex Dieter <rdieter@fedoraproject.org> 3.99.1-1
6ce740
- pulseaudio-3.99.1 (#952594)
6ce740
- RFE: Restore the pipe-sink and pipe-source modules (#958949)
6ce740
- prune (pre 1.x) changelog
6ce740
6ce740
* Thu Apr 11 2013 Rex Dieter <rdieter@fedoraproject.org> 3.0-7
6ce740
- pull a few more patches from upstream stable-3.x branch
6ce740
6ce740
* Fri Feb 08 2013 Rex Dieter <rdieter@fedoraproject.org> 3.0-6
6ce740
- default.pa: fix for renamed modules (#908117)
6ce740
6ce740
* Sat Jan 19 2013 Ville Skyttä <ville.skytta@iki.fi> - 3.0-5
6ce740
- Own the %%{_libdir}/pulseaudio dir.
6ce740
- Fix bogus %%changelog dates.
6ce740
6ce740
* Fri Jan 04 2013 Rex Dieter <rdieter@fedoraproject.org> 3.0-4
6ce740
- alsa-mixer: Fix the analog-output-speaker-always path
6ce740
6ce740
* Fri Jan 04 2013 Rex Dieter <rdieter@fedoraproject.org> 3.0-3
6ce740
- move libpulsedsp plugin to -libs, avoids -utils multilib (#891425)
6ce740
6ce740
* Wed Dec 19 2012 Dan Horák <dan[at]danny.cz> 3.0-2
6ce740
- SBC is needed only when BlueZ is used
6ce740
6ce740
* Tue Dec 18 2012 Rex Dieter <rdieter@fedoraproject.org> 3.0-1
6ce740
- pulseaudio-3.0
6ce740
6ce740
* Tue Dec 11 2012 Peter Robinson <pbrobinson@fedoraproject.org> 2.99.3-1
6ce740
- PulseAudio 2.99.3 (3.0 rc3)
6ce740
6ce740
* Wed Oct 10 2012 Dan Horák <dan[at]danny.cz> 2.1-4
6ce740
- fix the with_webrtc condition
6ce740
6ce740
* Tue Oct 09 2012 Dan Horák <dan[at]danny.cz> 2.1-3
6ce740
- webrtc-aec is x86 and ARM only for now
6ce740
6ce740
* Mon Oct 08 2012 Debarshi Ray <rishi@fedoraproject.org> 2.1-2
6ce740
- Enable webrtc-aec
6ce740
6ce740
* Tue Sep 25 2012 Rex Dieter <rdieter@fedoraproject.org> 2.1-1
6ce740
- pulseaudio-2.1
6ce740
6ce740
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0-4
6ce740
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
6ce740
6ce740
* Sat Jun 23 2012 Kalev Lember <kalevlember@gmail.com> - 2.0-3
6ce740
- Move module-jackdbus-detect.so to -module-jack subpackage with the
6ce740
  rest of the jack modules
6ce740
6ce740
* Mon Jun 04 2012 Kay Sievers <kay@redhat.com> - 2.0-2
6ce740
- rebuild for libudev1
6ce740
6ce740
* Sat May 12 2012 Rex Dieter <rdieter@fedoraproject.org> 2.0-1
6ce740
- pulseaudio-2.0
6ce740
6ce740
* Sat Apr 21 2012 Matthias Clasen <mclasen@redhat.com> - 1.1-9
6ce740
- Don't load the ck module in gdm, either
6ce740
6ce740
* Tue Feb 28 2012 Bruno Wolff III <bruno@wolff.to> - 1.1-8
6ce740
- Bring in Lennart's patch from f17
6ce740
- Temporary fix for CK/systemd move (#794690)
6ce740
6ce740
* Tue Feb 28 2012 Bruno Wolff III <bruno@wolff.to> - 1.1-7
6ce740
- Fix for building with gcc 4.7
6ce740
6ce740
* Mon Jan 23 2012 Dan Horák <dan@danny.cz> - 1.1-6
6ce740
- rebuilt for json-c-0.9-4.fc17
6ce740
6ce740
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-5
6ce740
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
6ce740
6ce740
* Tue Dec 13 2011 Adam Jackson <ajax@redhat.com> 1.1-4
6ce740
- Fix RHEL build
6ce740
6ce740
* Tue Nov 22 2011 Rex Dieter <rdieter@fedoraproject.org> 1.1-3
6ce740
- Obsoletes: padevchooser < 1.0
6ce740
6ce740
* Thu Nov 10 2011 Rex Dieter <rdieter@fedoraproject.org> 1.1-2
6ce740
- -libs: Obsoletes: pulseaudio-libs-zeroconf
6ce740
- use versioned Obsoletes/Provides
6ce740
- tighten subpkg deps via %%_isa
6ce740
- remove autoconf/libtool hackery
6ce740
6ce740
* Thu Nov  3 2011 Lennart Poettering <lpoetter@redhat.com> - 1.1-1
6ce740
- New upstream release