From cd63f95418f9cbdf1c15f7389a6e81e36ab8e00fba14eaa94618905d8b292b7e Mon Sep 17 00:00:00 2001 From: Cristian Morales Vega Date: Sat, 17 Aug 2013 12:31:11 +0000 Subject: [PATCH] - Update to 1.6.0 * Upgrade to waf 1.7.11. * Fix lv2specgen usage from command line. * atom: Fix crash in forge.h when pushing atoms to a full buffer. * ui: Add idle interface so native UIs and foreign toolkits can drive their event loops. * ui: Add ui:updateRate property. * Add metronome example plugin to demonstrate sample accurate tempo sync. * Generate book-style HTML documentation from example plugins. * lv2core: Make lv2:Parameter rdfs:subClassOf rdf:Property. * lv2core: Set range of lv2:designation to lv2:Designation. * lv2core: Add lv2:control for designating primary event-based control ports. * lv2core: Add lv2:EnvelopePlugin class. * lv2core: Reserve minor version 0 for unstable development plugins. * atom: Fix lv2_atom_sequence_end(). * atom: Remove atom:stringType in favour of owl:onDatatype so generic tools can understand and validate atom literals. * atom: Improve atom documentation. * buf-size: Fix typo in bufsz:sequenceSize label. * event: Fix incorrect return type in lv2_event_get(). * log: Add logger convenience API. * options: Set the range of opts:requiredOption and opts:supportedOption to opts:Option. * patch: Add patch:readable and patch:writable for describing available properties. * patch: Make patch:Set a compact message for setting one property. * state: Add state:loadDefaultState feature so plugins can have their default state loaded without hard-coding default state as a special case. * ui: Fix incorrect linker flag in ui:makeSONameResident documentation. OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lv2?expand=0&rev=5 --- lv2-1.2.0.tar.bz2 | 3 --- lv2-1.6.0.tar.bz2 | 3 +++ lv2.changes | 31 +++++++++++++++++++++++++++++++ lv2.spec | 4 ++-- 4 files changed, 36 insertions(+), 5 deletions(-) delete mode 100644 lv2-1.2.0.tar.bz2 create mode 100644 lv2-1.6.0.tar.bz2 diff --git a/lv2-1.2.0.tar.bz2 b/lv2-1.2.0.tar.bz2 deleted file mode 100644 index ccc5392..0000000 --- a/lv2-1.2.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0528d2c7ee25831e48815b3fcca4328de5ce444fa59bdceed01ae94779942072 -size 369024 diff --git a/lv2-1.6.0.tar.bz2 b/lv2-1.6.0.tar.bz2 new file mode 100644 index 0000000..dbb761d --- /dev/null +++ b/lv2-1.6.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bcd633506e1b8af5d28fbd248ef9a4320600967f4507179119b547d599db95b +size 428267 diff --git a/lv2.changes b/lv2.changes index 83ca906..018c78a 100644 --- a/lv2.changes +++ b/lv2.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Sat Aug 17 12:29:54 UTC 2013 - reddwarf@opensuse.org + +- Update to 1.6.0 + * Upgrade to waf 1.7.11. + * Fix lv2specgen usage from command line. + * atom: Fix crash in forge.h when pushing atoms to a full buffer. + * ui: Add idle interface so native UIs and foreign toolkits can drive their event + loops. + * ui: Add ui:updateRate property. + * Add metronome example plugin to demonstrate sample accurate tempo sync. + * Generate book-style HTML documentation from example plugins. + * lv2core: Make lv2:Parameter rdfs:subClassOf rdf:Property. + * lv2core: Set range of lv2:designation to lv2:Designation. + * lv2core: Add lv2:control for designating primary event-based control ports. + * lv2core: Add lv2:EnvelopePlugin class. + * lv2core: Reserve minor version 0 for unstable development plugins. + * atom: Fix lv2_atom_sequence_end(). + * atom: Remove atom:stringType in favour of owl:onDatatype so generic tools can + understand and validate atom literals. + * atom: Improve atom documentation. + * buf-size: Fix typo in bufsz:sequenceSize label. + * event: Fix incorrect return type in lv2_event_get(). + * log: Add logger convenience API. + * options: Set the range of opts:requiredOption and opts:supportedOption to opts:Option. + * patch: Add patch:readable and patch:writable for describing available properties. + * patch: Make patch:Set a compact message for setting one property. + * state: Add state:loadDefaultState feature so plugins can have their default state + loaded without hard-coding default state as a special case. + * ui: Fix incorrect linker flag in ui:makeSONameResident documentation. + ------------------------------------------------------------------- Tue Oct 23 22:24:06 UTC 2012 - reddwarf@opensuse.org diff --git a/lv2.spec b/lv2.spec index 0bd5cf7..b96780a 100644 --- a/lv2.spec +++ b/lv2.spec @@ -1,7 +1,7 @@ # # spec file for package lv2 # -# 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 @@ -17,7 +17,7 @@ Name: lv2 -Version: 1.2.0 +Version: 1.6.0 Release: 0 Summary: Portable plugin standard for audio systems License: ISC