- switch to meson
- Update to 1.18.10
* add 001-lv2-docdir.patch
* remove old patches: lv2pkgconfig.patch build-with-python3.patch
* set noarch for docs
1.18.10 changes:
* Fix includedir in pkg-config file
* Fix missing example plugin UI binaries
* Only install lv2specgen when required Python modules are found
* Replace change history data with a plain text NEWS file
1.18.8 changes:
* Fix documentation build with Python 3.7
* Fix documentation build with meson 0.56.2
* Fix lv2.h missing from installation
* eg-midigate: Fix output timing
* eg-sampler: Add resampling via libsamplerate
* eg-sampler: Fix potentially corrupt notification events
* lv2core: Fix inconsistent plugin class labels
* lv2specgen: Fix installed data paths
1.18.6 changes:
* Add dark mode style for documentation
* Clean up and modernize Python support code
* Fix or avoid new compiler and tool warnings
* Rearrange source tree to be directly usable by dependants
* Remove archaic properties from foaf vocabulary
* Replace canonical dcs ontology with a minimal version for LV2
* Separate API headers from data
* Switch to Meson build system
OBS-URL: https://build.opensuse.org/request/show/1083644
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lv2?expand=0&rev=38
- Update to 1.8.0
* Install lv2specgen for use by other projects.
* lv2specgen: Fix links to externally defined terms.
* Add scope example plugin from Robin Gareus.
* lv2core: Add lv2:prototype for property inheritance.
* atom: Make lv2_atom_*_is_end() arguments const.
* log: Add missing include <string.h> to logger.h for memset.
* ui: Fix LV2_UI_INVALID_PORT_INDEX identifier in documentation.
OBS-URL: https://build.opensuse.org/request/show/241742
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lv2?expand=0&rev=7
- 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
* 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
- Update to 1.2.0
* Use stricter datatype definitions conformant with the XSD and OWL
specifications for better validation.
* Move all project metadata for extensions (e.g. change log) to separate files to
spare hosts from loading them during discovery.
* lv2core: Use consistent label style.
* atom: Fix lv2_atom_object_next() on 32-bit platforms.
* atom: Fix outdated documentation in forge.h.
* atom: Add lv2_atom_object_body_get().
* atom: Add LV2_ATOM_CONTENTS_CONST and LV2_ATOM_BODY_CONST.
* atom: Fix implicit conversions in forge.h that are invalid in C++11.
* atom: Use consistent label style.
* buf-size: Initial release.
* dynmanifest: Use consistent label style.
* event: Use consistent label style.
* event: Use more precise domain and range for EventPort properties.
* event: Remove asserts from event-helper.h.
* event: Make event iterator gracefully handle optional ports.
* midi: Add C definitions for message types and standard controllers.
* midi: Remove non-standard midi:Tick message type.
* midi: Add midi:binding and midi:channel predicates.
* midi: Use consistent label style.
* midi: Add midi:HexByte datatype for status bytes and masks.
* midi: Fix definition of SystemExclusive status byte.
* morph: Initial release.
* options: Initial release.
* parameters: Add parameters.h of URI defines for convenience.
* parameters: Use consistent label style.
* parameters: Add param:sampleRate.
* port-groups: Use consistent label style.
OBS-URL: https://build.opensuse.org/request/show/139142
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lv2?expand=0&rev=2
* Use stricter datatype definitions conformant with the XSD and OWL
specifications for better validation.
* Move all project metadata for extensions (e.g. change log) to separate files to
spare hosts from loading them during discovery.
* lv2core: Use consistent label style.
* atom: Fix lv2_atom_object_next() on 32-bit platforms.
* atom: Fix outdated documentation in forge.h.
* atom: Add lv2_atom_object_body_get().
* atom: Add LV2_ATOM_CONTENTS_CONST and LV2_ATOM_BODY_CONST.
* atom: Fix implicit conversions in forge.h that are invalid in C++11.
* atom: Use consistent label style.
* buf-size: Initial release.
* dynmanifest: Use consistent label style.
* event: Use consistent label style.
* event: Use more precise domain and range for EventPort properties.
* event: Remove asserts from event-helper.h.
* event: Make event iterator gracefully handle optional ports.
* midi: Add C definitions for message types and standard controllers.
* midi: Remove non-standard midi:Tick message type.
* midi: Add midi:binding and midi:channel predicates.
* midi: Use consistent label style.
* midi: Add midi:HexByte datatype for status bytes and masks.
* midi: Fix definition of SystemExclusive status byte.
* morph: Initial release.
* options: Initial release.
* parameters: Add parameters.h of URI defines for convenience.
* parameters: Use consistent label style.
* parameters: Add param:sampleRate.
* port-groups: Use consistent label style.
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lv2?expand=0&rev=3