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