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:
parent
2b4fcdd66c
commit
f21980a5aa
10
pulseaudio-remove_broken_assert.patch
Normal file
10
pulseaudio-remove_broken_assert.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- src/pulsecore/resampler.c.orig 2012-02-17 21:34:37.154883446 +0100
|
||||
+++ src/pulsecore/resampler.c 2012-02-17 21:34:51.272882943 +0100
|
||||
@@ -1227,7 +1227,6 @@
|
||||
data.end_of_input = 0;
|
||||
|
||||
pa_assert_se(src_process(r->src.state, &data) == 0);
|
||||
- pa_assert((unsigned) data.input_frames_used == in_n_frames);
|
||||
|
||||
pa_memblock_release(input->memblock);
|
||||
pa_memblock_release(output->memblock);
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 17 20:57:09 UTC 2012 - pascal.bleser@opensuse.org
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 12 20:30:01 UTC 2012 - reddwarf@opensuse.org
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user