- Update to 0.16.0
* Add lilv_world_ask() for easily checking if a statement exists * Add lilv_world_get() and lilv_port_get() for easily getting one value * Add lilv_nodes_merge() * Make lilv_plugin_get_port_by_designation() return a const pointer * Require a URI for lilv_state_to_string() and fail gracefully otherwise * Fail gracefully when lilv_state_new_from_string() is called on NULL * Make state loading functions fall back to lv2:default for port values, so a plugin description can be loaded as default state * Ignore state ports with no value instead of printing an error * Support atom:supports in lilv_port_supports_event() * Add va_list variant of lilv_plugin_get_num_ports_of_class() * Fix several plugin functions that failed to load data if called first * Correctly depend on serd at build time (fix compilation in odd cases) * Disable timestamps in HTML documentation for reproducible build * lilvmm.hpp: Support varargs for Plugin::get_num_ports_of_class() * lilvmm.hpp: Add several missing methods * Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory) - Remove lilv-0.14.4-build_compare.patch, applied upstream OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lilv?expand=0&rev=7
This commit is contained in:
parent
c4c4762c48
commit
ccd3d902cd
@ -1,13 +0,0 @@
|
||||
Index: doc/reference.doxygen.in
|
||||
===================================================================
|
||||
--- doc/reference.doxygen.in.orig
|
||||
+++ doc/reference.doxygen.in
|
||||
@@ -939,7 +939,7 @@ HTML_COLORSTYLE_GAMMA = 80
|
||||
# page will contain the date and time when the page was generated. Setting
|
||||
# this to NO can help when comparing the output of multiple runs.
|
||||
|
||||
-HTML_TIMESTAMP = YES
|
||||
+HTML_TIMESTAMP = NO
|
||||
|
||||
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
|
||||
# documentation will contain sections that can be hidden and shown after the
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a92b3961f1483370509200741c33e826e4205308bee09923d0fd938653fdf8b
|
||||
size 163236
|
3
lilv-0.16.0.tar.bz2
Normal file
3
lilv-0.16.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cfb39d89d964159ea20590b8f8613dfbe5df5539c962566475efc4eb6764b9b5
|
||||
size 175273
|
23
lilv.changes
23
lilv.changes
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 5 21:06:32 UTC 2013 - reddwarf@opensuse.org
|
||||
|
||||
- Update to 0.16.0
|
||||
* Add lilv_world_ask() for easily checking if a statement exists
|
||||
* Add lilv_world_get() and lilv_port_get() for easily getting one value
|
||||
* Add lilv_nodes_merge()
|
||||
* Make lilv_plugin_get_port_by_designation() return a const pointer
|
||||
* Require a URI for lilv_state_to_string() and fail gracefully otherwise
|
||||
* Fail gracefully when lilv_state_new_from_string() is called on NULL
|
||||
* Make state loading functions fall back to lv2:default for port values,
|
||||
so a plugin description can be loaded as default state
|
||||
* Ignore state ports with no value instead of printing an error
|
||||
* Support atom:supports in lilv_port_supports_event()
|
||||
* Add va_list variant of lilv_plugin_get_num_ports_of_class()
|
||||
* Fix several plugin functions that failed to load data if called first
|
||||
* Correctly depend on serd at build time (fix compilation in odd cases)
|
||||
* Disable timestamps in HTML documentation for reproducible build
|
||||
* lilvmm.hpp: Support varargs for Plugin::get_num_ports_of_class()
|
||||
* lilvmm.hpp: Add several missing methods
|
||||
* Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory)
|
||||
- Remove lilv-0.14.4-build_compare.patch, applied upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 26 23:11:36 UTC 2012 - reddwarf@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package lilv
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,14 +19,13 @@
|
||||
%define soname 0
|
||||
|
||||
Name: lilv
|
||||
Version: 0.14.4
|
||||
Version: 0.16.0
|
||||
Release: 0
|
||||
Summary: A C library to make the use of LV2 plugins as simple as possible
|
||||
License: ISC
|
||||
Group: System/Libraries
|
||||
Url: http://drobilla.net/software/lilv/
|
||||
Source0: http://download.drobilla.net/lilv-%{version}.tar.bz2
|
||||
Patch0: lilv-0.14.4-build_compare.patch
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: graphviz
|
||||
@ -65,7 +64,6 @@ Python bindings for lilv.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0
|
||||
|
||||
%build
|
||||
export CFLAGS='%{optflags}'
|
||||
|
Loading…
Reference in New Issue
Block a user