Update F-11 to alsa-plugins-1.0.20-1
This commit is contained in:
parent
6738538bf8
commit
bb792d8829
3 changed files with 43 additions and 8 deletions
|
|
@ -1 +1 @@
|
|||
alsa-plugins-1.0.18.tar.bz2
|
||||
alsa-plugins-1.0.20.tar.bz2
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Name: alsa-plugins
|
||||
Version: 1.0.18
|
||||
Release: 3%{?dist}
|
||||
Version: 1.0.20
|
||||
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+
|
||||
|
|
@ -13,6 +13,7 @@ Source4: samplerate.conf
|
|||
Source5: upmix.conf
|
||||
Source6: vdownmix.conf
|
||||
Source7: pulse-default.conf
|
||||
Source8: arcamav.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: alsa-lib-devel
|
||||
|
|
@ -24,7 +25,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 +41,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 +53,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 +65,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 +75,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 +86,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
|
||||
|
|
@ -100,6 +105,14 @@ License: LGPLv2+
|
|||
The usbstream plugin is for snd-usb-us122l driver. It converts PCM
|
||||
stream to USB specific stream.
|
||||
|
||||
%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.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}%{?prever}
|
||||
|
||||
|
|
@ -114,8 +127,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||
|
||||
install -d ${RPM_BUILD_ROOT}%{_sysconfdir}/alsa/pcm
|
||||
install -m 644 %SOURCE1 %SOURCE2 \
|
||||
%SOURCE4 %SOURCE5 %SOURCE6 \
|
||||
${RPM_BUILD_ROOT}%{_sysconfdir}/alsa/pcm
|
||||
%SOURCE4 %SOURCE5 \
|
||||
%SOURCE6 %SOURCE8 \
|
||||
${RPM_BUILD_ROOT}%{_sysconfdir}/alsa/pcm
|
||||
install -m 644 %SOURCE7 \
|
||||
${RPM_BUILD_ROOT}%{_sysconfdir}/alsa
|
||||
|
||||
|
|
@ -135,12 +149,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 +172,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 +183,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
|
||||
|
||||
|
|
@ -180,7 +199,23 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%doc COPYING COPYING.GPL
|
||||
%{_libdir}/alsa-lib/libasound_module_pcm_usb_stream.so
|
||||
|
||||
%files arcamav
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING COPYING.GPL doc/README-arcam-av
|
||||
%config(noreplace) %{_sysconfdir}/alsa/pcm/arcamav.conf
|
||||
%{_libdir}/alsa-lib/libasound_module_ctl_arcam_av.so
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri May 8 2009 Eric Moret <eric.moret@gmail.com> - 1.0.20-1
|
||||
- Updated to 1.0.20
|
||||
- Added arcam-av subpackage
|
||||
|
||||
* 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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
4a798b47ba10c17aed66dff234d31b24 alsa-plugins-1.0.18.tar.bz2
|
||||
819c4f21e3e913eacefd32993a8fbed7 alsa-plugins-1.0.20.tar.bz2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue