]> git.pld-linux.org Git - packages/rubberband.git/commitdiff
- initial
authorSzymon Siwek <sls@pld-linux.org>
Tue, 9 Feb 2010 20:01:55 +0000 (20:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rubberband.spec -> 1.1

rubberband.spec [new file with mode: 0644]

diff --git a/rubberband.spec b/rubberband.spec
new file mode 100644 (file)
index 0000000..644af1f
--- /dev/null
@@ -0,0 +1,124 @@
+# TODO:
+#      - missing pl descriptions and summaries
+#
+Summary:       An audio time-stretching and pitch-shifting library and utility program
+Name:          rubberband
+Version:       1.4
+Release:       0.1
+License:       GPL v2
+Group:         Applications/Sound
+Source0:       http://www.breakfastquay.com/rubberband/files/%{name}-%{version}p1.tar.bz2
+# Source0-md5: edf022f40d4d787313a9a102a3336126
+URL:           http://www.breakfastquay.com/rubberband/
+BuildRequires: fftw3-devel
+BuildRequires: ladspa-devel
+BuildRequires: libsndfile-devel
+BuildRequires: pkg-config
+BuildRequires: vamp-devel
+Requires:      %{name}-libs = %{version}-%{release}
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Rubber Band is a library and utility program that permits you to
+change the tempo and pitch of an audio recording independently of one
+another.
+
+%package libs
+Summary:       rubberband library
+Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki rubberband
+Group:         Libraries
+Requires:      %{name} = %{version}-%{release}
+
+%description libs
+rubberband library.
+
+%description libs -l pl.UTF-8
+Biblioteka rubberband.
+
+%package devel
+Summary:       Header files for rubberband library
+Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki rubberband
+Group:         Development/Libraries
+Requires:      %{name}-libs = %{version}-%{release}
+
+%description devel
+Header files for rubberband library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki rubberband.
+
+%package static
+Summary:       Static rubberband library
+Summary(pl.UTF-8):     Statyczna biblioteka rubberband
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+
+%description static
+Static rubberband library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka rubberband.
+
+%package -n ladspa-rubberband-plugins
+Summary:       rubberband ladspa plugin
+Group:         Applications/Sound
+
+%description -n ladspa-rubberband-plugins
+rubberband ladspa plugin.
+
+%package -n vamp-plugins-rubberband
+Summary:       rubberband vamp plugin
+Group:         Applications/Sound
+
+%description -n vamp-plugins-rubberband
+rubberband vamp plugin.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  libs -p /sbin/ldconfig
+%postun        libs -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGELOG README.txt
+%attr(755,root,root) %{_bindir}/*
+
+%files libs
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/librubberband.so.*.*.*
+%attr(755,root,root) %ghost %attr(755,root,root) %{_libdir}/librubberband.so.2
+
+%files devel
+%defattr(644,root,root,755)
+%{_libdir}/librubberband.so
+%{_includedir}/%{name}
+%{_pkgconfigdir}/rubberband.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
+
+%files -n ladspa-rubberband-plugins
+%defattr(644,root,root,755)
+%{_libdir}/ladspa/ladspa-rubberband.cat
+%{_libdir}/ladspa/ladspa-rubberband.so
+%{_datadir}/ladspa/rdf/ladspa-rubberband.rdf
+
+%files -n vamp-plugins-rubberband
+%defattr(644,root,root,755)
+%{_libdir}/vamp/vamp-rubberband.cat
+%{_libdir}/vamp/vamp-rubberband.so
This page took 0.20934 seconds and 4 git commands to generate.