automatic version update by autodist [release 2.60.3-1mamba;Sat Sep 02 2023]
This commit is contained in:
parent
cadca93bf0
commit
350e75842b
20
faust.spec
20
faust.spec
@ -1,5 +1,5 @@
|
|||||||
Name: faust
|
Name: faust
|
||||||
Version: 2.54.9
|
Version: 2.60.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Functional programming language for signal processing and sound synthesis
|
Summary: Functional programming language for signal processing and sound synthesis
|
||||||
Group: Applications/Development
|
Group: Applications/Development
|
||||||
@ -16,17 +16,11 @@ Patch4: faust-2.54.9-sound2faust_makefile.patch
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libflac-devel
|
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: liblame-devel
|
|
||||||
BuildRequires: libllvm-devel
|
BuildRequires: libllvm-devel
|
||||||
BuildRequires: libmicrohttpd-devel
|
BuildRequires: libmicrohttpd-devel
|
||||||
BuildRequires: libmpg123-devel
|
|
||||||
BuildRequires: libogg-devel
|
|
||||||
BuildRequires: libopus-devel
|
|
||||||
BuildRequires: libsndfile-devel
|
BuildRequires: libsndfile-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libvorbis-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libllvm-devel >= 14.0.3
|
BuildRequires: libllvm-devel >= 14.0.3
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
@ -59,7 +53,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
#:<< _EOF
|
#:<< _EOF
|
||||||
%patch 2 -p1
|
%patch 2 -p1
|
||||||
#%patch3 -p1 -b .llvm-14.0.3
|
#%patch3 -p1 -b .llvm-14.0.3
|
||||||
%patch4 -p1 -b .sound2faust_makefile
|
#%patch 4 -p1 -b .sound2faust_makefile
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#:<< _EOF
|
#:<< _EOF
|
||||||
@ -82,6 +76,11 @@ cmake \
|
|||||||
-DFAUST_LIBS="-latomic"
|
-DFAUST_LIBS="-latomic"
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%ifarch x86_64 aarch64
|
||||||
|
# Workaround for build error due to configuring with LIBSDIR=lib64
|
||||||
|
ln -s lib64 build/lib
|
||||||
|
%endif
|
||||||
|
|
||||||
%make -C faust-build
|
%make -C faust-build
|
||||||
%make -C tools/sound2faust
|
%make -C tools/sound2faust
|
||||||
|
|
||||||
@ -138,13 +137,14 @@ rm -rvf %{buildroot}%{_datadir}/faust/android/app/{lib,oboe} %{buildroot}%{_data
|
|||||||
%{_libdir}/libfaust.so
|
%{_libdir}/libfaust.so
|
||||||
%{_libdir}/libfaustmachine.a
|
%{_libdir}/libfaustmachine.a
|
||||||
%{_libdir}/libfaustmachine.so
|
%{_libdir}/libfaustmachine.so
|
||||||
%ifarch %{ix86} arm
|
|
||||||
%{_libdir}/libfaustwithllvm.a
|
%{_libdir}/libfaustwithllvm.a
|
||||||
%endif
|
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 02 2023 Automatic Build System <autodist@mambasoft.it> 2.60.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Jan 01 2023 Automatic Build System <autodist@mambasoft.it> 2.54.9-1mamba
|
* Sun Jan 01 2023 Automatic Build System <autodist@mambasoft.it> 2.54.9-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user