From ccd3d902cd85e7e833da18cdb2dc9a3517fac144e4a0c2c80fdcfa0a08d0b1f0 Mon Sep 17 00:00:00 2001 From: Cristian Morales Vega Date: Thu, 5 Sep 2013 21:07:55 +0000 Subject: [PATCH] - 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 --- lilv-0.14.4-build_compare.patch | 13 ------------- lilv-0.14.4.tar.bz2 | 3 --- lilv-0.16.0.tar.bz2 | 3 +++ lilv.changes | 23 +++++++++++++++++++++++ lilv.spec | 6 ++---- 5 files changed, 28 insertions(+), 20 deletions(-) delete mode 100644 lilv-0.14.4-build_compare.patch delete mode 100644 lilv-0.14.4.tar.bz2 create mode 100644 lilv-0.16.0.tar.bz2 diff --git a/lilv-0.14.4-build_compare.patch b/lilv-0.14.4-build_compare.patch deleted file mode 100644 index 27b08e2..0000000 --- a/lilv-0.14.4-build_compare.patch +++ /dev/null @@ -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 diff --git a/lilv-0.14.4.tar.bz2 b/lilv-0.14.4.tar.bz2 deleted file mode 100644 index 4b18a55..0000000 --- a/lilv-0.14.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a92b3961f1483370509200741c33e826e4205308bee09923d0fd938653fdf8b -size 163236 diff --git a/lilv-0.16.0.tar.bz2 b/lilv-0.16.0.tar.bz2 new file mode 100644 index 0000000..a195dd9 --- /dev/null +++ b/lilv-0.16.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfb39d89d964159ea20590b8f8613dfbe5df5539c962566475efc4eb6764b9b5 +size 175273 diff --git a/lilv.changes b/lilv.changes index 5c9ec58..3e660e4 100644 --- a/lilv.changes +++ b/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 diff --git a/lilv.spec b/lilv.spec index 8dd7a2b..2c40474 100644 --- a/lilv.spec +++ b/lilv.spec @@ -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}'