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

lv2-examples-1.18.2-1.9 RPM for ppc64le

From OpenSuSE Leap 15.4 for ppc64le

Name: lv2-examples Distribution: SUSE Linux Enterprise 15
Version: 1.18.2 Vendor: SUSE LLC <https://www.suse.com/>
Release: 1.9 Build date: Sat Mar 6 12:29:06 2021
Group: Productivity/Multimedia/Sound/Editors and Convertors Build host: nebbiolo
Size: 490971 Source RPM: lv2-1.18.2-1.9.src.rpm
Packager: https://www.suse.com/
Url: https://lv2plug.in/
Summary: LV2 example plugins
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 LV2 example plugins.

Provides

Requires

License

ISC

Changelog

* Fri Feb 05 2021 sflees@suse.de
  - Big ugly patch to force waf to use python3 everywhere, python2
    is no longer available for build in SLE core
    * build-with-python3.patch
* Sun Jan 24 2021 dmueller@suse.com
  - update to 1.18.2:
    * Various code cleanups and infrastructure improvements.
    * eg-sampler: Save and restore gain parameter value.
    * state: Fix state:StateChanged URI in metadata and documentation.
* Thu Nov 26 2020 mliska@suse.cz
  - Update rpmlintrc format to work with rpmlint2.
* Wed Oct 07 2020 aloisio@gmx.com
  - Update to version 1.18.0
    * Improve documentation.
    * Separate extended documentation from primary data.
    * core: Add lv2:Markdown datatype.
    * core: Deprecate lv2:reportsLatency.
    * patch: Fix incorrect type of patch:sequenceNumber.
    * port-groups: Remove incorrect type of pg:letterCode.
    * port-groups: Replace broken links with detailed Ambisonic
      channel descriptions.
    * state: Add state:freePath feature.
    * ui: Add ui:requestValue feature.
    * ui: Add ui:scaleFactor, ui:foregroundColor, and
      ui:backgroundColor properties.
    * ui: Deprecate ui:binary.
    * worker: Improve documentation.
* Sun Dec 08 2019 davejplater@gmail.com
  - Build Leap with python2
* Wed Dec 04 2019 davejplater@gmail.com
  - Update to release 1.16.0
  - Rebase lv2pkgconfig.patch, lv2core.pc is no longer built.
  - Remove incorporated reproducible.patch.
  - Use python3
  - Upstream changes:
    * Aggressively deprecate uri-map and event extensions.
    * Add lv2_validate utility.
    * eg-midigate: Respond to "all notes off" MIDI message.
    * eg-sampler: Add waveform display to UI.
    * Add core/attributes.h utility header.
    * Upgrade build system and fix building with Python 3.7.
    * Install headers to simpler paths.
    * Simplify use of lv2specgen.
    * atom: Add lv2_atom_object_get_typed() for easy type-safe access.
    to object properties.
    * core: Add lv2:MIDIPlugin class.
    * core: Rework port restrictions so that presets can be validated.
    * midi: Fix incorrect range of midi:chunk.
    * options: Relax range of opts:requiredOption and
    opts:supportedOption
    * patch: Add patch:context property.
    * patch: Add patch:accept property.
    * state: Add state:StateChanged for notification events.
    * time: Clarify time:beat origin.
    * units: Fix outdated port description in documentation.
    * units: Remove overly restrictive domain from units:unit.
* Mon Jul 09 2018 bwiedemann@suse.com
  - Add reproducible.patch to make lv2 package build reproducible (boo#1047218)
* Wed Mar 21 2018 dimstar@opensuse.org
  - Don't require lv2-examples by the devel project: the examples can
    be handy, but are not needed to build other stuff.
* 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

Files

/usr/lib64/lv2/eg-amp.lv2
/usr/lib64/lv2/eg-amp.lv2/amp.so
/usr/lib64/lv2/eg-amp.lv2/amp.ttl
/usr/lib64/lv2/eg-amp.lv2/manifest.ttl
/usr/lib64/lv2/eg-metro.lv2
/usr/lib64/lv2/eg-metro.lv2/manifest.ttl
/usr/lib64/lv2/eg-metro.lv2/metro.so
/usr/lib64/lv2/eg-metro.lv2/metro.ttl
/usr/lib64/lv2/eg-midigate.lv2
/usr/lib64/lv2/eg-midigate.lv2/manifest.ttl
/usr/lib64/lv2/eg-midigate.lv2/midigate.so
/usr/lib64/lv2/eg-midigate.lv2/midigate.ttl
/usr/lib64/lv2/eg-sampler.lv2
/usr/lib64/lv2/eg-sampler.lv2/click.wav
/usr/lib64/lv2/eg-sampler.lv2/manifest.ttl
/usr/lib64/lv2/eg-sampler.lv2/sampler.so
/usr/lib64/lv2/eg-sampler.lv2/sampler.ttl
/usr/lib64/lv2/eg-sampler.lv2/sampler_ui.so
/usr/lib64/lv2/eg-scope.lv2
/usr/lib64/lv2/eg-scope.lv2/examploscope.so
/usr/lib64/lv2/eg-scope.lv2/examploscope.ttl
/usr/lib64/lv2/eg-scope.lv2/examploscope_ui.so
/usr/lib64/lv2/eg-scope.lv2/manifest.ttl


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 16:49:08 2024