Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

lv2-docs-1.14.0-lp152.3.3 RPM for aarch64

From OpenSuSE Ports Leap 15.2 for aarch64

Name: lv2-docs Distribution: openSUSE Leap 15.2
Version: 1.14.0 Vendor: openSUSE
Release: lp152.3.3 Build date: Thu Feb 6 01:04:31 2020
Group: Documentation/Other Build host: obs-arm-3
Size: 2144431 Source RPM: lv2-1.14.0-lp152.3.3.src.rpm
Packager: https://bugs.opensuse.org
Url: http://lv2plug.in/
Summary: LV2 documentation
LV2 is a plugin standard for audio systems, similar in scope to LADSPA,
VST, AU, and others. It defines a C API for code and a format for data files
which collectively describe a plugin. LV2 consists of a core (roughly
equivalent in power to LADSPA) which can be extended to support more
functionality.
This package contains the LV2 API documentation.

Provides

Requires

License

ISC

Changelog

* Wed Mar 15 2017 jengelh@inai.de
  - Trim irrelevant parts from description.
* Sun Mar 12 2017 davejplater@gmail.com
  - Update 1.14.0 stable
  - Added lv2pkgconfig.patch to fix .pc files.
  - Upstream changes:
    * eg-sampler: Support thread-safe state restoration.
    * eg-sampler: Fix handling of state file paths.
    * eg-scope: Don't feed back UI state updates.
    * lv2core: Add lv2_util.h with lv2_features_data() and
      lv2_features_query().
    * lv2core: Add lv2:enabled designation.
    * buf-size: Add bufsz:nominalBlockLength option.
    * buf-size: Add bufsz:coarseBlockLength feature.
    * log: Add lv2_log_logger_set_map() for changing the URI map of
      an existing logger.
    * state: Add LV2_STATE_ERR_NO_SPACE status flag.
    * state: Add state:threadSafeRestore feature for dropout-free
      state restoration.
    * time: Define LV2_TIME_PREFIX.
    * worker: Improve documentation.
    * ui: Improve documentation.
    * ui: Add missing property labels.
* Sun Dec 13 2015 davejplater@gmail.com
  - Update to lv2 (1.12.0) stable.
  - Disable documentation build for less than Tumbleweed,
  - Upstream changes:
    * Fix merging of version histories in specification documentation
    * eg-sampler: Support patch:Get, and request initial state from UI
    * Simplify property restrictions by removing redundancy.
    * eg-sampler: Add gain parameter.
    * Improve API documentation.
    * lv2core: Add extern C and visibility attribute to LV2_SYMBOL_EXPORT
    * lv2core: Add lv2:isSideChain port property.
    * lv2core: Relax domain of lv2:minimum lv2:maximum and lv2:default
      so they can be used to describe properties/parameters as well.
    * parameters: Add range to parameters so hosts know how to control them.
    * patch: Define patch:Get with no subject to implicitly apply to
      reciever. This can be used by UIs to get an initial description
      of a plugin.
    * patch: Add patch:Copy method.
    * units: Add lv2:Parameter to domain of units:unit.
    * units: Fix non-existent port type in examples.
* Fri Jan 09 2015 ecsos@opensuse.org
  - Update to 1.10.0
    * Upgrade to waf 1.7.16.
    * lv2specgen: Display deprecated warning on classes
      marked owl:deprecated.
    * Fix -Wconversion warnings in headers.
    * lv2core: Clarify lv2_descriptor() and lv2_lib_descriptor()
      documentation.
    * atom: Add lv2_atom_sequence_clear() and
      lv2_atom_sequence_append_event() helper functions.
    * atom: Add lv2_atom_forge_is_object_type() and
      lv2_atom_forge_is_blank() to ease backwards compatibility.
    * atom: Deprecate Blank and Resource in favour of just Object.
    * atom: Add lv2_atom_forge_key() for terser object writing.
    * event: Minor documentation improvements.
    * patch: Add patch:sequenceNumber for associating replies with
      requests.
    * ui: Fix identifier typos in documentation.
    * ui: Add show interface so UIs can gracefully degrade to
      separate windows if hosts can not use their widget directly.
* Tue Nov 11 2014 olaf@aepfle.de
  - Fix build in SLE_11
    cairo is too old for scope files
    doc macro behaves different
* Fri Jul 11 2014 reddwarf@opensuse.org
  - 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.
* Sat Aug 17 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 2012 reddwarf@opensuse.org
  - 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.
    * port-props: Use consistent label style.
    * presets: Use consistent label style.
    * resize-port: Initial release.
    * state: Use consistent label style.
    * time: Use consistent label style.
    * urid: Fix typo in urid:unmap documentation.
  - Remove lv2-1.0.0-underlinking.patch and lv2-1.0.0-no_g++.patch. Applied upstream.
* Wed Aug 01 2012 reddwarf@opensuse.org
  - The first unified LV2 release

Files

/usr/share/doc/packages/lv2-docs
/usr/share/doc/packages/lv2-docs/lv2plug.in
/usr/share/doc/packages/lv2-docs/lv2plug.in/aux
/usr/share/doc/packages/lv2-docs/lv2plug.in/aux/style.css
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/annotated.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/bc_s.png
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/bdwn.png
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/classes.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/closed.png
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/dir_0e06ad6133a83b4b1c36a5d5b3484d78.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/dir_0ebf01424c4911fa2c54208bc09188c7.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/dir_1425b26777640a2392114d33cd1e7490.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/dir_1aa8b0fa5ca1bdfddb16a3d993460b1a.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/dir_2aefe8a4390c662b1f13ae30f8df06e4.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/dir_496cb7ca6fa9d81d35010d45efba91c7.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/dir_539a4373b59f6682afb2afe2d5ccd36a.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/dir_5cada2a24c90dcefdcdccb0e046d137d.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/dir_69f391fde5794339d610c4e69c99af78.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/dir_6b2b732773d3122c8f27eaff86cd7a62.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/dir_6e9aa437025f79d4011a2bddb2da65fb.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/dir_78600dbc503816a46f4864ffb180e499.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/dir_78f2da19e3a269e0fc2c1dace0cfba33.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/dir_7bb8211a8c2865c50b2486b3b2c0fe55.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/dir_7d5245b2012b9b8a745c517bd7ab8120.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/dir_7d877b1891e26231294216eb4b1dfe46.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/dir_836bd0622ce2bbf0c44f8b1d9c3a5e80.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/dir_84ebdd7dbe15e4dfe150f93f352049ff.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/dir_86bcea606301b9d4d3103e72d2f9d5f3.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/dir_8b339ba265ae16cdad42cfb5be230b08.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/dir_933c28cc7ab206421363ed660e8a230e.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/dir_95e00632c35dc9cf2c952af77171ad15.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/dir_a514d96a5f5d4efe3374675fbc37b8ad.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/dir_ae2fab2f19a6214f6f9528c2b8dc68f3.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/dir_b113c4bf034c69d0cf62ced21f4d1009.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/dir_cd136bd7286d0dde538bd540fe1dc25f.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/dir_dee2dbd3d500beac17da74f5e8a98a8e.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/dir_fef4c7f2f80506d8e12ad91d7488f926.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/dir_fef5f6271b3d0e14bedbaf658695b39d.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/doc.png
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/doxy-style.css
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/doxygen.png
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/dynsections.js
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/event-helpers_8h.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/files.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/folderclosed.png
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/folderopen.png
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/forge_8h.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/functions.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/functions_vars.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/globals.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/globals_defs.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/globals_func.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/globals_type.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/group__atom.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/group__buf-size.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/group__data-access.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/group__dynmanifest.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/group__event.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/group__forge.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/group__instance-access.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/group__log.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/group__logger.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/group__lv2core.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/group__midi.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/group__morph.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/group__options.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/group__parameters.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/group__patch.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/group__port-groups.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/group__port-props.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/group__presets.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/group__resize-port.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/group__state.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/group__time.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/group__ui.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/group__units.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/group__uri-map.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/group__urid.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/group__util.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/group__worker.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/index.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/jquery.js
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/menu.js
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/menudata.js
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/modules.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/nav_f.png
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/nav_g.png
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/nav_h.png
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/open.png
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/splitbar.png
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/sync_off.png
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/sync_on.png
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/tab_a.png
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/tab_b.png
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/tab_h.png
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/tab_s.png
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/tabs.css
/usr/share/doc/packages/lv2-docs/lv2plug.in/doc/html/util_8h.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/atom
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/atom/atom.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/buf-size
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/buf-size/buf-size.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/data-access
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/data-access/data-access.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/dynmanifest
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/dynmanifest/dynmanifest.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/event
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/event/event.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/instance-access
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/instance-access/instance-access.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/log
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/log/log.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/midi
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/midi/midi.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/morph
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/morph/morph.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/options
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/options/options.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/parameters
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/parameters/parameters.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/patch
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/patch/patch.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/port-groups
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/port-groups/port-groups.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/port-props
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/port-props/port-props.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/presets
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/presets/presets.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/resize-port
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/resize-port/resize-port.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/state
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/state/state.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/time
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/time/time.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/uri-map
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/uri-map/uri-map.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/urid
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/urid/urid.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/worker
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/ext/worker/worker.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/extensions
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/extensions/ui
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/extensions/ui/ui.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/extensions/units
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/extensions/units/units.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/index.html
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/lv2core
/usr/share/doc/packages/lv2-docs/lv2plug.in/ns/lv2core/lv2core.html


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:09:08 2024