packages: rubberband/rubberband.spec (NEW) - initial

sls sls at pld-linux.org
Tue Feb 9 21:02:02 CET 2010


Author: sls                          Date: Tue Feb  9 20:02:03 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial

---- Files affected:
packages/rubberband:
   rubberband.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/rubberband/rubberband.spec
diff -u /dev/null packages/rubberband/rubberband.spec:1.1
--- /dev/null	Tue Feb  9 21:02:03 2010
+++ packages/rubberband/rubberband.spec	Tue Feb  9 21:01:55 2010
@@ -0,0 +1,135 @@
+# $Revision$, $Date$
+# 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
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2010/02/09 20:01:55  sls
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list