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