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