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
|
Name: ladspa
|
||||||
Version: 1.13
|
Version: 1.15
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Linux Audio Developer's Simple Plugin API (LADSPA)
|
Summary: Linux Audio Developer's Simple Plugin API (LADSPA)
|
||||||
Group: System/Libraries
|
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.
|
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
|
%prep
|
||||||
%setup -q -n ladspa_sdk
|
%setup -q -n ladspa_sdk_%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
%make CC=%{_host}-gcc CPP=%{_host}-c++ -C src \
|
%make CC=%{_host}-gcc CPP=%{_host}-c++ -C src \
|
||||||
%ifarch arm
|
%ifarch arm
|
||||||
CFLAGS="-I. -Wall -Werror -O3 -fPIC -mfloat-abi=softfp"
|
CFLAGS="-I. -Wall -Werror -O3 -fPIC -mfloat-abi=softfp"
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
make -C src install \
|
make -C src install \
|
||||||
@ -57,6 +57,9 @@ make -C src install \
|
|||||||
%{_libdir}/ladspa/*.so
|
%{_libdir}/ladspa/*.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Apr 02 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.13-1mamba
|
||||||
- update to 1.13
|
- update to 1.13
|
||||||
- added plugins and binary files
|
- added plugins and binary files
|
||||||
|
Loading…
Reference in New Issue
Block a user