Accepting request 478806 from home:plater

Update to 1.14.0

OBS-URL: https://build.opensuse.org/request/show/478806
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lv2?expand=0&rev=15
This commit is contained in:
Dave Plater 2017-03-12 10:13:46 +00:00 committed by Git OBS Bridge
parent b2dd03d831
commit 2d0dd016a4
4 changed files with 42 additions and 11 deletions

View File

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

3
lv2-1.14.0.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sun Mar 12 10:05:27 UTC 2017 - davejplater@gmail.com
- Update 1.14.0 stable
- Upstream changes:
* eg-sampler: Support thread-safe state restoration.
* eg-sampler: Fix handling of state file paths.
* eg-scope: Don't feed back UI state updates.
* lv2core: Add lv2_util.h with lv2_features_data() and
lv2_features_query().
* lv2core: Add lv2:enabled designation.
* buf-size: Add bufsz:nominalBlockLength option.
* buf-size: Add bufsz:coarseBlockLength feature.
* log: Add lv2_log_logger_set_map() for changing the URI map of
an existing logger.
* state: Add LV2_STATE_ERR_NO_SPACE status flag.
* state: Add state:threadSafeRestore feature for dropout-free
state restoration.
* time: Define LV2_TIME_PREFIX.
* worker: Improve documentation.
* ui: Improve documentation.
* ui: Add missing property labels.
-------------------------------------------------------------------
Sun Dec 13 17:30:45 UTC 2015 - davejplater@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package lv2
#
# 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
@ -24,7 +24,7 @@
%endif
Name: lv2
Version: 1.12.0
Version: 1.14.0
Release: 0
Summary: Portable plugin standard for audio systems
License: ISC
@ -159,7 +159,13 @@ Group: Productivity/Multimedia/Sound/Editors and Convertors
Requires: %{name} = %{version}
%description examples
LV2 example plugins.
LV2 is a portable plugin standard for audio systems, similar in scope to LADSPA,
VST, AU, and others. It defines a C API for code and a format for data files
which collectively describe a plugin. LV2 consists of a simple core (roughly
equivalent in power to LADSPA) which can be extended to support more advanced
functionality. This allows the interface to be "grown" to accommodate the needs
of real software as they arise.
This package contains LV2 example plugins.
%if %{asciidocs} == 1
%package docs
@ -168,7 +174,13 @@ Group: Documentation/Other
Requires: %{name} = %{version}
%description docs
LV2 documentation.
LV2 is a portable plugin standard for audio systems, similar in scope to LADSPA,
VST, AU, and others. It defines a C API for code and a format for data files
which collectively describe a plugin. LV2 consists of a simple core (roughly
equivalent in power to LADSPA) which can be extended to support more advanced
functionality. This allows the interface to be "grown" to accommodate the needs
of real software as they arise.
This package contains api LV2 documentation.
%endif
%prep
@ -203,9 +215,7 @@ mv -t . %{buildroot}%{_defaultdocdir}/lv2/lv2plug.in
%exclude %{_libdir}/lv2/eg-metro.lv2/
%exclude %{_libdir}/lv2/eg-midigate.lv2/
%exclude %{_libdir}/lv2/eg-sampler.lv2/
%if 0%{?suse_version} > 1110
%exclude %{_libdir}/lv2/eg-scope.lv2/
%endif
%files devel
%defattr(0644,root,root,0755)
@ -222,9 +232,7 @@ mv -t . %{buildroot}%{_defaultdocdir}/lv2/lv2plug.in
%{_libdir}/lv2/eg-metro.lv2/
%{_libdir}/lv2/eg-midigate.lv2/
%{_libdir}/lv2/eg-sampler.lv2/
%if 0%{?suse_version} > 1110
%{_libdir}/lv2/eg-scope.lv2/
%endif
%if %{asciidocs} == 1
%files docs