1057 lines
37 KiB
RPMSpec
1057 lines
37 KiB
RPMSpec
%global pa_major 11.1
|
|
#global pa_minor 0
|
|
|
|
#global snap 20141103
|
|
#global gitrel 327
|
|
#global gitcommit aec811798cd883a454b9b5cd82c77831906bbd2d
|
|
#global shortcommit (c=%{gitcommit}; echo ${c:0:5})
|
|
|
|
# webrtc bits go wonky without this
|
|
# see also https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/JQQ66XJSIT2FGTK2YQY7AXMEH5IXMPUX/
|
|
%undefine _strict_symbol_defs_build
|
|
%global with_webrtc 1
|
|
|
|
# https://bugzilla.redhat.com/983606
|
|
%global _hardened_build 1
|
|
|
|
## enable systemd activation
|
|
%global systemd 1
|
|
|
|
## tcp_wrapper support
|
|
%if 0%{?fedora} < 28
|
|
%global tcpwrap 1
|
|
%endif
|
|
|
|
## comment to disable tests
|
|
%global tests 1
|
|
|
|
# where/how to apply multilib hacks
|
|
%global multilib_archs x86_64 %{ix86} ppc64 ppc s390x s390 sparc64 sparcv9 ppc64le
|
|
|
|
Name: pulseaudio
|
|
Summary: Improved Linux Sound Server
|
|
Version: %{pa_major}%{?pa_minor:.%{pa_minor}}
|
|
Release: 12%{?snap:.%{snap}git%{shortcommit}}%{?dist}
|
|
License: LGPLv2+
|
|
URL: http://www.freedesktop.org/wiki/Software/PulseAudio
|
|
%if 0%{?gitrel}
|
|
# git clone git://anongit.freedesktop.org/pulseaudio/pulseaudio
|
|
# cd pulseaudio; git reset --hard %{gitcommit}; ./autogen.sh; make; make distcheck
|
|
Source0: pulseaudio-%{version}-%{gitrel}-g%{shortcommit}.tar.xz
|
|
%else
|
|
Source0: http://freedesktop.org/software/pulseaudio/releases/pulseaudio-%{version}.tar.xz
|
|
Source1: http://freedesktop.org/software/pulseaudio/releases/pulseaudio-%{version}.tar.xz.md5
|
|
Source2: http://freedesktop.org/software/pulseaudio/releases/pulseaudio-%{version}.tar.xz.sha1
|
|
%endif
|
|
|
|
Source5: default.pa-for-gdm
|
|
|
|
# revert upstream commit to rely solely on autospawn for autostart, instead
|
|
# include a fallback to manual launch when autospawn fails, like when
|
|
# user disables autospawn, or logging in as root
|
|
Patch201: pulseaudio-autostart.patch
|
|
|
|
# disable flat-volumes by default
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1265267
|
|
Patch202: pulseaudio-9.0-disable_flat_volumes.patch
|
|
|
|
# bz#1067470, only start threads on activ CPUs
|
|
# see also https://bugs.freedesktop.org/show_bug.cgi?id=96638
|
|
Patch203: pulseaudio-8.99.2-getaffinity.patch
|
|
|
|
# upstreamed exit_idle_time solution, set to 0 in managed environments
|
|
Patch204: pulseaudio-11.1-exit_idle_time-2.patch
|
|
|
|
# workaround rawhide build failures, avoid dup'd memfd_create declaration
|
|
# https://bugs.freedesktop.org/show_bug.cgi?id=104733
|
|
Patch205: pulseaudio-11.1-glibc_memfd.patch
|
|
|
|
## upstream patches
|
|
Patch4: 0004-alsa-mixer-Add-support-for-usb-audio-in-the-Dell-doc.patch
|
|
Patch9: 0009-alsa-mixer-set-PCM-Capture-Source-for-iec958-input.patch
|
|
Patch10: 0010-build-sys-add-iec958-stereo-input.conf-to-dist_alsap.patch
|
|
Patch15: 0015-alsa-mixer-round-not-truncate-in-to_alsa_dB.patch
|
|
Patch16: 0016-alsa-mixer-add-support-for-Steelseries-Arctis-7-head.patch
|
|
Patch18: 0018-build-sys-add-the-Arctis-configuration.patch
|
|
Patch33: 0033-qpaeq-change-license-from-AGPL-to-LGPL-v2.1.patch
|
|
Patch35: 0035-alsa-mixer-Prioritize-hdmi-mappings-over-iec958-mapp.patch
|
|
Patch74: 0074-build-sys-add-the-Dell-dock-TB16-configuration.patch
|
|
Patch84: 0084-sink-source-Don-t-finish-move-if-unlink-happens-afte.patch
|
|
Patch85: 0085-client-conf-Add-a-default-value-for-disable-memfd.patch
|
|
Patch90: 0090-qpaeq-port-to-PyQt5.patch
|
|
Patch93: 0093-alsa-fix-infinite-loop-with-Intel-HDMI-LPE.patch
|
|
Patch96: 0106-memfd-wrappers-only-define-memfd_create-if-not-alrea.patch
|
|
|
|
## upstreamable patches
|
|
# patchset from https://bugs.freedesktop.org/show_bug.cgi?id=100488
|
|
Patch100: Fix-Intel-HDMI-LPE-problems.patch
|
|
# patchset from https://bugs.freedesktop.org/show_bug.cgi?id=93898
|
|
Patch101: v5-1-4-bluetooth-use-consistent-profile-names.patch
|
|
Patch102: v5-2-4-bluetooth-separate-HSP-and-HFP.patch
|
|
Patch103: v5-3-4-bluetooth-add-correct-HFP-rfcomm-negotiation.patch
|
|
Patch104: v5-4-4-bluetooth-make-native-the-default-backend.patch
|
|
# patchset from https://bugs.freedesktop.org/show_bug.cgi?id=100488 fixing pa
|
|
# crashing on Bay/Cherry Trail unless realtime-scheduling=no is set
|
|
Patch106: Fix-realtime-scheduling-on-byt-cht.patch
|
|
|
|
BuildRequires: automake libtool
|
|
BuildRequires: gcc-c++
|
|
BuildRequires: pkgconfig(bash-completion)
|
|
%global bash_completionsdir %(pkg-config --variable=completionsdir bash-completion 2>/dev/null || echo '/etc/bash_completion.d')
|
|
BuildRequires: m4
|
|
BuildRequires: libtool-ltdl-devel
|
|
BuildRequires: intltool
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: doxygen
|
|
BuildRequires: xmltoman
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1518777
|
|
%if 0%{?tcpwrap}
|
|
BuildRequires: tcp_wrappers-devel
|
|
%endif
|
|
BuildRequires: libsndfile-devel
|
|
BuildRequires: alsa-lib-devel
|
|
BuildRequires: glib2-devel
|
|
BuildRequires: gtk2-devel
|
|
BuildRequires: GConf2-devel
|
|
BuildRequires: avahi-devel
|
|
%if 0%{?fedora}
|
|
%global enable_lirc 1
|
|
%global enable_jack 1
|
|
%endif
|
|
BuildRequires: libatomic_ops-static, libatomic_ops-devel
|
|
BuildRequires: pkgconfig(bluez) >= 5.0
|
|
BuildRequires: sbc-devel
|
|
BuildRequires: libXt-devel
|
|
BuildRequires: xorg-x11-proto-devel
|
|
BuildRequires: libXtst-devel
|
|
BuildRequires: libXi-devel
|
|
BuildRequires: libSM-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libICE-devel
|
|
BuildRequires: xcb-util-devel
|
|
BuildRequires: openssl-devel
|
|
BuildRequires: orc-devel
|
|
BuildRequires: libtdb-devel
|
|
%if 0%{?fedora}
|
|
BuildRequires: pkgconfig(soxr)
|
|
%endif
|
|
BuildRequires: pkgconfig(speexdsp) >= 1.2
|
|
BuildRequires: libasyncns-devel
|
|
BuildRequires: systemd-devel >= 184
|
|
BuildRequires: dbus-devel
|
|
BuildRequires: libcap-devel
|
|
BuildRequires: pkgconfig(fftw3f)
|
|
%if 0%{?with_webrtc}
|
|
BuildRequires: pkgconfig(webrtc-audio-processing) >= 0.2
|
|
%endif
|
|
%if 0%{?tests}
|
|
BuildRequires: pkgconfig(check)
|
|
%endif
|
|
|
|
# retired along with -libs-zeroconf, add Obsoletes here for lack of anything better
|
|
Obsoletes: padevchooser < 1.0
|
|
Requires(pre): shadow-utils
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
Requires: systemd >= 184
|
|
Requires: rtkit
|
|
|
|
%description
|
|
PulseAudio is a sound server for Linux and other Unix like operating
|
|
systems. It is intended to be an improved drop-in replacement for the
|
|
Enlightened Sound Daemon (ESOUND).
|
|
|
|
%package qpaeq
|
|
Summary: Pulseaudio equalizer interface
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
Requires: python-qt5
|
|
%if 0%{?fedora} > 27
|
|
Requires: python2-dbus
|
|
%else
|
|
Requires: dbus-python
|
|
%endif
|
|
%description qpaeq
|
|
qpaeq is a equalizer interface for pulseaudio's equalizer sinks.
|
|
|
|
%package esound-compat
|
|
Summary: PulseAudio EsounD daemon compatibility script
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
%description esound-compat
|
|
A compatibility script that allows applications to call /usr/bin/esd
|
|
and start PulseAudio with EsounD protocol modules.
|
|
|
|
%if 0%{?enable_lirc}
|
|
%package module-lirc
|
|
Summary: LIRC support for the PulseAudio sound server
|
|
BuildRequires: lirc-devel
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
%description module-lirc
|
|
LIRC volume control module for the PulseAudio sound server.
|
|
%endif
|
|
|
|
%package module-x11
|
|
Summary: X11 support for the PulseAudio sound server
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
Requires: %{name}-utils
|
|
|
|
%description module-x11
|
|
X11 bell and security modules for the PulseAudio sound server.
|
|
|
|
%package module-zeroconf
|
|
Summary: Zeroconf support for the PulseAudio sound server
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
Requires: %{name}-utils
|
|
|
|
%description module-zeroconf
|
|
Zeroconf publishing module for the PulseAudio sound server.
|
|
|
|
%package module-bluetooth
|
|
Summary: Bluetooth support for the PulseAudio sound server
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
Requires: bluez >= 5.0
|
|
|
|
%description module-bluetooth
|
|
Contains Bluetooth audio (A2DP/HSP/HFP) support for the PulseAudio sound server.
|
|
|
|
%if 0%{?enable_jack}
|
|
%package module-jack
|
|
Summary: JACK support for the PulseAudio sound server
|
|
BuildRequires: jack-audio-connection-kit-devel
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
%description module-jack
|
|
JACK sink and source modules for the PulseAudio sound server.
|
|
%endif
|
|
|
|
%package module-gconf
|
|
Summary: GConf support for the PulseAudio sound server
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
%description module-gconf
|
|
GConf configuration backend for the PulseAudio sound server.
|
|
|
|
%package libs
|
|
Summary: Libraries for PulseAudio clients
|
|
License: LGPLv2+
|
|
Obsoletes: pulseaudio-libs-zeroconf < 1.1
|
|
|
|
%description libs
|
|
This package contains the runtime libraries for any application that wishes
|
|
to interface with a PulseAudio sound server.
|
|
|
|
%package libs-glib2
|
|
Summary: GLIB 2.x bindings for PulseAudio clients
|
|
License: LGPLv2+
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
%description libs-glib2
|
|
This package contains bindings to integrate the PulseAudio client library with
|
|
a GLIB 2.x based application.
|
|
|
|
%package libs-devel
|
|
Summary: Headers and libraries for PulseAudio client development
|
|
License: LGPLv2+
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
Requires: %{name}-libs-glib2%{?_isa} = %{version}-%{release}
|
|
%description libs-devel
|
|
Headers and libraries for developing applications that can communicate with
|
|
a PulseAudio sound server.
|
|
|
|
%package utils
|
|
Summary: PulseAudio sound server utilities
|
|
License: LGPLv2+
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
# when made non-multilib'd, https://bugzilla.redhat.com/891425
|
|
Obsoletes: pulseaudio-utils < 3.0-3
|
|
|
|
%description utils
|
|
This package contains command line utilities for the PulseAudio sound server.
|
|
|
|
%package gdm-hooks
|
|
Summary: PulseAudio GDM integration
|
|
License: LGPLv2+
|
|
Requires: gdm >= 1:2.22.0
|
|
# for the gdm user
|
|
Requires(pre): gdm
|
|
|
|
%description gdm-hooks
|
|
This package contains GDM integration hooks for the PulseAudio sound server.
|
|
|
|
|
|
%prep
|
|
%setup -q -T -b0 -n %{name}-%{version}%{?gitrel:-%{gitrel}-g%{shortcommit}}
|
|
|
|
## upstream patches
|
|
%patch4 -p1
|
|
%patch9 -p1
|
|
%patch10 -p1
|
|
%patch15 -p1
|
|
%patch16 -p1
|
|
%patch18 -p1
|
|
%patch33 -p1
|
|
%patch35 -p1
|
|
%patch74 -p1
|
|
%patch84 -p1
|
|
%patch85 -p1
|
|
%patch90 -p1
|
|
%patch93 -p1
|
|
%patch96 -p1
|
|
|
|
## upstreamable patches
|
|
## per comments in the upstream bug, it would *appear* this one is no longer needed after applying patch93
|
|
#patch100 -p1
|
|
# rawhide-only, for now, on hadess' advice --rex
|
|
%if 0%{?fedora} > 27
|
|
%patch101 -p1
|
|
%patch102 -p1
|
|
%patch103 -p1
|
|
%patch104 -p1
|
|
%endif
|
|
%patch106 -p1
|
|
|
|
%patch201 -p1 -b .autostart
|
|
%patch202 -p1 -b .disable_flat_volumes
|
|
#patch203 -p1 -b .affinity
|
|
%patch204 -p1 -b .exit_idle_time
|
|
#if 0%{?fedora} > 27
|
|
#patch205 -p1 -b .glibc_memfd
|
|
#endif
|
|
|
|
sed -i.no_consolekit -e \
|
|
's/^load-module module-console-kit/#load-module module-console-kit/' \
|
|
src/daemon/default.pa.in
|
|
|
|
%if 0%{?gitrel:1}
|
|
# fixup PACKAGE_VERSION that leaks into pkgconfig files and friends
|
|
sed -i.PACKAGE_VERSION -e "s|^PACKAGE_VERSION=.*|PACKAGE_VERSION=\'%{version}\'|" configure
|
|
%else
|
|
## kill rpaths
|
|
# needed for (at least) patch18
|
|
NOCONFIGURE=1 ./bootstrap.sh
|
|
|
|
#if "%{_libdir}" != "/usr/lib"
|
|
#sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
|
|
#endif
|
|
%endif
|
|
|
|
|
|
%build
|
|
%configure \
|
|
--disable-silent-rules \
|
|
--disable-static \
|
|
--disable-rpath \
|
|
--with-system-user=pulse \
|
|
--with-system-group=pulse \
|
|
--with-access-group=pulse-access \
|
|
--disable-oss-output \
|
|
%{?enable_jack:--enable-jack}%{!?enable_jack:--disable-jack} \
|
|
%{?enable_lirc:--enable-lirc}%{!?enable_lirc:--disable-lirc} \
|
|
%{?tcpwrap:--enable-tcpwrap}%{!?tcpwrap:--disable-tcpwrap} \
|
|
--disable-bluez4 \
|
|
--enable-bluez5 \
|
|
%ifarch %{arm}
|
|
--disable-neon-opt \
|
|
%endif
|
|
%if 0%{?with_webrtc}
|
|
--enable-webrtc-aec \
|
|
%endif
|
|
%{!?systemd:--disable-systemd-daemon} \
|
|
%{?tests:--enable-tests}
|
|
|
|
# we really should preopen here --preopen-mods=module-udev-detect.la, --force-preopen
|
|
make %{?_smp_mflags} V=1
|
|
make doxygen
|
|
|
|
|
|
%install
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
## padsp multilib hack alert
|
|
%ifarch %{multilib_archs}
|
|
pushd %{buildroot}%{_bindir}
|
|
# make 32 bit version available as padsp-32
|
|
# %%{_libdir} == /usr/lib may be a naive check for 32bit-ness
|
|
# but should be the only case we care about here -- rex
|
|
%if "%{_libdir}" == "/usr/lib"
|
|
ln -s padsp padsp-32
|
|
%else
|
|
cp -a padsp padsp-32
|
|
sed -i -e "s|%{_libdir}/pulseaudio/libpulsedsp.so|/usr/lib/pulseaudio/libpulsedsp.so|g" padsp-32
|
|
%endif
|
|
popd
|
|
%endif
|
|
|
|
# upstream should use udev.pc
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/udev/rules.d
|
|
mv -fv $RPM_BUILD_ROOT/lib/udev/rules.d/90-pulseaudio.rules $RPM_BUILD_ROOT%{_prefix}/lib/udev/rules.d
|
|
|
|
install -p -m644 -D %{SOURCE5} $RPM_BUILD_ROOT%{_localstatedir}/lib/gdm/.pulse/default.pa
|
|
|
|
## unpackaged files
|
|
# extraneous libtool crud
|
|
rm -fv $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
|
rm -fv $RPM_BUILD_ROOT%{_libdir}/pulseaudio/lib*.la
|
|
rm -fv $RPM_BUILD_ROOT%{_libdir}/pulse-%{pa_major}/modules/*.la
|
|
# PA_MODULE_DEPRECATED("Please use module-udev-detect instead of module-detect!");
|
|
rm -fv $RPM_BUILD_ROOT%{_libdir}/pulse-%{pa_major}/modules/module-detect.so
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
%check
|
|
%if 0%{?tests}
|
|
%ifarch %{ix86} s390x
|
|
# FIXME: i686 FAIL: cpu-remap-test
|
|
# FIXME: s390x FAIL: core-util-test
|
|
%global tests_nonfatal 1
|
|
%endif
|
|
%if 0%{?fedora} > 27
|
|
# regression'ish failures on rawhide, not worth failing build (for now) -- rex
|
|
%global tests_nonfatal 1
|
|
%endif
|
|
make %{?_smp_mflags} check || TESTS_ERROR=$?
|
|
if [ "${TESTS_ERROR}" != "" ]; then
|
|
cat src/test-suite.log
|
|
%{!?tests_nonfatal:exit $TESTS_ERROR}
|
|
fi
|
|
%endif
|
|
|
|
|
|
%pre
|
|
getent group pulse-access >/dev/null || groupadd -r pulse-access
|
|
getent group pulse-rt >/dev/null || groupadd -r pulse-rt
|
|
getent group pulse >/dev/null || groupadd -f -g 171 -r pulse
|
|
if ! getent passwd pulse >/dev/null ; then
|
|
if ! getent passwd 171 >/dev/null ; then
|
|
useradd -r -u 171 -g pulse -d %{_localstatedir}/run/pulse -s /sbin/nologin -c "PulseAudio System Daemon" pulse
|
|
else
|
|
useradd -r -g pulse -d %{_localstatedir}/run/pulse -s /sbin/nologin -c "PulseAudio System Daemon" pulse
|
|
fi
|
|
fi
|
|
exit 0
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
%posttrans
|
|
# handle renamed module-cork-music-on-phone => module-role-cork
|
|
(grep '^load-module module-cork-music-on-phone$' %{_sysconfdir}/pulse/default.pa > /dev/null && \
|
|
sed -i.rpmsave -e 's|^load-module module-cork-music-on-phone$|load-module module-role-cork|' \
|
|
%{_sysconfdir}/pulse/default.pa
|
|
) ||:
|
|
|
|
%files
|
|
%doc README
|
|
%license LICENSE GPL LGPL
|
|
%config(noreplace) %{_sysconfdir}/pulse/daemon.conf
|
|
%config(noreplace) %{_sysconfdir}/pulse/default.pa
|
|
%config(noreplace) %{_sysconfdir}/pulse/system.pa
|
|
%{_sysconfdir}/dbus-1/system.d/pulseaudio-system.conf
|
|
%{bash_completionsdir}/*
|
|
%if 0%{?systemd}
|
|
%{_userunitdir}/pulseaudio.*
|
|
%endif
|
|
%{_bindir}/pulseaudio
|
|
%{_libdir}/pulseaudio/libpulsecore-%{pa_major}.so
|
|
%dir %{_libdir}/pulse-%{pa_major}/
|
|
%dir %{_libdir}/pulse-%{pa_major}/modules/
|
|
%{_libdir}/pulse-%{pa_major}/modules/libalsa-util.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/libcli.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/libprotocol-cli.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/libprotocol-esound.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/libprotocol-http.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/libprotocol-native.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/libprotocol-simple.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/librtp.so
|
|
%if 0%{?with_webrtc}
|
|
%{_libdir}/pulse-%{pa_major}/modules/libwebrtc-util.so
|
|
%endif
|
|
#{_libdir}/pulse-%{pa_major}/modules/module-access.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-allow-passthrough.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-alsa-sink.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-alsa-source.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-alsa-card.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-cli-protocol-tcp.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-cli-protocol-unix.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-cli.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-combine.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-combine-sink.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-dbus-protocol.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-filter-apply.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-filter-heuristics.so
|
|
#{_libdir}/pulse-%{pa_major}/modules/module-flatpak.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-device-manager.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-loopback.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-esound-compat-spawnfd.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-esound-compat-spawnpid.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-esound-protocol-tcp.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-esound-protocol-unix.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-esound-sink.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-udev-detect.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-hal-detect.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-http-protocol-tcp.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-http-protocol-unix.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-match.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-mmkbd-evdev.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-native-protocol-fd.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-native-protocol-tcp.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-native-protocol-unix.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-null-sink.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-null-source.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-pipe-sink.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-pipe-source.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-remap-source.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-rescue-streams.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-role-ducking.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-rtp-recv.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-rtp-send.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-simple-protocol-tcp.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-simple-protocol-unix.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-sine.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-switch-on-port-available.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-systemd-login.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-tunnel-sink-new.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-tunnel-sink.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-tunnel-source-new.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-tunnel-source.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-volume-restore.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-suspend-on-idle.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-default-device-restore.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-device-restore.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-stream-restore.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-card-restore.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-ladspa-sink.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-remap-sink.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-always-sink.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-console-kit.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-position-event-sounds.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-augment-properties.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-role-cork.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-sine-source.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-intended-roles.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-rygel-media-server.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-echo-cancel.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-switch-on-connect.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-virtual-sink.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-virtual-source.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-virtual-surround-sink.so
|
|
%dir %{_datadir}/pulseaudio/
|
|
%dir %{_datadir}/pulseaudio/alsa-mixer/
|
|
%{_datadir}/pulseaudio/alsa-mixer/paths/
|
|
%{_datadir}/pulseaudio/alsa-mixer/profile-sets/
|
|
%{_mandir}/man1/pulseaudio.1*
|
|
%{_mandir}/man5/default.pa.5*
|
|
%{_mandir}/man5/pulse-cli-syntax.5*
|
|
%{_mandir}/man5/pulse-client.conf.5*
|
|
%{_mandir}/man5/pulse-daemon.conf.5*
|
|
%{_prefix}/lib/udev/rules.d/90-pulseaudio.rules
|
|
%dir %{_libexecdir}/pulse
|
|
%dir %{_datadir}/zsh/
|
|
%dir %{_datadir}/zsh/site-functions/
|
|
%{_datadir}/zsh/site-functions/_pulseaudio
|
|
|
|
%files qpaeq
|
|
%{_bindir}/qpaeq
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-equalizer-sink.so
|
|
|
|
%files esound-compat
|
|
%{_bindir}/esdcompat
|
|
%{_mandir}/man1/esdcompat.1.gz
|
|
|
|
%if 0%{?enable_lirc}
|
|
%files module-lirc
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-lirc.so
|
|
%endif
|
|
|
|
%files module-x11
|
|
%{_sysconfdir}/xdg/autostart/pulseaudio.desktop
|
|
#{_bindir}/start-pulseaudio-kde
|
|
%{_bindir}/start-pulseaudio-x11
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-x11-bell.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-x11-publish.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-x11-xsmp.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-x11-cork-request.so
|
|
%{_mandir}/man1/start-pulseaudio-x11.1.gz
|
|
|
|
%files module-zeroconf
|
|
%{_libdir}/pulse-%{pa_major}/modules/libavahi-wrap.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-zeroconf-publish.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-zeroconf-discover.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/libraop.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-raop-discover.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-raop-sink.so
|
|
|
|
%if 0%{?enable_jack}
|
|
%files module-jack
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-jackdbus-detect.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-jack-sink.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-jack-source.so
|
|
%endif
|
|
|
|
%files module-bluetooth
|
|
%{_libdir}/pulse-%{pa_major}/modules/libbluez*-util.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-bluez*-device.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-bluez*-discover.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-bluetooth-discover.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-bluetooth-policy.so
|
|
|
|
%files module-gconf
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-gconf.so
|
|
%{_libexecdir}/pulse/gconf-helper
|
|
|
|
%post libs -p /sbin/ldconfig
|
|
%postun libs -p /sbin/ldconfig
|
|
|
|
%files libs -f %{name}.lang
|
|
%doc README LICENSE GPL LGPL
|
|
%dir %{_sysconfdir}/pulse/
|
|
%config(noreplace) %{_sysconfdir}/pulse/client.conf
|
|
%{_libdir}/libpulse.so.0*
|
|
%{_libdir}/libpulse-simple.so.0*
|
|
%dir %{_libdir}/pulseaudio/
|
|
%{_libdir}/pulseaudio/libpulsecommon-%{pa_major}.so
|
|
%{_libdir}/pulseaudio/libpulsedsp.so
|
|
|
|
%post libs-glib2 -p /sbin/ldconfig
|
|
%postun libs-glib2 -p /sbin/ldconfig
|
|
|
|
%files libs-glib2
|
|
%{_libdir}/libpulse-mainloop-glib.so.0*
|
|
|
|
%files libs-devel
|
|
%doc doxygen/html
|
|
%{_includedir}/pulse/
|
|
%{_libdir}/libpulse.so
|
|
%{_libdir}/libpulse-mainloop-glib.so
|
|
%{_libdir}/libpulse-simple.so
|
|
%{_libdir}/pkgconfig/libpulse*.pc
|
|
%dir %{_datadir}/vala
|
|
%dir %{_datadir}/vala/vapi
|
|
%{_datadir}/vala/vapi/libpulse.vapi
|
|
%{_datadir}/vala/vapi/libpulse.deps
|
|
%{_datadir}/vala/vapi/libpulse-mainloop-glib.vapi
|
|
%{_datadir}/vala/vapi/libpulse-mainloop-glib.deps
|
|
%{_datadir}/vala/vapi/libpulse-simple.deps
|
|
%{_datadir}/vala/vapi/libpulse-simple.vapi
|
|
|
|
%dir %{_libdir}/cmake
|
|
%{_libdir}/cmake/PulseAudio/
|
|
|
|
%files utils
|
|
%{_bindir}/pacat
|
|
%{_bindir}/pacmd
|
|
%{_bindir}/pactl
|
|
%{_bindir}/paplay
|
|
%{_bindir}/parec
|
|
%{_bindir}/pamon
|
|
%{_bindir}/parecord
|
|
%{_bindir}/pax11publish
|
|
%{_bindir}/padsp
|
|
%ifarch %{multilib_archs}
|
|
%{_bindir}/padsp-32
|
|
%endif
|
|
%{_bindir}/pasuspender
|
|
%{_mandir}/man1/pacat.1*
|
|
%{_mandir}/man1/pacmd.1*
|
|
%{_mandir}/man1/pactl.1*
|
|
%{_mandir}/man1/padsp.1*
|
|
%{_mandir}/man1/pamon.1*
|
|
%{_mandir}/man1/paplay.1*
|
|
%{_mandir}/man1/parec.1*
|
|
%{_mandir}/man1/parecord.1*
|
|
%{_mandir}/man1/pasuspender.1*
|
|
%{_mandir}/man1/pax11publish.1*
|
|
|
|
## pulseaudio should be using .config/pulse/ these days anyway
|
|
## TODO: move this to gdm packaging under /var/lib/gdm/.config/pulse -- rex
|
|
%files gdm-hooks
|
|
%attr(0700, gdm, gdm) %dir %{_localstatedir}/lib/gdm/.pulse
|
|
%attr(0600, gdm, gdm) %{_localstatedir}/lib/gdm/.pulse/default.pa
|
|
|
|
|
|
%changelog
|
|
* Wed Feb 28 2018 Rex Dieter <rdieter@fedoraproject.org> - 11.1-12
|
|
- BR: gcc-c++
|
|
- use %%license, %%ldconfig_scriptlets
|
|
- use better upstream patch for exit-idle-time
|
|
|
|
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 11.1-11
|
|
- Escape macros in %%changelog
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 11.1-10
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
* Thu Feb 01 2018 Rex Dieter <rdieter@fedoraproject.org> - 11.1-9
|
|
- backport upstream fixes: memfd, qpape PyQt5 port
|
|
|
|
* Mon Jan 08 2018 Rex Dieter <rdieter@fedoraproject.org> - 11.1-8
|
|
- exit-idle-time = 4 (#1510301)
|
|
- f28+ ftbfs: memfd_create conflicts
|
|
- drop getaffinity.patch (no longer needed)
|
|
- enable webrtc support for all archs
|
|
- make tests non-fatal on i686,s390x
|
|
|
|
* Mon Dec 04 2017 Rex Dieter <rdieter@fedoraproject.org> - 11.1-7
|
|
- backport 'pa_sink_input_assert_ref()' crashfix (#1472285)
|
|
- --disable-tcpwrap on f28+ (#1518777)
|
|
|
|
* Wed Nov 08 2017 Hans de Goede <hdegoede@redhat.com> - 11.1-6
|
|
- Fix pa crashing on Bay- and Cherry-Trail devices
|
|
|
|
* Wed Nov 01 2017 Rex Dieter <rdieter@fedoraproject.org> - 11.1-5
|
|
- actually install new dell-dock-tb16-usb-audio.conf alsa profile (#1492344)
|
|
|
|
* Thu Oct 12 2017 Rex Dieter <rdieter@fedoraproject.org> - 11.1-4
|
|
- experimental fixes bluetooth profile switching (f28+ only, fdo#93898)
|
|
|
|
* Thu Oct 12 2017 Rex Dieter <rdieter@fedoraproject.org> - 11.1-3
|
|
- include experiemental Intel HDMI LPE fixes (fdo#100488)
|
|
|
|
* Mon Oct 09 2017 Rex Dieter <rdieter@fedoraproject.org> - 11.1-2
|
|
- backport some alsa-mixer related fixes (#1492344)
|
|
|
|
* Wed Sep 20 2017 Rex Dieter <rdieter@fedoraproject.org> - 11.1-1
|
|
- pulseaudio-11.1
|
|
|
|
* Tue Sep 05 2017 Rex Dieter <rdieter@fedoraproject.org> - 11.0-1
|
|
- pulseaudio-11.0
|
|
|
|
* Mon Aug 28 2017 Pete Walter <pwalter@fedoraproject.org> - 10.99.1-6
|
|
- Enable pulseaudio-module-bluetooth on s390x
|
|
|
|
* Fri Aug 18 2017 Wim Taymans <wtaymans@redhat.com> - 10.99.1-5
|
|
- Remove /var/run/pulse and /var/lib/pulse, they are directories in tmpfs
|
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 10.99.1-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
* Sun Jul 30 2017 Florian Weimer <fweimer@redhat.com> - 10.99.1-3
|
|
- Rebuild with binutils fix for ppc64le (#1475636)
|
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 10.99.1-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
* Tue Jul 25 2017 Rex Dieter <rdieter@fedoraproject.org> - 10.99.1-1
|
|
- pulseaudio-10.99.1 (#1474559)
|
|
|
|
* Mon Feb 13 2017 Wim Taymans <wtaymans@redhat.com> - 10.0-4
|
|
- Add flatpak access control
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 10.0-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
* Thu Jan 19 2017 Kalev Lember <klember@redhat.com> - 10.0-2
|
|
- Fix the build on RHEL
|
|
|
|
* Thu Jan 19 2017 Kalev Lember <klember@redhat.com> - 10.0-1
|
|
- Update to 10.0
|
|
|
|
* Fri Jan 06 2017 Rex Dieter <rdieter@fedoraproject.org> - 9.99.1-1
|
|
- pulseaudio-9.99.1 (#1409939)
|
|
- %%check: use %%_smp_mflags
|
|
|
|
* Fri Jun 24 2016 Rex Dieter <rdieter@fedoraproject.org> - 9.0-1
|
|
- pulseaudio-9.0
|
|
|
|
* Wed Jun 22 2016 Than Ngo <than@redhat.com> - 8.99.2-3
|
|
- enable %%check
|
|
- fix bz#1345826, only start threads on activ CPUs
|
|
|
|
* Mon Jun 13 2016 Rex Dieter <rdieter@fedoraproject.org> - 8.99.2-2
|
|
- %%check: make non-fatal, echo test-suite.log on failure (#1345826)
|
|
|
|
* Tue May 31 2016 Rex Dieter <rdieter@fedoraproject.org> - 8.99.2-1
|
|
- pulseaudio-8.99.2
|
|
|
|
* Thu May 12 2016 Rex Dieter <rdieter@fedoraproject.org> - 8.99.1-2
|
|
- re-enable webrtc support (arm,x86_64 only for now)
|
|
|
|
* Thu May 12 2016 Rex Dieter <rdieter@fedoraproject.org> - 8.99.1-1
|
|
- pulseaudio-8.99.1 (#1335527)
|
|
- disable webrtc support for now (waiting on #1335536)
|
|
|
|
* Fri May 06 2016 Rex Dieter <rdieter@fedoraproject.org> - 8.0-7
|
|
- use %%tests macro, enable systemd socket activation (#1265720)
|
|
|
|
* Sat Mar 05 2016 Rex Dieter <rdieter@fedoraproject.org> - 8.0-6
|
|
- respin disable_flat_volumes.patch harder
|
|
|
|
* Sat Mar 05 2016 Rex Dieter <rdieter@fedoraproject.org> - 8.0-5
|
|
- respin disable_flat_volumes.patch
|
|
|
|
* Fri Mar 04 2016 Rex Dieter <rdieter@fedoraproject.org> - 8.0-4
|
|
- RFE: Disable PulseAudio's flat volumes f24+ (#1265267)
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 8.0-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
* Fri Jan 22 2016 Rex Dieter <rdieter@fedoraproject.org> - 8.0-2
|
|
- own /var/run/pulse (#1173811)
|
|
|
|
* Fri Jan 22 2016 Rex Dieter <rdieter@fedoraproject.org> - 8.0-1
|
|
- pulseaudio-8.0 (#1301040)
|
|
|
|
* Wed Jan 13 2016 Rex Dieter <rdieter@fedoraproject.org> - 7.99.2-1
|
|
- pulseaudio-7.99.2 (#1297774)
|
|
|
|
* Mon Dec 28 2015 Rex Dieter <rdieter@fedoraproject.org> - 7.99.1-1
|
|
- pulseaudio-7.99.1 (8.0 rc1) (#1294555)
|
|
|
|
* Sat Oct 31 2015 Rex Dieter <rdieter@fedoraproject.org> - 7.1-1
|
|
- pulseaudio-7.1 (#1276811)
|
|
|
|
* Sat Oct 31 2015 Rex Dieter <rdieter@fedoraproject.org> - 7.0-4
|
|
- apply srbchannel patch
|
|
|
|
* Tue Oct 27 2015 Rex Dieter <rdieter@fedoraproject.org> - 7.0-3
|
|
- backport srbchannel crasher fix
|
|
|
|
* Sun Sep 27 2015 Rex Dieter <rdieter@fedoraproject.org> - 7.0-2
|
|
- PulseAudio doesn't load locales (fdo#92142)
|
|
|
|
* Wed Sep 23 2015 Rex Dieter <rdieter@fedoraproject.org> - 7.0-1
|
|
- pulseaudio-7.0
|
|
|
|
* Sat Sep 12 2015 Rex Dieter <rdieter@fedoraproject.org> - 6.99.2-1
|
|
- 6.99.2 (#1262579)
|
|
|
|
* Sat Aug 29 2015 Rex Dieter <rdieter@fedoraproject.org> - 6.99.1-2
|
|
- enable libsoxr support
|
|
|
|
* Fri Aug 28 2015 Rex Dieter <rdieter@fedoraproject.org> - 6.99.1-1
|
|
- 6.99.1 (#1257770)
|
|
|
|
* Mon Jul 06 2015 Rex Dieter <rdieter@fedoraproject.org> - 6.0-8
|
|
- autostart.patch: fix stdout/stderr redirection
|
|
|
|
* Mon Jul 06 2015 Rex Dieter <rdieter@fedoraproject.org> - 6.0-7
|
|
- fix resampler-related build dependencies (libsamplerate/speex) (#1239208)
|
|
|
|
* Mon Jun 22 2015 Rex Dieter <rdieter@fedoraproject.org> - 6.0-6
|
|
- better autostart.patch, handle case were autospawn is disabled (or otherwise doesn't work, like for root user)
|
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.0-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
* Thu Jun 11 2015 Rex Dieter <rdieter@fedoraproject.org> - 6.0-4
|
|
- pulseaudio 6.0 breaks 5.1 network sound configuration (#1230957)
|
|
|
|
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 6.0-3
|
|
- Rebuilt for GCC 5 C++11 ABI change
|
|
|
|
* Tue Feb 17 2015 Rex Dieter <rdieter@fedoraproject.org> 6.0-2
|
|
- duplicate directory between pulseaudio and pulseaudio-libs (#909690)
|
|
|
|
* Fri Feb 13 2015 Rex Dieter <rdieter@fedoraproject.org> 6.0-1
|
|
- pulseaudio-6.0 (#1192384)
|
|
|
|
* Thu Jan 22 2015 Rex Dieter <rdieter@fedoraproject.org> 5.99.3-1
|
|
- pulseaudio-5.99.3 (6.0-rc3) (#1184850)
|
|
|
|
* Sat Dec 20 2014 Rex Dieter <rdieter@fedoraproject.org> 5.99.2-2
|
|
- fix changelog
|
|
|
|
* Fri Dec 19 2014 Rex Dieter <rdieter@fedoraproject.org> 5.99.2-1
|
|
- pulseaudio-5.99.2 (6.0-rc2)
|
|
|
|
* Fri Nov 21 2014 Rex Dieter <rdieter@fedoraproject.org> 5.99.1-1
|
|
- pulseaudio-5.99.1 (6.0-rc1)
|
|
|
|
* Fri Nov 14 2014 Rex Dieter <rdieter@fedoraproject.org> 5.0-100.20141103gitaec81
|
|
- artificially bump Release to 100, to ensure upgrade path
|
|
|
|
* Thu Nov 06 2014 Rex Dieter <rdieter@fedoraproject.org> 5.0-24.20141103gitaec81
|
|
- --disable-systemd-daemon, revert to autospawn mode
|
|
|
|
* Thu Nov 06 2014 Rex Dieter <rdieter@fedoraproject.org> - 5.0-23.20141103gitaec81
|
|
- 20141103 327-gaec81 snapshot, pulseaudio socket activation support
|
|
- use bash completionsdir
|
|
|
|
* Wed Nov 05 2014 Orion Poplawski <orion@cora.nwra.com> 5.0-22.20141007git4971d
|
|
- Really add pulse-rt group when needed (bug #885020)
|
|
|
|
* Wed Oct 22 2014 Rex Dieter <rdieter@fedoraproject.org> 5.0-21.20141007git4971d
|
|
- BR: automake libtool (for bootstrap.sh)
|
|
|
|
* Wed Oct 22 2014 Rex Dieter <rdieter@fedoraproject.org> 5.0-20.20141007git4971d
|
|
- snapshot, with wip bt headset2 patches (#1045548,#1067470)
|
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0-10
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
* Tue Jul 29 2014 Kalev Lember <kalevlember@gmail.com> - 5.0-9
|
|
- Rebuilt once more for libjson-c
|
|
|
|
* Mon Jul 28 2014 Peter Robinson <pbrobinson@fedoraproject.org> 5.0-8
|
|
- Rebuild (libjson-c)
|
|
|
|
* Wed Jul 16 2014 Rex Dieter <rdieter@fedoraproject.org> 5.0-7
|
|
- Provide padsp-32, /usr/bin/padsp is native arch only (#856146)
|
|
|
|
* Mon Jul 07 2014 Rex Dieter <rdieter@fedoraproject.org> - 5.0-6
|
|
- rtp-recv: fix crash on empty UDP packets (CVE-2014-3970,#1104835,#1108011)
|
|
- name HDMI outputs uniquely
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
* Tue May 13 2014 Dan Horák <dan[at]danny.cz> 5.0-4
|
|
- always run tests, but don't fail the build on big endian arches (relates #1067470)
|
|
|
|
* Sat Apr 12 2014 Rex Dieter <rdieter@fedoraproject.org> 5.0-3
|
|
- Pulse Audio settings lost after reboot / HDMI is set as default (#1035025)
|
|
|
|
* Tue Mar 11 2014 Rex Dieter <rdieter@fedoraproject.org> 5.0-2
|
|
- drop Requires: kernel (per recent -devel ml thread)
|
|
|
|
* Tue Mar 04 2014 Rex Dieter <rdieter@fedoraproject.org> 5.0-1
|
|
- 5.0 (#1072259)
|
|
|
|
* Wed Feb 26 2014 Karsten Hopp <karsten@redhat.com> 4.99.4-3
|
|
- disable make check on PPC* (rhbz #1067470)
|
|
|
|
* Mon Feb 17 2014 Rex Dieter <rdieter@fedoraproject.org> 4.99.4-2
|
|
- -qpaeq subpkg (#1002585)
|
|
|
|
* Sat Feb 15 2014 Rex Dieter <rdieter@fedoraproject.org> 4.99.4-1
|
|
- 4.99.4
|
|
|
|
* Wed Jan 29 2014 Rex Dieter <rdieter@fedoraproject.org> 4.99.3-1
|
|
- 4.99.3
|
|
|
|
* Mon Jan 27 2014 Wim Taymans <wtaymans@redhat.com> - 4.99.2-2
|
|
- don't mark .desktop and dbus configurations as %%config
|
|
|
|
* Fri Jan 24 2014 Rex Dieter <rdieter@fedoraproject.org> - 4.99.2-1
|
|
- 4.99.2 (#1057528)
|
|
|
|
* Wed Jan 22 2014 Wim Taymans <wtaymans@redhat.com> - 4.0-12.gitf81e3
|
|
- Use the statically allocated UID and GID from /usr/share/doc/setup/uidgid (#1056656)
|
|
- The pulse-rt group doesn't exist (#885020)
|
|
|
|
* Wed Jan 22 2014 Rex Dieter <rdieter@fedoraproject.org> - 4.0-11.gitf81e3
|
|
- handle jack/lirc modules better (#1056619)
|
|
- -libs-devel: own some dirs to avoid deps on cmake/vala
|
|
- -module-bluetooth: make dep arch'd for consistency
|
|
|
|
* Fri Jan 10 2014 Rex Dieter <rdieter@fedoraproject.org> - 4.0-10.gitf81e3
|
|
- enable hardened build (#983606)
|
|
|
|
* Sat Dec 07 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.0-9.gitf81e3
|
|
- X-KDE-autostart-phase=1
|
|
|
|
* Wed Oct 30 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.0-8.gitf81e3
|
|
- fix PACKAGE_VERSION
|
|
|
|
* Mon Oct 14 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.0-7.gitf81e3
|
|
- %%build fix typo, explicitly --enable-tests
|
|
|
|
* Mon Oct 14 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.0-6.gitf81e3
|
|
- ship a single autostart file
|
|
|
|
* Fri Oct 11 2013 Rex Dieter <rdieter@fedoraproject.org> - 4.0-5.gitf81e3
|
|
- fresh snapshot
|
|
|
|
* Mon Sep 23 2013 Kalev Lember <kalevlember@gmail.com> - 4.0-4.gita89ca
|
|
- Update to today's git snapshot
|
|
- Backport a patch for pulseaudio crash at startup (#1000966)
|
|
|
|
* Thu Aug 15 2013 Kalev Lember <kalevlember@gmail.com> - 4.0-3.gitbf9b3
|
|
- Update to git snapshot bf9b3f0 for BlueZ 5 support
|
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
* Tue Jun 4 2013 Peter Robinson <pbrobinson@fedoraproject.org> 4.0-1
|
|
- New 4.0 stable release
|
|
- http://www.freedesktop.org/wiki/Software/PulseAudio/Notes/4.0/
|
|
|
|
* Thu May 30 2013 Rex Dieter <rdieter@fedoraproject.org> 3.99.2-2
|
|
- [RFE] Build with libcap (#969232)
|
|
|
|
* Sun May 26 2013 Peter Robinson <pbrobinson@fedoraproject.org> 3.99.2-1
|
|
- pulseaudio-3.99.2 (#966631)
|
|
|
|
* Fri May 03 2013 Rex Dieter <rdieter@fedoraproject.org> 3.99.1-1
|
|
- pulseaudio-3.99.1 (#952594)
|
|
- RFE: Restore the pipe-sink and pipe-source modules (#958949)
|
|
- prune (pre 1.x) changelog
|
|
|
|
* Thu Apr 11 2013 Rex Dieter <rdieter@fedoraproject.org> 3.0-7
|
|
- pull a few more patches from upstream stable-3.x branch
|
|
|
|
* Fri Feb 08 2013 Rex Dieter <rdieter@fedoraproject.org> 3.0-6
|
|
- default.pa: fix for renamed modules (#908117)
|
|
|
|
* Sat Jan 19 2013 Ville Skyttä <ville.skytta@iki.fi> - 3.0-5
|
|
- Own the %%{_libdir}/pulseaudio dir.
|
|
- Fix bogus %%changelog dates.
|
|
|
|
* Fri Jan 04 2013 Rex Dieter <rdieter@fedoraproject.org> 3.0-4
|
|
- alsa-mixer: Fix the analog-output-speaker-always path
|
|
|
|
* Fri Jan 04 2013 Rex Dieter <rdieter@fedoraproject.org> 3.0-3
|
|
- move libpulsedsp plugin to -libs, avoids -utils multilib (#891425)
|
|
|
|
* Wed Dec 19 2012 Dan Horák <dan[at]danny.cz> 3.0-2
|
|
- SBC is needed only when BlueZ is used
|
|
|
|
* Tue Dec 18 2012 Rex Dieter <rdieter@fedoraproject.org> 3.0-1
|
|
- pulseaudio-3.0
|
|
|
|
* Tue Dec 11 2012 Peter Robinson <pbrobinson@fedoraproject.org> 2.99.3-1
|
|
- PulseAudio 2.99.3 (3.0 rc3)
|
|
|
|
* Wed Oct 10 2012 Dan Horák <dan[at]danny.cz> 2.1-4
|
|
- fix the with_webrtc condition
|
|
|
|
* Tue Oct 09 2012 Dan Horák <dan[at]danny.cz> 2.1-3
|
|
- webrtc-aec is x86 and ARM only for now
|
|
|
|
* Mon Oct 08 2012 Debarshi Ray <rishi@fedoraproject.org> 2.1-2
|
|
- Enable webrtc-aec
|
|
|
|
* Tue Sep 25 2012 Rex Dieter <rdieter@fedoraproject.org> 2.1-1
|
|
- pulseaudio-2.1
|
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
* Sat Jun 23 2012 Kalev Lember <kalevlember@gmail.com> - 2.0-3
|
|
- Move module-jackdbus-detect.so to -module-jack subpackage with the
|
|
rest of the jack modules
|
|
|
|
* Mon Jun 04 2012 Kay Sievers <kay@redhat.com> - 2.0-2
|
|
- rebuild for libudev1
|
|
|
|
* Sat May 12 2012 Rex Dieter <rdieter@fedoraproject.org> 2.0-1
|
|
- pulseaudio-2.0
|
|
|
|
* Sat Apr 21 2012 Matthias Clasen <mclasen@redhat.com> - 1.1-9
|
|
- Don't load the ck module in gdm, either
|
|
|
|
* Tue Feb 28 2012 Bruno Wolff III <bruno@wolff.to> - 1.1-8
|
|
- Bring in Lennart's patch from f17
|
|
- Temporary fix for CK/systemd move (#794690)
|
|
|
|
* Tue Feb 28 2012 Bruno Wolff III <bruno@wolff.to> - 1.1-7
|
|
- Fix for building with gcc 4.7
|
|
|
|
* Mon Jan 23 2012 Dan Horák <dan@danny.cz> - 1.1-6
|
|
- rebuilt for json-c-0.9-4.fc17
|
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
* Tue Dec 13 2011 Adam Jackson <ajax@redhat.com> 1.1-4
|
|
- Fix RHEL build
|
|
|
|
* Tue Nov 22 2011 Rex Dieter <rdieter@fedoraproject.org> 1.1-3
|
|
- Obsoletes: padevchooser < 1.0
|
|
|
|
* Thu Nov 10 2011 Rex Dieter <rdieter@fedoraproject.org> 1.1-2
|
|
- -libs: Obsoletes: pulseaudio-libs-zeroconf
|
|
- use versioned Obsoletes/Provides
|
|
- tighten subpkg deps via %%_isa
|
|
- remove autoconf/libtool hackery
|
|
|
|
* Thu Nov 3 2011 Lennart Poettering <lpoetter@redhat.com> - 1.1-1
|
|
- New upstream release
|