Accepting request 241742 from home:RedDwarf:branches:multimedia:libs
- Update to 1.8.0 * Install lv2specgen for use by other projects. * lv2specgen: Fix links to externally defined terms. * Add scope example plugin from Robin Gareus. * lv2core: Add lv2:prototype for property inheritance. * atom: Make lv2_atom_*_is_end() arguments const. * log: Add missing include <string.h> to logger.h for memset. * ui: Fix LV2_UI_INVALID_PORT_INDEX identifier in documentation. OBS-URL: https://build.opensuse.org/request/show/241742 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lv2?expand=0&rev=7
This commit is contained in:
parent
cd63f95418
commit
0ea3a1fa62
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3bcd633506e1b8af5d28fbd248ef9a4320600967f4507179119b547d599db95b
|
||||
size 428267
|
3
lv2-1.8.0.tar.bz2
Normal file
3
lv2-1.8.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4c90e8f4a8df58c2dd7bc3b9e1a0df94e3c1cc70c95a10da72a40a9deb9b3d7
|
||||
size 439609
|
12
lv2.changes
12
lv2.changes
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 11 16:53:57 UTC 2014 - reddwarf@opensuse.org
|
||||
|
||||
- Update to 1.8.0
|
||||
* Install lv2specgen for use by other projects.
|
||||
* lv2specgen: Fix links to externally defined terms.
|
||||
* Add scope example plugin from Robin Gareus.
|
||||
* lv2core: Add lv2:prototype for property inheritance.
|
||||
* atom: Make lv2_atom_*_is_end() arguments const.
|
||||
* log: Add missing include <string.h> to logger.h for memset.
|
||||
* ui: Fix LV2_UI_INVALID_PORT_INDEX identifier in documentation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 17 12:29:54 UTC 2013 - reddwarf@opensuse.org
|
||||
|
||||
|
12
lv2.spec
12
lv2.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package lv2
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: lv2
|
||||
Version: 1.6.0
|
||||
Version: 1.8.0
|
||||
Release: 0
|
||||
Summary: Portable plugin standard for audio systems
|
||||
License: ISC
|
||||
@ -181,10 +181,15 @@ export CXXFLAGS='%{optflags}'
|
||||
%exclude %{_defaultdocdir}/lv2/lv2plug.in/
|
||||
%{_libdir}/lv2/
|
||||
%exclude %{_libdir}/lv2/eg-amp.lv2/
|
||||
%exclude %{_libdir}/lv2/eg-metro.lv2/
|
||||
%exclude %{_libdir}/lv2/eg-midigate.lv2/
|
||||
%exclude %{_libdir}/lv2/eg-sampler.lv2/
|
||||
%exclude %{_libdir}/lv2/eg-scope.lv2/
|
||||
|
||||
%files devel
|
||||
%defattr(0644,root,root,0755)
|
||||
%attr(0755,-,-) %{_bindir}/lv2specgen.py
|
||||
%{_datadir}/lv2specgen
|
||||
%{_includedir}/lv2.h
|
||||
%{_includedir}/lv2/
|
||||
%{_libdir}/pkgconfig/lv2.pc
|
||||
@ -193,7 +198,10 @@ export CXXFLAGS='%{optflags}'
|
||||
%files examples
|
||||
%defattr(0644,root,root,0755)
|
||||
%{_libdir}/lv2/eg-amp.lv2/
|
||||
%{_libdir}/lv2/eg-metro.lv2/
|
||||
%{_libdir}/lv2/eg-midigate.lv2/
|
||||
%{_libdir}/lv2/eg-sampler.lv2/
|
||||
%{_libdir}/lv2/eg-scope.lv2/
|
||||
|
||||
%files docs
|
||||
%defattr(0644,root,root,0755)
|
||||
|
Loading…
x
Reference in New Issue
Block a user