8d1313
%if 0%{?rhel}
8d1313
%define with_jack 0
8d1313
%else
8d1313
%define with_jack 1
8d1313
%endif
8d1313
8d1313
Name:           alsa-plugins
13e95c
Version:        1.1.9
13e95c
Release:        1%{?dist}
8d1313
Summary:        The Advanced Linux Sound Architecture (ALSA) Plugins
8d1313
# All packages are LGPLv2+ with the exception of samplerate which is GPLv2+
8d1313
# pph plugin is BSD-like licensed
8d1313
License:        GPLv2+ and LGPLv2+ and BSD
8d1313
Group:          System Environment/Libraries
8d1313
URL:            http://www.alsa-project.org/
8d1313
Source0:        ftp://ftp.alsa-project.org/pub/plugins/%{name}-%{version}.tar.bz2
8d1313
8d1313
BuildRequires:  autoconf automake libtool
8d1313
BuildRequires:  alsa-lib-devel
8d1313
8d1313
%description
8d1313
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
8d1313
functionality to the Linux operating system.
8d1313
8d1313
This package includes plugins for ALSA.
8d1313
8d1313
%if 0%{?with_jack}
8d1313
%package jack
8d1313
Requires:       alsa-utils
8d1313
Requires:       jack-audio-connection-kit
8d1313
BuildRequires:  jack-audio-connection-kit-devel
8d1313
Summary:        Jack PCM output plugin for ALSA
8d1313
Group:          System Environment/Libraries
8d1313
License:        LGPLv2+
8d1313
%description jack
8d1313
This plugin converts the ALSA API over JACK (Jack Audio Connection
8d1313
Kit, http://jackit.sf.net) API.  ALSA native applications can work
8d1313
transparently together with jackd for both playback and capture.
8d1313
This plugin provides the PCM type "jack"
8d1313
%endif
8d1313
8d1313
%package oss
8d1313
Requires:       alsa-utils
8d1313
BuildRequires:  alsa-lib-devel
8d1313
Summary:        Oss PCM output plugin for ALSA
8d1313
Group:          System Environment/Libraries
8d1313
License:        LGPLv2+ 
8d1313
%description oss
8d1313
This plugin converts the ALSA API over OSS API.  With this plugin,
8d1313
ALSA native apps can run on OSS drivers.
8d1313
8d1313
This plugin provides the PCM type "oss".
8d1313
8d1313
%package pulseaudio
8d1313
Requires:       alsa-utils
8d1313
Requires:       pulseaudio
8d1313
BuildRequires:  pulseaudio-libs-devel
8d1313
Summary:        Alsa to PulseAudio backend
8d1313
Group:          System Environment/Libraries
8d1313
License:        LGPLv2+
8d1313
%description pulseaudio
8d1313
This plugin allows any program that uses the ALSA API to access a PulseAudio
8d1313
sound daemon. In other words, native ALSA applications can play and record
8d1313
sound across a network. There are two plugins in the suite, one for PCM and
8d1313
one for mixer control.
8d1313
8d1313
%package samplerate
8d1313
Requires:       alsa-utils
8d1313
BuildRequires:  libsamplerate-devel
8d1313
Summary:        External rate converter plugin for ALSA
8d1313
Group:          System Environment/Libraries
8d1313
License:        GPLv2+
8d1313
%description samplerate
8d1313
This plugin is an external rate converter using libsamplerate by Erik de
8d1313
Castro Lopo.
8d1313
8d1313
%package upmix
8d1313
Requires:       alsa-utils
8d1313
BuildRequires:  libsamplerate-devel
8d1313
Summary:        Upmixer channel expander plugin for ALSA
8d1313
Group:          System Environment/Libraries
8d1313
License:        LGPLv2+
8d1313
%description upmix
8d1313
The upmix plugin is an easy-to-use plugin for upmixing to 4 or
8d1313
6-channel stream.  The number of channels to be expanded is determined
8d1313
by the slave PCM or explicitly via channel option.
8d1313
8d1313
%package vdownmix
8d1313
Requires:       alsa-utils
8d1313
BuildRequires:  libsamplerate-devel
8d1313
Summary:        Downmixer to stereo plugin for ALSA
8d1313
Group:          System Environment/Libraries
8d1313
License:        LGPLv2+
8d1313
%description vdownmix
8d1313
The vdownmix plugin is a downmixer from 4-6 channels to 2-channel
8d1313
stereo headphone output.  This plugin processes the input signals with
8d1313
a simple spacialization, so the output sounds like a kind of "virtual
8d1313
surround".
8d1313
8d1313
%package usbstream
8d1313
Summary:        USB stream plugin for ALSA
8d1313
Group:          System Environment/Libraries
8d1313
License:        LGPLv2+
8d1313
%description usbstream
8d1313
The usbstream plugin is for snd-usb-us122l driver. It converts PCM
8d1313
stream to USB specific stream.
8d1313
8d1313
%package arcamav
8d1313
Summary:        Arcam AV amplifier plugin for ALSA
8d1313
Group:          System Environment/Libraries
8d1313
License:        LGPLv2+
8d1313
%description arcamav
8d1313
This plugin exposes the controls for an Arcam AV amplifier
8d1313
(see: http://www.arcam.co.uk/) as an ALSA mixer device.
8d1313
8d1313
%package speex
8d1313
Requires:       speex speexdsp
8d1313
BuildRequires:  speex-devel speexdsp-devel
8d1313
Summary:        Rate Converter Plugin Using Speex Resampler
8d1313
Group:          System Environment/Libraries
8d1313
License:        LGPLv2+
8d1313
%description speex
8d1313
The rate plugin is an external rate converter using the Speex resampler
8d1313
(aka Public Parrot Hack) by Jean-Marc Valin. The pcm plugin provides
8d1313
pre-processing of a mono stream like denoise using libspeex DSP API.
8d1313
8d1313
%package maemo
8d1313
BuildRequires:  dbus-devel
8d1313
Summary:        Maemo plugin for ALSA
8d1313
Group:          System Environment/Libraries
8d1313
License:        LGPLv2+
8d1313
%description maemo
8d1313
This plugin converts the ALSA API over PCM task nodes protocol. In this way,
8d1313
ALSA native applications can run over DSP Gateway and use DSP PCM task nodes.
8d1313
8d1313
%prep
8d1313
%setup -q -n %{name}-%{version}%{?prever}
8d1313
8d1313
%build
8d1313
autoreconf -vif
8d1313
%configure --disable-static \
8d1313
           --with-speex=lib \
8d1313
           --enable-maemo-plugin \
8d1313
           --enable-maemo-resource-manager
8d1313
make %{?_smp_mflags}
8d1313
8d1313
%install
8d1313
make install DESTDIR=%{buildroot}
8d1313
8d1313
mv %{buildroot}/etc/alsa/conf.d/99-pulseaudio-default.conf.example \
8d1313
        %{buildroot}/etc/alsa/conf.d/99-pulseaudio-default.conf
8d1313
8d1313
find %{buildroot} -name "*.la" -exec rm {} \;
8d1313
8d1313
8d1313
%post -p /sbin/ldconfig
8d1313
8d1313
%postun -p /sbin/ldconfig
8d1313
8d1313
%if 0%{?with_jack}
8d1313
%files jack
8d1313
%doc COPYING COPYING.GPL doc/README-jack
8d1313
%dir /etc/alsa/conf.d
8d1313
%config(noreplace) /etc/alsa/conf.d/50-jack.conf
8d1313
%dir %{_datadir}/alsa/alsa.conf.d
8d1313
%{_datadir}/alsa/alsa.conf.d/50-jack.conf
8d1313
%dir %{_libdir}/alsa-lib
8d1313
%{_libdir}/alsa-lib/libasound_module_pcm_jack.so
8d1313
%endif
8d1313
8d1313
%files oss
8d1313
%doc COPYING COPYING.GPL doc/README-pcm-oss
8d1313
%dir /etc/alsa/conf.d
8d1313
%config(noreplace) /etc/alsa/conf.d/50-oss.conf
8d1313
%dir %{_datadir}/alsa/alsa.conf.d
8d1313
%{_datadir}/alsa/alsa.conf.d/50-oss.conf
8d1313
%dir %{_libdir}/alsa-lib
8d1313
%{_libdir}/alsa-lib/libasound_module_ctl_oss.so
8d1313
%{_libdir}/alsa-lib/libasound_module_pcm_oss.so
8d1313
8d1313
%files pulseaudio
8d1313
%doc COPYING COPYING.GPL doc/README-pulse
8d1313
%dir %{_libdir}/alsa-lib
8d1313
%{_libdir}/alsa-lib/libasound_module_pcm_pulse.so
8d1313
%{_libdir}/alsa-lib/libasound_module_ctl_pulse.so
8d1313
%{_libdir}/alsa-lib/libasound_module_conf_pulse.so
8d1313
%dir /etc/alsa/conf.d
8d1313
%config(noreplace) /etc/alsa/conf.d/50-pulseaudio.conf
8d1313
%config(noreplace) /etc/alsa/conf.d/99-pulseaudio-default.conf
8d1313
%dir %{_datadir}/alsa/alsa.conf.d
8d1313
%{_datadir}/alsa/alsa.conf.d/50-pulseaudio.conf
8d1313
8d1313
%files samplerate
8d1313
%doc COPYING COPYING.GPL doc/samplerate.txt
8d1313
%dir /etc/alsa/conf.d
8d1313
%config(noreplace) /etc/alsa/conf.d/10-samplerate.conf
8d1313
%dir %{_datadir}/alsa/alsa.conf.d
8d1313
%{_datadir}/alsa/alsa.conf.d/10-samplerate.conf
8d1313
%dir %{_libdir}/alsa-lib
8d1313
%{_libdir}/alsa-lib/libasound_module_rate_samplerate.so
8d1313
%{_libdir}/alsa-lib/libasound_module_rate_samplerate_best.so
8d1313
%{_libdir}/alsa-lib/libasound_module_rate_samplerate_linear.so
8d1313
%{_libdir}/alsa-lib/libasound_module_rate_samplerate_medium.so
8d1313
%{_libdir}/alsa-lib/libasound_module_rate_samplerate_order.so
8d1313
8d1313
%files upmix
8d1313
%doc COPYING COPYING.GPL doc/upmix.txt
8d1313
%dir /etc/alsa/conf.d
8d1313
%config(noreplace) /etc/alsa/conf.d/60-upmix.conf
8d1313
%dir %{_datadir}/alsa/alsa.conf.d
8d1313
%{_datadir}/alsa/alsa.conf.d/60-upmix.conf
8d1313
%dir %{_libdir}/alsa-lib
8d1313
%{_libdir}/alsa-lib/libasound_module_pcm_upmix.so
8d1313
8d1313
%files vdownmix
8d1313
%doc COPYING COPYING.GPL doc/vdownmix.txt
8d1313
%dir /etc/alsa/conf.d
8d1313
%config(noreplace) /etc/alsa/conf.d/60-vdownmix.conf
8d1313
%dir %{_datadir}/alsa/alsa.conf.d
8d1313
%{_datadir}/alsa/alsa.conf.d/60-vdownmix.conf
8d1313
%dir %{_libdir}/alsa-lib
8d1313
%{_libdir}/alsa-lib/libasound_module_pcm_vdownmix.so
8d1313
8d1313
%files usbstream
8d1313
%doc COPYING COPYING.GPL
8d1313
%dir /etc/alsa/conf.d
8d1313
%config(noreplace) /etc/alsa/conf.d/98-usb-stream.conf
8d1313
%dir %{_datadir}/alsa/alsa.conf.d
8d1313
%{_datadir}/alsa/alsa.conf.d/98-usb-stream.conf
8d1313
%dir %{_libdir}/alsa-lib
8d1313
%{_libdir}/alsa-lib/libasound_module_pcm_usb_stream.so
8d1313
8d1313
%files arcamav
8d1313
%doc COPYING COPYING.GPL doc/README-arcam-av
8d1313
%dir /etc/alsa/conf.d
8d1313
%config(noreplace) /etc/alsa/conf.d/50-arcam-av-ctl.conf
8d1313
%dir %{_datadir}/alsa/alsa.conf.d
8d1313
%{_datadir}/alsa/alsa.conf.d/50-arcam-av-ctl.conf
8d1313
%dir %{_libdir}/alsa-lib
8d1313
%{_libdir}/alsa-lib/libasound_module_ctl_arcam_av.so
8d1313
8d1313
%files speex
8d1313
%doc COPYING COPYING.GPL doc/speexdsp.txt doc/speexrate.txt
8d1313
%dir /etc/alsa/conf.d
8d1313
%config(noreplace) /etc/alsa/conf.d/10-speexrate.conf
8d1313
%config(noreplace) /etc/alsa/conf.d/60-speex.conf
8d1313
%dir %{_datadir}/alsa/alsa.conf.d
8d1313
%{_datadir}/alsa/alsa.conf.d/10-speexrate.conf
8d1313
%{_datadir}/alsa/alsa.conf.d/60-speex.conf
8d1313
%dir %{_libdir}/alsa-lib
8d1313
%{_libdir}/alsa-lib/libasound_module_pcm_speex.so
8d1313
%{_libdir}/alsa-lib/libasound_module_rate_speexrate.so
8d1313
%{_libdir}/alsa-lib/libasound_module_rate_speexrate_best.so
8d1313
%{_libdir}/alsa-lib/libasound_module_rate_speexrate_medium.so
8d1313
8d1313
%files maemo
8d1313
%doc COPYING COPYING.GPL doc/README-maemo
8d1313
%dir /etc/alsa/conf.d
8d1313
%config(noreplace) /etc/alsa/conf.d/98-maemo.conf
8d1313
%dir %{_datadir}/alsa/alsa.conf.d
8d1313
%{_datadir}/alsa/alsa.conf.d/98-maemo.conf
8d1313
%dir %{_libdir}/alsa-lib
8d1313
%{_libdir}/alsa-lib/libasound_module_ctl_dsp_ctl.so
8d1313
%{_libdir}/alsa-lib/libasound_module_pcm_alsa_dsp.so
8d1313
8d1313
8d1313
%changelog
13e95c
* Wed May 22 2019 Jaroslav Kysela <perex@perex.cz> - 1.1.9-1
13e95c
- Updated to 1.1.9
13e95c
8d1313
* Mon Apr 16 2018 Jaroslav Kysela <perex@perex.cz> - 1.1.6-3
8d1313
- /etc/alsa/conf.d contains symlinks to /usr/share/alsa/alsa.conf.d templates
8d1313
8d1313
* Wed Apr 04 2018 Jaroslav Kysela <perex@perex.cz> - 1.1.6-2
8d1313
- Changed the add-on config directory to /etc/alsa/conf.d
8d1313
- Changed the config files
8d1313
8d1313
* Tue Apr 03 2018 Jaroslav Kysela <perex@perex.cz> - 1.1.6-1
8d1313
- Updated to 1.1.6
8d1313
8d1313
* Sun Feb 25 2018 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.1.5-3
8d1313
- Let plugin packages own %%{_libdir}/alsa-lib (RHBZ#1548865)
8d1313
8d1313
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-2
8d1313
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
8d1313
8d1313
* Tue Nov 14 2017 Jaroslav Kysela <perex@perex.cz> - 1.1.5-1
8d1313
- Updated to 1.1.5
8d1313
8d1313
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-3
8d1313
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
8d1313
8d1313
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-2
8d1313
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
8d1313
8d1313
* Tue May 16 2017 Jaroslav Kysela <perex@perex.cz> - 1.1.4-1
8d1313
- Updated to 1.1.4
8d1313
8d1313
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-2
8d1313
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
8d1313
8d1313
* Thu Mar 31 2016 Jaroslav Kysela <perex@perex.cz> - 1.1.1-1
8d1313
- Updated to 1.1.1
8d1313
8d1313
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2
8d1313
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
8d1313
8d1313
* Tue Oct 27 2015 Jaroslav Kysela <perex@perex.cz> - 1.1.0-1
8d1313
- Updated to 1.1.0
8d1313
8d1313
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.29-2
8d1313
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
8d1313
8d1313
* Thu Feb 26 2015 Jaroslav Kysela <perex@perex.cz> - 1.0.29-1
8d1313
- Updated to 1.0.29
8d1313
8d1313
* Thu Jan 29 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.28-4
8d1313
- Add speexdsp-devel as a dep to fix FTBFS
8d1313
8d1313
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.28-3
8d1313
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
8d1313
8d1313
* Thu Jul 24 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.28-2
8d1313
- Fix Source1 conditional for src.rpm generation (RHBZ 856543)
8d1313
8d1313
* Thu Jul 24 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.28-1
8d1313
- Update to 1.0.28
8d1313
8d1313
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.27-3
8d1313
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
8d1313
8d1313
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.27-2
8d1313
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
8d1313
8d1313
* Fri Apr 12 2013 Jaroslav Kysela <jkysela@redhat.com> - 1.0.27-1
8d1313
- Updated to 1.0.27
8d1313
8d1313
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.26-3
8d1313
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
8d1313
8d1313
* Thu Sep  6 2012 Jaroslav Kysela <jkysela@redhat.com> - 1.0.26-2
8d1313
- Changed dependency on pulseaudio-lib-devel to pulseaudio-libs-devel
8d1313
8d1313
* Thu Sep  6 2012 Jaroslav Kysela <jkysela@redhat.com> - 1.0.26-1
8d1313
- Updated to 1.0.26
8d1313
8d1313
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.25-4
8d1313
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8d1313
8d1313
* Mon Apr 23 2012 Paul Howarth <paul@city-fan.org> - 1.0.25-3
8d1313
- Bump and rebuild to maintain upgrade path (#806218)
8d1313
8d1313
* Wed Feb  1 2012 Jaroslav Kysela <jkysela@redhat.com> - 1.0.25-1
8d1313
- Updated to 1.0.25
8d1313
- Moved plugin specific configuration from /etc/alsa/pcm to /usr/share/alsa/alsa.conf.d
8d1313
8d1313
* Thu Jan 19 2012 Nikola Pajkovsky <npajkovs@redhat.com> - 1.0.24-4
8d1313
- 761244 - please disable JACK for RHEL
8d1313
8d1313
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.24-3
8d1313
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8d1313
8d1313
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.24-2
8d1313
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
8d1313
8d1313
* Fri Jan 28 2011 Jaroslav Kysela <jkysela@redhat.com> - 1.0.24-1
8d1313
- Updated to 1.0.24
8d1313
8d1313
* Thu Jan 14 2010 Jaroslav Kysela <jkysela@redhat.com> - 1.0.22-1
8d1313
- Updated to 1.0.22
8d1313
8d1313
* Mon Sep 7 2009 Eric Moret <eric.moret@gmail.com> - 1.0.21-2
8d1313
- Added missing dbus-devel dependency to maemo subpackage
8d1313
8d1313
* Mon Sep 7 2009 Eric Moret <eric.moret@gmail.com> - 1.0.21-1
8d1313
- Updated to 1.0.21
8d1313
- Patch clean up
8d1313
- Added maemo subpackage
8d1313
8d1313
* Tue Aug 4 2009 Lennart Poettering <lpoetter@redhat.com> - 1.0.20-5
8d1313
- Add a couple of more clean up patches for the pulse plugin
8d1313
8d1313
* Fri Jul 31 2009 Lennart Poettering <lpoetter@redhat.com> - 1.0.20-4
8d1313
- Add a couple of clean up patches for the pulse plugin
8d1313
8d1313
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.20-3
8d1313
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
8d1313
8d1313
* Wed Jun 24 2009 Eric Moret <eric.moret@gmail.com> - 1.0.20-2
8d1313
- Added speex subpackage
8d1313
- Removed ascii-art from jack's plugin description
8d1313
8d1313
* Fri May 8 2009 Eric Moret <eric.moret@gmail.com> - 1.0.20-1
8d1313
- Updated to 1.0.20
8d1313
- Added arcam-av subpackage
8d1313
8d1313
* Fri Apr 24 2009 Eric Moret <eric.moret@gmail.com> - 1.0.19-1
8d1313
- Updated to 1.0.19
8d1313
- Added Requires: alsa-utils to address #483322
8d1313
- Added dir {_sysconfdir}/alsa/pcm to address #483322
8d1313
8d1313
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.18-3
8d1313
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
8d1313
8d1313
* Sun Dec 28 2008 Eric Moret <eric.moret@gmail.com> - 1.0.18-2
8d1313
- Updated to 1.0.18 final
8d1313
8d1313
* Thu Sep 11 2008 Jaroslav Kysela <jkysela@redhat.com> - 1.0.18-1.rc3
8d1313
- Updated to 1.0.18rc3
8d1313
- Added usbstream subpackage
8d1313
8d1313
* Mon Jul 21 2008 Jaroslav Kysela <jkysela@redhat.com> - 1.0.17-1
8d1313
- Updated to 1.0.17
8d1313
8d1313
* Tue Mar 25 2008 Lubomir Kundrak <lkundrak@redhat.com> - 1.0.16-4
8d1313
- Kind of fix the plugins not to complain about the hints
8d1313
8d1313
* Wed Mar 19 2008 Eric Moret <eric.moret@gmail.com> - 1.0.16-3
8d1313
- Fixing jack.conf (#435343)
8d1313
8d1313
* Sun Mar 09 2008 Lubomir Kundrak <lkundrak@redhat.com> - 1.0.16-2
8d1313
- Add descriptions to various PCM plugins, so they're visible in aplay -L
8d1313
8d1313
* Sat Mar 08 2008 Lubomir Kundrak <lkundrak@redhat.com> - 1.0.16-1
8d1313
- New upstream, dropping upstreamed patches
8d1313
- Do not assert fail when pulseaudio is unavailable (#435148)
8d1313
8d1313
* Tue Mar 04 2008 Lubomir Kundrak <lkundrak@redhat.com> - 1.0.15-4
8d1313
- Be more heplful when there's PulseAudio trouble.
8d1313
- This may save us some bogus bug reports
8d1313
8d1313
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.15-3
8d1313
- Autorebuild for GCC 4.3
8d1313
8d1313
* Fri Jan 18 2008 Eric Moret <eric.moret@epita.fr> - 1.0.15-2
8d1313
- Update to upstream 1.0.15 (#429249)
8d1313
- Add "Requires: pulseaudio" to alsa-plugins-pulseaudio (#368891)
8d1313
- Fix pulse_hw_params() when state is SND_PCM_STATE_PREPARED (#428030)
8d1313
- run /sbin/ldconfig on post and postun macros
8d1313
8d1313
* Thu Oct 18 2007 Lennart Poettering <lpoetter@redhat.com> - 1.0.14-6
8d1313
- Merge the whole /etc/alsa/pcm/pulseaudio.conf stuff into
8d1313
  /etc/alsa/pulse-default.conf, because the former is practically
8d1313
  always ignored, since it is not referenced for inclusion by any other
8d1313
  configuration file fragment (#251943)
8d1313
  The other fragments installed in /etc/alsa/pcm/ are useless, too. But
8d1313
  since we are in a freeze and they are not that important, I am not fixing
8d1313
  this now.
8d1313
8d1313
* Wed Oct 17 2007 Lennart Poettering <lpoetter@redhat.com> - 1.0.14-5
8d1313
- Split pulse.conf into two, so that we can load one part from
8d1313
  form /etc/alsa/alsa.conf. (#251943)
8d1313
8d1313
* Mon Oct 1 2007 Lennart Poettering <lpoetter@redhat.com> - 1.0.14-4
8d1313
- In the pulse plugin: reflect the XRUN state back to the application.
8d1313
  Makes XMMS work on top of the alsa plugin. (#307341)
8d1313
8d1313
* Mon Sep 24 2007 Lennart Poettering <lpoetter@redhat.com> - 1.0.14-3
8d1313
- Change PulseAudio buffering defaults to more sane values
8d1313
8d1313
* Tue Aug 14 2007 Eric Moret <eric.moret@epita.fr> - 1.0.14-2
8d1313
- Adding pulse as ALSA "default" pcm and ctl when the alsa-plugins-pulseaudio
8d1313
package is installed, fixing #251943.
8d1313
8d1313
* Mon Jul 23 2007 Eric Moret <eric.moret@epita.fr> - 1.0.14-1
8d1313
- update to upstream 1.0.14
8d1313
- use configure --without-speex instead of patches to remove a52
8d1313
8d1313
* Tue Mar 13 2007 Matej Cepl <mcepl@redhat.com> - 1.0.14-0.3.rc2
8d1313
- Really remove a52 plugin package (including changes in
8d1313
  configure and configure.in)
8d1313
8d1313
* Thu Feb 15 2007 Eric Moret <eric.moret@epita.fr> 1.0.14-0.2.rc2
8d1313
- Adding configuration files
8d1313
- Removing a52 plugin package
8d1313
8d1313
* Wed Jan 10 2007 Eric Moret <eric.moret@epita.fr> 1.0.14-0.1.rc2
8d1313
- Initial package for Fedora