From 50aa2de755c54175fb166c89b24d1c40c17720c6 Mon Sep 17 00:00:00 2001 From: Eric Moret Date: May 09 2009 05:51:46 +0000 Subject: Updating to alsa-plugins-1.0.20 Adding alsa-plugins-arcamav subpackage --- diff --git a/.cvsignore b/.cvsignore index 04ac7c9..e1f7eff 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -alsa-plugins-1.0.19.tar.bz2 +alsa-plugins-1.0.20.tar.bz2 diff --git a/alsa-plugins.spec b/alsa-plugins.spec index 710b88d..fa7ac06 100644 --- a/alsa-plugins.spec +++ b/alsa-plugins.spec @@ -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 - 1.0.20-1 +- Updated to 1.0.20 +- Added arcam-av subpackage + * Fri Apr 24 2009 Eric Moret - 1.0.19-1 - Updated to 1.0.19 - Added Requires: alsa-utils to address #483322 diff --git a/arcamav.conf b/arcamav.conf new file mode 100644 index 0000000..534663a --- /dev/null +++ b/arcamav.conf @@ -0,0 +1,10 @@ +# arcam-av plugin configuration +# $Id$ + +ctl.arcam_av { + type arcam_av + port /dev/ttyS0 + hint { + description "Arcam-AV Amplifier" + } +} diff --git a/sources b/sources index e637d75..0bce8c2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -29ae9cac05423cf6a49f66eeb1a79eb6 alsa-plugins-1.0.19.tar.bz2 +819c4f21e3e913eacefd32993a8fbed7 alsa-plugins-1.0.20.tar.bz2