]> git.pld-linux.org Git - packages/rubberband.git/blame - rubberband.spec
- up to 1.8.1
[packages/rubberband.git] / rubberband.spec
CommitLineData
e291abb8 1Summary: An audio time-stretching and pitch-shifting library and utility program
50242447 2Summary(pl.UTF-8): Biblioteka i narzędzie do rozciagania i harmonizowania dźwięku
e291abb8 3Name: rubberband
50242447
LG
4Version: 1.8.1
5Release: 1
e291abb8
SS
6License: GPL v2
7Group: Applications/Sound
50242447
LG
8Source0: http://code.breakfastquay.com/attachments/download/34/%{name}-%{version}.tar.bz2
9# Source0-md5: 6c2b4e18a714bcc297d0db81a10f9348
e291abb8
SS
10URL: http://www.breakfastquay.com/rubberband/
11BuildRequires: fftw3-devel
12BuildRequires: ladspa-devel
346f97e8 13BuildRequires: libsamplerate-devel
e291abb8 14BuildRequires: libsndfile-devel
346f97e8 15BuildRequires: libstdc++-devel
e291abb8
SS
16BuildRequires: pkg-config
17BuildRequires: vamp-devel
18Requires: %{name}-libs = %{version}-%{release}
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22Rubber Band is a library and utility program that permits you to
23change the tempo and pitch of an audio recording independently of one
24another.
25
50242447
LG
26%description -l pl.UTF-8
27Rubber Band to biblioteka i program narzędziowy, który pozwala ci na
28zmianę tempa i wysokości tonu nagrywanego dźwięku niezaleźnie od
29innego.
30
e291abb8
SS
31%package libs
32Summary: rubberband library
33Summary(pl.UTF-8): Pliki nagłówkowe biblioteki rubberband
34Group: Libraries
e291abb8
SS
35
36%description libs
37rubberband library.
38
39%description libs -l pl.UTF-8
40Biblioteka rubberband.
41
42%package devel
43Summary: Header files for rubberband library
44Summary(pl.UTF-8): Pliki nagłówkowe biblioteki rubberband
45Group: Development/Libraries
46Requires: %{name}-libs = %{version}-%{release}
47
48%description devel
49Header files for rubberband library.
50
51%description devel -l pl.UTF-8
52Pliki nagłówkowe biblioteki rubberband.
53
54%package static
55Summary: Static rubberband library
56Summary(pl.UTF-8): Statyczna biblioteka rubberband
57Group: Development/Libraries
58Requires: %{name}-devel = %{version}-%{release}
59
60%description static
61Static rubberband library.
62
63%description static -l pl.UTF-8
64Statyczna biblioteka rubberband.
65
66%package -n ladspa-rubberband-plugins
67Summary: rubberband ladspa plugin
68Group: Applications/Sound
69
70%description -n ladspa-rubberband-plugins
71rubberband ladspa plugin.
72
73%package -n vamp-plugins-rubberband
74Summary: rubberband vamp plugin
75Group: Applications/Sound
76
77%description -n vamp-plugins-rubberband
78rubberband vamp plugin.
79
80%prep
81%setup -q
82
83%build
84%configure
346f97e8 85%{__make} \
86 INSTALL_LIBDIR="%{_libdir}" \
87 INSTALL_VAMPDIR="%{_libdir}/vamp" \
88 INSTALL_LADSPADIR="%{_libdir}/ladspa"
e291abb8
SS
89
90%install
91rm -rf $RPM_BUILD_ROOT
92
93%{__make} install \
346f97e8 94 DESTDIR=$RPM_BUILD_ROOT \
95 INSTALL_LIBDIR="%{_libdir}" \
96 INSTALL_VAMPDIR="%{_libdir}/vamp" \
97 INSTALL_LADSPADIR="%{_libdir}/ladspa" \
98 INSTALL_PKGDIR="%{_pkgconfigdir}"
e291abb8
SS
99
100%clean
101rm -rf $RPM_BUILD_ROOT
102
103%post libs -p /sbin/ldconfig
104%postun libs -p /sbin/ldconfig
105
106%files
107%defattr(644,root,root,755)
108%doc CHANGELOG README.txt
346f97e8 109%attr(755,root,root) %{_bindir}/rubberband
e291abb8
SS
110
111%files libs
112%defattr(644,root,root,755)
113%attr(755,root,root) %{_libdir}/librubberband.so.*.*.*
5abf6277 114%attr(755,root,root) %ghost %{_libdir}/librubberband.so.2
e291abb8
SS
115
116%files devel
117%defattr(644,root,root,755)
346f97e8 118%attr(755,root,root) %{_libdir}/librubberband.so
e291abb8
SS
119%{_includedir}/%{name}
120%{_pkgconfigdir}/rubberband.pc
121
122%files static
123%defattr(644,root,root,755)
346f97e8 124%{_libdir}/librubberband.a
e291abb8
SS
125
126%files -n ladspa-rubberband-plugins
127%defattr(644,root,root,755)
346f97e8 128%attr(755,root,root) %{_libdir}/ladspa/ladspa-rubberband.so
e291abb8 129%{_libdir}/ladspa/ladspa-rubberband.cat
e291abb8
SS
130%{_datadir}/ladspa/rdf/ladspa-rubberband.rdf
131
132%files -n vamp-plugins-rubberband
133%defattr(644,root,root,755)
346f97e8 134%attr(755,root,root) %{_libdir}/vamp/vamp-rubberband.so
e291abb8 135%{_libdir}/vamp/vamp-rubberband.cat
This page took 0.140682 seconds and 4 git commands to generate.