]> git.pld-linux.org Git - packages/aubio.git/commitdiff
- added subpackage progs
authorSzymon Siwek <sls@pld-linux.org>
Sun, 17 Jun 2007 23:30:15 +0000 (23:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aubio.spec -> 1.4

aubio.spec

index f5fe469799e4291e22c589ff15ca33568c0225f9..4272c81bd42df2d1ba9444a83bc2cfa82592cebf 100644 (file)
@@ -47,6 +47,21 @@ Static aubio library.
 %description static -l pl.UTF-8
 Statyczna biblioteka aubio.
 
+%package progs
+Summary:       Example applications using aubio library
+Group:         Applications
+Requires:      %{name} = %{version}-%{release}
+
+%description progs
+A few examples of applications using aubio library:
+- aubioonset: outputs the onset detected
+- aubionotes: uses both onset and pitch to extract symbolic music data
+    from an audio source and emit MIDI like data.
+- aubiocut: a python script that takes an input sound and creates one
+    new sample at each detected onset or beat. The slices produced by
+    aubiocut are useful for use with a sequencer such as Hydrogen.
+- aubiopitch: a python script to extract pitch tracks from sound files
+
 %prep
 %setup -q
 
@@ -76,7 +91,6 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README THANKS TODO
-%attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
 
 %files devel
@@ -89,3 +103,7 @@ rm -rf $RPM_BUILD_ROOT
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/lib*.a
+
+%files progs
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
This page took 0.084111 seconds and 4 git commands to generate.