automatic version update by autodist [release 1.15-1mamba;Thu Apr 25 2019]
This commit is contained in:
parent
2a3bd7c933
commit
9488175d73
11
ladspa.spec
11
ladspa.spec
@ -1,5 +1,5 @@
|
||||
Name: ladspa
|
||||
Version: 1.13
|
||||
Version: 1.15
|
||||
Release: 1mamba
|
||||
Summary: Linux Audio Developer's Simple Plugin API (LADSPA)
|
||||
Group: System/Libraries
|
||||
@ -29,14 +29,14 @@ Many audio synthesis and recording packages are in use or in development on Linu
|
||||
For instance, this allows a developer to make a reverb program and bundle it into a LADSPA `plugin library.' Ordinary users can then use this reverb within any LADSPA-friendly audio application.
|
||||
|
||||
%prep
|
||||
%setup -q -n ladspa_sdk
|
||||
%setup -q -n ladspa_sdk_%{version}
|
||||
|
||||
%build
|
||||
%make CC=%{_host}-gcc CPP=%{_host}-c++ -C src \
|
||||
%ifarch arm
|
||||
CFLAGS="-I. -Wall -Werror -O3 -fPIC -mfloat-abi=softfp"
|
||||
%endif
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
make -C src install \
|
||||
@ -57,6 +57,9 @@ make -C src install \
|
||||
%{_libdir}/ladspa/*.so
|
||||
|
||||
%changelog
|
||||
* Thu Apr 25 2019 Automatic Build System <autodist@mambasoft.it> 1.15-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Apr 02 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.13-1mamba
|
||||
- update to 1.13
|
||||
- added plugins and binary files
|
||||
|
Loading…
Reference in New Issue
Block a user