Updating to alsa-plugins-1.0.20 Adding alsa-plugins-arcamav subpackage

This commit is contained in:
Eric Moret 2009-05-09 05:51:46 +00:00
parent 4c92e7b59b
commit 50aa2de755
4 changed files with 36 additions and 5 deletions

View File

@ -1 +1 @@
alsa-plugins-1.0.19.tar.bz2
alsa-plugins-1.0.20.tar.bz2

View File

@ -1,5 +1,5 @@
Name: alsa-plugins
Version: 1.0.19
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+
@ -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
@ -104,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}
@ -118,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
@ -189,7 +199,18 @@ 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

10
arcamav.conf Normal file
View File

@ -0,0 +1,10 @@
# arcam-av plugin configuration
# $Id$
ctl.arcam_av {
type arcam_av
port /dev/ttyS0
hint {
description "Arcam-AV Amplifier"
}
}

View File

@ -1 +1 @@
29ae9cac05423cf6a49f66eeb1a79eb6 alsa-plugins-1.0.19.tar.bz2
819c4f21e3e913eacefd32993a8fbed7 alsa-plugins-1.0.20.tar.bz2