rpms/alsa-plugins/devel speex.conf, NONE, 1.1 alsa-plugins.spec, 1.22, 1.23

Eric Moret emoret at fedoraproject.org
Fri Jul 3 00:50:41 UTC 2009


Author: emoret

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

Modified Files:
	alsa-plugins.spec 
Added Files:
	speex.conf 
Log Message:
Adding speex plugin



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

Index: alsa-plugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/alsa-plugins/devel/alsa-plugins.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- alsa-plugins.spec	9 May 2009 05:51:46 -0000	1.22
+++ alsa-plugins.spec	3 Jul 2009 00:50:11 -0000	1.23
@@ -1,6 +1,6 @@
 Name:           alsa-plugins
 Version:        1.0.20
-Release:        1%{?dist}
+Release:        2%{?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+
@@ -9,6 +9,7 @@ URL:            http://www.alsa-project.
 Source0:        ftp://ftp.alsa-project.org/pub/plugins/%{name}-%{version}.tar.bz2
 Source1:        jack.conf
 Source2:        pcm-oss.conf
+Source3:        speex.conf
 Source4:        samplerate.conf
 Source5:        upmix.conf
 Source6:        vdownmix.conf
@@ -34,10 +35,6 @@ License:        LGPLv2+
 This plugin converts the ALSA API over JACK (Jack Audio Connection
 Kit, http://jackit.sf.net) API.  ALSA native applications can work
 transparently together with jackd for both playback and capture.
-
-    ALSA apps (playback) -> ALSA-lib -> JACK plugin -> JACK daemon
-    ALSA apps (capture) <- ALSA-lib <- JACK plugin <- JACK daemon
-
 This plugin provides the PCM type "jack"
 
 %package oss
@@ -113,12 +110,23 @@ License:        LGPLv2+
 This plugin exposes the controls for an Arcam AV amplifier
 (see: http://www.arcam.co.uk/) as an ALSA mixer device.
 
+%package speex
+Requires:       speex
+BuildRequires:  speex-devel
+Summary:        Rate Converter Plugin Using Speex Resampler
+Group:          System Environment/Libraries
+License:        LGPLv2+
+%description speex
+The rate plugin is an external rate converter using the Speex resampler
+(aka Public Parrot Hack) by Jean-Marc Valin. The pcm plugin provides
+pre-processing of a mono stream like denoise using libspeex DSP API.
+
 %prep
 %setup -q -n %{name}-%{version}%{?prever}
 
 %build
 %configure --disable-static \
-           --without-speex
+           --with-speex=lib
 make %{?_smp_mflags}
 
 %install
@@ -127,11 +135,12 @@ make install DESTDIR=$RPM_BUILD_ROOT
 
 install -d ${RPM_BUILD_ROOT}%{_sysconfdir}/alsa/pcm
 install -m 644 %SOURCE1 %SOURCE2 \
-               %SOURCE4 %SOURCE5 \
-               %SOURCE6 %SOURCE8 \
+               %SOURCE3 %SOURCE4 \
+               %SOURCE5 %SOURCE6 \
+               %SOURCE8 \
                ${RPM_BUILD_ROOT}%{_sysconfdir}/alsa/pcm
 install -m 644 %SOURCE7 \
-                   ${RPM_BUILD_ROOT}%{_sysconfdir}/alsa
+               ${RPM_BUILD_ROOT}%{_sysconfdir}/alsa
 
 find $RPM_BUILD_ROOT -name "*.la" -exec rm {} \;
 
@@ -205,8 +214,21 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %{_sysconfdir}/alsa/pcm/arcamav.conf
 %{_libdir}/alsa-lib/libasound_module_ctl_arcam_av.so
 
+%files speex
+%defattr(-,root,root,-)
+%doc COPYING COPYING.GPL doc/speexdsp.txt doc/speexrate.txt
+%config(noreplace) %{_sysconfdir}/alsa/pcm/speex.conf
+%{_libdir}/alsa-lib/libasound_module_pcm_speex.so
+%{_libdir}/alsa-lib/libasound_module_rate_speexrate.so
+%{_libdir}/alsa-lib/libasound_module_rate_speexrate_best.so
+%{_libdir}/alsa-lib/libasound_module_rate_speexrate_medium.so
+
 
 %changelog
+* Wed Jun 24 2009 Eric Moret <eric.moret at gmail.com> - 1.0.20-2
+- Added speex subpackage
+- Removed ascii-art from jack's plugin description
+
 * Fri May 8 2009 Eric Moret <eric.moret at gmail.com> - 1.0.20-1
 - Updated to 1.0.20
 - Added arcam-av subpackage




More information about the fedora-extras-commits mailing list