Upgrade to 1.0.19 and address #483322
This commit is contained in:
parent
92b52f778a
commit
4c92e7b59b
@ -1 +1 @@
|
||||
alsa-plugins-1.0.18.tar.bz2
|
||||
alsa-plugins-1.0.19.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: alsa-plugins
|
||||
Version: 1.0.18
|
||||
Release: 3%{?dist}
|
||||
Version: 1.0.19
|
||||
Release: 1%{?dist}
|
||||
Summary: The Advanced Linux Sound Architecture (ALSA) Plugins
|
||||
# All packages are LGPLv2+ with the exception of samplerate which is GPLv2+
|
||||
License: GPLv2+ and LGPLv2+
|
||||
@ -24,7 +24,7 @@ functionality to the Linux operating system.
|
||||
This package includes plugins for ALSA.
|
||||
|
||||
%package jack
|
||||
Requires: jack-audio-connection-kit
|
||||
Requires: jack-audio-connection-kit, alsa-utils
|
||||
BuildRequires: jack-audio-connection-kit-devel
|
||||
Summary: Jack PCM output plugin for ALSA
|
||||
Group: System Environment/Libraries
|
||||
@ -40,6 +40,7 @@ transparently together with jackd for both playback and capture.
|
||||
This plugin provides the PCM type "jack"
|
||||
|
||||
%package oss
|
||||
Requires: alsa-utils
|
||||
BuildRequires: alsa-lib-devel
|
||||
Summary: Oss PCM output plugin for ALSA
|
||||
Group: System Environment/Libraries
|
||||
@ -51,8 +52,8 @@ ALSA native apps can run on OSS drivers.
|
||||
This plugin provides the PCM type "oss".
|
||||
|
||||
%package pulseaudio
|
||||
Requires: pulseaudio, alsa-utils
|
||||
BuildRequires: pulseaudio-lib-devel
|
||||
Requires: pulseaudio
|
||||
Summary: Alsa to PulseAudio backend
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
@ -63,6 +64,7 @@ sound across a network. There are two plugins in the suite, one for PCM and
|
||||
one for mixer control.
|
||||
|
||||
%package samplerate
|
||||
Requires: alsa-utils
|
||||
BuildRequires: libsamplerate-devel
|
||||
Summary: External rate converter plugin for ALSA
|
||||
Group: System Environment/Libraries
|
||||
@ -72,6 +74,7 @@ This plugin is an external rate converter using libsamplerate by Erik de
|
||||
Castro Lopo.
|
||||
|
||||
%package upmix
|
||||
Requires: alsa-utils
|
||||
BuildRequires: libsamplerate-devel
|
||||
Summary: Upmixer channel expander plugin for ALSA
|
||||
Group: System Environment/Libraries
|
||||
@ -82,6 +85,7 @@ The upmix plugin is an easy-to-use plugin for upmixing to 4 or
|
||||
by the slave PCM or explicitly via channel option.
|
||||
|
||||
%package vdownmix
|
||||
Requires: alsa-utils
|
||||
BuildRequires: libsamplerate-devel
|
||||
Summary: Downmixer to stereo plugin for ALSA
|
||||
Group: System Environment/Libraries
|
||||
@ -135,12 +139,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files jack
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING COPYING.GPL doc/README-jack
|
||||
%dir %{_sysconfdir}/alsa/pcm
|
||||
%config(noreplace) %{_sysconfdir}/alsa/pcm/jack.conf
|
||||
%{_libdir}/alsa-lib/libasound_module_pcm_jack.so
|
||||
|
||||
%files oss
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING COPYING.GPL doc/README-pcm-oss
|
||||
%dir %{_sysconfdir}/alsa/pcm
|
||||
%config(noreplace) %{_sysconfdir}/alsa/pcm/pcm-oss.conf
|
||||
%{_libdir}/alsa-lib/libasound_module_ctl_oss.so
|
||||
%{_libdir}/alsa-lib/libasound_module_pcm_oss.so
|
||||
@ -156,6 +162,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files samplerate
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING COPYING.GPL doc/samplerate.txt
|
||||
%dir %{_sysconfdir}/alsa/pcm
|
||||
%config(noreplace) %{_sysconfdir}/alsa/pcm/samplerate.conf
|
||||
%{_libdir}/alsa-lib/libasound_module_rate_samplerate.so
|
||||
%{_libdir}/alsa-lib/libasound_module_rate_samplerate_best.so
|
||||
@ -166,12 +173,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files upmix
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING COPYING.GPL doc/upmix.txt
|
||||
%dir %{_sysconfdir}/alsa/pcm
|
||||
%config(noreplace) %{_sysconfdir}/alsa/pcm/upmix.conf
|
||||
%{_libdir}/alsa-lib/libasound_module_pcm_upmix.so
|
||||
|
||||
%files vdownmix
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING COPYING.GPL doc/vdownmix.txt
|
||||
%dir %{_sysconfdir}/alsa/pcm
|
||||
%config(noreplace) %{_sysconfdir}/alsa/pcm/vdownmix.conf
|
||||
%{_libdir}/alsa-lib/libasound_module_pcm_vdownmix.so
|
||||
|
||||
@ -181,6 +190,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/alsa-lib/libasound_module_pcm_usb_stream.so
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user