Blame SPECS/alsa-plugins.spec

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