rpms/libresample/devel libresample.spec,1.1,1.2

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Thu Feb 16 06:07:38 UTC 2006


Author: jcollie

Update of /cvs/extras/rpms/libresample/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12633

Modified Files:
	libresample.spec 
Log Message:
Update description and add %{?dist}


Index: libresample.spec
===================================================================
RCS file: /cvs/extras/rpms/libresample/devel/libresample.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libresample.spec	16 Feb 2006 06:00:58 -0000	1.1
+++ libresample.spec	16 Feb 2006 06:07:38 -0000	1.2
@@ -1,7 +1,7 @@
 Summary: A real-time library for audio sampling rate conversion
 Name: libresample
 Version: 0.1.3
-Release: 1
+Release: 2%{?dist}
 License: LGPL
 Group: System Environment/Libraries
 URL: http://ccrma-www.stanford.edu/~jos/resample/Free_Resampling_Software.html
@@ -9,7 +9,28 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
-A real-time library for audio sampling rate conversion.
+A real-time library for audio sampling rate conversion providing
+several useful features relative to resample-1.7 on which it is based:
+
+    * It should build "out of the box" on more platforms, including
+      Linux, Solaris, and Mac OS X (using the included configure
+      script). There is also a Visual C++ project file for building
+      under Windows.
+
+    * Input and output signals are in memory (as opposed to sound
+      files).
+
+    * Computations are in floating-point (instead of fixed-point).
+
+    * Filter table increased by a factor of 32, yielding more accurate
+      results, even without linear interpolation (which also makes it
+      faster).
+
+    * Data can be processed in small chunks, enabling time-varying
+      resampling ratios (ideal for time-warping applications and
+      supporting an ``external clock input'' in software).
+
+    * Easily applied to any number of simultaneous data channels 
 
 %package devel
 Summary: Development files for libresample
@@ -46,6 +67,10 @@
 %{_libdir}/libresample.a
 
 %changelog
+* Thu Feb 16 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.1.3-2
+- Expanded %%description.
+- Add %%{?dist} to release.
+
 * Sun Jan  8 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.1.3-1
 - Initial build.
 




More information about the scm-commits mailing list