diff --git a/lv2-1.12.0.tar.bz2 b/lv2-1.12.0.tar.bz2 deleted file mode 100644 index 148d305..0000000 --- a/lv2-1.12.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a4a53138f10ed997174c8bc5a8573d5f5a5d8441aaac2de6cf2178ff90658e9 -size 399666 diff --git a/lv2-1.14.0.tar.bz2 b/lv2-1.14.0.tar.bz2 new file mode 100644 index 0000000..d2040fd --- /dev/null +++ b/lv2-1.14.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8052683894c04efd748c81b95dd065d274d4e856c8b9e58b7c3da3db4e71d32 +size 386438 diff --git a/lv2.changes b/lv2.changes index 3fd5af3..4d85a13 100644 --- a/lv2.changes +++ b/lv2.changes @@ -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 diff --git a/lv2.spec b/lv2.spec index 9efa0d9..625f661 100644 --- a/lv2.spec +++ b/lv2.spec @@ -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