Accepting request 635733 from home:scarabeus_iv:branches:multimedia:libs
- Version update to 0.24.4: * Fix saving state when broken links are encountered * Don't attempt to load remote or non-Turtle files * lv2apply: Activate plugin before running * lv2apply: Use default values when they are not nan * lv2bench: Improve support for plugins with sequence ports * lv2bench: Support running a single plugin given on the command line * Gracefully handle plugins with missing binary URIs * Remove use of deprecated readdir_r * Install Python bindings when configured without tests (thanks Clement Skau) OBS-URL: https://build.opensuse.org/request/show/635733 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lilv?expand=0&rev=32
This commit is contained in:
parent
de725323f5
commit
0098b29708
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7ec65b1c1f1734ded3a6c051bbaf50f996a0b8b77e814a33a34e42bce50a522
|
||||
size 244764
|
3
lilv-0.24.4.tar.bz2
Normal file
3
lilv-0.24.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c33b84b7a6e8e8fffb412fbcd6f69e59ca297ef3e29d829249b4ccc94f634438
|
||||
size 252209
|
15
lilv.changes
15
lilv.changes
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 14 10:41:45 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Version update to 0.24.4:
|
||||
* Fix saving state when broken links are encountered
|
||||
* Don't attempt to load remote or non-Turtle files
|
||||
* lv2apply: Activate plugin before running
|
||||
* lv2apply: Use default values when they are not nan
|
||||
* lv2bench: Improve support for plugins with sequence ports
|
||||
* lv2bench: Support running a single plugin given on the command line
|
||||
* Gracefully handle plugins with missing binary URIs
|
||||
* Remove use of deprecated readdir_r
|
||||
* Install Python bindings when configured without tests
|
||||
(thanks Clement Skau)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 4 10:56:58 UTC 2017 - davejplater@gmail.com
|
||||
|
||||
|
23
lilv.spec
23
lilv.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package lilv
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 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
|
||||
@ -12,25 +12,22 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define sover 0
|
||||
%define sordversion %(pkg-config --modversion sord-0)
|
||||
Name: lilv
|
||||
Version: 0.24.2
|
||||
Version: 0.24.4
|
||||
Release: 0
|
||||
Summary: C library to make use of LV2 plugins
|
||||
License: ISC
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://drobilla.net/software/lilv/
|
||||
URL: http://drobilla.net/software/lilv/
|
||||
Source0: http://download.drobilla.net/lilv-%{version}.tar.bz2
|
||||
Source98: baselibs.conf
|
||||
Source99: lilv-rpmlintrc
|
||||
# lilv 0.22 require new API of sord 0.13
|
||||
# Since sord sover unchanged from 0.12, explicitly require here.
|
||||
Requires(pre): liblilv-0-%{sover} = %{version}
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: graphviz
|
||||
@ -43,6 +40,9 @@ BuildRequires: pkgconfig(serd-0) >= 0.14.0
|
||||
BuildRequires: pkgconfig(sndfile)
|
||||
BuildRequires: pkgconfig(sord-0) >= 0.13
|
||||
BuildRequires: pkgconfig(sratom-0) >= 0.4.0
|
||||
# lilv 0.22 require new API of sord 0.13
|
||||
# Since sord sover unchanged from 0.12, explicitly require here.
|
||||
Requires(pre): liblilv-0-%{sover} = %{version}
|
||||
|
||||
%description
|
||||
Lilv is a C library to make use of LV2 plugins in applications.
|
||||
@ -108,13 +108,14 @@ fi
|
||||
%attr(0755,-,-) %{_bindir}/lv2info
|
||||
%attr(0755,-,-) %{_bindir}/lv2ls
|
||||
%attr(0755,-,-) %{_bindir}/lv2apply
|
||||
%{_mandir}/man1/lv2info.1*
|
||||
%{_mandir}/man1/lv2ls.1*
|
||||
%{_mandir}/man1/lv2apply.1*
|
||||
%{_mandir}/man1/lv2info.1%{?ext_man}
|
||||
%{_mandir}/man1/lv2ls.1%{?ext_man}
|
||||
%{_mandir}/man1/lv2apply.1%{?ext_man}
|
||||
%{_sysconfdir}/bash_completion.d/lilv
|
||||
|
||||
%files -n liblilv-0-%{sover}
|
||||
%doc AUTHORS COPYING NEWS README
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS README
|
||||
%{_libdir}/liblilv-0.so.%{sover}*
|
||||
|
||||
%files -n liblilv-0-devel
|
||||
|
Loading…
Reference in New Issue
Block a user