Accepting request 519921 from multimedia:libs
1 OBS-URL: https://build.opensuse.org/request/show/519921 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vamp-plugin-sdk?expand=0&rev=17
This commit is contained in:
commit
85441c1818
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7b719f9e4575624b30b335c64c00469d3745aef4bca177f66faf3204f073139d
|
||||
size 168486
|
3
vamp-plugin-sdk-2.7.1.tar.gz
Normal file
3
vamp-plugin-sdk-2.7.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6fef3ff79d2bf9575ce4ce4f200cbf219cbe0a21cfbad5750e86ff8ae53cb0b
|
||||
size 306956
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 28 17:06:46 UTC 2017 - aloisio@gmx.com
|
||||
|
||||
- Update to version 2.7.1
|
||||
* Fix inclusion mechanism for FFTs which could cause a host
|
||||
application to crash in certain circumstances due to
|
||||
conflicting versions of C-linkage symbols
|
||||
version 2.7:
|
||||
* Add ability to PluginLoader to list plugins only in (or not in)
|
||||
certain library files
|
||||
* Fix fixed-sample-rate output timestamps in printout from the
|
||||
simple host, and add regression test script using test plugin
|
||||
* Switch the convenience FFT interface for plugin usage from the
|
||||
very slow reference implementation previously provided, to the
|
||||
somewhat faster KissFFT
|
||||
* Add a top-secret compiler flag to switch internal FFTs to
|
||||
single-precision only
|
||||
* Fix some small but long-standing memory leaks and minor bugs
|
||||
version 2.6:
|
||||
* Add a simple C-linkage API for plugin library discovery and
|
||||
loading -- the missing part when trying to use Vamp plugins
|
||||
from C or a language with only C-linkage foreign-function
|
||||
interface
|
||||
* Fix bug in PluginBufferingAdapter reset() function, which
|
||||
failed to reset timestamp rewrites (symptom: timestamps
|
||||
appeared to continue to ascend from end point on next run after
|
||||
a reset)
|
||||
* Fix sometime 1-sample rounding error in
|
||||
PluginInputDomainAdapter
|
||||
* Update build files for more recent OS versions
|
||||
* Add -L option to simple host, as synonym for --list-full
|
||||
* Add a combined Visual C++ solution that includes the plugin
|
||||
SDK, host SDK, example plugins, and simple host projects
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 13 07:51:31 UTC 2015 - olaf@aepfle.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package vamp-plugin-sdk
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,21 +17,21 @@
|
||||
|
||||
|
||||
Name: vamp-plugin-sdk
|
||||
Version: 2.5
|
||||
Version: 2.7.1
|
||||
Release: 0
|
||||
Summary: An API for audio analysis and feature extraction plugins
|
||||
License: MIT
|
||||
Group: Productivity/Multimedia/Sound/Utilities
|
||||
Url: http://www.vamp-plugins.org/
|
||||
Source0: code.soundsoftware.ac.uk/attachments/download/690/%{name}-%{version}.tar.gz
|
||||
Source0: https://code.soundsoftware.ac.uk/attachments/download/2206/%{name}-%{version}.tar.gz
|
||||
Source1: baselibs.conf
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: graphviz
|
||||
BuildRequires: help2man
|
||||
BuildRequires: libsndfile-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(sndfile)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user