fix build error
This commit is contained in:
parent
192bd2668b
commit
cd0f533d7f
@ -1,6 +1,8 @@
|
|||||||
|
%define _smp_mflags -j6
|
||||||
|
|
||||||
Name: vamp-plugin-sdk
|
Name: vamp-plugin-sdk
|
||||||
Version: 2.5
|
Version: 2.5
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: An API for audio analysis and feature extraction plugins
|
Summary: An API for audio analysis and feature extraction plugins
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -10,6 +12,7 @@ Source0: http://code.soundsoftware.ac.uk/attachments/download/690/vamp-pl
|
|||||||
# https://sourceforge.net/tracker/?func=detail&aid=1884043&group_id=192001&atid=939644
|
# https://sourceforge.net/tracker/?func=detail&aid=1884043&group_id=192001&atid=939644
|
||||||
Patch0: %{name}-2.5-libdir.patch
|
Patch0: %{name}-2.5-libdir.patch
|
||||||
|
|
||||||
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libsndfile-devel
|
BuildRequires: libsndfile-devel
|
||||||
#Requires:
|
#Requires:
|
||||||
|
|
||||||
@ -46,7 +49,7 @@ sed -i 's|/lib/|/%{_lib}/|g' src/vamp-hostsdk/PluginLoader.cpp
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -103,5 +106,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 11 2022 liweigang <liweiganga@uniontech.com> - 2.5-2
|
||||||
|
- fix build error
|
||||||
|
|
||||||
* Thu May 13 2021 He Rengui <herengui@uniontech.com> - 2.5-1
|
* Thu May 13 2021 He Rengui <herengui@uniontech.com> - 2.5-1
|
||||||
- package init
|
- package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user