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