Accepting request 195490 from multimedia:libs
- 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/request/show/195490 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lv2?expand=0&rev=4
This commit is contained in:
commit
87b97af2ef
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0528d2c7ee25831e48815b3fcca4328de5ce444fa59bdceed01ae94779942072
|
||||
size 369024
|
3
lv2-1.6.0.tar.bz2
Normal file
3
lv2-1.6.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3bcd633506e1b8af5d28fbd248ef9a4320600967f4507179119b547d599db95b
|
||||
size 428267
|
31
lv2.changes
31
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
|
||||
|
||||
|
4
lv2.spec
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user