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
This commit is contained in:
parent
84d0759336
commit
2d58f5880c
@ -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
|
Sun Mar 12 10:05:27 UTC 2017 - davejplater@gmail.com
|
||||||
|
|
||||||
|
47
lv2.spec
47
lv2.spec
@ -26,7 +26,7 @@
|
|||||||
Name: lv2
|
Name: lv2
|
||||||
Version: 1.14.0
|
Version: 1.14.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Portable plugin standard for audio systems
|
Summary: Plugin standard for audio systems
|
||||||
License: ISC
|
License: ISC
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://lv2plug.in/
|
Url: http://lv2plug.in/
|
||||||
@ -108,21 +108,16 @@ Requires: %{name}-examples = %{version}
|
|||||||
#Obsoletes: lv2core-devel
|
#Obsoletes: lv2core-devel
|
||||||
|
|
||||||
%description 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
|
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
|
which collectively describe a plugin. LV2 consists of a core (roughly
|
||||||
equivalent in power to LADSPA) which can be extended to support more advanced
|
equivalent in power to LADSPA) which can be extended to support more
|
||||||
functionality. This allows the interface to be "grown" to accommodate the needs
|
functionality. This allows the interface to be "grown" to accommodate the needs
|
||||||
of real software as they arise.
|
of real software as they arise.
|
||||||
|
|
||||||
LV2 is both a stable interface and a forward-moving project: there is a stable
|
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
|
set of "official" extensions in use while new functionality is actively
|
||||||
developed. Anyone can extend LV2, which allows developers to try out new ideas
|
developed. Most functionality required by modern plugins is available, including:
|
||||||
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:
|
|
||||||
|
|
||||||
* Audio, control, "control voltage" (audio-rate control), and event
|
* Audio, control, "control voltage" (audio-rate control), and event
|
||||||
(e.g. MIDI) input and output
|
(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
|
interfaces without host support or specifications getting in the way
|
||||||
* Transport awareness, both real time and tempo time (bars, beats, etc-.)
|
* 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
|
%package examples
|
||||||
Summary: LV2 example plugins
|
Summary: LV2 example plugins
|
||||||
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
%description examples
|
%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
|
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
|
which collectively describe a plugin. LV2 consists of a core (roughly
|
||||||
equivalent in power to LADSPA) which can be extended to support more advanced
|
equivalent in power to LADSPA) which can be extended to support more
|
||||||
functionality. This allows the interface to be "grown" to accommodate the needs
|
functionality.
|
||||||
of real software as they arise.
|
|
||||||
This package contains LV2 example plugins.
|
This package contains LV2 example plugins.
|
||||||
|
|
||||||
%if %{asciidocs} == 1
|
%if %{asciidocs} == 1
|
||||||
@ -176,13 +158,12 @@ Group: Documentation/Other
|
|||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
%description docs
|
%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
|
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
|
which collectively describe a plugin. LV2 consists of a core (roughly
|
||||||
equivalent in power to LADSPA) which can be extended to support more advanced
|
equivalent in power to LADSPA) which can be extended to support more
|
||||||
functionality. This allows the interface to be "grown" to accommodate the needs
|
functionality.
|
||||||
of real software as they arise.
|
This package contains the LV2 API documentation.
|
||||||
This package contains api LV2 documentation.
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
Loading…
Reference in New Issue
Block a user