Compare commits

..

No commits in common. 'epel9' and 'i8e' have entirely different histories.
epel9 ... i8e

2
.gitignore vendored

@ -1 +1 @@
/vamp-plugin-sdk-2.9.0.tar.gz
SOURCES/vamp-plugin-sdk-2.8.0.tar.gz

@ -0,0 +1 @@
6a1400a47eb067ea6a8f459bb9fc9270e6efba14 SOURCES/vamp-plugin-sdk-2.8.0.tar.gz

@ -1,5 +1,5 @@
--- vamp-plugin-sdk-2.9.0/Makefile.in.libdir 2019-11-12 06:17:03.000000000 -0800
+++ vamp-plugin-sdk-2.9.0/Makefile.in 2020-02-02 12:12:44.394371184 -0800
--- vamp-plugin-sdk-2.8.0/Makefile.in.libdir 2019-02-07 02:19:39.000000000 -0800
+++ vamp-plugin-sdk-2.8.0/Makefile.in 2019-07-01 20:08:23.155170842 -0700
@@ -74,8 +74,8 @@
INSTALL_API_HEADERS = $(INSTALL_PREFIX)/include/vamp
INSTALL_SDK_HEADERS = $(INSTALL_PREFIX)/include/vamp-sdk
@ -10,7 +10,7 @@
+INSTALL_PLUGINS = $(INSTALL_SDK_LIBS)/vamp
INSTALL_BINARIES = $(INSTALL_PREFIX)/bin
INSTALL_SDK_LIBNAME = libvamp-sdk.so.2.9.0
INSTALL_SDK_LIBNAME = libvamp-sdk.so.2.8.0
@@ -90,7 +90,7 @@
INSTALL_HOSTSDK_STATIC = libvamp-hostsdk.a
INSTALL_HOSTSDK_LA = libvamp-hostsdk.la

@ -1,14 +1,13 @@
Name: vamp-plugin-sdk
Version: 2.9.0
Release: 4%{?dist}
Version: 2.8.0
Release: 2%{?dist}.inferit
Summary: An API for audio analysis and feature extraction plugins
License: BSD
URL: https://vamp-plugins.org/
Source0: https://code.soundsoftware.ac.uk/attachments/download/2588/%{name}-%{version}.tar.gz
Patch0: %{name}-2.9.0-libdir.patch
URL: http://www.vamp-plugins.org/
Source0: https://code.soundsoftware.ac.uk/attachments/download/2450/%{name}-%{version}.tar.gz
Patch0: %{name}-2.8.0-libdir.patch
BuildRequires: make
BuildRequires: gcc-c++
BuildRequires: libsndfile-devel
#Requires:
@ -43,7 +42,7 @@ sed -i 's|/lib/|/%{_lib}/|g' src/vamp-hostsdk/PluginLoader.cpp
%build
%configure
%make_build
make
%install
@ -71,7 +70,7 @@ make clean
%check
# Scan shared libs for unpatched '/lib' strings to prevent issues
# on 64-bit multilib platforms.
[ $(strings ${RPM_BUILD_ROOT}%{_libdir}/lib*.so.?|grep /lib/|sed -e 's!/%{_lib}!/__FEDORA-LIB__!g'|grep -c /lib/) -eq 0 ]
[ $(strings ${RPM_BUILD_ROOT}%{_libdir}/lib*.so.?|grep /lib|sed -e 's!/%{_lib}!/__FEDORA-LIB__!g'|grep -c /lib) -eq 0 ]
%ldconfig_scriptlets
@ -95,20 +94,11 @@ make clean
%changelog
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Feb 28 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 2.8.0-2.inferit
- Fix build
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Sun Feb 2 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 2.9.0-1
- Update to 2.9.0
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Wed Feb 28 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 2.8.0-2
- Rebuilt for MSVSphere 8.9
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +0,0 @@
SHA512 (vamp-plugin-sdk-2.9.0.tar.gz) = 7ef7f837d19a08048b059e0da408373a7964ced452b290fae40b85d6d70ca9000bcfb3302cd0b4dc76cf2a848528456f78c1ce1ee0c402228d812bd347b6983b
Loading…
Cancel
Save