|
|
|
@ -1,22 +1,32 @@
|
|
|
|
|
%global pa_major 14.0
|
|
|
|
|
%global pa_major 15.0
|
|
|
|
|
#global pa_minor 0
|
|
|
|
|
|
|
|
|
|
#global snap 20141103
|
|
|
|
|
#global gitrel 327
|
|
|
|
|
#global gitcommit aec811798cd883a454b9b5cd82c77831906bbd2d
|
|
|
|
|
#global shortcommit (c=%{gitcommit}; echo ${c:0:5})
|
|
|
|
|
#global snap 20200105
|
|
|
|
|
#global gitrel 103
|
|
|
|
|
#global gitcommit f5d3606fe76302c7dbdb0f6a80400df829a5f846
|
|
|
|
|
#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
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora}
|
|
|
|
|
%global enable_lirc 1
|
|
|
|
|
%global enable_jack 1
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# https://bugzilla.redhat.com/983606
|
|
|
|
|
%global _hardened_build 1
|
|
|
|
|
|
|
|
|
|
## support systemd activation
|
|
|
|
|
%global systemd 1
|
|
|
|
|
|
|
|
|
|
# gdm-hooks moved to gdm packaging f28+
|
|
|
|
|
%if 0%{?fedora} < 28 && 0%{?rhel} < 8
|
|
|
|
|
%global gdm_hooks 1
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
## comment to disable tests
|
|
|
|
|
%global tests 1
|
|
|
|
|
|
|
|
|
@ -26,7 +36,7 @@
|
|
|
|
|
Name: pulseaudio
|
|
|
|
|
Summary: Improved Linux Sound Server
|
|
|
|
|
Version: %{pa_major}%{?pa_minor:.%{pa_minor}}
|
|
|
|
|
Release: 4%{?snap:.%{snap}git%{shortcommit}}%{?dist}
|
|
|
|
|
Release: 2%{?snap:.%{snap}git%{shortcommit}}%{?dist}
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
URL: http://www.freedesktop.org/wiki/Software/PulseAudio
|
|
|
|
|
%if 0%{?gitrel}
|
|
|
|
@ -35,7 +45,7 @@ URL: http://www.freedesktop.org/wiki/Software/PulseAudio
|
|
|
|
|
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.sha256
|
|
|
|
|
Source1: http://freedesktop.org/software/pulseaudio/releases/pulseaudio-%{version}.tar.xz.sha256sum
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Source5: default.pa-for-gdm
|
|
|
|
@ -50,11 +60,12 @@ Patch201: pulseaudio-autostart.patch
|
|
|
|
|
Patch206: pulseaudio-11.1-autospawn_disable.patch
|
|
|
|
|
|
|
|
|
|
## upstream patches
|
|
|
|
|
Patch301: 0001-alsa-card-add-dynamic-priority-bonus-base-for-alsa-p.patch
|
|
|
|
|
Patch302: 0001-bluez5-do-NameHasOwner-before-using-org.bluez.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: automake libtool
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
## upstreamable patches
|
|
|
|
|
|
|
|
|
|
BuildRequires: meson >= 0.50.0
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: g++
|
|
|
|
|
BuildRequires: pkgconfig(bash-completion)
|
|
|
|
|
%global bash_completionsdir %(pkg-config --variable=completionsdir bash-completion 2>/dev/null || echo '/etc/bash_completion.d')
|
|
|
|
|
BuildRequires: m4
|
|
|
|
@ -67,12 +78,7 @@ 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
|
|
|
|
@ -106,6 +112,9 @@ BuildRequires: pkgconfig(webrtc-audio-processing) >= 0.2
|
|
|
|
|
%if 0%{?tests}
|
|
|
|
|
BuildRequires: pkgconfig(check)
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: pkgconfig(gstreamer-1.0) >= 1.16.0
|
|
|
|
|
BuildRequires: pkgconfig(gstreamer-app-1.0) >= 1.16.0
|
|
|
|
|
BuildRequires: pkgconfig(gstreamer-rtp-1.0) >= 1.16.0
|
|
|
|
|
|
|
|
|
|
# retired along with -libs-zeroconf, add Obsoletes here for lack of anything better
|
|
|
|
|
Obsoletes: padevchooser < 1.0
|
|
|
|
@ -113,11 +122,9 @@ Requires(pre): shadow-utils
|
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: rtkit
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora}
|
|
|
|
|
# Virtual Provides to support swapping between PipeWire-PA and PA
|
|
|
|
|
Provides: pulseaudio-daemon
|
|
|
|
|
Conflicts: pulseaudio-daemon
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
PulseAudio is a sound server for Linux and other Unix like operating
|
|
|
|
@ -127,18 +134,11 @@ Enlightened Sound Daemon (ESOUND).
|
|
|
|
|
%package qpaeq
|
|
|
|
|
Summary: Pulseaudio equalizer interface
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: python3-qt5
|
|
|
|
|
Requires: python3-qt5-base
|
|
|
|
|
Requires: python3-dbus
|
|
|
|
|
%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
|
|
|
|
@ -181,13 +181,6 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
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 module-gsettings
|
|
|
|
|
Summary: Gsettings support for the PulseAudio sound server
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
@ -231,6 +224,19 @@ Obsoletes: pulseaudio-utils < 3.0-3
|
|
|
|
|
%description utils
|
|
|
|
|
This package contains command line utilities for the PulseAudio sound server.
|
|
|
|
|
|
|
|
|
|
%if 0%{?gdm_hooks}
|
|
|
|
|
%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.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -T -b0 -n %{name}-%{version}%{?gitrel:-%{gitrel}-g%{shortcommit}}
|
|
|
|
|
|
|
|
|
@ -242,8 +248,6 @@ This package contains command line utilities for the PulseAudio sound server.
|
|
|
|
|
%if 0%{?systemd}
|
|
|
|
|
%patch206 -p1 -b .autospawn_disable
|
|
|
|
|
%endif
|
|
|
|
|
%patch301 -p1 -b .301
|
|
|
|
|
%patch302 -p1 -b .302
|
|
|
|
|
|
|
|
|
|
sed -i.no_consolekit -e \
|
|
|
|
|
's/^load-module module-console-kit/#load-module module-console-kit/' \
|
|
|
|
@ -253,9 +257,6 @@ sed -i.no_consolekit -e \
|
|
|
|
|
# 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
|
|
|
|
@ -264,58 +265,44 @@ NOCONFIGURE=1 ./bootstrap.sh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%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} \
|
|
|
|
|
--disable-tcpwrap \
|
|
|
|
|
--disable-bluez4 \
|
|
|
|
|
--enable-bluez5 \
|
|
|
|
|
--enable-gconf \
|
|
|
|
|
--enable-gsettings \
|
|
|
|
|
%ifarch %{arm}
|
|
|
|
|
--disable-neon-opt \
|
|
|
|
|
%endif
|
|
|
|
|
%meson \
|
|
|
|
|
-D system_user=pulse \
|
|
|
|
|
-D system_group=pulse \
|
|
|
|
|
-D access_group=pulse-access \
|
|
|
|
|
-D oss-output=disabled \
|
|
|
|
|
%{?enable_jack:-D jack=enabled}%{!?enable_jack:-D jack=disabled} \
|
|
|
|
|
%{?enable_lirc:-D lirc=enabled}%{!?enable_lirc:-D lirc=disabled} \
|
|
|
|
|
-D tcpwrap=disabled \
|
|
|
|
|
-D bluez5=enabled \
|
|
|
|
|
-D gstreamer=enabled \
|
|
|
|
|
-D bluez5-gstreamer=enabled \
|
|
|
|
|
-D gsettings=enabled \
|
|
|
|
|
-D elogind=disabled \
|
|
|
|
|
-D valgrind=disabled \
|
|
|
|
|
-D gtk=disabled \
|
|
|
|
|
%{?fedora:-D soxr=enabled}%{!?fedora:-D soxr=disabled} \
|
|
|
|
|
%if 0%{?with_webrtc}
|
|
|
|
|
--enable-webrtc-aec \
|
|
|
|
|
-D webrtc-aec=enabled \
|
|
|
|
|
%endif
|
|
|
|
|
%{!?systemd:--disable-systemd-daemon} \
|
|
|
|
|
%{?tests:--enable-tests}
|
|
|
|
|
%{?systemd:-D systemd=enabled}%{!?systemd:-D systemd=disabled} \
|
|
|
|
|
%{?tests:-D tests=true}%{!?tests:-D tests=false}
|
|
|
|
|
|
|
|
|
|
# we really should preopen here --preopen-mods=module-udev-detect.la, --force-preopen
|
|
|
|
|
%make_build V=1
|
|
|
|
|
|
|
|
|
|
make doxygen
|
|
|
|
|
%meson_build
|
|
|
|
|
|
|
|
|
|
%meson_build doxygen
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
|
|
## 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
|
|
|
|
|
%meson_install
|
|
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
|
|
%if 0%{?gdm_hooks}
|
|
|
|
|
install -p -m644 -D %{SOURCE5} $RPM_BUILD_ROOT%{_localstatedir}/lib/gdm/.pulse/default.pa
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
## unpackaged files
|
|
|
|
|
# extraneous libtool crud
|
|
|
|
|
rm -fv $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
|
|
|
@ -334,11 +321,11 @@ rm -fv $RPM_BUILD_ROOT%{_libdir}/pulse-%{pa_major}/modules/module-detect.so
|
|
|
|
|
# FIXME: s390x FAIL: core-util-test
|
|
|
|
|
%global tests_nonfatal 1
|
|
|
|
|
%endif
|
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} > 7
|
|
|
|
|
%if 0%{?fedora} > 27
|
|
|
|
|
# regression'ish failures on rawhide, not worth failing build (for now) -- rex
|
|
|
|
|
%global tests_nonfatal 1
|
|
|
|
|
%endif
|
|
|
|
|
%make_build check || TESTS_ERROR=$?
|
|
|
|
|
%meson_test || TESTS_ERROR=$?
|
|
|
|
|
if [ "${TESTS_ERROR}" != "" ]; then
|
|
|
|
|
cat src/test-suite.log
|
|
|
|
|
%{!?tests_nonfatal:exit $TESTS_ERROR}
|
|
|
|
@ -370,14 +357,18 @@ exit 0
|
|
|
|
|
%{?ldconfig}
|
|
|
|
|
%if 0%{?systemd}
|
|
|
|
|
# unsure if we want both .socket and .service here (or only socket)
|
|
|
|
|
# play it safe and do both for now -- rex
|
|
|
|
|
# test socket-only on f31+ -- rex
|
|
|
|
|
%if 0%{?fedora} < 31
|
|
|
|
|
%systemd_user_post pulseaudio.service
|
|
|
|
|
%endif
|
|
|
|
|
%systemd_user_post pulseaudio.socket
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if 0%{?systemd}
|
|
|
|
|
%preun
|
|
|
|
|
%if 0%{?fedora} < 31
|
|
|
|
|
%systemd_user_preun pulseaudio.service
|
|
|
|
|
%endif
|
|
|
|
|
%systemd_user_preun pulseaudio.socket
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
@ -398,7 +389,7 @@ systemctl --no-reload preset --global pulseaudio.socket >/dev/null 2>&1 || :
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/pulse/default.pa
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/pulse/system.pa
|
|
|
|
|
%{_sysconfdir}/dbus-1/system.d/pulseaudio-system.conf
|
|
|
|
|
%{bash_completionsdir}/*
|
|
|
|
|
%{bash_completionsdir}/pulseaudio
|
|
|
|
|
%if 0%{?systemd}
|
|
|
|
|
%{_userunitdir}/pulseaudio.service
|
|
|
|
|
%{_userunitdir}/pulseaudio.socket
|
|
|
|
@ -411,7 +402,6 @@ systemctl --no-reload preset --global pulseaudio.socket >/dev/null 2>&1 || :
|
|
|
|
|
%{_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
|
|
|
|
@ -433,11 +423,6 @@ systemctl --no-reload preset --global pulseaudio.socket >/dev/null 2>&1 || :
|
|
|
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-filter-heuristics.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
|
|
|
|
@ -506,17 +491,15 @@ systemctl --no-reload preset --global pulseaudio.socket >/dev/null 2>&1 || :
|
|
|
|
|
%{_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
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/xdg/autostart/pulseaudio.desktop
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/xdg/Xwayland-session.d/00-pulseaudio-x11
|
|
|
|
|
%{_userunitdir}/pulseaudio-x11.service
|
|
|
|
|
#{_bindir}/start-pulseaudio-kde
|
|
|
|
|
%{_bindir}/start-pulseaudio-x11
|
|
|
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-x11-bell.so
|
|
|
|
@ -547,10 +530,6 @@ systemctl --no-reload preset --global pulseaudio.socket >/dev/null 2>&1 || :
|
|
|
|
|
%{_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
|
|
|
|
|
|
|
|
|
|
%files module-gsettings
|
|
|
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-gsettings.so
|
|
|
|
|
%{_libexecdir}/pulse/gsettings-helper
|
|
|
|
@ -560,14 +539,14 @@ systemctl --no-reload preset --global pulseaudio.socket >/dev/null 2>&1 || :
|
|
|
|
|
%ldconfig_scriptlets libs
|
|
|
|
|
|
|
|
|
|
%files libs -f %{name}.lang
|
|
|
|
|
%doc README LICENSE GPL LGPL
|
|
|
|
|
%doc README
|
|
|
|
|
%license 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
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets libs-glib2
|
|
|
|
|
|
|
|
|
@ -575,7 +554,7 @@ systemctl --no-reload preset --global pulseaudio.socket >/dev/null 2>&1 || :
|
|
|
|
|
%{_libdir}/libpulse-mainloop-glib.so.0*
|
|
|
|
|
|
|
|
|
|
%files libs-devel
|
|
|
|
|
%doc doxygen/html
|
|
|
|
|
%doc %{_vpath_builddir}/doxygen/html
|
|
|
|
|
%{_includedir}/pulse/
|
|
|
|
|
%{_libdir}/libpulse.so
|
|
|
|
|
%{_libdir}/libpulse-mainloop-glib.so
|
|
|
|
@ -602,63 +581,182 @@ systemctl --no-reload preset --global pulseaudio.socket >/dev/null 2>&1 || :
|
|
|
|
|
%{_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*
|
|
|
|
|
%{bash_completionsdir}/pacat
|
|
|
|
|
%{bash_completionsdir}/pacmd
|
|
|
|
|
%{bash_completionsdir}/pactl
|
|
|
|
|
%{bash_completionsdir}/padsp
|
|
|
|
|
%{bash_completionsdir}/paplay
|
|
|
|
|
%{bash_completionsdir}/parec
|
|
|
|
|
%{bash_completionsdir}/parecord
|
|
|
|
|
%{bash_completionsdir}/pasuspender
|
|
|
|
|
|
|
|
|
|
%if 0%{?gdm_hooks}
|
|
|
|
|
%files gdm-hooks
|
|
|
|
|
%attr(0700, gdm, gdm) %dir %{_localstatedir}/lib/gdm/.pulse
|
|
|
|
|
%attr(0600, gdm, gdm) %{_localstatedir}/lib/gdm/.pulse/default.pa
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jun 17 2022 Wim Taymans <wtaymans@redhat.com> - 14.0-4
|
|
|
|
|
- Add patch to avoid bluez warning.
|
|
|
|
|
- Resolves: rhbz#1969944
|
|
|
|
|
|
|
|
|
|
* Thu May 12 2022 Wim Taymans <wtaymans@redhat.com> - 14.0-3
|
|
|
|
|
- Add patch for profile switching
|
|
|
|
|
- Resolves: rhbz#2052011. rhbz#2073877
|
|
|
|
|
|
|
|
|
|
* Wed Feb 03 2021 Wim Taymans <wtaymans@redhat.com> - 14.0-2
|
|
|
|
|
- Add pulseaudio-daemon' Provides + Conflicts only on fedora
|
|
|
|
|
- Resolves: rhbz#1924094
|
|
|
|
|
|
|
|
|
|
* Thu Dec 10 2020 Wim Taymans <wtaymans@redhat.com> - 14.0-1
|
|
|
|
|
- Update to 14.0
|
|
|
|
|
- Add pulseaudio-daemon' Provides + Conflicts to support
|
|
|
|
|
swapping with PipeWire
|
|
|
|
|
- Resolves: rhbz#1906322
|
|
|
|
|
|
|
|
|
|
* Mon May 11 2020 Wim Taymans <wtaymans@redhat.com> - 13.99.1-1
|
|
|
|
|
- Update to 13.99.1
|
|
|
|
|
- Resolves: rhbz#1817378
|
|
|
|
|
|
|
|
|
|
* Thu Sep 12 2019 Wim Taymans <wtaymans@redhat.com> - 11.1-23
|
|
|
|
|
- Add xauthority parameter to X11 modules
|
|
|
|
|
- Fix compilation against newer alsa-lib
|
|
|
|
|
- Resolves: rhbz#1723065
|
|
|
|
|
|
|
|
|
|
* Tue Sep 04 2018 Wim Taymans <wtaymans@redhat.com> - 11.1-22
|
|
|
|
|
- Use python3 version of qt5
|
|
|
|
|
- Resolves: rhbz#1591134
|
|
|
|
|
|
|
|
|
|
* Mon Sep 03 2018 Wim Taymans <wtaymans@redhat.com> - 11.1-21
|
|
|
|
|
- Fix port to qt5.
|
|
|
|
|
- Resolves: rhbz#1591134
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Petr Viktorin <pviktori@redhat.com> - 11.1-20
|
|
|
|
|
- Fix dbus-python dependency
|
|
|
|
|
|
|
|
|
|
* Fri Jun 22 2018 Than Ngo <than@redhat.com> - 11.1-19
|
|
|
|
|
- fixed bz#1580853, FTBFS
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 15.0-2
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Wed Jul 28 2021 Wim Taymans <wtaymans@redhat.com> - 15.0-1
|
|
|
|
|
- Update to 15.0
|
|
|
|
|
- convert to meson build
|
|
|
|
|
- esound, gconf, oss are no longer supported
|
|
|
|
|
- Resolves: rhbz#1961581
|
|
|
|
|
|
|
|
|
|
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 14.2-5
|
|
|
|
|
- Rebuilt for RHEL 9 BETA for openssl 3.0
|
|
|
|
|
Related: rhbz#1971065
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 14.2-4
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Sat Feb 06 2021 Rex Dieter <rdieter@fedoraproject.org> - 14.2-3
|
|
|
|
|
- -utils: move appropriate bash completions here (#1925706)
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 14.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jan 18 2021 Rex Dieter <rdieter@fedoraproject.org> - 14.2-1
|
|
|
|
|
- 14.2
|
|
|
|
|
|
|
|
|
|
* Wed Jan 13 2021 Rex Dieter <rdieter@fedoraproject.org> - 14.1-1
|
|
|
|
|
- 14.1
|
|
|
|
|
|
|
|
|
|
* Tue Jan 12 2021 Wim Taymans <wtaymans@redhat.com> - 14.0-3
|
|
|
|
|
- Move enable_ switches next to the other switches on top
|
|
|
|
|
- Only enable gconf on fedora
|
|
|
|
|
|
|
|
|
|
* Tue Nov 24 2020 Neal Gompa <ngompa13@gmail.com> - 14.0-2
|
|
|
|
|
- Add 'pulseaudio-daemon' Provides + Conflicts to support swapping with PipeWire
|
|
|
|
|
|
|
|
|
|
* Mon Nov 23 2020 Rex Dieter <rdieter@fedoraproject.org> - 14.0-1
|
|
|
|
|
- 14.0
|
|
|
|
|
|
|
|
|
|
* Sun Nov 01 2020 Rex Dieter <rdieter@fedoraproject.org> - 13.99.3-1
|
|
|
|
|
- 13.99.3
|
|
|
|
|
|
|
|
|
|
* Tue Sep 22 2020 Rex Dieter <rdieter@fedoraproject.org> - 13.99.2-1
|
|
|
|
|
- 13.99.2
|
|
|
|
|
|
|
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 13.99.1-6
|
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 13.99.1-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jun 15 2020 Wim Taymans <wtaymans@redhat.com> - 13.99.1-4
|
|
|
|
|
- Add patch to fix crash with profile name (#1817092)
|
|
|
|
|
|
|
|
|
|
* Tue Mar 31 2020 Wim Taymans <wtaymans@redhat.com> - 13.99.1-3
|
|
|
|
|
- Add more UCM patches (#1818883)
|
|
|
|
|
|
|
|
|
|
* Fri Mar 20 2020 Wim Taymans <wtaymans@redhat.com> - 13.99.1-2
|
|
|
|
|
- Add some more UCM patches
|
|
|
|
|
- Fix missing UCM mixers crash (#1815437)
|
|
|
|
|
|
|
|
|
|
* Fri Feb 14 2020 Rex Dieter <rdieter@fedoraproject.org> - 13.99.1-1
|
|
|
|
|
- 13.99.1
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 13.0-3.20200105gitf5d36
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 08 2020 Jaroslav Kysela <perex@perex.cz> - 13.0-2
|
|
|
|
|
- Update to upstream gitsnapshot
|
|
|
|
|
- ALSA UCM fixes
|
|
|
|
|
- active_port sink selection fixes
|
|
|
|
|
|
|
|
|
|
* Fri Sep 13 2019 Rex Dieter <rdieter@fedoraproject.org> - 13.0-1
|
|
|
|
|
- 13.0
|
|
|
|
|
|
|
|
|
|
* Mon Sep 02 2019 Rex Dieter <rdieter@fedoraproject.org> - 12.99.3-1
|
|
|
|
|
- pulseaudio-12.99.3
|
|
|
|
|
|
|
|
|
|
* Wed Aug 07 2019 Rex Dieter <rdieter@fedoraproject.org> - 12.99.2-2
|
|
|
|
|
- -qpaeq: use python3 (#1738047)
|
|
|
|
|
|
|
|
|
|
* Tue Aug 06 2019 Rex Dieter <rdieter@fedoraproject.org> - 12.99.2-1
|
|
|
|
|
- pulseaudio-12.99.2
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 12.99.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 09 2019 Rex Dieter <rdieter@fedoraproject.org> - 12.99.1-1
|
|
|
|
|
- pulseaudio-12.99.1
|
|
|
|
|
|
|
|
|
|
* Wed Jul 03 2019 Rex Dieter <rdieter@fedoraproject.org> - 12.2-7
|
|
|
|
|
- alsa-sink: clear pollfd revents before poll
|
|
|
|
|
|
|
|
|
|
* Mon Jun 17 2019 Rex Dieter <rdieter@fedoraproject.org> - 12.2-6
|
|
|
|
|
- pull in upstream patch for alsa include paths
|
|
|
|
|
|
|
|
|
|
* Thu May 09 2019 Rex Dieter <rdieter@fedoraproject.org> - 12.2-5
|
|
|
|
|
- Use systemd presets to enable user units
|
|
|
|
|
- conditionals: simplify and support rhel8
|
|
|
|
|
|
|
|
|
|
* Wed Apr 10 2019 Rex Dieter <rdieter@fedoraproject.org> - 12.2-4
|
|
|
|
|
- test using only socket activation (f31+ only for now)
|
|
|
|
|
|
|
|
|
|
* Tue Feb 12 2019 Rex Dieter <rdieter@fedoraproject.org> - 12.2-3
|
|
|
|
|
- qpaeq_python2.patch
|
|
|
|
|
|
|
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 12.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jul 16 2018 Rex Dieter <rdieter@fedoraproject.org> - 12.2-1
|
|
|
|
|
- pulseaudio-12.2
|
|
|
|
|
|
|
|
|
|
* Sat Jul 14 2018 Rex Dieter <rdieter@fedoraproject.org> - 12.1-1
|
|
|
|
|
- pulseaudio-12.1
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 12.0-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 05 2018 Rex Dieter <rdieter@fedoraproject.org> - 12.0-3
|
|
|
|
|
- ladspa-sink-fix-search-path.patch (#1594568, fdo#107078)
|
|
|
|
|
|
|
|
|
|
* Sun Jul 01 2018 Rex Dieter <rdieter@fedoraproject.org> - 12.0-2
|
|
|
|
|
- switch-on-port-available-ignore-bluetooth-cards.patch (#1594596, fdo#107044)
|
|
|
|
|
- use upstreamed exit-idle-time.patch
|
|
|
|
|
|
|
|
|
|
* Thu Jun 21 2018 Rex Dieter <rdieter@fedoraproject.org> - 12.0-1
|
|
|
|
|
- pulseaudio-12.0 is available (#1593489)
|
|
|
|
|
- -libs: use %%license
|
|
|
|
|
|
|
|
|
|
* Sun May 13 2018 Rex Dieter <rdieter@fedoraproject.org> - 11.99.1-1
|
|
|
|
|
- 11.99.1 (#1577603)
|
|
|
|
|
- use %%ldconfig_scriptlets
|
|
|
|
|
- new pulseaudio--module-gsettings subpkg
|
|
|
|
|
|
|
|
|
|
* Tue May 08 2018 Rex Dieter <rdieter@fedoraproject.org> - 11.1-21
|
|
|
|
|
- drop unused getaffinity,memfd patches
|
|
|
|
|
- include experimental bluetooth patches only on rawhide
|
|
|
|
|
|
|
|
|
|
* Mon Apr 23 2018 Hans de Goede <hdegoede@redhat.com> - 11.1-20
|
|
|
|
|
- Fix Intel LPE HDMI problems:
|
|
|
|
|
- Update to upstream gitsnapshot which contains a fix for the crash caused
|
|
|
|
|
by patch93 (and contains patch93 fixing the Intel LPE HDMI pa crash)
|
|
|
|
|
- Fix-realtime-scheduling-on-byt-cht.patch, Fix-Intel-HDMI-LPE-problems.patch:
|
|
|
|
|
drop both, both fixes are included in the git snapshot
|
|
|
|
|
|
|
|
|
|
* Fri Mar 23 2018 Iryna Shcherbina <ishcherb@redhat.com> - 11.1-19
|
|
|
|
|
- Update Python 2 dependency declarations to new packaging standards
|
|
|
|
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
|
|
|
|
|
|
|
|
* Wed Mar 21 2018 Rex Dieter <rdieter@fedoraproject.org> - 11.1-18
|
|
|
|
|
- manually package sockets.target.wants/pulseaudio.socket to help
|
|
|
|
|