Accepting request 479608 from multimedia:libs

1

OBS-URL: https://build.opensuse.org/request/show/479608
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lv2?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2017-03-18 19:48:01 +00:00 committed by Git OBS Bridge
commit 70b5ce5030
2 changed files with 19 additions and 33 deletions

View File

@ -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

View File

@ -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