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