Accepting request 519914 from home:alois:branches:multimedia:libs

- 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

OBS-URL: https://build.opensuse.org/request/show/519914
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vamp-plugin-sdk?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal 2017-08-31 12:05:44 +00:00 committed by Git OBS Bridge
parent 5c8c0fd593
commit 70615559bf
4 changed files with 42 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7b719f9e4575624b30b335c64c00469d3745aef4bca177f66faf3204f073139d
size 168486

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c6fef3ff79d2bf9575ce4ce4f200cbf219cbe0a21cfbad5750e86ff8ae53cb0b
size 306956

View File

@ -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

View File

@ -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