Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
| 4726488ca2 |
4 changed files with 12 additions and 12 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1 @@
|
|||
/vamp-plugin-sdk-2.8.0.tar.gz
|
||||
/vamp-plugin-sdk-2.9.0.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (vamp-plugin-sdk-2.8.0.tar.gz) = abc009dab8d1ae4549640aba4a1341942b5a868479b4a9b2a435556a1bf1ce350d8aec94ee5b403fe8fff4175f40778a8fc12ceaf602dd0f176f9215e4a3f8f8
|
||||
SHA512 (vamp-plugin-sdk-2.9.0.tar.gz) = 7ef7f837d19a08048b059e0da408373a7964ced452b290fae40b85d6d70ca9000bcfb3302cd0b4dc76cf2a848528456f78c1ce1ee0c402228d812bd347b6983b
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
--- 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
|
||||
--- 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
|
||||
@@ -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.8.0
|
||||
INSTALL_SDK_LIBNAME = libvamp-sdk.so.2.9.0
|
||||
@@ -90,7 +90,7 @@
|
||||
INSTALL_HOSTSDK_STATIC = libvamp-hostsdk.a
|
||||
INSTALL_HOSTSDK_LA = libvamp-hostsdk.la
|
||||
|
|
@ -1,12 +1,12 @@
|
|||
Name: vamp-plugin-sdk
|
||||
Version: 2.8.0
|
||||
Release: 3%{?dist}
|
||||
Version: 2.9.0
|
||||
Release: 1%{?dist}
|
||||
Summary: An API for audio analysis and feature extraction plugins
|
||||
|
||||
License: BSD
|
||||
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
|
||||
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
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libsndfile-devel
|
||||
|
|
@ -94,8 +94,8 @@ make clean
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
* Sun Feb 2 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 2.9.0-1
|
||||
- Update to 2.9.0
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue