From 2d58f5880c5684e698b7bef068a61c66af2477941c94885334dbb92bb341773e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 15 Mar 2017 12:21:50 +0000 Subject: [PATCH] Accepting request 479603 from home:jengelh:branches:multimedia:libs - Trim irrelevant parts from description. OBS-URL: https://build.opensuse.org/request/show/479603 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lv2?expand=0&rev=18 --- lv2.changes | 5 +++++ lv2.spec | 47 ++++++++++++++--------------------------------- 2 files changed, 19 insertions(+), 33 deletions(-) diff --git a/lv2.changes b/lv2.changes index da9de59..55fadcf 100644 --- a/lv2.changes +++ b/lv2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 15 12:00:39 UTC 2017 - jengelh@inai.de + +- Trim irrelevant parts from description. + ------------------------------------------------------------------- Sun Mar 12 10:05:27 UTC 2017 - davejplater@gmail.com diff --git a/lv2.spec b/lv2.spec index ab2746e..292ff17 100644 --- a/lv2.spec +++ b/lv2.spec @@ -26,7 +26,7 @@ Name: lv2 Version: 1.14.0 Release: 0 -Summary: Portable plugin standard for audio systems +Summary: Plugin standard for audio systems License: ISC Group: System/Libraries Url: http://lv2plug.in/ @@ -108,21 +108,16 @@ Requires: %{name}-examples = %{version} #Obsoletes: lv2core-devel %description devel -LV2 is a portable plugin standard for audio systems, similar in scope to LADSPA, +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 simple core (roughly -equivalent in power to LADSPA) which can be extended to support more advanced +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 allows the interface to be "grown" to accommodate the needs of real software as they arise. LV2 is both a stable interface and a forward-moving project: there is a stable set of "official" extensions in use while new functionality is actively -developed. Anyone can extend LV2, which allows developers to try out new ideas -and ensure they work in practice. Good extensions are vetted by the community -and included in the official distribution so they can be relied on to be widely -supported. This open development model means developers can always scratch their -itch without a central authority getting in the way. The current stable release -includes most functionality required by modern plugins, including: +developed. Most functionality required by modern plugins is available, including: * Audio, control, "control voltage" (audio-rate control), and event (e.g. MIDI) input and output @@ -143,30 +138,17 @@ includes most functionality required by modern plugins, including: interfaces without host support or specifications getting in the way * Transport awareness, both real time and tempo time (bars, beats, etc-.) -LV2 has graceful compatibility "baked in": for example, a simple amplifier -plugin might have audio in/out with a gain control, and function in any host. -The same plugin could have a fancy GUI and transport awareness which optionally -work in hosts that support these features. Conversely, hosts know not to load -plugins that require features it does not support. - -See the specification index for complete documentation. If you are a host or -plugin author and need missing functionality, please file a ticket or let us -know your requirements on the mailing list. LV2 is a community project that -depends on your feedback to improve - unknown requirements are unmet -requirements! - %package examples Summary: LV2 example plugins Group: Productivity/Multimedia/Sound/Editors and Convertors Requires: %{name} = %{version} %description examples -LV2 is a portable plugin standard for audio systems, similar in scope to LADSPA, +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 simple core (roughly -equivalent in power to LADSPA) which can be extended to support more advanced -functionality. This allows the interface to be "grown" to accommodate the needs -of real software as they arise. +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. %if %{asciidocs} == 1 @@ -176,13 +158,12 @@ Group: Documentation/Other Requires: %{name} = %{version} %description docs -LV2 is a portable plugin standard for audio systems, similar in scope to LADSPA, +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 simple core (roughly -equivalent in power to LADSPA) which can be extended to support more advanced -functionality. This allows the interface to be "grown" to accommodate the needs -of real software as they arise. -This package contains api LV2 documentation. +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. %endif %prep