Accepting request 753919 from home:plater
- Update to release 0.24.6 - Upstream changes: *Add more strict error detection when storing plugin state properties *Add option to override LV2_PATH in applications *Don't print errors when saving state if correct links already exist *Fix GCC8 warnings *Fix creating directories across drives on Windows *Fix issues with loading state with saved files from the model *Fix memory errors and Python 3.4+ compatibility in Python bindings *Fix unit tests on Windows *Make Python bindings more Pythonic OBS-URL: https://build.opensuse.org/request/show/753919 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lilv?expand=0&rev=34
This commit is contained in:
parent
0098b29708
commit
fbed5db18f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c33b84b7a6e8e8fffb412fbcd6f69e59ca297ef3e29d829249b4ccc94f634438
|
|
||||||
size 252209
|
|
3
lilv-0.24.6.tar.bz2
Normal file
3
lilv-0.24.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5f544cf79656e0782a03a2cc7ab1d31a93f36d71d4187bd427ade8d7b55370dc
|
||||||
|
size 541765
|
17
lilv.changes
17
lilv.changes
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 4 06:54:30 UTC 2019 - Dave Plater <davejplater@gmail.com>
|
||||||
|
|
||||||
|
- Update to release 0.24.6
|
||||||
|
- Upstream changes:
|
||||||
|
*Add more strict error detection when storing plugin state
|
||||||
|
properties
|
||||||
|
*Add option to override LV2_PATH in applications
|
||||||
|
*Don't print errors when saving state if correct links already
|
||||||
|
exist
|
||||||
|
*Fix GCC8 warnings
|
||||||
|
*Fix creating directories across drives on Windows
|
||||||
|
*Fix issues with loading state with saved files from the model
|
||||||
|
*Fix memory errors and Python 3.4+ compatibility in Python bindings
|
||||||
|
*Fix unit tests on Windows
|
||||||
|
*Make Python bindings more Pythonic
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 14 10:41:45 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
Fri Sep 14 10:41:45 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lilv
|
# spec file for package lilv
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%define sover 0
|
%define sover 0
|
||||||
%define sordversion %(pkg-config --modversion sord-0)
|
%define sordversion %(pkg-config --modversion sord-0)
|
||||||
Name: lilv
|
Name: lilv
|
||||||
Version: 0.24.4
|
Version: 0.24.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C library to make use of LV2 plugins
|
Summary: C library to make use of LV2 plugins
|
||||||
License: ISC
|
License: ISC
|
||||||
@ -87,7 +87,6 @@ python3 ./waf configure \
|
|||||||
--docdir=%{_defaultdocdir} \
|
--docdir=%{_defaultdocdir} \
|
||||||
--configdir=%{_sysconfdir} \
|
--configdir=%{_sysconfdir} \
|
||||||
--test \
|
--test \
|
||||||
--bindings \
|
|
||||||
--docs
|
--docs
|
||||||
# waf only understands -j, so do not use smp_mflags
|
# waf only understands -j, so do not use smp_mflags
|
||||||
python3 ./waf build -v %{?_smp_mflags}
|
python3 ./waf build -v %{?_smp_mflags}
|
||||||
@ -108,6 +107,7 @@ fi
|
|||||||
%attr(0755,-,-) %{_bindir}/lv2info
|
%attr(0755,-,-) %{_bindir}/lv2info
|
||||||
%attr(0755,-,-) %{_bindir}/lv2ls
|
%attr(0755,-,-) %{_bindir}/lv2ls
|
||||||
%attr(0755,-,-) %{_bindir}/lv2apply
|
%attr(0755,-,-) %{_bindir}/lv2apply
|
||||||
|
%doc AUTHORS NEWS README.md
|
||||||
%{_mandir}/man1/lv2info.1%{?ext_man}
|
%{_mandir}/man1/lv2info.1%{?ext_man}
|
||||||
%{_mandir}/man1/lv2ls.1%{?ext_man}
|
%{_mandir}/man1/lv2ls.1%{?ext_man}
|
||||||
%{_mandir}/man1/lv2apply.1%{?ext_man}
|
%{_mandir}/man1/lv2apply.1%{?ext_man}
|
||||||
@ -115,7 +115,6 @@ fi
|
|||||||
|
|
||||||
%files -n liblilv-0-%{sover}
|
%files -n liblilv-0-%{sover}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS NEWS README
|
|
||||||
%{_libdir}/liblilv-0.so.%{sover}*
|
%{_libdir}/liblilv-0.so.%{sover}*
|
||||||
|
|
||||||
%files -n liblilv-0-devel
|
%files -n liblilv-0-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user