From 9488175d730724ff5c9da7f4e49f33c74d8a2703 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 03:32:45 +0100 Subject: [PATCH] automatic version update by autodist [release 1.15-1mamba;Thu Apr 25 2019] --- ladspa.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/ladspa.spec b/ladspa.spec index 4d4c5a4..d439b22 100644 --- a/ladspa.spec +++ b/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 1.15-1mamba +- automatic version update by autodist + * Wed Apr 02 2008 Silvan Calarco 1.13-1mamba - update to 1.13 - added plugins and binary files