forked from pool/pulseaudio
Accepting request 105743 from home:pbleser:branches:multimedia:libs
- add pulseaudio-remove_broken_assert.patch to remove a broken assert that makes pulseaudio crash when playing audio from Firefox when having to resample, especially in combination with the jack sink - add libpcap-devel build dependency for capabilities support - add fftw3-devel build dependency for builtin equalizer support - add orc build dependency for better performance OBS-URL: https://build.opensuse.org/request/show/105743 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=84
This commit is contained in:
committed by
Git OBS Bridge
parent
22250d357a
commit
17deede33d
@@ -33,6 +33,7 @@ Source99: baselibs.conf
|
||||
Patch0: disabled-start.diff
|
||||
Patch1: suppress-socket-error-msg.diff
|
||||
Patch2: pulseaudio-wrong-memset.patch
|
||||
Patch3: pulseaudio-remove_broken_assert.patch
|
||||
BuildRequires: alsa-devel
|
||||
BuildRequires: bluez-devel
|
||||
BuildRequires: doxygen
|
||||
@@ -54,6 +55,9 @@ BuildRequires: tcpd-devel
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: xorg-x11-devel
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: fftw3-devel
|
||||
BuildRequires: orc
|
||||
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(gconf-2.0)
|
||||
@@ -253,6 +257,7 @@ translation-update-upstream
|
||||
%patch0
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3
|
||||
|
||||
%build
|
||||
autoreconf
|
||||
@@ -266,7 +271,7 @@ export SUSE_ASNEEDED=0
|
||||
--with-system-group=pulse \
|
||||
--with-access-group=pulse-access \
|
||||
--disable-hal
|
||||
make %{?_smp_mflags}
|
||||
make %{?_smp_mflags} V=1
|
||||
make doxygen
|
||||
|
||||
%install
|
||||
@@ -320,6 +325,7 @@ setup-pulseaudio --auto > /dev/null
|
||||
%doc README LICENSE GPL LGPL
|
||||
%{_bindir}/pulseaudio
|
||||
%{_bindir}/setup-pulseaudio
|
||||
%{_bindir}/qpaeq
|
||||
%dir %{_datadir}/pulseaudio
|
||||
%{_datadir}/pulseaudio/alsa-mixer
|
||||
%{_localstatedir}/adm/fillup-templates/sysconfig.sound-pulseaudio
|
||||
@@ -360,6 +366,7 @@ setup-pulseaudio --auto > /dev/null
|
||||
%{_libdir}/pulse-%{drvver}/modules/module-esound-protocol-tcp.so
|
||||
%{_libdir}/pulse-%{drvver}/modules/module-esound-protocol-unix.so
|
||||
%{_libdir}/pulse-%{drvver}/modules/module-esound-sink.so
|
||||
%{_libdir}/pulse-%{drvver}/modules/module-equalizer-sink.so
|
||||
%{_libdir}/pulse-%{drvver}/modules/module-filter-apply.so
|
||||
%{_libdir}/pulse-%{drvver}/modules/module-filter-heuristics.so
|
||||
%{_libdir}/pulse-%{drvver}/modules/module-hal-detect.so
|
||||
|
Reference in New Issue
Block a user