]> git.pld-linux.org Git - packages/ladspa-cmt-plugins.git/blob - ladspa-cmt-plugins.spec
f51cc1232dd00ba029fd5769af099b8db8f6d15b
[packages/ladspa-cmt-plugins.git] / ladspa-cmt-plugins.spec
1 Summary:        A collection of LADSPA plugins from Computer Music Toolkit
2 Summary(pl.UTF-8):      Kolekcja wtyczek LADSPA z projektu Computer Music Toolkit
3 Name:           ladspa-cmt-plugins
4 Version:        1.18
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/Sound
8 Source0:        http://www.ladspa.org/download/cmt_%{version}.tgz
9 # Source0-md5:  c81b266dd83c2f9be729795760422b0b
10 Patch0:         %{name}-makefile.patch
11 Patch1:         %{name}-compile.patch
12 URL:            http://www.ladspa.org/
13 BuildRequires:  ladspa-devel
14 BuildRequires:  libstdc++-devel
15 Requires:       ladspa-common
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 The Computer Music Toolkit (CMT) is a collection of LADSPA plugins for
20 use with software synthesis and recording packages on Linux.
21
22 %description -l pl.UTF-8
23 Computer Music Toolkit jest kolekcją wtyczek LADSPA do użytku z
24 syntezatorami programowymi i programami nagrywającymi dźwięk pod
25 Linuksem.
26
27 %prep
28 %setup -q -n cmt_%{version}
29 %patch0 -p1
30 %patch1 -p1
31
32 %build
33 %{__make} -C src \
34         CXX="%{__cxx}" \
35         OPTFLAGS="%{rpmcflags}"
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 install -d $RPM_BUILD_ROOT%{_libdir}/ladspa
40
41 %{__make} -C src install \
42         DESTDIR=$RPM_BUILD_ROOT \
43         INSTALL_PLUGINS_DIR=%{_libdir}/ladspa
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc README doc/*.html
51 %attr(755,root,root) %{_libdir}/ladspa/cmt.so
This page took 0.048928 seconds and 3 git commands to generate.