Updating to alsa-plugins-1.0.20 Adding alsa-plugins-arcamav subpackage
This commit is contained in:
parent
4c92e7b59b
commit
50aa2de755
@ -1 +1 @@
|
|||||||
alsa-plugins-1.0.19.tar.bz2
|
alsa-plugins-1.0.20.tar.bz2
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: alsa-plugins
|
Name: alsa-plugins
|
||||||
Version: 1.0.19
|
Version: 1.0.20
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The Advanced Linux Sound Architecture (ALSA) Plugins
|
Summary: The Advanced Linux Sound Architecture (ALSA) Plugins
|
||||||
# All packages are LGPLv2+ with the exception of samplerate which is GPLv2+
|
# All packages are LGPLv2+ with the exception of samplerate which is GPLv2+
|
||||||
@ -13,6 +13,7 @@ Source4: samplerate.conf
|
|||||||
Source5: upmix.conf
|
Source5: upmix.conf
|
||||||
Source6: vdownmix.conf
|
Source6: vdownmix.conf
|
||||||
Source7: pulse-default.conf
|
Source7: pulse-default.conf
|
||||||
|
Source8: arcamav.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: alsa-lib-devel
|
BuildRequires: alsa-lib-devel
|
||||||
@ -104,6 +105,14 @@ License: LGPLv2+
|
|||||||
The usbstream plugin is for snd-usb-us122l driver. It converts PCM
|
The usbstream plugin is for snd-usb-us122l driver. It converts PCM
|
||||||
stream to USB specific stream.
|
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
|
%prep
|
||||||
%setup -q -n %{name}-%{version}%{?prever}
|
%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 -d ${RPM_BUILD_ROOT}%{_sysconfdir}/alsa/pcm
|
||||||
install -m 644 %SOURCE1 %SOURCE2 \
|
install -m 644 %SOURCE1 %SOURCE2 \
|
||||||
%SOURCE4 %SOURCE5 %SOURCE6 \
|
%SOURCE4 %SOURCE5 \
|
||||||
${RPM_BUILD_ROOT}%{_sysconfdir}/alsa/pcm
|
%SOURCE6 %SOURCE8 \
|
||||||
|
${RPM_BUILD_ROOT}%{_sysconfdir}/alsa/pcm
|
||||||
install -m 644 %SOURCE7 \
|
install -m 644 %SOURCE7 \
|
||||||
${RPM_BUILD_ROOT}%{_sysconfdir}/alsa
|
${RPM_BUILD_ROOT}%{_sysconfdir}/alsa
|
||||||
|
|
||||||
@ -189,7 +199,18 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc COPYING COPYING.GPL
|
%doc COPYING COPYING.GPL
|
||||||
%{_libdir}/alsa-lib/libasound_module_pcm_usb_stream.so
|
%{_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
|
%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
|
* Fri Apr 24 2009 Eric Moret <eric.moret@gmail.com> - 1.0.19-1
|
||||||
- Updated to 1.0.19
|
- Updated to 1.0.19
|
||||||
- Added Requires: alsa-utils to address #483322
|
- Added Requires: alsa-utils to address #483322
|
||||||
|
10
arcamav.conf
Normal file
10
arcamav.conf
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# arcam-av plugin configuration
|
||||||
|
# $Id$
|
||||||
|
|
||||||
|
ctl.arcam_av {
|
||||||
|
type arcam_av
|
||||||
|
port /dev/ttyS0
|
||||||
|
hint {
|
||||||
|
description "Arcam-AV Amplifier"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user