Accepting request 840145 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/840145 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lv2?expand=0&rev=16
This commit is contained in:
commit
8ed701f0c6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dec3727d7bd34a413a344a820678848e7f657b5c6019a0571c61df76d7bdf1de
|
|
||||||
size 502116
|
|
3
lv2-1.18.0.tar.bz2
Normal file
3
lv2-1.18.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:90a3e5cf8bdca81b49def917e89fd6bba1d5845261642cd54e7888df0320473f
|
||||||
|
size 530172
|
19
lv2.changes
19
lv2.changes
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 7 08:23:41 UTC 2020 - Luigi Baldoni <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 8 09:36:46 UTC 2019 - Dave Plater <davejplater@gmail.com>
|
Sun Dec 8 09:36:46 UTC 2019 - Dave Plater <davejplater@gmail.com>
|
||||||
|
|
||||||
|
18
lv2.spec
18
lv2.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lv2
|
# spec file for package lv2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -25,20 +25,22 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: lv2
|
Name: lv2
|
||||||
Version: 1.16.0
|
Version: 1.18.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: 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/
|
||||||
Source0: http://lv2plug.in/spec/lv2-%{version}.tar.bz2
|
Source0: http://lv2plug.in/spec/lv2-%{version}.tar.bz2
|
||||||
Source1: lv2-rpmlintrc
|
Source1: lv2-rpmlintrc
|
||||||
# Patch-Fix-Upstream lv2pkgconfig.patch davejplater@gmail.com -- Add "/" to end of -I directory because otherwise pkg-config outputs nothing.
|
# Patch-Fix-Upstream lv2pkgconfig.patch davejplater@gmail.com -- Add "/" to end of -I directory because otherwise pkg-config outputs nothing.
|
||||||
Patch0: lv2pkgconfig.patch
|
Patch0: lv2pkgconfig.patch
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
%if 0%{?suse_version} > 1500
|
%if 0%{?suse_version} > 1500
|
||||||
|
BuildRequires: python3-Markdown
|
||||||
BuildRequires: python3-rdflib
|
BuildRequires: python3-rdflib
|
||||||
%else
|
%else
|
||||||
|
BuildRequires: python-Markdown
|
||||||
BuildRequires: python-rdflib
|
BuildRequires: python-rdflib
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig(gtk+-2.0) >= 2.18.0
|
BuildRequires: pkgconfig(gtk+-2.0) >= 2.18.0
|
||||||
@ -199,16 +201,12 @@ export CXXFLAGS='%{optflags}'
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%_waf install --lv2dir=%{_libdir}/%{name} --destdir=%{buildroot}
|
%_waf install --lv2dir=%{_libdir}/%{name} --destdir=%{buildroot}
|
||||||
%if %{asciidocs} == 1
|
|
||||||
mv -t . %{buildroot}%{_defaultdocdir}/lv2/lv2plug.in
|
|
||||||
%endif
|
|
||||||
chmod 0755 %{buildroot}%{_bindir}/lv2_validate
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(0644,root,root,0755)
|
%defattr(0644,root,root,0755)
|
||||||
%doc NEWS README.md
|
%doc NEWS README.md
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_bindir}/lv2_validate
|
%attr(0755,root,root) %{_bindir}/lv2_validate
|
||||||
%{_libdir}/lv2/
|
%{_libdir}/lv2/
|
||||||
%exclude %{_libdir}/lv2/eg-amp.lv2/
|
%exclude %{_libdir}/lv2/eg-amp.lv2/
|
||||||
%exclude %{_libdir}/lv2/eg-metro.lv2/
|
%exclude %{_libdir}/lv2/eg-metro.lv2/
|
||||||
@ -235,7 +233,9 @@ chmod 0755 %{buildroot}%{_bindir}/lv2_validate
|
|||||||
%if %{asciidocs} == 1
|
%if %{asciidocs} == 1
|
||||||
%files docs
|
%files docs
|
||||||
%defattr(0644,root,root,0755)
|
%defattr(0644,root,root,0755)
|
||||||
%doc lv2plug.in/
|
%doc %{_defaultdocdir}/lv2/aux
|
||||||
|
%doc %{_defaultdocdir}/lv2/doc
|
||||||
|
%doc %{_defaultdocdir}/lv2/ns
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user