586 lines
21 KiB
RPMSpec
586 lines
21 KiB
RPMSpec
%global pa_major 4.0
|
|
#global pa_minor 0
|
|
|
|
%global gitrel 266
|
|
%global gitcommit f81e3e1d7852c05b4b737ac7dac4db95798f0117
|
|
%global shortcommit %(c=%{gitcommit}; echo ${c:0:5})
|
|
|
|
%ifarch %{ix86} x86_64 %{arm}
|
|
%global with_webrtc 1
|
|
%endif
|
|
|
|
Name: pulseaudio
|
|
Summary: Improved Linux Sound Server
|
|
Version: %{pa_major}%{?pa_minor:.%{pa_minor}}
|
|
Release: 5%{?gitcommit:.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
|
|
%endif
|
|
Source1: default.pa-for-gdm
|
|
|
|
## upstream patches
|
|
|
|
BuildRequires: m4
|
|
BuildRequires: libtool-ltdl-devel
|
|
BuildRequires: intltool
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: doxygen
|
|
BuildRequires: xmltoman
|
|
BuildRequires: tcp_wrappers-devel
|
|
BuildRequires: libsamplerate-devel
|
|
BuildRequires: libsndfile-devel
|
|
BuildRequires: alsa-lib-devel
|
|
BuildRequires: glib2-devel
|
|
BuildRequires: gtk2-devel
|
|
BuildRequires: GConf2-devel
|
|
BuildRequires: avahi-devel
|
|
%if 0%{?rhel} == 0
|
|
BuildRequires: lirc-devel
|
|
BuildRequires: jack-audio-connection-kit-devel
|
|
%endif
|
|
BuildRequires: libatomic_ops-static, libatomic_ops-devel
|
|
%ifnarch s390 s390x
|
|
BuildRequires: bluez-libs-devel
|
|
BuildRequires: sbc-devel
|
|
%endif
|
|
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
|
|
BuildRequires: speex-devel >= 1.2
|
|
BuildRequires: systemd-devel
|
|
BuildRequires: libasyncns-devel
|
|
BuildRequires: systemd-devel >= 184
|
|
BuildRequires: json-c-devel
|
|
BuildRequires: dbus-devel
|
|
BuildRequires: libcap-devel
|
|
%if 0%{?with_webrtc}
|
|
BuildRequires: webrtc-audio-processing-devel
|
|
%endif
|
|
|
|
# retired along with -libs-zeroconf, add Obsoletes here for lack of anything better
|
|
Obsoletes: padevchooser < 1.0
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
Requires: systemd >= 184
|
|
Requires: rtkit
|
|
Requires: kernel >= 2.6.30
|
|
|
|
%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 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%{?rhel} == 0
|
|
%package module-lirc
|
|
Summary: LIRC support for the PulseAudio sound server
|
|
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.
|
|
|
|
%ifnarch s390 s390x
|
|
%package module-bluetooth
|
|
Summary: Bluetooth support for the PulseAudio sound server
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: bluez >= 4.34
|
|
|
|
%description module-bluetooth
|
|
Contains Bluetooth audio (A2DP/HSP/HFP) support for the PulseAudio sound server.
|
|
|
|
Also contains a module that can be used to automatically turn down the volume if
|
|
a bluetooth mobile phone leaves the proximity or turn it up again if it enters the
|
|
proximity again
|
|
%endif
|
|
|
|
%if 0%{?rhel} == 0
|
|
%package module-jack
|
|
Summary: JACK support for the PulseAudio sound server
|
|
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}
|
|
%if 0%{?rhel} == 0
|
|
Requires: vala
|
|
%endif
|
|
|
|
%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}}
|
|
|
|
sed -i.no_consolekit -e \
|
|
's/^load-module module-console-kit/#load-module module-console-kit/' \
|
|
src/daemon/default.pa.in
|
|
|
|
## kill rpaths
|
|
%if "%{_libdir}" != "/usr/lib"
|
|
sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
|
|
%endif
|
|
|
|
%build
|
|
|
|
%configure \
|
|
--disable-static \
|
|
--disable-rpath \
|
|
--with-system-user=pulse \
|
|
--with-system-group=pulse \
|
|
--with-access-group=pulse-access \
|
|
--disable-oss-output \
|
|
--without-fftw \
|
|
%ifarch %{arm}
|
|
--disable-neon-opt \
|
|
%endif
|
|
--enable-systemd \
|
|
%if 0%{?with_webrtc}
|
|
--enable-webrtc-aec
|
|
%endif
|
|
|
|
# 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
|
|
|
|
# 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
|
|
|
|
rm -fv $RPM_BUILD_ROOT%{_libdir}/*.la $RPM_BUILD_ROOT%{_libdir}/pulse-%{pa_major}/modules/*.la
|
|
#rm -fv $RPM_BUILD_ROOT%{_libdir}/pulse-%{pa_major}/modules/liboss-util.so
|
|
#rm -fv $RPM_BUILD_ROOT%{_libdir}/pulse-%{pa_major}/modules/module-oss.so
|
|
rm -fv $RPM_BUILD_ROOT%{_libdir}/pulse-%{pa_major}/modules/module-detect.so
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/pulse
|
|
install -p -m644 -D %{SOURCE1} $RPM_BUILD_ROOT%{_localstatedir}/lib/gdm/.pulse/default.pa
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
%pre
|
|
/usr/sbin/groupadd -f -r pulse || :
|
|
/usr/bin/id pulse >/dev/null 2>&1 || \
|
|
/usr/sbin/useradd -r -c 'PulseAudio System Daemon' -s /sbin/nologin -d /var/run/pulse -g pulse pulse || :
|
|
/usr/sbin/groupadd -f -r pulse-access || :
|
|
exit 0
|
|
|
|
%post -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%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
|
|
) ||:
|
|
|
|
%post libs -p /sbin/ldconfig
|
|
%postun libs -p /sbin/ldconfig
|
|
|
|
%post libs-glib2 -p /sbin/ldconfig
|
|
%postun libs-glib2 -p /sbin/ldconfig
|
|
|
|
%files
|
|
%doc README LICENSE GPL LGPL
|
|
%dir %{_sysconfdir}/pulse/
|
|
%config(noreplace) %{_sysconfdir}/pulse/daemon.conf
|
|
%config(noreplace) %{_sysconfdir}/pulse/default.pa
|
|
%config(noreplace) %{_sysconfdir}/pulse/system.pa
|
|
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/pulseaudio-system.conf
|
|
%dir %{_sysconfdir}/bash_completion.d/
|
|
%{_sysconfdir}/bash_completion.d/pulseaudio-bash-completion.sh
|
|
%{_bindir}/pulseaudio
|
|
%{_libdir}/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-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-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
|
|
%attr(0700, pulse, pulse) %dir %{_localstatedir}/lib/pulse
|
|
|
|
%files esound-compat
|
|
%{_bindir}/esdcompat
|
|
%{_mandir}/man1/esdcompat.1.gz
|
|
|
|
%if 0%{?rhel} == 0
|
|
%files module-lirc
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-lirc.so
|
|
%endif
|
|
|
|
%files module-x11
|
|
%config %{_sysconfdir}/xdg/autostart/pulseaudio.desktop
|
|
%config %{_sysconfdir}/xdg/autostart/pulseaudio-kde.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-kde.1.gz
|
|
%{_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%{?rhel} == 0
|
|
%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
|
|
|
|
%ifnarch s390 s390x
|
|
%files module-bluetooth
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-bluetooth-device.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-bluetooth-discover.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-bluetooth-policy.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-bluetooth-proximity.so
|
|
%{_libdir}/pulse-%{pa_major}/modules/libbluetooth-util.so
|
|
%{_libexecdir}/pulse/proximity-helper
|
|
%endif
|
|
|
|
%files module-gconf
|
|
%{_libdir}/pulse-%{pa_major}/modules/module-gconf.so
|
|
%{_libexecdir}/pulse/gconf-helper
|
|
|
|
%files libs -f %{name}.lang
|
|
%doc README LICENSE GPL LGPL
|
|
%dir %{_sysconfdir}/pulse/
|
|
%config(noreplace) %{_sysconfdir}/pulse/client.conf
|
|
%{_libdir}/libpulse.so.*
|
|
%{_libdir}/libpulse-simple.so.*
|
|
%dir %{_libdir}/pulseaudio/
|
|
%{_libdir}/pulseaudio/libpulsecommon-%{pa_major}.*
|
|
%{_libdir}/pulseaudio/libpulsedsp.*
|
|
|
|
%files libs-glib2
|
|
%{_libdir}/libpulse-mainloop-glib.so.*
|
|
|
|
%files libs-devel
|
|
%doc doxygen/html
|
|
%{_includedir}/pulse/
|
|
%{_libdir}/libpulse.so
|
|
%{_libdir}/libpulse-mainloop-glib.so
|
|
%{_libdir}/libpulse-simple.so
|
|
%{_libdir}/pkgconfig/libpulse*.pc
|
|
%{_datadir}/vala/vapi/libpulse.vapi
|
|
%{_datadir}/vala/vapi/libpulse.deps
|
|
%{_datadir}/vala/vapi/libpulse-mainloop-glib.vapi
|
|
%{_datadir}/vala/vapi/libpulse-mainloop-glib.deps
|
|
%{_libdir}/cmake/PulseAudio/
|
|
|
|
%files utils
|
|
%{_bindir}/pacat
|
|
%{_bindir}/pacmd
|
|
%{_bindir}/pactl
|
|
%{_bindir}/paplay
|
|
%{_bindir}/parec
|
|
%{_bindir}/pamon
|
|
%{_bindir}/parecord
|
|
%{_bindir}/pax11publish
|
|
%{_bindir}/padsp
|
|
%{_bindir}/pasuspender
|
|
%{_mandir}/man1/pacat.1.gz
|
|
%{_mandir}/man1/pacmd.1.gz
|
|
%{_mandir}/man1/pactl.1.gz
|
|
%{_mandir}/man1/paplay.1.gz
|
|
%{_mandir}/man1/pasuspender.1.gz
|
|
%{_mandir}/man1/padsp.1.gz
|
|
%{_mandir}/man1/pax11publish.1.gz
|
|
|
|
%files gdm-hooks
|
|
%attr(0700, gdm, gdm) %dir %{_localstatedir}/lib/gdm/.pulse
|
|
%attr(0600, gdm, gdm) %{_localstatedir}/lib/gdm/.pulse/default.pa
|
|
|
|
%changelog
|
|
* 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
|