rpms/alsa-plugins/devel arcamav.conf, NONE, 1.1 .cvsignore, 1.8, 1.9 alsa-plugins.spec, 1.21, 1.22 sources, 1.8, 1.9

Eric Moret emoret at fedoraproject.org
Sat May 9 05:52:17 UTC 2009


Author: emoret

Update of /cvs/pkgs/rpms/alsa-plugins/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1624

Modified Files:
	.cvsignore alsa-plugins.spec sources 
Added Files:
	arcamav.conf 
Log Message:
Updating to alsa-plugins-1.0.20
Adding alsa-plugins-arcamav subpackage



***** Error reading new file: [Errno 2] No such file or directory: 'arcamav.conf'

Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/alsa-plugins/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- .cvsignore	25 Apr 2009 07:17:50 -0000	1.8
+++ .cvsignore	9 May 2009 05:51:46 -0000	1.9
@@ -1 +1 @@
-alsa-plugins-1.0.19.tar.bz2
+alsa-plugins-1.0.20.tar.bz2


Index: alsa-plugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/alsa-plugins/devel/alsa-plugins.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- alsa-plugins.spec	25 Apr 2009 07:17:50 -0000	1.21
+++ alsa-plugins.spec	9 May 2009 05:51:46 -0000	1.22
@@ -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 at gmail.com> - 1.0.20-1
+- Updated to 1.0.20
+- Added arcam-av subpackage
+
 * Fri Apr 24 2009 Eric Moret <eric.moret at gmail.com> - 1.0.19-1
 - Updated to 1.0.19
 - Added Requires: alsa-utils to address #483322


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/alsa-plugins/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	25 Apr 2009 07:17:50 -0000	1.8
+++ sources	9 May 2009 05:51:46 -0000	1.9
@@ -1 +1 @@
-29ae9cac05423cf6a49f66eeb1a79eb6  alsa-plugins-1.0.19.tar.bz2
+819c4f21e3e913eacefd32993a8fbed7  alsa-plugins-1.0.20.tar.bz2




More information about the scm-commits mailing list